This section describes the methods and specific parameters of the Boarding Platform.
For the full schema of PPRO's boarding API, see the XSD file in the link below:
Common boarding input parameters
These parameters are passed for every Boarding Platform call.
Field Name | M/O | Type | Description |
---|---|---|---|
login | M | ascii | The PPRO-provided login |
password | M | ascii | The PPRO-provided password |
Common boarding output parameters
These parameters are returned for every Boarding Platform call.
Field Name | Type | Description |
---|---|---|
status | ascii | Informs the partner whether the call has been performed successfully with the intended effect or failed due to errors, e.g. technical or input data errors. Possible values: • SUCCEEDED • FAILED |
reason | ascii | If the status is SUCCEEDED, this parameter is empty. If the status is FAILED, this parameter holds one of the reasons: • VALIDATION • REQUEST • SYSTEM |
details | ascii | If the status is SUCCEEDED , this parameter is empty. If the status is FAILED , this parameter contains further details about the fail reason. |