POST v1/Trams/InvoiceLoad

Request Information

URI Parameters

None.

Body Parameters

InvoiceLoadRQ
NameDescriptionTypeAdditional information
IsInvoiceNoSearch

boolean

None.

InvoiceNo

integer

None.

IsClientLinkNoSearch

boolean

None.

ClientLinkNo

integer

None.

IsIssueDateSearch

boolean

None.

StartIssueDate

date

None.

EndIssueDate

date

None.

IsPNRSearch

boolean

None.

PNR

string

None.

IsInvoiceNumberSearch

boolean

None.

InvoiceNumber

integer

None.

IsPNRCreationSearch

boolean

None.

PNRCreationStartDate

date

None.

PNRCreationEndDate

date

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:
{
  "IsInvoiceNoSearch": true,
  "InvoiceNo": 2,
  "IsClientLinkNoSearch": true,
  "ClientLinkNo": 4,
  "IsIssueDateSearch": true,
  "StartIssueDate": "2025-06-20T16:26:29.1050431+00:00",
  "EndIssueDate": "2025-06-20T16:26:29.1050431+00:00",
  "IsPNRSearch": true,
  "PNR": "sample string 9",
  "IsInvoiceNumberSearch": true,
  "InvoiceNumber": 11,
  "IsPNRCreationSearch": true,
  "PNRCreationStartDate": "2025-06-20T16:26:29.1050431+00:00",
  "PNRCreationEndDate": "2025-06-20T16:26:29.1050431+00:00",
  "Vuserid": "sample string 15",
  "PccCode": "sample string 16",
  "UserId": 17,
  "AccountID": "sample string 18",
  "UserName": "sample string 19",
  "ApplicationDomain": 0,
  "guid": "sample string 20"
}

application/xml, text/xml

Sample:
<InvoiceLoadRQ 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 18</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 16</PccCode>
  <UserId xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">17</UserId>
  <UserName xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 19</UserName>
  <Vuserid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 15</Vuserid>
  <guid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 20</guid>
  <ClientLinkNo>4</ClientLinkNo>
  <EndIssueDate>2025-06-20T16:26:29.1050431+00:00</EndIssueDate>
  <InvoiceNo>2</InvoiceNo>
  <InvoiceNumber>11</InvoiceNumber>
  <IsClientLinkNoSearch>true</IsClientLinkNoSearch>
  <IsInvoiceNoSearch>true</IsInvoiceNoSearch>
  <IsInvoiceNumberSearch>true</IsInvoiceNumberSearch>
  <IsIssueDateSearch>true</IsIssueDateSearch>
  <IsPNRCreationSearch>true</IsPNRCreationSearch>
  <IsPNRSearch>true</IsPNRSearch>
  <PNR>sample string 9</PNR>
  <PNRCreationEndDate>2025-06-20T16:26:29.1050431+00:00</PNRCreationEndDate>
  <PNRCreationStartDate>2025-06-20T16:26:29.1050431+00:00</PNRCreationStartDate>
  <StartIssueDate>2025-06-20T16:26:29.1050431+00:00</StartIssueDate>
</InvoiceLoadRQ>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

InvoiceLoadRS
NameDescriptionTypeAdditional information
InvoiceLoads

Collection of InvoiceLoad

None.

IsSuccess

boolean

None.

Message

string

None.

guid

string

None.

PNR

string

None.

Response Formats

application/json, text/json

Sample:
{
  "InvoiceLoads": [
    {
      "invoiceNo": 1,
      "client_LinkNo": 2,
      "issueDate": "2025-06-20T16:26:29.1155064+00:00",
      "branch_LinkNo": 4,
      "recordLocator": "sample string 5",
      "payStatus_LinkCode": "sample string 6",
      "invoiceType_LinkCode": "sample string 7",
      "invoiceNumber": 8,
      "partPayAmt": 9,
      "invoiceGroup": "sample string 10",
      "ARC_LinkNo": "sample string 11",
      "PNRCreationDate": "2025-06-20T16:26:29.1155064+00:00",
      "marketId": 13,
      "Booking": [
        {
          "bookingNo": 1,
          "invoice_LinkNo": 2,
          "vendor_LinkNo": 3,
          "carDesc": "sample string 4",
          "departDate": "2025-06-20T16:26:29.1155064+00:00",
          "fareCode": "sample string 6",
          "numberInParty": 7,
          "numberOfRooms": 8,
          "returnDate": "2025-06-20T16:26:29.1155064+00:00",
          "ticketType_LinkNo": 10,
          "travelType_LinkNo": 11,
          "validAL": "sample string 12",
          "origTicketNo": "sample string 13",
          "startingTicketNo": "sample string 14",
          "endingTicketNo": "sample string 15",
          "indexNo": 16,
          "flownCarrier": "sample string 17",
          "itinerary": "sample string 18",
          "clientPayStatus_LinkCode": "sample string 19",
          "vendorPayStatus_LinkCode": "sample string 20",
          "inter_LinkCode": "sample string 21",
          "submitTo_LinkCode": "sample string 22",
          "clientPaidByCC": "sample string 23",
          "clientRemarks": "sample string 24",
          "commAmt": 25,
          "commRate": 26,
          "confirmNo": "sample string 27",
          "faceValue": 28,
          "finalPayAmt": 29,
          "finalPayCommAmt": 30,
          "GSTAmt": 31,
          "highFare": 32,
          "lowFare": 33,
          "passengerDept": "sample string 34",
          "passengerName": "sample string 35",
          "QSTAmt": 36,
          "QSTRate": 37,
          "remitAmount": 38,
          "tax1Amt": 39,
          "tax2Amt": 40,
          "tax3Amt": 41,
          "tax4Amt": 42,
          "tax1Rate": 43,
          "tax2Rate": 44,
          "tax3Rate": 45,
          "tax4Rate": 46,
          "totalFare": 47,
          "vendorRemarks": "sample string 48",
          "GSTRate": 49,
          "tourCode": "sample string 50",
          "ticketDesig": "sample string 51",
          "ETicketInd": "sample string 52",
          "reservation_LinkNo": 53,
          "commTrackCCNo": "sample string 54",
          "convTotalFare": 55,
          "convCommAmt": 56,
          "convTax1Amt": 57,
          "convTax2Amt": 58,
          "convTax3Amt": 59,
          "convTax4Amt": 60,
          "convGSTAmt": 61,
          "convQSTAmt": 62,
          "convFaceValue": 63,
          "convRemitAmt": 64,
          "convRate": 65,
          "convCurrCode": "sample string 66",
          "clientGSTAmt": 67,
          "clientGSTRate": 68,
          "recordLocator": "sample string 69",
          "convClientGSTAmt": 70,
          "CCDataMasked": "sample string 71",
          "clientPaymentNo": 72,
          "vendorPaymentNo": 73,
          "vendorName": "sample string 74",
          "clientPayBranchNo": 75,
          "vendorPayBranchNo": 76,
          "segment": [
            {
              "segmentNo": 1,
              "indexNo": 2,
              "booking_LinkNo": 3,
              "airline": "sample string 4",
              "arriveCity": "sample string 5",
              "arriveDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "connection": "sample string 7",
              "departCity": "sample string 8",
              "departDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "flightNo": "sample string 10",
              "fareBasis": "sample string 11",
              "fare": 12,
              "classOfSvc": "sample string 13",
              "ticketDesig": "sample string 14",
              "mileage": 15,
              "departCityName": "sample string 16",
              "arriveCityName": "sample string 17"
            },
            {
              "segmentNo": 1,
              "indexNo": 2,
              "booking_LinkNo": 3,
              "airline": "sample string 4",
              "arriveCity": "sample string 5",
              "arriveDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "connection": "sample string 7",
              "departCity": "sample string 8",
              "departDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "flightNo": "sample string 10",
              "fareBasis": "sample string 11",
              "fare": 12,
              "classOfSvc": "sample string 13",
              "ticketDesig": "sample string 14",
              "mileage": 15,
              "departCityName": "sample string 16",
              "arriveCityName": "sample string 17"
            }
          ],
          "agentBkg": [
            {
              "agentBkgNo": 1,
              "booking_LinkNo": 2,
              "agent_LinkNo": 3,
              "datePaid": "2025-06-20T16:26:29.1155064+00:00",
              "indexNo": 5,
              "agentStatus_LinkCode": "sample string 6",
              "remarks": "sample string 7",
              "amount": 8,
              "rate": 9,
              "action_LinkCode": "sample string 10",
              "name": "sample string 11"
            },
            {
              "agentBkgNo": 1,
              "booking_LinkNo": 2,
              "agent_LinkNo": 3,
              "datePaid": "2025-06-20T16:26:29.1155064+00:00",
              "indexNo": 5,
              "agentStatus_LinkCode": "sample string 6",
              "remarks": "sample string 7",
              "amount": 8,
              "rate": 9,
              "action_LinkCode": "sample string 10",
              "name": "sample string 11"
            }
          ],
          "taxDetail": [
            {
              "recNo": 1,
              "booking_LinkNo": 2,
              "code": "sample string 3",
              "amount": 4
            },
            {
              "recNo": 1,
              "booking_LinkNo": 2,
              "code": "sample string 3",
              "amount": 4
            }
          ]
        },
        {
          "bookingNo": 1,
          "invoice_LinkNo": 2,
          "vendor_LinkNo": 3,
          "carDesc": "sample string 4",
          "departDate": "2025-06-20T16:26:29.1155064+00:00",
          "fareCode": "sample string 6",
          "numberInParty": 7,
          "numberOfRooms": 8,
          "returnDate": "2025-06-20T16:26:29.1155064+00:00",
          "ticketType_LinkNo": 10,
          "travelType_LinkNo": 11,
          "validAL": "sample string 12",
          "origTicketNo": "sample string 13",
          "startingTicketNo": "sample string 14",
          "endingTicketNo": "sample string 15",
          "indexNo": 16,
          "flownCarrier": "sample string 17",
          "itinerary": "sample string 18",
          "clientPayStatus_LinkCode": "sample string 19",
          "vendorPayStatus_LinkCode": "sample string 20",
          "inter_LinkCode": "sample string 21",
          "submitTo_LinkCode": "sample string 22",
          "clientPaidByCC": "sample string 23",
          "clientRemarks": "sample string 24",
          "commAmt": 25,
          "commRate": 26,
          "confirmNo": "sample string 27",
          "faceValue": 28,
          "finalPayAmt": 29,
          "finalPayCommAmt": 30,
          "GSTAmt": 31,
          "highFare": 32,
          "lowFare": 33,
          "passengerDept": "sample string 34",
          "passengerName": "sample string 35",
          "QSTAmt": 36,
          "QSTRate": 37,
          "remitAmount": 38,
          "tax1Amt": 39,
          "tax2Amt": 40,
          "tax3Amt": 41,
          "tax4Amt": 42,
          "tax1Rate": 43,
          "tax2Rate": 44,
          "tax3Rate": 45,
          "tax4Rate": 46,
          "totalFare": 47,
          "vendorRemarks": "sample string 48",
          "GSTRate": 49,
          "tourCode": "sample string 50",
          "ticketDesig": "sample string 51",
          "ETicketInd": "sample string 52",
          "reservation_LinkNo": 53,
          "commTrackCCNo": "sample string 54",
          "convTotalFare": 55,
          "convCommAmt": 56,
          "convTax1Amt": 57,
          "convTax2Amt": 58,
          "convTax3Amt": 59,
          "convTax4Amt": 60,
          "convGSTAmt": 61,
          "convQSTAmt": 62,
          "convFaceValue": 63,
          "convRemitAmt": 64,
          "convRate": 65,
          "convCurrCode": "sample string 66",
          "clientGSTAmt": 67,
          "clientGSTRate": 68,
          "recordLocator": "sample string 69",
          "convClientGSTAmt": 70,
          "CCDataMasked": "sample string 71",
          "clientPaymentNo": 72,
          "vendorPaymentNo": 73,
          "vendorName": "sample string 74",
          "clientPayBranchNo": 75,
          "vendorPayBranchNo": 76,
          "segment": [
            {
              "segmentNo": 1,
              "indexNo": 2,
              "booking_LinkNo": 3,
              "airline": "sample string 4",
              "arriveCity": "sample string 5",
              "arriveDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "connection": "sample string 7",
              "departCity": "sample string 8",
              "departDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "flightNo": "sample string 10",
              "fareBasis": "sample string 11",
              "fare": 12,
              "classOfSvc": "sample string 13",
              "ticketDesig": "sample string 14",
              "mileage": 15,
              "departCityName": "sample string 16",
              "arriveCityName": "sample string 17"
            },
            {
              "segmentNo": 1,
              "indexNo": 2,
              "booking_LinkNo": 3,
              "airline": "sample string 4",
              "arriveCity": "sample string 5",
              "arriveDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "connection": "sample string 7",
              "departCity": "sample string 8",
              "departDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "flightNo": "sample string 10",
              "fareBasis": "sample string 11",
              "fare": 12,
              "classOfSvc": "sample string 13",
              "ticketDesig": "sample string 14",
              "mileage": 15,
              "departCityName": "sample string 16",
              "arriveCityName": "sample string 17"
            }
          ],
          "agentBkg": [
            {
              "agentBkgNo": 1,
              "booking_LinkNo": 2,
              "agent_LinkNo": 3,
              "datePaid": "2025-06-20T16:26:29.1155064+00:00",
              "indexNo": 5,
              "agentStatus_LinkCode": "sample string 6",
              "remarks": "sample string 7",
              "amount": 8,
              "rate": 9,
              "action_LinkCode": "sample string 10",
              "name": "sample string 11"
            },
            {
              "agentBkgNo": 1,
              "booking_LinkNo": 2,
              "agent_LinkNo": 3,
              "datePaid": "2025-06-20T16:26:29.1155064+00:00",
              "indexNo": 5,
              "agentStatus_LinkCode": "sample string 6",
              "remarks": "sample string 7",
              "amount": 8,
              "rate": 9,
              "action_LinkCode": "sample string 10",
              "name": "sample string 11"
            }
          ],
          "taxDetail": [
            {
              "recNo": 1,
              "booking_LinkNo": 2,
              "code": "sample string 3",
              "amount": 4
            },
            {
              "recNo": 1,
              "booking_LinkNo": 2,
              "code": "sample string 3",
              "amount": 4
            }
          ]
        }
      ]
    },
    {
      "invoiceNo": 1,
      "client_LinkNo": 2,
      "issueDate": "2025-06-20T16:26:29.1155064+00:00",
      "branch_LinkNo": 4,
      "recordLocator": "sample string 5",
      "payStatus_LinkCode": "sample string 6",
      "invoiceType_LinkCode": "sample string 7",
      "invoiceNumber": 8,
      "partPayAmt": 9,
      "invoiceGroup": "sample string 10",
      "ARC_LinkNo": "sample string 11",
      "PNRCreationDate": "2025-06-20T16:26:29.1155064+00:00",
      "marketId": 13,
      "Booking": [
        {
          "bookingNo": 1,
          "invoice_LinkNo": 2,
          "vendor_LinkNo": 3,
          "carDesc": "sample string 4",
          "departDate": "2025-06-20T16:26:29.1155064+00:00",
          "fareCode": "sample string 6",
          "numberInParty": 7,
          "numberOfRooms": 8,
          "returnDate": "2025-06-20T16:26:29.1155064+00:00",
          "ticketType_LinkNo": 10,
          "travelType_LinkNo": 11,
          "validAL": "sample string 12",
          "origTicketNo": "sample string 13",
          "startingTicketNo": "sample string 14",
          "endingTicketNo": "sample string 15",
          "indexNo": 16,
          "flownCarrier": "sample string 17",
          "itinerary": "sample string 18",
          "clientPayStatus_LinkCode": "sample string 19",
          "vendorPayStatus_LinkCode": "sample string 20",
          "inter_LinkCode": "sample string 21",
          "submitTo_LinkCode": "sample string 22",
          "clientPaidByCC": "sample string 23",
          "clientRemarks": "sample string 24",
          "commAmt": 25,
          "commRate": 26,
          "confirmNo": "sample string 27",
          "faceValue": 28,
          "finalPayAmt": 29,
          "finalPayCommAmt": 30,
          "GSTAmt": 31,
          "highFare": 32,
          "lowFare": 33,
          "passengerDept": "sample string 34",
          "passengerName": "sample string 35",
          "QSTAmt": 36,
          "QSTRate": 37,
          "remitAmount": 38,
          "tax1Amt": 39,
          "tax2Amt": 40,
          "tax3Amt": 41,
          "tax4Amt": 42,
          "tax1Rate": 43,
          "tax2Rate": 44,
          "tax3Rate": 45,
          "tax4Rate": 46,
          "totalFare": 47,
          "vendorRemarks": "sample string 48",
          "GSTRate": 49,
          "tourCode": "sample string 50",
          "ticketDesig": "sample string 51",
          "ETicketInd": "sample string 52",
          "reservation_LinkNo": 53,
          "commTrackCCNo": "sample string 54",
          "convTotalFare": 55,
          "convCommAmt": 56,
          "convTax1Amt": 57,
          "convTax2Amt": 58,
          "convTax3Amt": 59,
          "convTax4Amt": 60,
          "convGSTAmt": 61,
          "convQSTAmt": 62,
          "convFaceValue": 63,
          "convRemitAmt": 64,
          "convRate": 65,
          "convCurrCode": "sample string 66",
          "clientGSTAmt": 67,
          "clientGSTRate": 68,
          "recordLocator": "sample string 69",
          "convClientGSTAmt": 70,
          "CCDataMasked": "sample string 71",
          "clientPaymentNo": 72,
          "vendorPaymentNo": 73,
          "vendorName": "sample string 74",
          "clientPayBranchNo": 75,
          "vendorPayBranchNo": 76,
          "segment": [
            {
              "segmentNo": 1,
              "indexNo": 2,
              "booking_LinkNo": 3,
              "airline": "sample string 4",
              "arriveCity": "sample string 5",
              "arriveDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "connection": "sample string 7",
              "departCity": "sample string 8",
              "departDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "flightNo": "sample string 10",
              "fareBasis": "sample string 11",
              "fare": 12,
              "classOfSvc": "sample string 13",
              "ticketDesig": "sample string 14",
              "mileage": 15,
              "departCityName": "sample string 16",
              "arriveCityName": "sample string 17"
            },
            {
              "segmentNo": 1,
              "indexNo": 2,
              "booking_LinkNo": 3,
              "airline": "sample string 4",
              "arriveCity": "sample string 5",
              "arriveDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "connection": "sample string 7",
              "departCity": "sample string 8",
              "departDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "flightNo": "sample string 10",
              "fareBasis": "sample string 11",
              "fare": 12,
              "classOfSvc": "sample string 13",
              "ticketDesig": "sample string 14",
              "mileage": 15,
              "departCityName": "sample string 16",
              "arriveCityName": "sample string 17"
            }
          ],
          "agentBkg": [
            {
              "agentBkgNo": 1,
              "booking_LinkNo": 2,
              "agent_LinkNo": 3,
              "datePaid": "2025-06-20T16:26:29.1155064+00:00",
              "indexNo": 5,
              "agentStatus_LinkCode": "sample string 6",
              "remarks": "sample string 7",
              "amount": 8,
              "rate": 9,
              "action_LinkCode": "sample string 10",
              "name": "sample string 11"
            },
            {
              "agentBkgNo": 1,
              "booking_LinkNo": 2,
              "agent_LinkNo": 3,
              "datePaid": "2025-06-20T16:26:29.1155064+00:00",
              "indexNo": 5,
              "agentStatus_LinkCode": "sample string 6",
              "remarks": "sample string 7",
              "amount": 8,
              "rate": 9,
              "action_LinkCode": "sample string 10",
              "name": "sample string 11"
            }
          ],
          "taxDetail": [
            {
              "recNo": 1,
              "booking_LinkNo": 2,
              "code": "sample string 3",
              "amount": 4
            },
            {
              "recNo": 1,
              "booking_LinkNo": 2,
              "code": "sample string 3",
              "amount": 4
            }
          ]
        },
        {
          "bookingNo": 1,
          "invoice_LinkNo": 2,
          "vendor_LinkNo": 3,
          "carDesc": "sample string 4",
          "departDate": "2025-06-20T16:26:29.1155064+00:00",
          "fareCode": "sample string 6",
          "numberInParty": 7,
          "numberOfRooms": 8,
          "returnDate": "2025-06-20T16:26:29.1155064+00:00",
          "ticketType_LinkNo": 10,
          "travelType_LinkNo": 11,
          "validAL": "sample string 12",
          "origTicketNo": "sample string 13",
          "startingTicketNo": "sample string 14",
          "endingTicketNo": "sample string 15",
          "indexNo": 16,
          "flownCarrier": "sample string 17",
          "itinerary": "sample string 18",
          "clientPayStatus_LinkCode": "sample string 19",
          "vendorPayStatus_LinkCode": "sample string 20",
          "inter_LinkCode": "sample string 21",
          "submitTo_LinkCode": "sample string 22",
          "clientPaidByCC": "sample string 23",
          "clientRemarks": "sample string 24",
          "commAmt": 25,
          "commRate": 26,
          "confirmNo": "sample string 27",
          "faceValue": 28,
          "finalPayAmt": 29,
          "finalPayCommAmt": 30,
          "GSTAmt": 31,
          "highFare": 32,
          "lowFare": 33,
          "passengerDept": "sample string 34",
          "passengerName": "sample string 35",
          "QSTAmt": 36,
          "QSTRate": 37,
          "remitAmount": 38,
          "tax1Amt": 39,
          "tax2Amt": 40,
          "tax3Amt": 41,
          "tax4Amt": 42,
          "tax1Rate": 43,
          "tax2Rate": 44,
          "tax3Rate": 45,
          "tax4Rate": 46,
          "totalFare": 47,
          "vendorRemarks": "sample string 48",
          "GSTRate": 49,
          "tourCode": "sample string 50",
          "ticketDesig": "sample string 51",
          "ETicketInd": "sample string 52",
          "reservation_LinkNo": 53,
          "commTrackCCNo": "sample string 54",
          "convTotalFare": 55,
          "convCommAmt": 56,
          "convTax1Amt": 57,
          "convTax2Amt": 58,
          "convTax3Amt": 59,
          "convTax4Amt": 60,
          "convGSTAmt": 61,
          "convQSTAmt": 62,
          "convFaceValue": 63,
          "convRemitAmt": 64,
          "convRate": 65,
          "convCurrCode": "sample string 66",
          "clientGSTAmt": 67,
          "clientGSTRate": 68,
          "recordLocator": "sample string 69",
          "convClientGSTAmt": 70,
          "CCDataMasked": "sample string 71",
          "clientPaymentNo": 72,
          "vendorPaymentNo": 73,
          "vendorName": "sample string 74",
          "clientPayBranchNo": 75,
          "vendorPayBranchNo": 76,
          "segment": [
            {
              "segmentNo": 1,
              "indexNo": 2,
              "booking_LinkNo": 3,
              "airline": "sample string 4",
              "arriveCity": "sample string 5",
              "arriveDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "connection": "sample string 7",
              "departCity": "sample string 8",
              "departDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "flightNo": "sample string 10",
              "fareBasis": "sample string 11",
              "fare": 12,
              "classOfSvc": "sample string 13",
              "ticketDesig": "sample string 14",
              "mileage": 15,
              "departCityName": "sample string 16",
              "arriveCityName": "sample string 17"
            },
            {
              "segmentNo": 1,
              "indexNo": 2,
              "booking_LinkNo": 3,
              "airline": "sample string 4",
              "arriveCity": "sample string 5",
              "arriveDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "connection": "sample string 7",
              "departCity": "sample string 8",
              "departDateTime": "2025-06-20T16:26:29.1155064+00:00",
              "flightNo": "sample string 10",
              "fareBasis": "sample string 11",
              "fare": 12,
              "classOfSvc": "sample string 13",
              "ticketDesig": "sample string 14",
              "mileage": 15,
              "departCityName": "sample string 16",
              "arriveCityName": "sample string 17"
            }
          ],
          "agentBkg": [
            {
              "agentBkgNo": 1,
              "booking_LinkNo": 2,
              "agent_LinkNo": 3,
              "datePaid": "2025-06-20T16:26:29.1155064+00:00",
              "indexNo": 5,
              "agentStatus_LinkCode": "sample string 6",
              "remarks": "sample string 7",
              "amount": 8,
              "rate": 9,
              "action_LinkCode": "sample string 10",
              "name": "sample string 11"
            },
            {
              "agentBkgNo": 1,
              "booking_LinkNo": 2,
              "agent_LinkNo": 3,
              "datePaid": "2025-06-20T16:26:29.1155064+00:00",
              "indexNo": 5,
              "agentStatus_LinkCode": "sample string 6",
              "remarks": "sample string 7",
              "amount": 8,
              "rate": 9,
              "action_LinkCode": "sample string 10",
              "name": "sample string 11"
            }
          ],
          "taxDetail": [
            {
              "recNo": 1,
              "booking_LinkNo": 2,
              "code": "sample string 3",
              "amount": 4
            },
            {
              "recNo": 1,
              "booking_LinkNo": 2,
              "code": "sample string 3",
              "amount": 4
            }
          ]
        }
      ]
    }
  ],
  "IsSuccess": true,
  "Message": "sample string 2",
  "guid": "sample string 3",
  "PNR": "sample string 4"
}

application/xml, text/xml

Sample:
<InvoiceLoadRS 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>
  <InvoiceLoads>
    <InvoiceLoad>
      <ARC_LinkNo>sample string 11</ARC_LinkNo>
      <Booking>
        <TramsBooking>
          <CCDataMasked>sample string 71</CCDataMasked>
          <ETicketInd>sample string 52</ETicketInd>
          <GSTAmt>31</GSTAmt>
          <GSTRate>49</GSTRate>
          <QSTAmt>36</QSTAmt>
          <QSTRate>37</QSTRate>
          <agentBkg>
            <AgentBkg>
              <action_LinkCode>sample string 10</action_LinkCode>
              <agentBkgNo>1</agentBkgNo>
              <agentStatus_LinkCode>sample string 6</agentStatus_LinkCode>
              <agent_LinkNo>3</agent_LinkNo>
              <amount>8</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <datePaid>2025-06-20T16:26:29.1155064+00:00</datePaid>
              <indexNo>5</indexNo>
              <name>sample string 11</name>
              <rate>9</rate>
              <remarks>sample string 7</remarks>
            </AgentBkg>
            <AgentBkg>
              <action_LinkCode>sample string 10</action_LinkCode>
              <agentBkgNo>1</agentBkgNo>
              <agentStatus_LinkCode>sample string 6</agentStatus_LinkCode>
              <agent_LinkNo>3</agent_LinkNo>
              <amount>8</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <datePaid>2025-06-20T16:26:29.1155064+00:00</datePaid>
              <indexNo>5</indexNo>
              <name>sample string 11</name>
              <rate>9</rate>
              <remarks>sample string 7</remarks>
            </AgentBkg>
          </agentBkg>
          <bookingNo>1</bookingNo>
          <carDesc>sample string 4</carDesc>
          <clientGSTAmt>67</clientGSTAmt>
          <clientGSTRate>68</clientGSTRate>
          <clientPaidByCC>sample string 23</clientPaidByCC>
          <clientPayBranchNo>75</clientPayBranchNo>
          <clientPayStatus_LinkCode>sample string 19</clientPayStatus_LinkCode>
          <clientPaymentNo>72</clientPaymentNo>
          <clientRemarks>sample string 24</clientRemarks>
          <commAmt>25</commAmt>
          <commRate>26</commRate>
          <commTrackCCNo>sample string 54</commTrackCCNo>
          <confirmNo>sample string 27</confirmNo>
          <convClientGSTAmt>70</convClientGSTAmt>
          <convCommAmt>56</convCommAmt>
          <convCurrCode>sample string 66</convCurrCode>
          <convFaceValue>63</convFaceValue>
          <convGSTAmt>61</convGSTAmt>
          <convQSTAmt>62</convQSTAmt>
          <convRate>65</convRate>
          <convRemitAmt>64</convRemitAmt>
          <convTax1Amt>57</convTax1Amt>
          <convTax2Amt>58</convTax2Amt>
          <convTax3Amt>59</convTax3Amt>
          <convTax4Amt>60</convTax4Amt>
          <convTotalFare>55</convTotalFare>
          <departDate>2025-06-20T16:26:29.1155064+00:00</departDate>
          <endingTicketNo>sample string 15</endingTicketNo>
          <faceValue>28</faceValue>
          <fareCode>sample string 6</fareCode>
          <finalPayAmt>29</finalPayAmt>
          <finalPayCommAmt>30</finalPayCommAmt>
          <flownCarrier>sample string 17</flownCarrier>
          <highFare>32</highFare>
          <indexNo>16</indexNo>
          <inter_LinkCode>sample string 21</inter_LinkCode>
          <invoice_LinkNo>2</invoice_LinkNo>
          <itinerary>sample string 18</itinerary>
          <lowFare>33</lowFare>
          <numberInParty>7</numberInParty>
          <numberOfRooms>8</numberOfRooms>
          <origTicketNo>sample string 13</origTicketNo>
          <passengerDept>sample string 34</passengerDept>
          <passengerName>sample string 35</passengerName>
          <recordLocator>sample string 69</recordLocator>
          <remitAmount>38</remitAmount>
          <reservation_LinkNo>53</reservation_LinkNo>
          <returnDate>2025-06-20T16:26:29.1155064+00:00</returnDate>
          <segment>
            <TramsSegment>
              <airline>sample string 4</airline>
              <arriveCity>sample string 5</arriveCity>
              <arriveCityName>sample string 17</arriveCityName>
              <arriveDateTime>2025-06-20T16:26:29.1155064+00:00</arriveDateTime>
              <booking_LinkNo>3</booking_LinkNo>
              <classOfSvc>sample string 13</classOfSvc>
              <connection>sample string 7</connection>
              <departCity>sample string 8</departCity>
              <departCityName>sample string 16</departCityName>
              <departDateTime>2025-06-20T16:26:29.1155064+00:00</departDateTime>
              <fare>12</fare>
              <fareBasis>sample string 11</fareBasis>
              <flightNo>sample string 10</flightNo>
              <indexNo>2</indexNo>
              <mileage>15</mileage>
              <segmentNo>1</segmentNo>
              <ticketDesig>sample string 14</ticketDesig>
            </TramsSegment>
            <TramsSegment>
              <airline>sample string 4</airline>
              <arriveCity>sample string 5</arriveCity>
              <arriveCityName>sample string 17</arriveCityName>
              <arriveDateTime>2025-06-20T16:26:29.1155064+00:00</arriveDateTime>
              <booking_LinkNo>3</booking_LinkNo>
              <classOfSvc>sample string 13</classOfSvc>
              <connection>sample string 7</connection>
              <departCity>sample string 8</departCity>
              <departCityName>sample string 16</departCityName>
              <departDateTime>2025-06-20T16:26:29.1155064+00:00</departDateTime>
              <fare>12</fare>
              <fareBasis>sample string 11</fareBasis>
              <flightNo>sample string 10</flightNo>
              <indexNo>2</indexNo>
              <mileage>15</mileage>
              <segmentNo>1</segmentNo>
              <ticketDesig>sample string 14</ticketDesig>
            </TramsSegment>
          </segment>
          <startingTicketNo>sample string 14</startingTicketNo>
          <submitTo_LinkCode>sample string 22</submitTo_LinkCode>
          <tax1Amt>39</tax1Amt>
          <tax1Rate>43</tax1Rate>
          <tax2Amt>40</tax2Amt>
          <tax2Rate>44</tax2Rate>
          <tax3Amt>41</tax3Amt>
          <tax3Rate>45</tax3Rate>
          <tax4Amt>42</tax4Amt>
          <tax4Rate>46</tax4Rate>
          <taxDetail>
            <TaxDetail>
              <amount>4</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <code>sample string 3</code>
              <recNo>1</recNo>
            </TaxDetail>
            <TaxDetail>
              <amount>4</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <code>sample string 3</code>
              <recNo>1</recNo>
            </TaxDetail>
          </taxDetail>
          <ticketDesig>sample string 51</ticketDesig>
          <ticketType_LinkNo>10</ticketType_LinkNo>
          <totalFare>47</totalFare>
          <tourCode>sample string 50</tourCode>
          <travelType_LinkNo>11</travelType_LinkNo>
          <validAL>sample string 12</validAL>
          <vendorName>sample string 74</vendorName>
          <vendorPayBranchNo>76</vendorPayBranchNo>
          <vendorPayStatus_LinkCode>sample string 20</vendorPayStatus_LinkCode>
          <vendorPaymentNo>73</vendorPaymentNo>
          <vendorRemarks>sample string 48</vendorRemarks>
          <vendor_LinkNo>3</vendor_LinkNo>
        </TramsBooking>
        <TramsBooking>
          <CCDataMasked>sample string 71</CCDataMasked>
          <ETicketInd>sample string 52</ETicketInd>
          <GSTAmt>31</GSTAmt>
          <GSTRate>49</GSTRate>
          <QSTAmt>36</QSTAmt>
          <QSTRate>37</QSTRate>
          <agentBkg>
            <AgentBkg>
              <action_LinkCode>sample string 10</action_LinkCode>
              <agentBkgNo>1</agentBkgNo>
              <agentStatus_LinkCode>sample string 6</agentStatus_LinkCode>
              <agent_LinkNo>3</agent_LinkNo>
              <amount>8</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <datePaid>2025-06-20T16:26:29.1155064+00:00</datePaid>
              <indexNo>5</indexNo>
              <name>sample string 11</name>
              <rate>9</rate>
              <remarks>sample string 7</remarks>
            </AgentBkg>
            <AgentBkg>
              <action_LinkCode>sample string 10</action_LinkCode>
              <agentBkgNo>1</agentBkgNo>
              <agentStatus_LinkCode>sample string 6</agentStatus_LinkCode>
              <agent_LinkNo>3</agent_LinkNo>
              <amount>8</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <datePaid>2025-06-20T16:26:29.1155064+00:00</datePaid>
              <indexNo>5</indexNo>
              <name>sample string 11</name>
              <rate>9</rate>
              <remarks>sample string 7</remarks>
            </AgentBkg>
          </agentBkg>
          <bookingNo>1</bookingNo>
          <carDesc>sample string 4</carDesc>
          <clientGSTAmt>67</clientGSTAmt>
          <clientGSTRate>68</clientGSTRate>
          <clientPaidByCC>sample string 23</clientPaidByCC>
          <clientPayBranchNo>75</clientPayBranchNo>
          <clientPayStatus_LinkCode>sample string 19</clientPayStatus_LinkCode>
          <clientPaymentNo>72</clientPaymentNo>
          <clientRemarks>sample string 24</clientRemarks>
          <commAmt>25</commAmt>
          <commRate>26</commRate>
          <commTrackCCNo>sample string 54</commTrackCCNo>
          <confirmNo>sample string 27</confirmNo>
          <convClientGSTAmt>70</convClientGSTAmt>
          <convCommAmt>56</convCommAmt>
          <convCurrCode>sample string 66</convCurrCode>
          <convFaceValue>63</convFaceValue>
          <convGSTAmt>61</convGSTAmt>
          <convQSTAmt>62</convQSTAmt>
          <convRate>65</convRate>
          <convRemitAmt>64</convRemitAmt>
          <convTax1Amt>57</convTax1Amt>
          <convTax2Amt>58</convTax2Amt>
          <convTax3Amt>59</convTax3Amt>
          <convTax4Amt>60</convTax4Amt>
          <convTotalFare>55</convTotalFare>
          <departDate>2025-06-20T16:26:29.1155064+00:00</departDate>
          <endingTicketNo>sample string 15</endingTicketNo>
          <faceValue>28</faceValue>
          <fareCode>sample string 6</fareCode>
          <finalPayAmt>29</finalPayAmt>
          <finalPayCommAmt>30</finalPayCommAmt>
          <flownCarrier>sample string 17</flownCarrier>
          <highFare>32</highFare>
          <indexNo>16</indexNo>
          <inter_LinkCode>sample string 21</inter_LinkCode>
          <invoice_LinkNo>2</invoice_LinkNo>
          <itinerary>sample string 18</itinerary>
          <lowFare>33</lowFare>
          <numberInParty>7</numberInParty>
          <numberOfRooms>8</numberOfRooms>
          <origTicketNo>sample string 13</origTicketNo>
          <passengerDept>sample string 34</passengerDept>
          <passengerName>sample string 35</passengerName>
          <recordLocator>sample string 69</recordLocator>
          <remitAmount>38</remitAmount>
          <reservation_LinkNo>53</reservation_LinkNo>
          <returnDate>2025-06-20T16:26:29.1155064+00:00</returnDate>
          <segment>
            <TramsSegment>
              <airline>sample string 4</airline>
              <arriveCity>sample string 5</arriveCity>
              <arriveCityName>sample string 17</arriveCityName>
              <arriveDateTime>2025-06-20T16:26:29.1155064+00:00</arriveDateTime>
              <booking_LinkNo>3</booking_LinkNo>
              <classOfSvc>sample string 13</classOfSvc>
              <connection>sample string 7</connection>
              <departCity>sample string 8</departCity>
              <departCityName>sample string 16</departCityName>
              <departDateTime>2025-06-20T16:26:29.1155064+00:00</departDateTime>
              <fare>12</fare>
              <fareBasis>sample string 11</fareBasis>
              <flightNo>sample string 10</flightNo>
              <indexNo>2</indexNo>
              <mileage>15</mileage>
              <segmentNo>1</segmentNo>
              <ticketDesig>sample string 14</ticketDesig>
            </TramsSegment>
            <TramsSegment>
              <airline>sample string 4</airline>
              <arriveCity>sample string 5</arriveCity>
              <arriveCityName>sample string 17</arriveCityName>
              <arriveDateTime>2025-06-20T16:26:29.1155064+00:00</arriveDateTime>
              <booking_LinkNo>3</booking_LinkNo>
              <classOfSvc>sample string 13</classOfSvc>
              <connection>sample string 7</connection>
              <departCity>sample string 8</departCity>
              <departCityName>sample string 16</departCityName>
              <departDateTime>2025-06-20T16:26:29.1155064+00:00</departDateTime>
              <fare>12</fare>
              <fareBasis>sample string 11</fareBasis>
              <flightNo>sample string 10</flightNo>
              <indexNo>2</indexNo>
              <mileage>15</mileage>
              <segmentNo>1</segmentNo>
              <ticketDesig>sample string 14</ticketDesig>
            </TramsSegment>
          </segment>
          <startingTicketNo>sample string 14</startingTicketNo>
          <submitTo_LinkCode>sample string 22</submitTo_LinkCode>
          <tax1Amt>39</tax1Amt>
          <tax1Rate>43</tax1Rate>
          <tax2Amt>40</tax2Amt>
          <tax2Rate>44</tax2Rate>
          <tax3Amt>41</tax3Amt>
          <tax3Rate>45</tax3Rate>
          <tax4Amt>42</tax4Amt>
          <tax4Rate>46</tax4Rate>
          <taxDetail>
            <TaxDetail>
              <amount>4</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <code>sample string 3</code>
              <recNo>1</recNo>
            </TaxDetail>
            <TaxDetail>
              <amount>4</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <code>sample string 3</code>
              <recNo>1</recNo>
            </TaxDetail>
          </taxDetail>
          <ticketDesig>sample string 51</ticketDesig>
          <ticketType_LinkNo>10</ticketType_LinkNo>
          <totalFare>47</totalFare>
          <tourCode>sample string 50</tourCode>
          <travelType_LinkNo>11</travelType_LinkNo>
          <validAL>sample string 12</validAL>
          <vendorName>sample string 74</vendorName>
          <vendorPayBranchNo>76</vendorPayBranchNo>
          <vendorPayStatus_LinkCode>sample string 20</vendorPayStatus_LinkCode>
          <vendorPaymentNo>73</vendorPaymentNo>
          <vendorRemarks>sample string 48</vendorRemarks>
          <vendor_LinkNo>3</vendor_LinkNo>
        </TramsBooking>
      </Booking>
      <PNRCreationDate>2025-06-20T16:26:29.1155064+00:00</PNRCreationDate>
      <branch_LinkNo>4</branch_LinkNo>
      <client_LinkNo>2</client_LinkNo>
      <invoiceGroup>sample string 10</invoiceGroup>
      <invoiceNo>1</invoiceNo>
      <invoiceNumber>8</invoiceNumber>
      <invoiceType_LinkCode>sample string 7</invoiceType_LinkCode>
      <issueDate>2025-06-20T16:26:29.1155064+00:00</issueDate>
      <marketId>13</marketId>
      <partPayAmt>9</partPayAmt>
      <payStatus_LinkCode>sample string 6</payStatus_LinkCode>
      <recordLocator>sample string 5</recordLocator>
    </InvoiceLoad>
    <InvoiceLoad>
      <ARC_LinkNo>sample string 11</ARC_LinkNo>
      <Booking>
        <TramsBooking>
          <CCDataMasked>sample string 71</CCDataMasked>
          <ETicketInd>sample string 52</ETicketInd>
          <GSTAmt>31</GSTAmt>
          <GSTRate>49</GSTRate>
          <QSTAmt>36</QSTAmt>
          <QSTRate>37</QSTRate>
          <agentBkg>
            <AgentBkg>
              <action_LinkCode>sample string 10</action_LinkCode>
              <agentBkgNo>1</agentBkgNo>
              <agentStatus_LinkCode>sample string 6</agentStatus_LinkCode>
              <agent_LinkNo>3</agent_LinkNo>
              <amount>8</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <datePaid>2025-06-20T16:26:29.1155064+00:00</datePaid>
              <indexNo>5</indexNo>
              <name>sample string 11</name>
              <rate>9</rate>
              <remarks>sample string 7</remarks>
            </AgentBkg>
            <AgentBkg>
              <action_LinkCode>sample string 10</action_LinkCode>
              <agentBkgNo>1</agentBkgNo>
              <agentStatus_LinkCode>sample string 6</agentStatus_LinkCode>
              <agent_LinkNo>3</agent_LinkNo>
              <amount>8</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <datePaid>2025-06-20T16:26:29.1155064+00:00</datePaid>
              <indexNo>5</indexNo>
              <name>sample string 11</name>
              <rate>9</rate>
              <remarks>sample string 7</remarks>
            </AgentBkg>
          </agentBkg>
          <bookingNo>1</bookingNo>
          <carDesc>sample string 4</carDesc>
          <clientGSTAmt>67</clientGSTAmt>
          <clientGSTRate>68</clientGSTRate>
          <clientPaidByCC>sample string 23</clientPaidByCC>
          <clientPayBranchNo>75</clientPayBranchNo>
          <clientPayStatus_LinkCode>sample string 19</clientPayStatus_LinkCode>
          <clientPaymentNo>72</clientPaymentNo>
          <clientRemarks>sample string 24</clientRemarks>
          <commAmt>25</commAmt>
          <commRate>26</commRate>
          <commTrackCCNo>sample string 54</commTrackCCNo>
          <confirmNo>sample string 27</confirmNo>
          <convClientGSTAmt>70</convClientGSTAmt>
          <convCommAmt>56</convCommAmt>
          <convCurrCode>sample string 66</convCurrCode>
          <convFaceValue>63</convFaceValue>
          <convGSTAmt>61</convGSTAmt>
          <convQSTAmt>62</convQSTAmt>
          <convRate>65</convRate>
          <convRemitAmt>64</convRemitAmt>
          <convTax1Amt>57</convTax1Amt>
          <convTax2Amt>58</convTax2Amt>
          <convTax3Amt>59</convTax3Amt>
          <convTax4Amt>60</convTax4Amt>
          <convTotalFare>55</convTotalFare>
          <departDate>2025-06-20T16:26:29.1155064+00:00</departDate>
          <endingTicketNo>sample string 15</endingTicketNo>
          <faceValue>28</faceValue>
          <fareCode>sample string 6</fareCode>
          <finalPayAmt>29</finalPayAmt>
          <finalPayCommAmt>30</finalPayCommAmt>
          <flownCarrier>sample string 17</flownCarrier>
          <highFare>32</highFare>
          <indexNo>16</indexNo>
          <inter_LinkCode>sample string 21</inter_LinkCode>
          <invoice_LinkNo>2</invoice_LinkNo>
          <itinerary>sample string 18</itinerary>
          <lowFare>33</lowFare>
          <numberInParty>7</numberInParty>
          <numberOfRooms>8</numberOfRooms>
          <origTicketNo>sample string 13</origTicketNo>
          <passengerDept>sample string 34</passengerDept>
          <passengerName>sample string 35</passengerName>
          <recordLocator>sample string 69</recordLocator>
          <remitAmount>38</remitAmount>
          <reservation_LinkNo>53</reservation_LinkNo>
          <returnDate>2025-06-20T16:26:29.1155064+00:00</returnDate>
          <segment>
            <TramsSegment>
              <airline>sample string 4</airline>
              <arriveCity>sample string 5</arriveCity>
              <arriveCityName>sample string 17</arriveCityName>
              <arriveDateTime>2025-06-20T16:26:29.1155064+00:00</arriveDateTime>
              <booking_LinkNo>3</booking_LinkNo>
              <classOfSvc>sample string 13</classOfSvc>
              <connection>sample string 7</connection>
              <departCity>sample string 8</departCity>
              <departCityName>sample string 16</departCityName>
              <departDateTime>2025-06-20T16:26:29.1155064+00:00</departDateTime>
              <fare>12</fare>
              <fareBasis>sample string 11</fareBasis>
              <flightNo>sample string 10</flightNo>
              <indexNo>2</indexNo>
              <mileage>15</mileage>
              <segmentNo>1</segmentNo>
              <ticketDesig>sample string 14</ticketDesig>
            </TramsSegment>
            <TramsSegment>
              <airline>sample string 4</airline>
              <arriveCity>sample string 5</arriveCity>
              <arriveCityName>sample string 17</arriveCityName>
              <arriveDateTime>2025-06-20T16:26:29.1155064+00:00</arriveDateTime>
              <booking_LinkNo>3</booking_LinkNo>
              <classOfSvc>sample string 13</classOfSvc>
              <connection>sample string 7</connection>
              <departCity>sample string 8</departCity>
              <departCityName>sample string 16</departCityName>
              <departDateTime>2025-06-20T16:26:29.1155064+00:00</departDateTime>
              <fare>12</fare>
              <fareBasis>sample string 11</fareBasis>
              <flightNo>sample string 10</flightNo>
              <indexNo>2</indexNo>
              <mileage>15</mileage>
              <segmentNo>1</segmentNo>
              <ticketDesig>sample string 14</ticketDesig>
            </TramsSegment>
          </segment>
          <startingTicketNo>sample string 14</startingTicketNo>
          <submitTo_LinkCode>sample string 22</submitTo_LinkCode>
          <tax1Amt>39</tax1Amt>
          <tax1Rate>43</tax1Rate>
          <tax2Amt>40</tax2Amt>
          <tax2Rate>44</tax2Rate>
          <tax3Amt>41</tax3Amt>
          <tax3Rate>45</tax3Rate>
          <tax4Amt>42</tax4Amt>
          <tax4Rate>46</tax4Rate>
          <taxDetail>
            <TaxDetail>
              <amount>4</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <code>sample string 3</code>
              <recNo>1</recNo>
            </TaxDetail>
            <TaxDetail>
              <amount>4</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <code>sample string 3</code>
              <recNo>1</recNo>
            </TaxDetail>
          </taxDetail>
          <ticketDesig>sample string 51</ticketDesig>
          <ticketType_LinkNo>10</ticketType_LinkNo>
          <totalFare>47</totalFare>
          <tourCode>sample string 50</tourCode>
          <travelType_LinkNo>11</travelType_LinkNo>
          <validAL>sample string 12</validAL>
          <vendorName>sample string 74</vendorName>
          <vendorPayBranchNo>76</vendorPayBranchNo>
          <vendorPayStatus_LinkCode>sample string 20</vendorPayStatus_LinkCode>
          <vendorPaymentNo>73</vendorPaymentNo>
          <vendorRemarks>sample string 48</vendorRemarks>
          <vendor_LinkNo>3</vendor_LinkNo>
        </TramsBooking>
        <TramsBooking>
          <CCDataMasked>sample string 71</CCDataMasked>
          <ETicketInd>sample string 52</ETicketInd>
          <GSTAmt>31</GSTAmt>
          <GSTRate>49</GSTRate>
          <QSTAmt>36</QSTAmt>
          <QSTRate>37</QSTRate>
          <agentBkg>
            <AgentBkg>
              <action_LinkCode>sample string 10</action_LinkCode>
              <agentBkgNo>1</agentBkgNo>
              <agentStatus_LinkCode>sample string 6</agentStatus_LinkCode>
              <agent_LinkNo>3</agent_LinkNo>
              <amount>8</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <datePaid>2025-06-20T16:26:29.1155064+00:00</datePaid>
              <indexNo>5</indexNo>
              <name>sample string 11</name>
              <rate>9</rate>
              <remarks>sample string 7</remarks>
            </AgentBkg>
            <AgentBkg>
              <action_LinkCode>sample string 10</action_LinkCode>
              <agentBkgNo>1</agentBkgNo>
              <agentStatus_LinkCode>sample string 6</agentStatus_LinkCode>
              <agent_LinkNo>3</agent_LinkNo>
              <amount>8</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <datePaid>2025-06-20T16:26:29.1155064+00:00</datePaid>
              <indexNo>5</indexNo>
              <name>sample string 11</name>
              <rate>9</rate>
              <remarks>sample string 7</remarks>
            </AgentBkg>
          </agentBkg>
          <bookingNo>1</bookingNo>
          <carDesc>sample string 4</carDesc>
          <clientGSTAmt>67</clientGSTAmt>
          <clientGSTRate>68</clientGSTRate>
          <clientPaidByCC>sample string 23</clientPaidByCC>
          <clientPayBranchNo>75</clientPayBranchNo>
          <clientPayStatus_LinkCode>sample string 19</clientPayStatus_LinkCode>
          <clientPaymentNo>72</clientPaymentNo>
          <clientRemarks>sample string 24</clientRemarks>
          <commAmt>25</commAmt>
          <commRate>26</commRate>
          <commTrackCCNo>sample string 54</commTrackCCNo>
          <confirmNo>sample string 27</confirmNo>
          <convClientGSTAmt>70</convClientGSTAmt>
          <convCommAmt>56</convCommAmt>
          <convCurrCode>sample string 66</convCurrCode>
          <convFaceValue>63</convFaceValue>
          <convGSTAmt>61</convGSTAmt>
          <convQSTAmt>62</convQSTAmt>
          <convRate>65</convRate>
          <convRemitAmt>64</convRemitAmt>
          <convTax1Amt>57</convTax1Amt>
          <convTax2Amt>58</convTax2Amt>
          <convTax3Amt>59</convTax3Amt>
          <convTax4Amt>60</convTax4Amt>
          <convTotalFare>55</convTotalFare>
          <departDate>2025-06-20T16:26:29.1155064+00:00</departDate>
          <endingTicketNo>sample string 15</endingTicketNo>
          <faceValue>28</faceValue>
          <fareCode>sample string 6</fareCode>
          <finalPayAmt>29</finalPayAmt>
          <finalPayCommAmt>30</finalPayCommAmt>
          <flownCarrier>sample string 17</flownCarrier>
          <highFare>32</highFare>
          <indexNo>16</indexNo>
          <inter_LinkCode>sample string 21</inter_LinkCode>
          <invoice_LinkNo>2</invoice_LinkNo>
          <itinerary>sample string 18</itinerary>
          <lowFare>33</lowFare>
          <numberInParty>7</numberInParty>
          <numberOfRooms>8</numberOfRooms>
          <origTicketNo>sample string 13</origTicketNo>
          <passengerDept>sample string 34</passengerDept>
          <passengerName>sample string 35</passengerName>
          <recordLocator>sample string 69</recordLocator>
          <remitAmount>38</remitAmount>
          <reservation_LinkNo>53</reservation_LinkNo>
          <returnDate>2025-06-20T16:26:29.1155064+00:00</returnDate>
          <segment>
            <TramsSegment>
              <airline>sample string 4</airline>
              <arriveCity>sample string 5</arriveCity>
              <arriveCityName>sample string 17</arriveCityName>
              <arriveDateTime>2025-06-20T16:26:29.1155064+00:00</arriveDateTime>
              <booking_LinkNo>3</booking_LinkNo>
              <classOfSvc>sample string 13</classOfSvc>
              <connection>sample string 7</connection>
              <departCity>sample string 8</departCity>
              <departCityName>sample string 16</departCityName>
              <departDateTime>2025-06-20T16:26:29.1155064+00:00</departDateTime>
              <fare>12</fare>
              <fareBasis>sample string 11</fareBasis>
              <flightNo>sample string 10</flightNo>
              <indexNo>2</indexNo>
              <mileage>15</mileage>
              <segmentNo>1</segmentNo>
              <ticketDesig>sample string 14</ticketDesig>
            </TramsSegment>
            <TramsSegment>
              <airline>sample string 4</airline>
              <arriveCity>sample string 5</arriveCity>
              <arriveCityName>sample string 17</arriveCityName>
              <arriveDateTime>2025-06-20T16:26:29.1155064+00:00</arriveDateTime>
              <booking_LinkNo>3</booking_LinkNo>
              <classOfSvc>sample string 13</classOfSvc>
              <connection>sample string 7</connection>
              <departCity>sample string 8</departCity>
              <departCityName>sample string 16</departCityName>
              <departDateTime>2025-06-20T16:26:29.1155064+00:00</departDateTime>
              <fare>12</fare>
              <fareBasis>sample string 11</fareBasis>
              <flightNo>sample string 10</flightNo>
              <indexNo>2</indexNo>
              <mileage>15</mileage>
              <segmentNo>1</segmentNo>
              <ticketDesig>sample string 14</ticketDesig>
            </TramsSegment>
          </segment>
          <startingTicketNo>sample string 14</startingTicketNo>
          <submitTo_LinkCode>sample string 22</submitTo_LinkCode>
          <tax1Amt>39</tax1Amt>
          <tax1Rate>43</tax1Rate>
          <tax2Amt>40</tax2Amt>
          <tax2Rate>44</tax2Rate>
          <tax3Amt>41</tax3Amt>
          <tax3Rate>45</tax3Rate>
          <tax4Amt>42</tax4Amt>
          <tax4Rate>46</tax4Rate>
          <taxDetail>
            <TaxDetail>
              <amount>4</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <code>sample string 3</code>
              <recNo>1</recNo>
            </TaxDetail>
            <TaxDetail>
              <amount>4</amount>
              <booking_LinkNo>2</booking_LinkNo>
              <code>sample string 3</code>
              <recNo>1</recNo>
            </TaxDetail>
          </taxDetail>
          <ticketDesig>sample string 51</ticketDesig>
          <ticketType_LinkNo>10</ticketType_LinkNo>
          <totalFare>47</totalFare>
          <tourCode>sample string 50</tourCode>
          <travelType_LinkNo>11</travelType_LinkNo>
          <validAL>sample string 12</validAL>
          <vendorName>sample string 74</vendorName>
          <vendorPayBranchNo>76</vendorPayBranchNo>
          <vendorPayStatus_LinkCode>sample string 20</vendorPayStatus_LinkCode>
          <vendorPaymentNo>73</vendorPaymentNo>
          <vendorRemarks>sample string 48</vendorRemarks>
          <vendor_LinkNo>3</vendor_LinkNo>
        </TramsBooking>
      </Booking>
      <PNRCreationDate>2025-06-20T16:26:29.1155064+00:00</PNRCreationDate>
      <branch_LinkNo>4</branch_LinkNo>
      <client_LinkNo>2</client_LinkNo>
      <invoiceGroup>sample string 10</invoiceGroup>
      <invoiceNo>1</invoiceNo>
      <invoiceNumber>8</invoiceNumber>
      <invoiceType_LinkCode>sample string 7</invoiceType_LinkCode>
      <issueDate>2025-06-20T16:26:29.1155064+00:00</issueDate>
      <marketId>13</marketId>
      <partPayAmt>9</partPayAmt>
      <payStatus_LinkCode>sample string 6</payStatus_LinkCode>
      <recordLocator>sample string 5</recordLocator>
    </InvoiceLoad>
  </InvoiceLoads>
</InvoiceLoadRS>