You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 6
Next »

| statusCode : ResponseStatusCode | ResponseStatusCode indicates if the operation succeeded or failed, and if it failed - why. ResponseStatusText is a textual description of ResponseStatusCode. For all operations the set of response codes must be defined. The actual set is dependent upon the context. - "OK": Operation succeded.
- "ERR01":
- "ERR02":
- "":
- "":
- "ERR99": Other error. "statusText" should describe the error.
Status codes must be documented by the service implementation. | statusText : ResponseStatusText | A textual description of ResponseStatusCode. |
|
| CorrelationId | Identifier that can be used to correlate messages, transactions, log entries etc. The identifier should be unique across all relevant systems. It is the responsibility of the creator of the message/transaction/log entry/... to guarantee uniqueness. The CorrelationId can for instance be a GUID, or something shorter based on site specific rules. | SourceOrganization | Name of the organization/company that created the original data. This will typically be an airline company or an handler. The value set are site specific. | SourceSystem | Name of IT system, in the SourceOrganization, that was the source of the data The value set are site specific. | SourceTimestamp | UTC timestamp for when the source was updated. If unknown, use current (UTC) time. DateTimeUTC XML dateTime always in UTC. NB! A 'Z' shall always be appended to indicate UTC! |
|