POST Manifest/Save
Request Information
URI Parameters
None.
Body Parameters
Collection of TicketedPaxModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FlightNumber | string |
Required |
|
| TicketNumber | string |
Required |
|
| PaxName | string |
Required |
|
| TicketClass | string |
Required |
|
| FareCode | string |
None. |
|
| FareCurrency | string |
Required |
|
| DepartureAirportCode | string |
Required |
|
| DestinationAirportCode | string |
Required |
|
| PNR | string |
Required |
|
| MFCI | string |
Required |
|
| FlightDate | date |
Required |
|
| EtStatus | string |
Required |
|
| BagWeight | decimal number |
Required |
|
| BagQt | integer |
Required |
|
| NetFare | decimal number |
Required |
|
| FaceValue | decimal number |
Required |
|
| NG | decimal number |
Required |
|
| QT | decimal number |
Required |
|
| JY | decimal number |
Required |
|
| YQ | decimal number |
Required |
|
| Taxes | decimal number |
Required |
|
| Commission | decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{
"FlightNumber": "VL001",
"TicketNumber": "333 0000000000/1",
"PaxName": "DEEDEE/AKIN MISS",
"TicketClass": "E",
"FareCode": "M",
"FareCurrency": "NGN",
"DepartureAirportCode": "ABV",
"DestinationAirportCode": "LOS",
"PNR": "AXNRT",
"MFCI": "I",
"FlightDate": "2026-01-09T03:58:58.6213417+00:00",
"EtStatus": "F",
"BagWeight": 10.9,
"BagQt": 1,
"NetFare": 3000.9,
"FaceValue": 20.0,
"NG": 300.9,
"QT": 10.0,
"JY": 100.98,
"YQ": 90.0,
"Taxes": 100.9,
"Commission": 1000.0
}
application/xml, text/xml
Sample:
<?xml version="1.0" encoding="utf-16"?>
<xml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<zpaxresponse>
<result>OK</result>
<paxcount>43</paxcount>
<information>
<tickets>
<pax flightno="VL001" ticketno="333 0000000/2" name="DEEDEE/AKIN MISS" class="" farebasis="" farecurr="NGN" depart="ABV" arrive="LOS" rloc="" mfci="C" fltdate="20-FEB-2016" etstatus="C" bagweight="10.09" bagqt="1" netfare="1000.00" facevalue="" ng="100.80" qt="50.0" jy="10.0" yq="10.90" othertaxes="20.0" commission="100.00" />
<pax flightno="VL001" ticketno="333 0000000/2" name="DEEDEE/AKIN MISS" class="" farebasis="" farecurr="NGN" depart="ABV" arrive="LOS" rloc="" mfci="C" fltdate="20-FEB-2016" etstatus="C" bagweight="10.09" bagqt="1" netfare="1000.00" facevalue="" ng="100.80" qt="50.0" jy="10.0" yq="10.90" othertaxes="20.0" commission="100.00" />
</tickets>
</information>
</zpaxresponse>
</xml>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json
Sample:
Saved or Updated
text/json
Sample:
{
"Status": "Failed",
"ErrorMessages": [
"All errors recorded here"
]
}