POST Manifest/SaveXml
Request Information
URI Parameters
None.
Body Parameters
TicketedPaxs| Name | Description | Type | Additional information |
|---|---|---|---|
| ZPaxresponse | ZPaxresponse |
None. |
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-09T04:37:11.1375608+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"
]
}