POST api/Aggregate/DownloadStatementOfTscReport?DownloadTypeId={DownloadTypeId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
| DownloadTypeId | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"PageSize": 1,
"From": 2,
"Parameter": {
"DateType": 1,
"StartDate": "2025-12-14T23:24:26.7682773+00:00",
"EndDate": "2025-12-14T23:24:26.7682773+00:00",
"AirlineId": 4,
"RevenueItem": "sample string 5",
"PaymentStatus": 6,
"Status": true,
"isLocal": true,
"ManifestIds": [
1,
2,
3
]
}
}
application/xml, text/xml
Sample:
<SearchCallOfAggregateSearchModel_S8wJryrr 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/AvicollectPay.Logic.Model">
<d2p1:AirlineId>4</d2p1:AirlineId>
<d2p1:DateType>1</d2p1:DateType>
<d2p1:EndDate>2025-12-14T23:24:26.7682773+00:00</d2p1:EndDate>
<d2p1:ManifestIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:long>1</d3p1:long>
<d3p1:long>2</d3p1:long>
<d3p1:long>3</d3p1:long>
</d2p1:ManifestIds>
<d2p1:PaymentStatus>6</d2p1:PaymentStatus>
<d2p1:RevenueItem>sample string 5</d2p1:RevenueItem>
<d2p1:StartDate>2025-12-14T23:24:26.7682773+00:00</d2p1:StartDate>
<d2p1:Status>true</d2p1:Status>
<d2p1:isLocal>true</d2p1:isLocal>
</Parameter>
</SearchCallOfAggregateSearchModel_S8wJryrr>
application/x-www-form-urlencoded
Sample: