Skip Navigation

Errors and Warnings

Errors occur occasionally, however, warnings are the most common error messages. An error is considered a warning because it is returning an advisory message of why there is no rate/car types being returned.

Error Production Response:

<ns13:GetVehAvailRS xmlns:ns13="http://services.sabre.com/car/avail/v1">
<ns10:ApplicationResults xmlns:ns10="http://services.sabre.com/STL_Payload/v02_02" status="Incomplete">
<ns10:Error type="Application" timeStamp="2019-11-05T13:47:09.257-06:00">
<ns10:SystemSpecificResults>
<ns10:Message code="ERR.NGCP-DISTRIBUTION.API_PROCESS_RQ">CHECK CAR COMPANY CODE - MUST BE VALID 2 LETTER CODE</ns10:Message>
</ns10:SystemSpecificResults>
</ns10:Error>
</ns10:ApplicationResults>
</ns13:GetVehAvailRS>

Warning Production Response:

<ns13:GetVehAvailRS xmlns:ns13="http://services.sabre.com/car/avail/v1">
<ns10:ApplicationResults xmlns:ns10="http://services.sabre.com/STL_Payload/v02_02" status="Complete">
<ns10:Success timeStamp="2019-11-05T13:43:42.145-06:00"/>
<ns10:Warning type="Application" timeStamp="2019-11-05T13:43:42.142-06:00">
<ns10:SystemSpecificResults>
<ns10:Message code="ERR.NGCP-DISTRIBUTION.API_PROCESS_RQ">CHECK CAR COMPANY CODE - MUST BE VALID 2 LETTER CODE</ns10:Message>
</ns10:SystemSpecificResults>
</ns10:Warning>
</ns10:ApplicationResults>
</ns13:GetVehAvailRS>