POST api/BillSummary/DownloadInvoiceReconciliation

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
searchCall
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "From": 2,
  "Parameter": {
    "Id": 1,
    "AirlineCode": "sample string 1",
    "InvoiceMonth": 1,
    "InvoiceYear": 1,
    "Invoiced": true,
    "Currency": 1,
    "ProcessName": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<SearchCallOfBillSummarySearchModel5OeRDfzV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stardust">
  <From>2</From>
  <PageSize>1</PageSize>
  <Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/IataService.Logic.Model">
    <d2p1:AirlineCode>sample string 1</d2p1:AirlineCode>
    <d2p1:Currency>1</d2p1:Currency>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:InvoiceMonth>1</d2p1:InvoiceMonth>
    <d2p1:InvoiceYear>1</d2p1:InvoiceYear>
    <d2p1:Invoiced>true</d2p1:Invoiced>
    <d2p1:ProcessName>sample string 2</d2p1:ProcessName>
  </Parameter>
</SearchCallOfBillSummarySearchModel5OeRDfzV>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SearchCall`1'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.