Table of Contents
The Simple Hospitality Interchange Protocol, or SHIP, is a JSON-based message format, combined with a simple HTTP-based API, that aims to make it easy for hospitality-related systems and applications to exchange messages. This document contains specifications of the JSON messages, as well as a number of sample messages. For details on the HTTP-based API, please contact your SHIP integration partner.
Listing 1. Guest-stay message with commonly used fields
link:../samples/guest-stays/guest-stay-typical.json[role=include]
Listing 4. Profile message with commonly used fields
link:../samples/profiles/profile-typical.json[role=include]
Listing 6. Simple guest-stay message with commonly used fields
link:../samples/simple-guest-stays/simple-guest-stay-typical.json[role=include]
Listing 9. Guest-stay list result message with success result
link:../samples/guest-stay-list-results/guest-stay-list-result-success.json[role=include]
Listing 10. Guest-stay list result message with status, errors, and warnings only
link:../samples/guest-stay-list-results/guest-stay-list-result-novalue.json[role=include]
Listing 12. Profile list result message with success result
link:../samples/profile-list-results/profile-list-result-success.json[role=include]
Listing 13. Profile list result message with all possible fields
link:../samples/profile-list-results/profile-list-result-full.json[role=include]