POST api/TicketCategory/SearchTicketCategoryDetails
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PageSize": 1,
"From": 2,
"Parameter": {
"AirlineId": 1,
"CategoryId": 1,
"TicketClassId": "sample string 1"
}
}
application/xml, text/xml
Sample:
<SearchCallOfTicketCategoryResponse6kBvQtah 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/AviationData.Logic.Models">
<d2p1:AirlineId>1</d2p1:AirlineId>
<d2p1:CategoryId>1</d2p1:CategoryId>
<d2p1:TicketClassId>sample string 1</d2p1:TicketClassId>
</Parameter>
</SearchCallOfTicketCategoryResponse6kBvQtah>
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.