GET v1/Billing/LastModifiedCreated?startDate={startDate}&endDate={endDate}&pageNumber={pageNumber}&pageSize={pageSize}

Get a paged list of customer billing information that were created in a specified date range.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

Start Date

date

None.

endDate

End Date

date

None.

pageNumber

Page number

integer

Default value is 1

pageSize

Page size

integer

Default value is 100

Body Parameters

None.

Response Information

Resource Description

Paged list of customer billing information

PageOfOfBillingInformationDTO
NameDescriptionTypeAdditional information
Data

Collection of BillingInformationDTO

None.

PageNumber

integer

None.

PagesTotal

integer

None.

TotalItems

integer

None.

IsSuccess

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

DisplayMessage

string

None.

Links

Collection of PageLink

None.

Href

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "ContactId": 1,
      "PolicyIds": "sample string 2",
      "CreatedById": 1,
      "LocationId": 1,
      "PaymentType": "sample string 3",
      "RecordId": "4161191d-1a6a-4b59-b2fc-bcf0d4e4f2d9",
      "IsPayment": true,
      "IsCredit": true,
      "DBCD": true,
      "TransactionDate": "2024-04-23T12:42:40.7960861+00:00",
      "DueDate": "2024-04-23T12:42:40.7960861+00:00",
      "Description": "sample string 9",
      "PolicyNumber": "sample string 10",
      "IsVoided": true,
      "Amount": 12.0,
      "PdfId": 1,
      "SyncStatus": 13,
      "Due": 1.0,
      "Paid": 1.0,
      "ErrorMessage": "sample string 14"
    },
    {
      "ContactId": 1,
      "PolicyIds": "sample string 2",
      "CreatedById": 1,
      "LocationId": 1,
      "PaymentType": "sample string 3",
      "RecordId": "4161191d-1a6a-4b59-b2fc-bcf0d4e4f2d9",
      "IsPayment": true,
      "IsCredit": true,
      "DBCD": true,
      "TransactionDate": "2024-04-23T12:42:40.7960861+00:00",
      "DueDate": "2024-04-23T12:42:40.7960861+00:00",
      "Description": "sample string 9",
      "PolicyNumber": "sample string 10",
      "IsVoided": true,
      "Amount": 12.0,
      "PdfId": 1,
      "SyncStatus": 13,
      "Due": 1.0,
      "Paid": 1.0,
      "ErrorMessage": "sample string 14"
    }
  ],
  "PageNumber": 1,
  "PagesTotal": 2,
  "TotalItems": 3,
  "IsSuccess": true,
  "ErrorCode": "sample string 5",
  "ErrorMessage": "sample string 6",
  "DisplayMessage": "sample string 7",
  "Links": [
    {
      "Rel": "sample string 1",
      "Href": "sample string 2"
    },
    {
      "Rel": "sample string 1",
      "Href": "sample string 2"
    }
  ],
  "Href": "sample string 8"
}

application/xml, text/xml

Sample:
<PageOfBillingInformationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Finance">
    <d2p1:BillingInformationDTO>
      <d2p1:Amount>12</d2p1:Amount>
      <d2p1:ContactId>1</d2p1:ContactId>
      <d2p1:CreatedById>1</d2p1:CreatedById>
      <d2p1:DBCD>true</d2p1:DBCD>
      <d2p1:Description>sample string 9</d2p1:Description>
      <d2p1:Due>1</d2p1:Due>
      <d2p1:DueDate>2024-04-23T12:42:40.7960861+00:00</d2p1:DueDate>
      <d2p1:ErrorMessage>sample string 14</d2p1:ErrorMessage>
      <d2p1:IsCredit>true</d2p1:IsCredit>
      <d2p1:IsPayment>true</d2p1:IsPayment>
      <d2p1:IsVoided>true</d2p1:IsVoided>
      <d2p1:LocationId>1</d2p1:LocationId>
      <d2p1:Paid>1</d2p1:Paid>
      <d2p1:PaymentType>sample string 3</d2p1:PaymentType>
      <d2p1:PdfId>1</d2p1:PdfId>
      <d2p1:PolicyIds>sample string 2</d2p1:PolicyIds>
      <d2p1:PolicyNumber>sample string 10</d2p1:PolicyNumber>
      <d2p1:RecordId>4161191d-1a6a-4b59-b2fc-bcf0d4e4f2d9</d2p1:RecordId>
      <d2p1:SyncStatus>13</d2p1:SyncStatus>
      <d2p1:TransactionDate>2024-04-23T12:42:40.7960861+00:00</d2p1:TransactionDate>
    </d2p1:BillingInformationDTO>
    <d2p1:BillingInformationDTO>
      <d2p1:Amount>12</d2p1:Amount>
      <d2p1:ContactId>1</d2p1:ContactId>
      <d2p1:CreatedById>1</d2p1:CreatedById>
      <d2p1:DBCD>true</d2p1:DBCD>
      <d2p1:Description>sample string 9</d2p1:Description>
      <d2p1:Due>1</d2p1:Due>
      <d2p1:DueDate>2024-04-23T12:42:40.7960861+00:00</d2p1:DueDate>
      <d2p1:ErrorMessage>sample string 14</d2p1:ErrorMessage>
      <d2p1:IsCredit>true</d2p1:IsCredit>
      <d2p1:IsPayment>true</d2p1:IsPayment>
      <d2p1:IsVoided>true</d2p1:IsVoided>
      <d2p1:LocationId>1</d2p1:LocationId>
      <d2p1:Paid>1</d2p1:Paid>
      <d2p1:PaymentType>sample string 3</d2p1:PaymentType>
      <d2p1:PdfId>1</d2p1:PdfId>
      <d2p1:PolicyIds>sample string 2</d2p1:PolicyIds>
      <d2p1:PolicyNumber>sample string 10</d2p1:PolicyNumber>
      <d2p1:RecordId>4161191d-1a6a-4b59-b2fc-bcf0d4e4f2d9</d2p1:RecordId>
      <d2p1:SyncStatus>13</d2p1:SyncStatus>
      <d2p1:TransactionDate>2024-04-23T12:42:40.7960861+00:00</d2p1:TransactionDate>
    </d2p1:BillingInformationDTO>
  </Data>
  <DisplayMessage>sample string 7</DisplayMessage>
  <ErrorCode>sample string 5</ErrorCode>
  <ErrorMessage>sample string 6</ErrorMessage>
  <Href>sample string 8</Href>
  <IsSuccess>true</IsSuccess>
  <Links>
    <PageLink>
      <Href>sample string 2</Href>
      <Rel>sample string 1</Rel>
    </PageLink>
    <PageLink>
      <Href>sample string 2</Href>
      <Rel>sample string 1</Rel>
    </PageLink>
  </Links>
  <PageNumber>1</PageNumber>
  <PagesTotal>2</PagesTotal>
  <TotalItems>3</TotalItems>
</PageOfBillingInformationDTO>