POST api/Invoice/GenerateIataInvoice
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| aggregate | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"Amount": 2.0,
"AirlineCode": "sample string 3",
"AggregateDate": "2025-12-14T23:24:29.3099376+00:00",
"InvoiceNumber": "sample string 5",
"InvoiceDate": "2025-12-14T23:24:29.3099376+00:00",
"StartDate": "2025-12-14T23:24:29.3099376+00:00",
"EndDate": "2025-12-14T23:24:29.3099376+00:00",
"Currency": 8,
"ManifestCount": 9,
"Emails": "sample string 10",
"Address": "sample string 11",
"Description": "sample string 12"
}
application/xml, text/xml
Sample:
<IataAggregate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AvicollectPay.Logic.Model"> <Address>sample string 11</Address> <AggregateDate>2025-12-14T23:24:29.3099376+00:00</AggregateDate> <AirlineCode>sample string 3</AirlineCode> <Amount>2</Amount> <Currency>8</Currency> <Description>sample string 12</Description> <Emails>sample string 10</Emails> <EndDate>2025-12-14T23:24:29.3099376+00:00</EndDate> <Id>1</Id> <InvoiceDate>2025-12-14T23:24:29.3099376+00:00</InvoiceDate> <InvoiceNumber>sample string 5</InvoiceNumber> <ManifestCount>9</ManifestCount> <StartDate>2025-12-14T23:24:29.3099376+00:00</StartDate> </IataAggregate>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.