POST v1/Trams/PaidStatement

Request Information

URI Parameters

None.

Body Parameters

InvoiceReportByDkRequest
NameDescriptionTypeAdditional information
DkNumber

string

None.

StartDate

date

None.

EndDate

date

None.

InvoiceType

InvoiceType

None.

IsTest

boolean

None.

Vuserid

string

None.

PccCode

string

None.

UserId

integer

None.

AccountID

string

None.

UserName

string

None.

ApplicationDomain

ApplicationDomain

None.

guid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DkNumber": "sample string 1",
  "StartDate": "2025-06-20T17:03:10.389767+00:00",
  "EndDate": "2025-06-20T17:03:10.389767+00:00",
  "InvoiceType": 0,
  "IsTest": true,
  "Vuserid": "sample string 5",
  "PccCode": "sample string 6",
  "UserId": 7,
  "AccountID": "sample string 8",
  "UserName": "sample string 9",
  "ApplicationDomain": 0,
  "guid": "sample string 10"
}

application/xml, text/xml

Sample:
<InvoiceReportByDkRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model.Trams">
  <AccountID xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 8</AccountID>
  <ApplicationDomain xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">GTL</ApplicationDomain>
  <PccCode xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 6</PccCode>
  <UserId xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">7</UserId>
  <UserName xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 9</UserName>
  <Vuserid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 5</Vuserid>
  <guid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 10</guid>
  <DkNumber>sample string 1</DkNumber>
  <EndDate>2025-06-20T17:03:10.389767+00:00</EndDate>
  <InvoiceType>UnPaid</InvoiceType>
  <IsTest>true</IsTest>
  <StartDate>2025-06-20T17:03:10.389767+00:00</StartDate>
</InvoiceReportByDkRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MultipleInvoiceResponse
NameDescriptionTypeAdditional information
ProfileInvoices

Collection of invoice

None.

IsSuccess

boolean

None.

Message

string

None.

guid

string

None.

PNR

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ProfileInvoices": [
    {
      "ProfileNo": 1,
      "ProfileName": "sample string 2",
      "InvoiceResponse": "sample string 3"
    },
    {
      "ProfileNo": 1,
      "ProfileName": "sample string 2",
      "InvoiceResponse": "sample string 3"
    }
  ],
  "IsSuccess": true,
  "Message": "sample string 2",
  "guid": "sample string 3",
  "PNR": "sample string 4"
}

application/xml, text/xml

Sample:
<MultipleInvoiceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model.Trams">
  <IsSuccess xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">true</IsSuccess>
  <Message xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 2</Message>
  <PNR xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 4</PNR>
  <guid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 3</guid>
  <ProfileInvoices>
    <invoice>
      <InvoiceResponse>sample string 3</InvoiceResponse>
      <ProfileName>sample string 2</ProfileName>
      <ProfileNo>1</ProfileNo>
    </invoice>
    <invoice>
      <InvoiceResponse>sample string 3</InvoiceResponse>
      <ProfileName>sample string 2</ProfileName>
      <ProfileNo>1</ProfileNo>
    </invoice>
  </ProfileInvoices>
</MultipleInvoiceResponse>