{"info":{"_postman_id":"68a37e83-fbe2-4dba-8c50-7ced0fec6620","name":"Interfaces","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12139903","collectionId":"68a37e83-fbe2-4dba-8c50-7ced0fec6620","publishedId":"UzBmPTV7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-21T09:43:08.000Z"},"item":[{"name":"Channel-Management","item":[{"name":"Inventory","item":[{"name":"Inventory Update","id":"856cfaeb-8d19-4068-a86b-d94b8ac68cff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<!-- EchoToken: Casablanca sends an uniqe string within each request, the external system must send this string in the corresponding response message -->\r\n<!-- Version: Currently Version xx send by Casablanca -->\r\n<!-- TimeStamp: Current DateTime when the request was sent -->\r\n<OTA_HotelInvCountNotifRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <!-- AgentDutyCode: Always \"casablanca\" -->\r\n        <!-- ERSP_UserID: The username for the external system (can be global or per property) (must be provided by the partner) -->\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <!-- ID: Some Id to identify the property in the external system (must be provided by the partner) -->\r\n            <!-- MessagePassword: A password for the external system (must be provided by the partner) -->\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <!-- HotelCode: see RequestorID:ID -->\r\n    <Inventories HotelCode=\"EXTERNAL_HOTEL_ID\">\r\n        <Inventory>\r\n            <!-- Inventory from START until END (End-date is exclusive) -->\r\n            <StatusApplicationControl Start=\"2022-06-28\" End=\"2022-06-30\" InvCode=\"ROOMTYPE_MAPPING_CODE\" />\r\n            <InvCounts>\r\n                <!-- Count = Total number of availalbe rooms of roomtype (ROOMTYPE_MAPPING_CODE) -->\r\n                <!-- CountType: Always \"2\") -->\r\n                <InvCount CountType=\"2\" Count=\"1\" />\r\n            </InvCounts>\r\n        </Inventory>\r\n        <Inventory>\r\n            <!-- Inventory from START until END (End-date is exclusive) -->\r\n            <StatusApplicationControl Start=\"2022-06-30\" End=\"2022-07-05\" InvCode=\"CASVHS1E76D15\" />\r\n            <InvCounts>\r\n                <!-- Count = Total number of availalbe rooms of roomtype (ROOMTYPE_MAPPING_CODE) -->\r\n                <!-- CountType: Always \"2\") -->\r\n                <InvCount CountType=\"2\" Count=\"10\" />\r\n            </InvCounts>\r\n        </Inventory>\r\n    </Inventories>\r\n</OTA_HotelInvCountNotifRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA","description":"<h3 id=\"inventory-update\">Inventory Update</h3>\n<p>This process can only be executed from casablanca to the partner. This process will be executed automatically, if any changes of the inventory happened.</p>\n<h3 id=\"inventory-data\">Inventory Data</h3>\n<p>Inventory is information which indicates how many rooms of a certain room type can be booked. An inventory is specified for a certain period, which has the same inventory-count. The following information is included:</p>\n<p>Time range (start / end-date)</p>\n<ul>\n<li>Roomtype mapping code</li>\n<li>Count of available rooms of the roomtype</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Element / @Attribute</strong></th>\n<th><strong>Occurence</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OTA_HotelInvCountNotifiRQ</td>\n<td>1</td>\n<td>RootElement</td>\n</tr>\n<tr>\n<td>@EchoToken</td>\n<td>1</td>\n<td>Casablanca sends an uniqe string within each request, the external system must send this string in the corresponding response message</td>\n</tr>\n<tr>\n<td>@TimeStamp</td>\n<td>1</td>\n<td>Current DateTime when the request was sent</td>\n</tr>\n<tr>\n<td>POS/Source/@ERSP_UserID</td>\n<td>1</td>\n<td>The username for the external system (can be global or per property) (must be provided by the partner)</td>\n</tr>\n<tr>\n<td>POS/Source/RequestorID/@ID</td>\n<td>1</td>\n<td>Some Id to identify the property in the external system (must be provided by the partner)</td>\n</tr>\n<tr>\n<td>POS/Source/RequestorID/@MessagePassword</td>\n<td>1</td>\n<td>A password for the external system (must be provided by the partner)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["OTA"],"host":["api.external-system.tld"],"query":[],"variable":[]}},"response":[{"id":"63e550c2-d3cd-44da-9b1d-1c53c23a80a5","name":"Update single roomtype on single daterange","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<OTA_HotelInvCountNotifRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"5d0b56b6-efd9-49ff-a934-3bf0b0ae1fe3\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <Inventories HotelCode=\"EXTERNAL_HOTEL_ID\">\r\n        <Inventory>\r\n            <StatusApplicationControl Start=\"2022-08-01\" End=\"2022-08-06\" InvCode=\"DZ\" />\r\n            <InvCounts>\r\n                <InvCount CountType=\"2\" Count=\"14\" />\r\n            </InvCounts>\r\n        </Inventory>\r\n    </Inventories>\r\n</OTA_HotelInvCountNotifRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<OTA_HotelInvCountNotifRS xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" Version=\"1\" xmlns=\"http://www.opentravel.org/OTA/2003/05\" EchoToken=\"5d0b56b6-efd9-49ff-a934-3bf0b0ae1fe3\">\n    <Success />\n</OTA_HotelInvCountNotifRS>"},{"id":"7b3eb623-563e-4d77-9d78-d38c0d505eea","name":"Update single roomtype on multiple dateranges","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<OTA_HotelInvCountNotifRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"5d0b56b6-efd9-49ff-a934-3bf0b0ae1fe3\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <Inventories HotelCode=\"EXTERNAL_HOTEL_ID\">\r\n        <Inventory>\r\n            <StatusApplicationControl Start=\"2022-08-01\" End=\"2022-08-06\" InvCode=\"DZ\" />\r\n            <InvCounts>\r\n                <InvCount CountType=\"2\" Count=\"14\" />\r\n            </InvCounts>\r\n        </Inventory>\r\n        <Inventory>\r\n            <StatusApplicationControl Start=\"2022-08-06\" End=\"2022-08-10\" InvCode=\"DZ\" />\r\n            <InvCounts>\r\n                <InvCount CountType=\"2\" Count=\"11\" />\r\n            </InvCounts>\r\n        </Inventory>\r\n    </Inventories>\r\n</OTA_HotelInvCountNotifRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<OTA_HotelInvCountNotifRS xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" Version=\"1\" xmlns=\"http://www.opentravel.org/OTA/2003/05\" EchoToken=\"5d0b56b6-efd9-49ff-a934-3bf0b0ae1fe3\">\n    <Success />\n</OTA_HotelInvCountNotifRS>"},{"id":"3518d61a-2075-48e1-9f74-5078e1935e8c","name":"Update multiple roomtypes on multiple dateranges","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<OTA_HotelInvCountNotifRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"5d0b56b6-efd9-49ff-a934-3bf0b0ae1fe3\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <Inventories HotelCode=\"EXTERNAL_HOTEL_ID\">\r\n        <Inventory>\r\n            <StatusApplicationControl Start=\"2022-08-01\" End=\"2022-08-06\" InvCode=\"DZ\" />\r\n            <InvCounts>\r\n                <InvCount CountType=\"2\" Count=\"14\" />\r\n            </InvCounts>\r\n        </Inventory>\r\n        <Inventory>\r\n            <StatusApplicationControl Start=\"2022-08-06\" End=\"2022-08-10\" InvCode=\"DZ\" />\r\n            <InvCounts>\r\n                <InvCount CountType=\"2\" Count=\"11\" />\r\n            </InvCounts>\r\n        </Inventory>\r\n        <Inventory>\r\n            <StatusApplicationControl Start=\"2022-08-01\" End=\"2022-08-06\" InvCode=\"SUI\" />\r\n            <InvCounts>\r\n                <InvCount CountType=\"2\" Count=\"5\" />\r\n            </InvCounts>\r\n        </Inventory>\r\n        <Inventory>\r\n            <StatusApplicationControl Start=\"2022-08-06\" End=\"2022-08-10\" InvCode=\"SUI\" />\r\n            <InvCounts>\r\n                <InvCount CountType=\"2\" Count=\"9\" />\r\n            </InvCounts>\r\n        </Inventory>\r\n    </Inventories>\r\n</OTA_HotelInvCountNotifRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<OTA_HotelInvCountNotifRS xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" Version=\"1\" xmlns=\"http://www.opentravel.org/OTA/2003/05\" EchoToken=\"5d0b56b6-efd9-49ff-a934-3bf0b0ae1fe3\">\n    <Success />\n</OTA_HotelInvCountNotifRS>"},{"id":"22e6b682-11d8-4b97-9322-1d0b1a1b7aa7","name":"Update with error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<OTA_HotelInvCountNotifRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"5d0b56b6-efd9-49ff-a934-3bf0b0ae1fe3\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <Inventories HotelCode=\"EXTERNAL_HOTEL_ID\">\r\n        <Inventory>\r\n            <StatusApplicationControl Start=\"2022-08-01\" End=\"2022-08-06\" InvCode=\"DZ\" />\r\n            <InvCounts>\r\n                <InvCount CountType=\"2\" Count=\"14\" />\r\n            </InvCounts>\r\n        </Inventory>\r\n        <Inventory>\r\n            <StatusApplicationControl Start=\"2022-08-06\" End=\"2022-08-10\" InvCode=\"DZ\" />\r\n            <InvCounts>\r\n                <InvCount CountType=\"2\" Count=\"11\" />\r\n            </InvCounts>\r\n        </Inventory>\r\n        <Inventory>\r\n            <StatusApplicationControl Start=\"2022-08-01\" End=\"2022-08-06\" InvCode=\"SUI\" />\r\n            <InvCounts>\r\n                <InvCount CountType=\"2\" Count=\"5\" />\r\n            </InvCounts>\r\n        </Inventory>\r\n        <Inventory>\r\n            <StatusApplicationControl Start=\"2022-08-06\" End=\"2022-08-10\" InvCode=\"SUI\" />\r\n            <InvCounts>\r\n                <InvCount CountType=\"2\" Count=\"9\" />\r\n            </InvCounts>\r\n        </Inventory>\r\n    </Inventories>\r\n</OTA_HotelInvCountNotifRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<OTA_HotelInvCountNotifRS xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" Version=\"1\" xmlns=\"http://www.opentravel.org/OTA/2003/05\" EchoToken=\"5d0b56b6-efd9-49ff-a934-3bf0b0ae1fe3\">\n    <Errors>\n        <Error ShortText=\"Some error occured on the external system (please describe)\" Code=\"123456\" >\n    </Errors>\n</OTA_HotelInvCountNotifRS>"}],"_postman_id":"856cfaeb-8d19-4068-a86b-d94b8ac68cff"}],"id":"73c2e191-52cd-4613-8652-1a3ec643533e","description":"<p>By definition, inventories are the number of rooms that are available for a particular room type, for a particular period of time.</p>\n<p>Inventory updates are sent from Casablanca to the partner in an incremental way, which means, only changed time ranges are sent to the partner system. For initializing a new connection, it is possible to send a selected period to the partner. These updates consist a OTA message with the necessary information to handle the availability of the rooms on roomtype - level.</p>\n","_postman_id":"73c2e191-52cd-4613-8652-1a3ec643533e"},{"name":"Rates & Restrictions","item":[{"name":"Rate Update","id":"633a8b2f-0539-4073-8ede-0722ed213aa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<!-- EchoToken: Casablanca sends an uniqe string within each request, the external system must send this string in the corresponding response message -->\r\n<!-- Version: Currently Version xx send by Casablanca -->\r\n<!-- TimeStamp: Current DateTime when the request was sent -->\r\n<OTA_HotelRatePlanNotifRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <!-- AgentDutyCode: Always \"casablanca\" -->\r\n        <!-- ERSP_UserID: The username for the external system (can be global or per property) (must be provided by the partner) -->\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <!-- ID: Some Id to identify the property in the external system (must be provided by the partner) -->\r\n            <!-- MessagePassword: A password for the external system (must be provided by the partner) -->\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <!-- HotelCode: see RequestorID:ID -->\r\n    <RatePlans HotelCode=\"EXTERNAL_HOTEL_ID\">\r\n        <RatePlan RatePlanCode=\"RATE_MAPPING_CODE\">\r\n            <Rates>\r\n                <!-- Rate from START until END (End-date is inclusive) -->\r\n                <Rate Start=\"2019-08-27\" End=\"2019-09-03\" InvTypeCode=\"ROOMTYPE_MAPPING_CODE\">\r\n                    <BaseByGuestAmts>\r\n                        <!-- Adultprices per roomtype sent from Min to Max occupancy if filled out in Casablanca -->\r\n                        <BaseByGuestAmt AmountAfterTax=\"50\" NumberOfGuests=\"1\" />\r\n                        <BaseByGuestAmt AmountAfterTax=\"100\" NumberOfGuests=\"2\" />\r\n                        <BaseByGuestAmt AmountAfterTax=\"150\" NumberOfGuests=\"3\" />\r\n                    </BaseByGuestAmts>\r\n                    <AdditionalGuestAmounts>\r\n                        <!-- Childrenprices per child -->\r\n                        <AdditionalGuestAmount AgeQualifyingCode=\"8\" MinAge=\"0\" MaxAge=\"3\" Amount=\"15\" />\r\n                        <AdditionalGuestAmount AgeQualifyingCode=\"8\" MinAge=\"4\" MaxAge=\"10\" Amount=\"18\" />\r\n                        <AdditionalGuestAmount AgeQualifyingCode=\"8\" MinAge=\"11\" MaxAge=\"17\" Amount=\"20\" />\r\n                    </AdditionalGuestAmounts>\r\n                </Rate>\r\n            </Rates>\r\n        </RatePlan>\r\n    </RatePlans>\r\n</OTA_HotelRatePlanNotifRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA","urlObject":{"protocol":"https","path":["OTA"],"host":["api.external-system.tld"],"query":[],"variable":[]}},"response":[],"_postman_id":"633a8b2f-0539-4073-8ede-0722ed213aa1"},{"name":"Restriction Update","id":"f286431e-2ad5-4081-94ee-24aa7a7d9c74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<!-- EchoToken: Casablanca sends an uniqe string within each request, the external system must send this string in the corresponding response message -->\r\n<!-- Version: Currently Version xx send by Casablanca -->\r\n<!-- TimeStamp: Current DateTime when the request was sent -->\r\n<OTA_HotelAvailNotifRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <!-- AgentDutyCode: Always \"casablanca\" -->\r\n        <!-- ERSP_UserID: The username for the external system (can be global or per property) (must be provided by the partner) -->\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <!-- ID: Some Id to identify the property in the external system (must be provided by the partner) -->\r\n            <!-- MessagePassword: A password for the external system (must be provided by the partner) -->\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <!-- HotelCode: see RequestorID:ID -->\r\n    <AvailStatusMessages HotelCode=\"EXTERNAL_HOTEL_ID\">\r\n        <AvailStatusMessage>\r\n            <!-- Restrictions from START until END (End-date is inclusive) -->\r\n            <StatusApplicationControl Start=\"2019-08-27\" End=\"2019-09-03\" RatePlanCode=\"RATE_MAPPING_CODE\" InvTypeCode=\"ROOMTYPE_MAPPING_CODE\" />\r\n            <!-- Min/Max LOS base -->\r\n            <LengthsOfStay ArrivalDateBased=\"false\">\r\n                <LengthOfStay Time=\"2\" MinMaxMessageType=\"SetMinLOS\" />\r\n                <LengthOfStay Time=\"7\" MinMaxMessageType=\"SetMaxLOS\" />\r\n            </LengthsOfStay>                        \r\n            <RestrictionStatus Restriction=\"Arrival\" Status=\"Open\" />\r\n            <RestrictionStatus Restriction=\"Departure\" Status=\"Open\" />\r\n        </AvailStatusMessage>\r\n    </AvailStatusMessages>\r\n</OTA_HotelAvailNotifRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA","urlObject":{"protocol":"https","path":["OTA"],"host":["api.external-system.tld"],"query":[],"variable":[]}},"response":[],"_postman_id":"f286431e-2ad5-4081-94ee-24aa7a7d9c74"}],"id":"caef4941-a96a-4cf8-88a3-a2e97304a8a9","description":"<p>Rate updates are sent from Casablanca to the partner in an incremental way, which means, only changed time ranges are sent to the partner system. These updates consist of two OTA messages, one for updating rate-prices, and one for updating restrictions. Rates and restrictions interact closely as far as bookability is concerned.</p>\n<p>Rate-Prices contains the price information for a specific time range for the given adults and children.</p>\n<p>The adult prices which are sent, represent the room-price for the mentioned occupancy. The children prices which are sent, represents the single occupancy price for the mentioned min/max age range.</p>\n<p>Restrictions control arrival/departure rules and minimum / maximum length of stay (LOS) settings.<br />Min/max LOS can have 2 different bases but only one base at the same date:</p>\n<h4 id=\"arrival-based---minmax-los\">Arrival-Based - min/max LOS:</h4>\n<ul>\n<li><p>The minimum length of stay applies to the Arrival Date.</p>\n</li>\n<li><p><em>Example: A three-night minLOS is set for August 2nd; but has a one-night minLOS on August 1st and August 3rd. Any guest whose stay starts on August 2nd, will be required to stay at least 3 nights. If the guest made the reservation on August 1st or August 3rd, they could book for just one night.</em></p>\n</li>\n</ul>\n<h4 id=\"stay-through---minmax-los\">Stay-Through - min/max LOS:</h4>\n<ul>\n<li><p>Properties set a restriction on minimum stay at any given period. This refers to the check-in date and check-out date, which must fall within a given period.</p>\n</li>\n<li><p><em>Example: A three-night minLOS is set for August 16th. Any guest whose stay includes that day (August 16th) must stay at least 3 nights.</em></p>\n</li>\n</ul>\n","_postman_id":"caef4941-a96a-4cf8-88a3-a2e97304a8a9"},{"name":"Bookings [PULL]","item":[{"name":"Retrieve Bookings","id":"5531aab5-5e35-4c2d-b704-e0e8b3edaeba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<!-- EchoToken: Casablanca sends an uniqe string within each request, the external system must send this string in the corresponding response message -->\r\n<!-- Version: Currently Version xx send by Casablanca -->\r\n<!-- TimeStamp: Current DateTime when the request was sent -->\r\n<OTA_ReadRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <!-- AgentDutyCode: Always \"casablanca\" -->\r\n        <!-- ERSP_UserID: The username for the external system (can be global or per property) (must be provided by the partner) -->\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">            \r\n            <!-- MessagePassword: A password for the external system (must be provided by the partner) -->\r\n            <RequestorID MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <ReadRequests>\r\n        <HotelReadRequest>        \r\n            <SelectionCriteria SelectionType=\"Undelivered\" />\r\n        </HotelReadRequest>\r\n    </ReadRequests>\r\n</OTA_ReadRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA","description":"<p>This request allows our systems to retrieve and import reservations from the partner system. Casablanca will execute this request periodically.</p>\n","urlObject":{"protocol":"https","path":["OTA"],"host":["api.external-system.tld"],"query":[],"variable":[]}},"response":[{"id":"26d59541-cdfa-4d43-b43b-dc4056ccab8a","name":"Retrieve Bookings - Global (preferred by casablanca)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<OTA_ReadRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <RequestorID MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <ReadRequests>\r\n        <HotelReadRequest>        \r\n            <SelectionCriteria SelectionType=\"Undelivered\" />\r\n        </HotelReadRequest>\r\n    </ReadRequests>\r\n</OTA_ReadRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<OTA_ResRetrieveRS\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\" EchoToken=\"abc-123\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd\" TimeStamp=\"2022-06-20T13:28:59\">\n    <Success />\n    <ReservationsList>\n        <!-- Reservation from property A -->\n        <HotelReservation CreateDateTime=\"2022-06-20T13:28:14\" ResStatus=\"Reserved\">\n            <!-- Reservation Data omitted for clearness -->\n        </HotelReservation>\n        <!-- Reservation from property A -->\n        <HotelReservation CreateDateTime=\"2022-06-20T13:26:15\" ResStatus=\"Reserved\">\n            <!-- Reservation Data omitted for clearness -->\n        </HotelReservation>\n        <!-- Reservation from property B -->\n        <HotelReservation CreateDateTime=\"2022-06-20T13:29:44\" ResStatus=\"Modify\">\n            <!-- Reservation Data omitted for clearness -->\n        </HotelReservation>\n    </ReservationsList>\n</OTA_ResRetrieveRS>"},{"id":"d589f2a1-84c7-4c54-bba2-4045a275056b","name":"Retrieve Bookings - per property [Legacy]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<!-- EchoToken: Casablanca sends an uniqe string within each request, the external system must send this string in the corresponding response message -->\r\n<!-- Version: Currently Version xx send by Casablanca -->\r\n<!-- TimeStamp: Current DateTime when the request was sent -->\r\n<OTA_ReadRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <!-- AgentDutyCode: Always \"casablanca\" -->\r\n        <!-- ERSP_UserID: The username for the external system (can be global or per property) (must be provided by the partner) -->\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <!-- ID: Some Id to identify the property in the external system (must be provided by the partner) -->\r\n            <!-- MessagePassword: A password for the external system (must be provided by the partner) -->\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <ReadRequests>\r\n        <!-- HotelCode: see RequestorID:ID -->\r\n        <HotelReadRequest HotelCode=\"EXTERNAL_HOTEL_ID\">        \r\n            <SelectionCriteria SelectionType=\"Undelivered\" />\r\n        </HotelReadRequest>\r\n    </ReadRequests>\r\n</OTA_ReadRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<OTA_ResRetrieveRS\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\" EchoToken=\"abc-123\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd\" TimeStamp=\"2022-06-20T13:28:59\">\n    <Success />\n    <ReservationsList>\n        <!-- Reservation from property EXTERNAL_HOTEL_ID -->\n        <HotelReservation CreateDateTime=\"2022-06-20T13:28:14\" ResStatus=\"Reserved\">\n            <!-- Reservation Data omitted for clearness -->\n        </HotelReservation>\n        <!-- Reservation from property EXTERNAL_HOTEL_ID -->\n        <HotelReservation CreateDateTime=\"2022-06-20T13:26:15\" ResStatus=\"Reserved\">\n            <!-- Reservation Data omitted for clearness -->\n        </HotelReservation>\n    </ReservationsList>\n</OTA_ResRetrieveRS>"},{"id":"1cc71219-cbee-4da7-9794-ec83ce4f203b","name":"Retrieve Bookings - No new bookings available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<!-- EchoToken: Casablanca sends an uniqe string within each request, the external system must send this string in the corresponding response message -->\r\n<!-- Version: Currently Version xx send by Casablanca -->\r\n<!-- TimeStamp: Current DateTime when the request was sent -->\r\n<OTA_ReadRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <!-- AgentDutyCode: Always \"casablanca\" -->\r\n        <!-- ERSP_UserID: The username for the external system (can be global or per property) (must be provided by the partner) -->\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <!-- ID: Some Id to identify the property in the external system (must be provided by the partner) -->\r\n            <!-- MessagePassword: A password for the external system (must be provided by the partner) -->\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <ReadRequests>\r\n        <!-- HotelCode: see RequestorID:ID -->\r\n        <HotelReadRequest HotelCode=\"EXTERNAL_HOTEL_ID\">        \r\n            <SelectionCriteria SelectionType=\"Undelivered\" />\r\n        </HotelReadRequest>\r\n    </ReadRequests>\r\n</OTA_ReadRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<OTA_ResRetrieveRS\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\" EchoToken=\"abc-123\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd\" TimeStamp=\"2022-06-20T13:28:59\">\n    <Success />\n</OTA_ResRetrieveRS>"},{"id":"a275b211-7530-4a7f-ad4d-e655e0be9dfc","name":"Retrieve Bookings - Minimum Content","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<OTA_ReadRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <RequestorID MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <ReadRequests>\r\n        <HotelReadRequest>        \r\n            <SelectionCriteria SelectionType=\"Undelivered\" />\r\n        </HotelReadRequest>\r\n    </ReadRequests>\r\n</OTA_ReadRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<OTA_ResRetrieveRS\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\" EchoToken=\"abc-123\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd\" TimeStamp=\"2022-06-20T13:28:59\">\n    <Success />\n    <ReservationsList>\n        <!-- Reservation from property A -->\n        <!-- ResStatus: Possible values [ 'Reserved', 'Cancelled', 'Modified', 'Requested']  -->\n        <!-- CreateDateTime: Original creation timestamp of the booking, should be constant for modifications or cancellations -->\n        <HotelReservation CreateDateTime=\"2022-06-20T13:28:14\" ResStatus=\"Reserved\">\n            <RoomStays>\n                <RoomStay>\n                    <RoomTypes>\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE\" />\n                    </RoomTypes>\n                    <RoomRates>\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\n                            <Rates>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-23\">\n                                    <Total AmountAfterTax=\"123.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-24\" ExpireDate=\"2022-07-24\">\n                                    <Total AmountAfterTax=\"132.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-25\" ExpireDate=\"2022-07-25\">\n                                    <Total AmountAfterTax=\"140.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                            </Rates>\n                        </RoomRate>\n                    </RoomRates>\n                    <GuestCounts>\n                        <GuestCount Count=\"2\" AgeQualifyingCode=\"10\" />\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"8\" />\n                    </GuestCounts>\n                    <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\n                    <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID for A\"/>\n                </RoomStay>\n            </RoomStays>\n            <Services />\n            <ResGuests />\n            <ResGlobalInfo>              \n                <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\n                <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\n                <HotelReservationIDs>\n                    <HotelReservationID ResID_Value=\"BOOKING_REFERENCE\" ResID_Type=\"14\" ResID_Source=\"ORIGIN_MAPPING_CODE\" />\n                </HotelReservationIDs>\n                <Profiles>\n                    <ProfileInfo>\n                        <Profile>\n                            <Customer>\n                                <PersonName>                                    \n                                    <GivenName>Jane</GivenName>\n                                    <Surname>Doe</Surname>\n                                </PersonName>\n                                <Email>jane.doe@domain.tld</Email>\n                            </Customer>\n                        </Profile>\n                    </ProfileInfo>\n                </Profiles>\n            </ResGlobalInfo>\n        </HotelReservation>\n    </ReservationsList>\n</OTA_ResRetrieveRS>"},{"id":"99c60a0a-7d47-48dd-853f-51494a4f9dc2","name":"Retrieve Bookings - Maximum Content","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<OTA_ReadRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <RequestorID MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <ReadRequests>\r\n        <HotelReadRequest>        \r\n            <SelectionCriteria SelectionType=\"Undelivered\" />\r\n        </HotelReadRequest>\r\n    </ReadRequests>\r\n</OTA_ReadRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<OTA_ResRetrieveRS\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\" EchoToken=\"abc-123\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd\" TimeStamp=\"2022-06-20T13:28:59\">\n    <Success />\n    <ReservationsList>\n        <!-- ResStatus: Possible values [ 'Reserved', 'Cancelled', 'Modified', 'Requested']  -->\n        <!-- CreateDateTime: Original creation timestamp of the booking, should be constant for modifications or cancellations -->        \n        <HotelReservation CreateDateTime=\"2022-06-20T13:28:14\" LastModifyDateTime=\"2022-06-20T13:30:14\" ResStatus=\"Reserved\">\n            <RoomStays>\n                <RoomStay>\n                    <RoomTypes>\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE\" />\n                    </RoomTypes>\n                    <RoomRates>\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\n                            <Rates>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-23\">\n                                    <Total AmountAfterTax=\"123.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-24\" ExpireDate=\"2022-07-24\">\n                                    <Total AmountAfterTax=\"132.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-25\" ExpireDate=\"2022-07-25\">\n                                    <Total AmountAfterTax=\"140.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                            </Rates>\n                            <ServiceRPHs>\n                                <ServiceRPH RPH=\"1\" />\n                            </ServiceRPHs>\n                        </RoomRate>\n                    </RoomRates>\n                    <RoomRates>\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE_2\">\n                            <Rates>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-26\" ExpireDate=\"2022-07-26\">\n                                    <Total AmountAfterTax=\"150.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-27\" ExpireDate=\"2022-07-27\">\n                                    <Total AmountAfterTax=\"150.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-28\" ExpireDate=\"2022-07-28\">\n                                    <Total AmountAfterTax=\"150.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                            </Rates>\n                            <ServiceRPHs>\n                                <ServiceRPH RPH=\"1\" />\n                                <ServiceRPH RPH=\"2\" />\n                            </ServiceRPHs>\n                        </RoomRate>\n                    </RoomRates>\n                    <ServiceRPHs>\n                        <ServiceRPH RPH=\"3\" />\n                        <ServiceRPH RPH=\"4\" />\n                    </ServiceRPHs>\n                    <ResGuestRPHs>\n                        <ResGuestRPH RPH=\"1\" />\n                        <ResGuestRPH RPH=\"2\" />\n                        <ResGuestRPH RPH=\"3\" />\n                    </ResGuestRPHs>\n                    <GuestCounts>\n                        <GuestCount Count=\"2\" AgeQualifyingCode=\"10\" />\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"8\" />\n                    </GuestCounts>\n                    <TimeSpan End=\"2022-07-29\" Start=\"2022-07-23\" />\n                    <Total AmountAfterTax=\"845.00\" CurrencyCode=\"EUR\" />\n                    <Comments>\n                        <Comment>\n                            <Text>non-smoking Room requested, king bed</Text>\n                        </Comment>\n                    </Comments>\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID\"/>\n                </RoomStay>\n            </RoomStays>\n            <Services>\n                <Service ServiceInventoryCode=\"SERVICE_MAPPING_CODE\" Inclusive=\"true\" ServiceRPH=\"1\" Quantity=\"1\" ServicePricingType=\"Per person per night\">\n                    <Price>\n                        <Total AmountAfterTax=\"2.40\" CurrencyCode=\"EUR\" />\n                    </Price>\n                    <ServiceDetails>\n                        <ServiceDescription Name=\"Ortstaxe\" />                    \n                    </ServiceDetails>\n                </Service>\n                <Service ServiceInventoryCode=\"SERVICE_MAPPING_CODE_2\" Inclusive=\"false\" ServiceRPH=\"2\" Quantity=\"1\" ServicePricingType=\"Per person per night\">\n                    <!-- service details omitted for clearness -->\n            \n                </Service>\n                <Service ServiceInventoryCode=\"SERVICE_MAPPING_CODE_3\" Inclusive=\"false\" ServiceRPH=\"3\" Quantity=\"1\" ServicePricingType=\"Per person per night\">\n                    <!-- service details omitted for clearness -->\n            \n                </Service>\n                <Service ServiceInventoryCode=\"SERVICE_MAPPING_CODE_4\" Inclusive=\"false\" ServiceRPH=\"4\" Quantity=\"1\" ServicePricingType=\"Per person per night\">\n                    <!-- service details omitted for clearness -->\n            \n                </Service>\n            </Services>\n            <ResGuests>\n                <ResGuest ResGuestRPH=\"1\">\n                    <Profiles>\n                        <ProfileInfo>\n                            <Profile>\n                                <Customer BirthDate=\"1988-11-18\" Language=\"en\">\n                                    <PersonName>\n                                        <NamePrefix>Mrs</NamePrefix>\n                                        <NameTitle>Phd.</NameTitle>\n                                        <GivenName>Jane</GivenName>\n                                        <Surname>Doe</Surname>\n                                    </PersonName>\n                                    <Address>\n                                        <AddressLine>481 8th Avenue</AddressLine>\n                                        <AddressLine>Hell's Kitchen</AddressLine>\n                                        <CityName>New York</CityName>\n                                        <PostalCode>10001</PostalCode>\n                                        <CountryName Code=\"USA\">United States of America</CountryName>\n                                    </Address>\n                                    <Email>jane.doe@domain.tld</Email>\n                                    <Telephone PhoneNumber=\"555-4321\"/>\n                                    <Telephone PhoneNumber=\"555-4321\" PhoneTechType=\"5\"/>\n                                </Customer>\n                            </Profile>\n                        </ProfileInfo>\n                    </Profiles>\n                </ResGuest>\n                <ResGuest ResGuestRPH=\"2\">\n                    <Profiles>\n                        <ProfileInfo>\n                            <Profile>\n                                <Customer BirthDate=\"1988-11-18\" Language=\"en\">\n                                    <PersonName>\n                                        <NamePrefix>Mr</NamePrefix>\n                                        <NameTitle>Phd.</NameTitle>\n                                        <GivenName>John</GivenName>\n                                        <Surname>Doe</Surname>\n                                    </PersonName>\n                                    <Address>\n                                        <AddressLine>481 8th Avenue</AddressLine>\n                                        <AddressLine>Hell's Kitchen</AddressLine>\n                                        <CityName>New York</CityName>\n                                        <PostalCode>10001</PostalCode>\n                                        <CountryName Code=\"USA\">United States of America</CountryName>\n                                    </Address>\n                                    <Email>john.doe@domain.tld</Email>\n                                    <Telephone PhoneNumber=\"555-4321\"/>\n                                    <Telephone PhoneNumber=\"555-4321\" PhoneTechType=\"5\"/>\n                                </Customer>\n                            </Profile>\n                        </ProfileInfo>\n                    </Profiles>\n                </ResGuest>\n                <ResGuest ResGuestRPH=\"3\">\n                    <Profiles>\n                        <ProfileInfo>\n                            <Profile>\n                                <Customer BirthDate=\"1988-11-18\" Language=\"en\">\n                                    <PersonName>\n                                        <NamePrefix>Mrs</NamePrefix>\n                                        <NameTitle></NameTitle>\n                                        <GivenName>Joana</GivenName>\n                                        <Surname>Doe</Surname>\n                                    </PersonName>\n                                    <Address>\n                                        <AddressLine>481 8th Avenue</AddressLine>\n                                        <AddressLine>Hell's Kitchen</AddressLine>\n                                        <CityName>New York</CityName>\n                                        <PostalCode>10001</PostalCode>\n                                        <CountryName Code=\"USA\">United States of America</CountryName>\n                                    </Address>\n                                    <Email>joana.doe@domain.tld</Email>\n                                    <Telephone PhoneNumber=\"555-4321\"/>\n                                    <Telephone PhoneNumber=\"555-4321\" PhoneTechType=\"5\"/>\n                                </Customer>\n                            </Profile>\n                        </ProfileInfo>\n                    </Profiles>\n                </ResGuest>\n            </ResGuests>\n            <ResGlobalInfo>\n                <TimeSpan End=\"2022-07-29\" Start=\"2022-07-23\" />\n                <Total AmountAfterTax=\"10000.00\" CurrencyCode=\"EUR\" />\n                <HotelReservationIDs>\n                    <HotelReservationID ResID_Value=\"BOOKING_REFERENCE\" ResID_Type=\"14\" ResID_Source=\"ORIGIN_MAPPING_CODE\" />\n                </HotelReservationIDs>\n                <Profiles>\n                    <ProfileInfo>\n                        <Profile>\n                            <Customer BirthDate=\"1988-11-18\" Language=\"en\">\n                                <PersonName>\n                                    <NamePrefix>Mrs</NamePrefix>\n                                    <NameTitle>Phd.</NameTitle>\n                                    <GivenName>Jane</GivenName>\n                                    <Surname>Doe</Surname>\n                                </PersonName>\n                                <Address>\n                                    <AddressLine>481 8th Avenue</AddressLine>\n                                    <AddressLine>Hell's Kitchen</AddressLine>\n                                    <CityName>New York</CityName>\n                                    <PostalCode>10001</PostalCode>\n                                    <CountryName Code=\"USA\">United States of America</CountryName>\n                                </Address>\n                                <Email>jane.doe@domain.tld</Email>\n                                <Telephone PhoneNumber=\"555-4321\"/>\n                                <Telephone PhoneNumber=\"555-4321\" PhoneTechType=\"5\"/>\n                            </Customer>\n                        </Profile>\n                    </ProfileInfo>\n                </Profiles>\n            </ResGlobalInfo>\n        </HotelReservation>\n    </ReservationsList>\n</OTA_ResRetrieveRS>"},{"id":"d40f7c89-cff8-4261-9df0-4eddae7623a8","name":"Retrieve Bookings - Multiple Rooms / Roomtypes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<OTA_ReadRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <RequestorID MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <ReadRequests>\r\n        <HotelReadRequest>        \r\n            <SelectionCriteria SelectionType=\"Undelivered\" />\r\n        </HotelReadRequest>\r\n    </ReadRequests>\r\n</OTA_ReadRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<OTA_ResRetrieveRS\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\"\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd\" TimeStamp=\"2022-06-20T13:28:59\" Target=\"Production\">\n    <Success />\n    <ReservationsList>\n        <!-- ResStatus: Possible values [ 'Reserved', 'Cancelled', 'Modified', 'Requested']  -->\n        <!-- CreateDateTime: Original creation timestamp of the booking, should be constant for modifications or cancellations -->        \n        <HotelReservation CreateDateTime=\"2022-06-20T13:28:14\" LastModifyDateTime=\"2022-06-20T13:30:14\" ResStatus=\"Reserved\">\n            <RoomStays>\n                <RoomStay>\n                    <RoomTypes>\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE\" />\n                    </RoomTypes>\n                    <RoomRates>\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\n                            <Rates>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-23\">\n                                    <Total AmountAfterTax=\"123.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-24\" ExpireDate=\"2022-07-24\">\n                                    <Total AmountAfterTax=\"132.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-25\" ExpireDate=\"2022-07-25\">\n                                    <Total AmountAfterTax=\"140.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                            </Rates>\n                            <ServiceRPHs>\n                                <ServiceRPH RPH=\"1\" />\n                            </ServiceRPHs>\n                        </RoomRate>\n                    </RoomRates>\n                    <ServiceRPHs>\n                        <ServiceRPH RPH=\"3\" />\n                        <ServiceRPH RPH=\"4\" />\n                    </ServiceRPHs>\n                    <ResGuestRPHs>\n                        <ResGuestRPH RPH=\"1\" />\n                        <ResGuestRPH RPH=\"2\" />\n                    </ResGuestRPHs>\n                    <GuestCounts>\n                        <GuestCount Count=\"2\" AgeQualifyingCode=\"10\" />\n                    </GuestCounts>\n                    <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\n                    <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\n                    <Comments>\n                        <Comment>\n                            <Text>non-smoking Room requested, king bed</Text>\n                        </Comment>\n                    </Comments>\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID\"/>\n                </RoomStay>\n                <RoomStay>\n                    <RoomTypes>\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE_2\" />\n                    </RoomTypes>\n                    <RoomRates>\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\n                            <Rates>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-23\">\n                                    <Total AmountAfterTax=\"123.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-24\" ExpireDate=\"2022-07-24\">\n                                    <Total AmountAfterTax=\"132.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-25\" ExpireDate=\"2022-07-25\">\n                                    <Total AmountAfterTax=\"140.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                            </Rates>\n                            <ServiceRPHs>\n                                <ServiceRPH RPH=\"1\" />\n                            </ServiceRPHs>\n                        </RoomRate>\n                    </RoomRates>\n                    <ServiceRPHs>\n                        <ServiceRPH RPH=\"3\" />\n                        <ServiceRPH RPH=\"4\" />\n                    </ServiceRPHs>\n                    <ResGuestRPHs>\n                        <ResGuestRPH RPH=\"3\" />\n                        <ResGuestRPH RPH=\"4\" />\n                    </ResGuestRPHs>\n                    <GuestCounts>\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"11\" />\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"16\" />\n                    </GuestCounts>\n                    <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\n                    <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\n                    <Comments>\n                        <Comment>\n                            <Text>non-smoking Room requested, king bed</Text>\n                        </Comment>\n                    </Comments>\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID\"/>\n                </RoomStay>\n            </RoomStays>\n            <Services>\n                <!-- Services omitted for clearness -->\n            </Services>\n            <ResGuests>\n                <ResGuest ResGuestRPH=\"1\">\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\n                </ResGuest>\n                <ResGuest ResGuestRPH=\"2\">\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\n                </ResGuest>\n                <ResGuest ResGuestRPH=\"3\">\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\n                </ResGuest>\n                <ResGuest ResGuestRPH=\"4\">\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\n                </ResGuest>\n            </ResGuests>\n            <ResGlobalInfo>              \n                <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\n                <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\n                <HotelReservationIDs>\n                    <HotelReservationID ResID_Value=\"BOOKING_REFERENCE\" ResID_Type=\"14\" ResID_Source=\"ORIGIN_MAPPING_CODE\" />\n                </HotelReservationIDs>\n                <Profiles>\n                    <ProfileInfo>\n                        <Profile>\n                            <Customer BirthDate=\"1988-11-18\" Language=\"en\">\n                                <PersonName>   \n                                    <NamePrefix>Mrs</NamePrefix>   \n                                    <NameTitle>Phd.</NameTitle>                              \n                                    <GivenName>Jane</GivenName>\n                                    <Surname>Doe</Surname>\n                                </PersonName>\n                                <Address>\n\t\t\t\t\t\t\t\t\t<AddressLine>481 8th Avenue</AddressLine>\n\t\t\t\t\t\t\t\t\t<AddressLine>Hell's Kitchen</AddressLine>\n\t\t\t\t\t\t\t\t\t<CityName>New York</CityName>\n\t\t\t\t\t\t\t\t\t<PostalCode>10001</PostalCode>\n\t\t\t\t\t\t\t\t\t<CountryName Code=\"USA\">United States of America</CountryName>\n\t\t\t\t\t\t\t\t</Address>\n                                <Email>jane.doe@domain.tld</Email>\n                                <Telephone PhoneNumber=\"555-4321\"/>\n                                <Telephone PhoneNumber=\"555-4321\" PhoneTechType=\"5\"/>\n                            </Customer>\n                        </Profile>\n                    </ProfileInfo>\n                </Profiles>\n            </ResGlobalInfo>\n        </HotelReservation>\n    </ReservationsList>\n</OTA_ResRetrieveRS>"},{"id":"8dffc568-a506-4408-8089-c3248f9992fc","name":"Retrieve Bookings - PackagePrice / Fullduration (Pauschale)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<OTA_ReadRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <RequestorID MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <ReadRequests>\r\n        <HotelReadRequest>        \r\n            <SelectionCriteria SelectionType=\"Undelivered\" />\r\n        </HotelReadRequest>\r\n    </ReadRequests>\r\n</OTA_ReadRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<OTA_ResRetrieveRS\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\"\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd\" TimeStamp=\"2022-06-20T13:28:59\" Target=\"Production\">\n    <Success />\n    <ReservationsList>\n        <!-- ResStatus: Possible values [ 'Reserved', 'Cancelled', 'Modified', 'Requested']  -->\n        <!-- CreateDateTime: Original creation timestamp of the booking, should be constant for modifications or cancellations -->        \n        <HotelReservation CreateDateTime=\"2022-06-20T13:28:14\" LastModifyDateTime=\"2022-06-20T13:30:14\" ResStatus=\"Reserved\">\n            <RoomStays>\n                <RoomStay>\n                    <RoomTypes>\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE\" />\n                    </RoomTypes>\n                    <RoomRates>\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\n                            <Rates>\n                                <!-- A total price of 1111 for 3 nights, indicated by @RateTimeUnit=\"FullDuration\" -->\n                                <Rate RateTimeUnit=\"FullDuration\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-25\">\n                                    <Total AmountAfterTax=\"1111.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <!-- Two additional nights with 120 per night, indicated by @RateTimeUnit=\"Day\" -->\n                                <Rate RateTimeUnit=\"FullDuration\" EffectiveDate=\"2022-07-26\" ExpireDate=\"2022-07-27\">\n                                    <Total AmountAfterTax=\"1111.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                            </Rates>\n                            <ServiceRPHs>\n                                <ServiceRPH RPH=\"1\" />\n                            </ServiceRPHs>\n                        </RoomRate>\n                    </RoomRates>\n                    <ServiceRPHs>\n                        <ServiceRPH RPH=\"3\" />\n                        <ServiceRPH RPH=\"4\" />\n                    </ServiceRPHs>\n                    <ResGuestRPHs>\n                        <ResGuestRPH RPH=\"1\" />\n                        <ResGuestRPH RPH=\"2\" />\n                    </ResGuestRPHs>\n                    <GuestCounts>\n                        <GuestCount Count=\"2\" AgeQualifyingCode=\"10\" />\n                    </GuestCounts>\n                    <TimeSpan End=\"2022-07-28\" Start=\"2022-07-23\" />\n                    <Total AmountAfterTax=\"1111.00\" CurrencyCode=\"EUR\" />\n                    <Comments>\n                        <Comment>\n                            <Text>non-smoking Room requested, king bed</Text>\n                        </Comment>\n                    </Comments>\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID\"/>\n                </RoomStay>\n                <RoomStay>\n                    <RoomTypes>\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE_2\" />\n                    </RoomTypes>\n                    <RoomRates>\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\n                            <Rates>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-23\">\n                                    <Total AmountAfterTax=\"123.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-24\" ExpireDate=\"2022-07-24\">\n                                    <Total AmountAfterTax=\"132.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-25\" ExpireDate=\"2022-07-25\">\n                                    <Total AmountAfterTax=\"140.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                            </Rates>\n                            <ServiceRPHs>\n                                <ServiceRPH RPH=\"1\" />\n                            </ServiceRPHs>\n                        </RoomRate>\n                    </RoomRates>\n                    <ServiceRPHs>\n                        <ServiceRPH RPH=\"3\" />\n                        <ServiceRPH RPH=\"4\" />\n                    </ServiceRPHs>\n                    <ResGuestRPHs>\n                        <ResGuestRPH RPH=\"3\" />\n                        <ResGuestRPH RPH=\"4\" />\n                    </ResGuestRPHs>\n                    <GuestCounts>\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"11\" />\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"16\" />\n                    </GuestCounts>\n                    <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\n                    <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\n                    <Comments>\n                        <Comment>\n                            <Text>non-smoking Room requested, king bed</Text>\n                        </Comment>\n                    </Comments>\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID\"/>\n                </RoomStay>\n            </RoomStays>\n            <Services>\n                <!-- Services omitted for clearness -->\n            </Services>\n            <ResGuests>\n                <ResGuest ResGuestRPH=\"1\">\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\n                </ResGuest>\n                <ResGuest ResGuestRPH=\"2\">\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\n                </ResGuest>\n                <ResGuest ResGuestRPH=\"3\">\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\n                </ResGuest>\n                <ResGuest ResGuestRPH=\"4\">\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\n                </ResGuest>\n            </ResGuests>\n            <ResGlobalInfo>              \n                <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\n                <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\n                <HotelReservationIDs>\n                    <HotelReservationID ResID_Value=\"BOOKING_REFERENCE\" ResID_Type=\"14\" ResID_Source=\"ORIGIN_MAPPING_CODE\" />\n                </HotelReservationIDs>\n                <Profiles>\n                    <ProfileInfo>\n                        <Profile>\n                            <Customer BirthDate=\"1988-11-18\" Language=\"en\">\n                                <PersonName>   \n                                    <NamePrefix>Mrs</NamePrefix>   \n                                    <NameTitle>Phd.</NameTitle>                              \n                                    <GivenName>Jane</GivenName>\n                                    <Surname>Doe</Surname>\n                                </PersonName>\n                                <Address>\n\t\t\t\t\t\t\t\t\t<AddressLine>481 8th Avenue</AddressLine>\n\t\t\t\t\t\t\t\t\t<AddressLine>Hell's Kitchen</AddressLine>\n\t\t\t\t\t\t\t\t\t<CityName>New York</CityName>\n\t\t\t\t\t\t\t\t\t<PostalCode>10001</PostalCode>\n\t\t\t\t\t\t\t\t\t<CountryName Code=\"USA\">United States of America</CountryName>\n\t\t\t\t\t\t\t\t</Address>\n                                <Email>jane.doe@domain.tld</Email>\n                                <Telephone PhoneNumber=\"555-4321\"/>\n                                <Telephone PhoneNumber=\"555-4321\" PhoneTechType=\"5\"/>\n                            </Customer>\n                        </Profile>\n                    </ProfileInfo>\n                </Profiles>\n            </ResGlobalInfo>\n        </HotelReservation>\n    </ReservationsList>\n</OTA_ResRetrieveRS>"},{"id":"94cf07ee-e1f6-4790-b04f-5471d54d6c23","name":"Retrieve Bookings - Modification","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<OTA_ReadRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <RequestorID MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <ReadRequests>\r\n        <HotelReadRequest>        \r\n            <SelectionCriteria SelectionType=\"Undelivered\" />\r\n        </HotelReadRequest>\r\n    </ReadRequests>\r\n</OTA_ReadRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<OTA_ResRetrieveRS\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\" EchoToken=\"abc-123\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd\" TimeStamp=\"2022-06-20T13:28:59\">\n    <Success />\n    <ReservationsList>\n        <!-- Reservation from property A -->\n        <!-- ResStatus: Possible values [ 'Reserved', 'Cancelled', 'Modified', 'Requested']  -->\n        <!-- CreateDateTime: Original creation timestamp of the booking, should be constant for modifications or cancellations -->\n        <HotelReservation CreateDateTime=\"2022-06-20T13:28:14\" ResStatus=\"Modified\">\n            <RoomStays>\n                <RoomStay>\n                    <RoomTypes>\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE\" />\n                    </RoomTypes>\n                    <RoomRates>\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\n                            <Rates>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-23\">\n                                    <Total AmountAfterTax=\"123.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-24\" ExpireDate=\"2022-07-24\">\n                                    <Total AmountAfterTax=\"132.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-25\" ExpireDate=\"2022-07-25\">\n                                    <Total AmountAfterTax=\"140.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                            </Rates>\n                        </RoomRate>\n                    </RoomRates>\n                    <GuestCounts>\n                        <GuestCount Count=\"2\" AgeQualifyingCode=\"10\" />\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"8\" />\n                    </GuestCounts>\n                    <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\n                    <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID for A\"/>\n                </RoomStay>\n            </RoomStays>\n            <Services />\n            <ResGuests />\n            <ResGlobalInfo>              \n                <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\n                <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\n                <HotelReservationIDs>\n                    <HotelReservationID ResID_Value=\"BOOKING_REFERENCE\" ResID_Type=\"14\" ResID_Source=\"ORIGIN_MAPPING_CODE\" />\n                </HotelReservationIDs>\n                <Profiles>\n                    <ProfileInfo>\n                        <Profile>\n                            <Customer>\n                                <PersonName>                                    \n                                    <GivenName>Jane</GivenName>\n                                    <Surname>Doe</Surname>\n                                </PersonName>\n                                <Email>jane.doe@domain.tld</Email>\n                            </Customer>\n                        </Profile>\n                    </ProfileInfo>\n                </Profiles>\n            </ResGlobalInfo>\n        </HotelReservation>\n    </ReservationsList>\n</OTA_ResRetrieveRS>"},{"id":"a7be4bc2-d176-47db-8877-20320bdbdde8","name":"Retrieve Bookings - Cancellation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<OTA_ReadRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <RequestorID MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <ReadRequests>\r\n        <HotelReadRequest>        \r\n            <SelectionCriteria SelectionType=\"Undelivered\" />\r\n        </HotelReadRequest>\r\n    </ReadRequests>\r\n</OTA_ReadRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<OTA_ResRetrieveRS\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\" EchoToken=\"abc-123\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd\" TimeStamp=\"2022-06-20T13:28:59\">\n    <Success />\n    <ReservationsList>\n        <!-- Reservation from property A -->\n        <!-- ResStatus: Possible values [ 'Reserved', 'Cancelled', 'Modified', 'Requested']  -->\n        <!-- CreateDateTime: Original creation timestamp of the booking, should be constant for modifications or cancellations -->\n        <HotelReservation CreateDateTime=\"2022-06-20T13:28:14\" ResStatus=\"Cancelled\">\n            <RoomStays>\n                <RoomStay>\n                    <RoomTypes>\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE\" />\n                    </RoomTypes>\n                    <RoomRates>\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\n                            <Rates>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-23\">\n                                    <Total AmountAfterTax=\"123.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-24\" ExpireDate=\"2022-07-24\">\n                                    <Total AmountAfterTax=\"132.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-25\" ExpireDate=\"2022-07-25\">\n                                    <Total AmountAfterTax=\"140.00\" CurrencyCode=\"EUR\" />\n                                </Rate>\n                            </Rates>\n                        </RoomRate>\n                    </RoomRates>\n                    <GuestCounts>\n                        <GuestCount Count=\"2\" AgeQualifyingCode=\"10\" />\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"8\" />\n                    </GuestCounts>\n                    <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\n                    <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID for A\"/>\n                </RoomStay>\n            </RoomStays>\n            <Services />\n            <ResGuests />\n            <ResGlobalInfo>              \n                <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\n                <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\n                <HotelReservationIDs>\n                    <HotelReservationID ResID_Value=\"BOOKING_REFERENCE\" ResID_Type=\"14\" ResID_Source=\"ORIGIN_MAPPING_CODE\" />\n                </HotelReservationIDs>\n                <Profiles>\n                    <ProfileInfo>\n                        <Profile>\n                            <Customer>\n                                <PersonName>                                    \n                                    <GivenName>Jane</GivenName>\n                                    <Surname>Doe</Surname>\n                                </PersonName>\n                                <Email>jane.doe@domain.tld</Email>\n                            </Customer>\n                        </Profile>\n                    </ProfileInfo>\n                </Profiles>\n            </ResGlobalInfo>\n        </HotelReservation>\n    </ReservationsList>\n</OTA_ResRetrieveRS>"}],"_postman_id":"5531aab5-5e35-4c2d-b704-e0e8b3edaeba"},{"name":"Confirm Booking","id":"37f17168-eae5-46da-8b06-410a37bbd92a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<!-- EchoToken: Casablanca sends an uniqe string within each request, the external system must send this string in the corresponding response message -->\r\n<!-- Version: Currently Version xx send by Casablanca -->\r\n<!-- TimeStamp: Current DateTime when the request was sent -->\r\n<OTA_HotelResNotifRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <!-- AgentDutyCode: Always \"casablanca\" -->\r\n        <!-- ERSP_UserID: The username for the external system (can be global or per property) (must be provided by the partner) -->\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <!-- ID: Some Id to identify the property in the external system (must be provided by the partner) -->\r\n            <!-- MessagePassword: A password for the external system (must be provided by the partner) -->\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <HotelReservations>\r\n        <HotelReservation>\r\n            <ResGlobalInfo>\r\n                <HotelReservationIDs>\r\n                    <HotelReservationID ResID_Type=\"40\" ResID_Value=\"123456789\" ResID_Source=\"Casablanca\" />\r\n                    <HotelReservationID ResID_Type=\"14\" ResID_Value=\"BOOKING_REFERENCE\" ResID_Source=\"CRS\" />\r\n                </HotelReservationIDs>\r\n            </ResGlobalInfo>\r\n        </HotelReservation>\r\n    </HotelReservations>\r\n</OTA_HotelResNotifRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA","urlObject":{"protocol":"https","path":["OTA"],"host":["api.external-system.tld"],"query":[],"variable":[]}},"response":[],"_postman_id":"37f17168-eae5-46da-8b06-410a37bbd92a"}],"id":"e6fecbb2-f5dd-4e18-9349-72ae4211f0a7","_postman_id":"e6fecbb2-f5dd-4e18-9349-72ae4211f0a7","description":""},{"name":"Bookings [PUSH]","item":[{"name":"CreateOrUpdate Booking","id":"a23f08f5-526e-4a1a-b482-68439457b404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<!-- EchoToken: Casablanca sends an uniqe string within each request, the external system must send this string in the corresponding response message -->\r\n<!-- Version: Currently Version xx send by Casablanca -->\r\n<!-- TimeStamp: Current DateTime when the request was sent -->\r\n<OTA_HotelResNotifRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <!-- AgentDutyCode: Always \"casablanca\" -->\r\n        <!-- ERSP_UserID: The username for the external system (can be global or per property) (must be provided by the partner) -->\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <!-- ID: Some Id to identify the property in the external system (must be provided by the partner) -->\r\n            <!-- MessagePassword: A password for the external system (must be provided by the partner) -->\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <HotelReservations>\r\n        <!-- Reservation from property A -->\r\n        <!-- ResStatus: Possible values [ 'Reserved', 'Cancelled', 'Modified', 'Requested']  -->\r\n        <!-- CreateDateTime: Original creation timestamp of the booking, should be constant for modifications or cancellations -->\r\n        <HotelReservation CreateDateTime=\"2022-06-20T13:28:14\" ResStatus=\"Reserved\">\r\n            <RoomStays>\r\n                <RoomStay>\r\n                    <RoomTypes>\r\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE\" />\r\n                    </RoomTypes>\r\n                    <RoomRates>\r\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\r\n                            <Rates>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-23\">\r\n                                    <Total AmountAfterTax=\"123.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-24\" ExpireDate=\"2022-07-24\">\r\n                                    <Total AmountAfterTax=\"132.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-25\" ExpireDate=\"2022-07-25\">\r\n                                    <Total AmountAfterTax=\"140.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                            </Rates>\r\n                        </RoomRate>\r\n                    </RoomRates>\r\n                    <GuestCounts>\r\n                        <GuestCount Count=\"2\" AgeQualifyingCode=\"10\" />\r\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"8\" />\r\n                    </GuestCounts>\r\n                    <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\r\n                    <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\r\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID for A\"/>\r\n                </RoomStay>\r\n            </RoomStays>\r\n            <Services />\r\n            <ResGuests />\r\n            <ResGlobalInfo>              \r\n                <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\r\n                <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\r\n                <HotelReservationIDs>\r\n                    <HotelReservationID ResID_Value=\"BOOKING_REFERENCE\" ResID_Type=\"14\" ResID_Source=\"ORIGIN_MAPPING_CODE\" />\r\n                </HotelReservationIDs>\r\n                <Profiles>\r\n                    <ProfileInfo>\r\n                        <Profile>\r\n                            <Customer>\r\n                                <PersonName>                                    \r\n                                    <GivenName>Jane</GivenName>\r\n                                    <Surname>Doe</Surname>\r\n                                </PersonName>\r\n                                <Email>jane.doe@domain.tld</Email>\r\n                            </Customer>\r\n                        </Profile>\r\n                    </ProfileInfo>\r\n                </Profiles>\r\n            </ResGlobalInfo>\r\n        </HotelReservation>\r\n    </HotelReservations>\r\n</OTA_HotelResNotifRQ>","options":{"raw":{"language":"xml"}}},"url":"https://staging-ext-interface.casablanca.at/reservation/{{tenantId}}/push/{{systemId}}/OTA","urlObject":{"protocol":"https","path":["reservation","{{tenantId}}","push","{{systemId}}","OTA"],"host":["staging-ext-interface.casablanca.at"],"query":[],"variable":[]}},"response":[{"id":"f006e7d3-7ade-4c56-91f1-796618af50d4","name":"CreateOrUpdate Bookings - Minimum Content","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<!-- EchoToken: Casablanca sends an uniqe string within each request, the external system must send this string in the corresponding response message -->\r\n<!-- Version: Currently Version xx send by Casablanca -->\r\n<!-- TimeStamp: Current DateTime when the request was sent -->\r\n<OTA_HotelResNotifRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <!-- AgentDutyCode: Always \"casablanca\" -->\r\n        <!-- ERSP_UserID: The username for the external system (can be global or per property) (must be provided by the partner) -->\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <!-- ID: Some Id to identify the property in the external system (must be provided by the partner) -->\r\n            <!-- MessagePassword: A password for the external system (must be provided by the partner) -->\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <HotelReservations>\r\n        <!-- Reservation from property A -->\r\n        <!-- ResStatus: Possible values [ 'Reserved', 'Cancelled', 'Modified', 'Requested']  -->\r\n        <!-- CreateDateTime: Original creation timestamp of the booking, should be constant for modifications or cancellations -->\r\n        <HotelReservation CreateDateTime=\"2022-06-20T13:28:14\" ResStatus=\"Reserved\">\r\n            <RoomStays>\r\n                <RoomStay>\r\n                    <RoomTypes>\r\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE\" />\r\n                    </RoomTypes>\r\n                    <RoomRates>\r\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\r\n                            <Rates>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-23\">\r\n                                    <Total AmountAfterTax=\"123.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-24\" ExpireDate=\"2022-07-24\">\r\n                                    <Total AmountAfterTax=\"132.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-25\" ExpireDate=\"2022-07-25\">\r\n                                    <Total AmountAfterTax=\"140.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                            </Rates>\r\n                        </RoomRate>\r\n                    </RoomRates>\r\n                    <GuestCounts>\r\n                        <GuestCount Count=\"2\" AgeQualifyingCode=\"10\" />\r\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"8\" />\r\n                    </GuestCounts>\r\n                    <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\r\n                    <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\r\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID for A\"/>\r\n                </RoomStay>\r\n            </RoomStays>\r\n            <Services />\r\n            <ResGuests />\r\n            <ResGlobalInfo>              \r\n                <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\r\n                <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\r\n                <HotelReservationIDs>\r\n                    <HotelReservationID ResID_Value=\"BOOKING_REFERENCE\" ResID_Type=\"14\" ResID_Source=\"ORIGIN_MAPPING_CODE\" />\r\n                </HotelReservationIDs>\r\n                <Profiles>\r\n                    <ProfileInfo>\r\n                        <Profile>\r\n                            <Customer>\r\n                                <PersonName>                                    \r\n                                    <GivenName>Jane</GivenName>\r\n                                    <Surname>Doe</Surname>\r\n                                </PersonName>\r\n                                <Email>jane.doe@domain.tld</Email>\r\n                            </Customer>\r\n                        </Profile>\r\n                    </ProfileInfo>\r\n                </Profiles>\r\n            </ResGlobalInfo>\r\n        </HotelReservation>\r\n    </HotelReservations>\r\n</OTA_HotelResNotifRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"d29e3d8e-8abf-4d9e-9d27-be084afe6837","name":"CreateOrUpdate Bookings - Maximum Content","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<!-- EchoToken: Casablanca sends an uniqe string within each request, the external system must send this string in the corresponding response message -->\r\n<!-- Version: Currently Version xx send by Casablanca -->\r\n<!-- TimeStamp: Current DateTime when the request was sent -->\r\n<OTA_HotelResNotifRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <!-- AgentDutyCode: Always \"casablanca\" -->\r\n        <!-- ERSP_UserID: The username for the external system (can be global or per property) (must be provided by the partner) -->\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <!-- ID: Some Id to identify the property in the external system (must be provided by the partner) -->\r\n            <!-- MessagePassword: A password for the external system (must be provided by the partner) -->\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <HotelReservations>\r\n        <HotelReservation CreateDateTime=\"2022-06-20T13:28:14\" LastModifyDateTime=\"2022-06-20T13:30:14\" ResStatus=\"Reserved\">\r\n            <RoomStays>\r\n                <RoomStay>\r\n                    <RoomTypes>\r\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE\" />\r\n                    </RoomTypes>\r\n                    <RoomRates>\r\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\r\n                            <Rates>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-23\">\r\n                                    <Total AmountAfterTax=\"123.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-24\" ExpireDate=\"2022-07-24\">\r\n                                    <Total AmountAfterTax=\"132.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-25\" ExpireDate=\"2022-07-25\">\r\n                                    <Total AmountAfterTax=\"140.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                            </Rates>\r\n                            <ServiceRPHs>\r\n                                <ServiceRPH RPH=\"1\" />\r\n                            </ServiceRPHs>\r\n                        </RoomRate>\r\n                    </RoomRates>\r\n                    <RoomRates>\r\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE_2\">\r\n                            <Rates>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-26\" ExpireDate=\"2022-07-26\">\r\n                                    <Total AmountAfterTax=\"150.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-27\" ExpireDate=\"2022-07-27\">\r\n                                    <Total AmountAfterTax=\"150.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-28\" ExpireDate=\"2022-07-28\">\r\n                                    <Total AmountAfterTax=\"150.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                            </Rates>\r\n                        </RoomRate>\r\n                    </RoomRates>\r\n                    <ServiceRPHs>\r\n                        <ServiceRPH RPH=\"1\" />\r\n                        <ServiceRPH RPH=\"2 />\r\n                    </ServiceRPHs>\r\n                    <ResGuestRPHs>\r\n                        <ResGuestRPH RPH=\"1\" />\r\n                        <ResGuestRPH RPH=\"2\" />\r\n                        <ResGuestRPH RPH=\"3\" />\r\n                    </ResGuestRPHs>\r\n                    <GuestCounts>\r\n                        <GuestCount Count=\"2\" AgeQualifyingCode=\"10\" />\r\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"8\" />\r\n                    </GuestCounts>\r\n                    <TimeSpan End=\"2022-07-29\" Start=\"2022-07-23\" />\r\n                    <Total AmountAfterTax=\"845.00\" CurrencyCode=\"EUR\" />\r\n                    <Comments>\r\n                        <Comment>\r\n                            <Text>non-smoking Room requested, king bed</Text>\r\n                        </Comment>\r\n                    </Comments>\r\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID\"/>\r\n                </RoomStay>\r\n            </RoomStays>\r\n            <Services>\r\n                <Service ServiceInventoryCode=\"SERVICE_MAPPING_CODE\" Inclusive=\"true\" ServiceRPH=\"1\" Quantity=\"1\" ServicePricingType=\"Per stay\">\r\n                    <Price>\r\n                        <Total AmountAfterTax=\"2.40\" CurrencyCode=\"EUR\" />\r\n                    </Price>\r\n                    <ServiceDetails>\r\n                        <ServiceDescription Name=\"Endreinigung\" />                    \r\n                    </ServiceDetails>\r\n                </Service>\r\n                <Service ServiceInventoryCode=\"SERVICE_MAPPING_CODE_2\" Inclusive=\"false\" ServiceRPH=\"2\" Quantity=\"1\" ServicePricingType=\"Per person per night\">\r\n                    <!-- service details omitted for clearness -->\r\n            \r\n                </Service>\r\n            </Services>\r\n            <ResGuests>\r\n                <ResGuest ResGuestRPH=\"1\">\r\n                    <Profiles>\r\n                        <ProfileInfo>\r\n                            <Profile>\r\n                                <Customer BirthDate=\"1988-11-18\" Language=\"en\">\r\n                                    <PersonName>\r\n                                        <NamePrefix>Mrs</NamePrefix>\r\n                                        <NameTitle>Phd.</NameTitle>\r\n                                        <GivenName>Jane</GivenName>\r\n                                        <Surname>Doe</Surname>\r\n                                    </PersonName>\r\n                                    <Address>\r\n                                        <AddressLine>481 8th Avenue</AddressLine>\r\n                                        <AddressLine>Hell's Kitchen</AddressLine>\r\n                                        <CityName>New York</CityName>\r\n                                        <PostalCode>10001</PostalCode>\r\n                                        <CountryName Code=\"USA\">United States of America</CountryName>\r\n                                    </Address>\r\n                                    <Email>jane.doe@domain.tld</Email>\r\n                                    <Telephone PhoneNumber=\"555-4321\"/>\r\n                                    <Telephone PhoneNumber=\"555-4321\" PhoneTechType=\"5\"/>\r\n                                </Customer>\r\n                            </Profile>\r\n                        </ProfileInfo>\r\n                    </Profiles>\r\n                </ResGuest>\r\n                <ResGuest ResGuestRPH=\"2\">\r\n                    <Profiles>\r\n                        <ProfileInfo>\r\n                            <Profile>\r\n                                <Customer BirthDate=\"1988-11-18\" Language=\"en\">\r\n                                    <PersonName>\r\n                                        <NamePrefix>Mr</NamePrefix>\r\n                                        <NameTitle>Phd.</NameTitle>\r\n                                        <GivenName>John</GivenName>\r\n                                        <Surname>Doe</Surname>\r\n                                    </PersonName>\r\n                                    <Address>\r\n                                        <AddressLine>481 8th Avenue</AddressLine>\r\n                                        <AddressLine>Hell's Kitchen</AddressLine>\r\n                                        <CityName>New York</CityName>\r\n                                        <PostalCode>10001</PostalCode>\r\n                                        <CountryName Code=\"USA\">United States of America</CountryName>\r\n                                    </Address>\r\n                                    <Email>john.doe@domain.tld</Email>\r\n                                    <Telephone PhoneNumber=\"555-4321\"/>\r\n                                    <Telephone PhoneNumber=\"555-4321\" PhoneTechType=\"5\"/>\r\n                                </Customer>\r\n                            </Profile>\r\n                        </ProfileInfo>\r\n                    </Profiles>\r\n                </ResGuest>\r\n                <ResGuest ResGuestRPH=\"3\">\r\n                    <Profiles>\r\n                        <ProfileInfo>\r\n                            <Profile>\r\n                                <Customer BirthDate=\"1988-11-18\" Language=\"en\">\r\n                                    <PersonName>\r\n                                        <NamePrefix>Mrs</NamePrefix>\r\n                                        <NameTitle></NameTitle>\r\n                                        <GivenName>Joana</GivenName>\r\n                                        <Surname>Doe</Surname>\r\n                                    </PersonName>\r\n                                    <Address>\r\n                                        <AddressLine>481 8th Avenue</AddressLine>\r\n                                        <AddressLine>Hell's Kitchen</AddressLine>\r\n                                        <CityName>New York</CityName>\r\n                                        <PostalCode>10001</PostalCode>\r\n                                        <CountryName Code=\"USA\">United States of America</CountryName>\r\n                                    </Address>\r\n                                    <Email>joana.doe@domain.tld</Email>\r\n                                    <Telephone PhoneNumber=\"555-4321\"/>\r\n                                    <Telephone PhoneNumber=\"555-4321\" PhoneTechType=\"5\"/>\r\n                                </Customer>\r\n                            </Profile>\r\n                        </ProfileInfo>\r\n                    </Profiles>\r\n                </ResGuest>\r\n            </ResGuests>\r\n            <ResGlobalInfo>\r\n                <TimeSpan End=\"2022-07-29\" Start=\"2022-07-23\" />\r\n                <Total AmountAfterTax=\"10000.00\" CurrencyCode=\"EUR\" />\r\n                <HotelReservationIDs>\r\n                    <HotelReservationID ResID_Value=\"BOOKING_REFERENCE\" ResID_Type=\"14\" ResID_Source=\"ORIGIN_MAPPING_CODE\" />\r\n                </HotelReservationIDs>\r\n                <Profiles>\r\n                    <ProfileInfo>\r\n                        <Profile>\r\n                            <Customer BirthDate=\"1988-11-18\" Language=\"en\">\r\n                                <PersonName>\r\n                                    <NamePrefix>Mrs</NamePrefix>\r\n                                    <NameTitle>Phd.</NameTitle>\r\n                                    <GivenName>Jane</GivenName>\r\n                                    <Surname>Doe</Surname>\r\n                                </PersonName>\r\n                                <Address>\r\n                                    <AddressLine>481 8th Avenue</AddressLine>\r\n                                    <AddressLine>Hell's Kitchen</AddressLine>\r\n                                    <CityName>New York</CityName>\r\n                                    <PostalCode>10001</PostalCode>\r\n                                    <CountryName Code=\"USA\">United States of America</CountryName>\r\n                                </Address>\r\n                                <Email>jane.doe@domain.tld</Email>\r\n                                <Telephone PhoneNumber=\"555-4321\"/>\r\n                                <Telephone PhoneNumber=\"555-4321\" PhoneTechType=\"5\"/>\r\n                            </Customer>\r\n                        </Profile>\r\n                    </ProfileInfo>\r\n                </Profiles>\r\n            </ResGlobalInfo>\r\n        </HotelReservation>\r\n    </HotelReservations>\r\n</OTA_HotelResNotifRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"81e8450e-f89c-45b0-9ded-a7fb6fcf804f","name":"CreateOrUpdate Bookings - Multiple Rooms / RoomTypes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<!-- EchoToken: Casablanca sends an uniqe string within each request, the external system must send this string in the corresponding response message -->\r\n<!-- Version: Currently Version xx send by Casablanca -->\r\n<!-- TimeStamp: Current DateTime when the request was sent -->\r\n<OTA_HotelResNotifRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <!-- AgentDutyCode: Always \"casablanca\" -->\r\n        <!-- ERSP_UserID: The username for the external system (can be global or per property) (must be provided by the partner) -->\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <!-- ID: Some Id to identify the property in the external system (must be provided by the partner) -->\r\n            <!-- MessagePassword: A password for the external system (must be provided by the partner) -->\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <HotelReservations>\r\n        <!-- ResStatus: Possible values [ 'Reserved', 'Cancelled', 'Modified', 'Requested']  -->\r\n        <!-- CreateDateTime: Original creation timestamp of the booking, should be constant for modifications or cancellations -->        \r\n        <HotelReservation CreateDateTime=\"2022-06-20T13:28:14\" LastModifyDateTime=\"2022-06-20T13:30:14\" ResStatus=\"Reserved\">\r\n            <RoomStays>\r\n                <RoomStay>\r\n                    <RoomTypes>\r\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE\" />\r\n                    </RoomTypes>\r\n                    <RoomRates>\r\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\r\n                            <Rates>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-23\">\r\n                                    <Total AmountAfterTax=\"123.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-24\" ExpireDate=\"2022-07-24\">\r\n                                    <Total AmountAfterTax=\"132.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-25\" ExpireDate=\"2022-07-25\">\r\n                                    <Total AmountAfterTax=\"140.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                            </Rates>\r\n                        </RoomRate>\r\n                    </RoomRates>\r\n                    <ServiceRPHs>\r\n                        <ServiceRPH RPH=\"3\" />\r\n                        <ServiceRPH RPH=\"4\" />\r\n                    </ServiceRPHs>\r\n                    <ResGuestRPHs>\r\n                        <ResGuestRPH RPH=\"1\" />\r\n                        <ResGuestRPH RPH=\"2\" />\r\n                    </ResGuestRPHs>\r\n                    <GuestCounts>\r\n                        <GuestCount Count=\"2\" AgeQualifyingCode=\"10\" />\r\n                    </GuestCounts>\r\n                    <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\r\n                    <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\r\n                    <Comments>\r\n                        <Comment>\r\n                            <Text>non-smoking Room requested, king bed</Text>\r\n                        </Comment>\r\n                    </Comments>\r\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID\"/>\r\n                </RoomStay>\r\n                <RoomStay>\r\n                    <RoomTypes>\r\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE_2\" />\r\n                    </RoomTypes>\r\n                    <RoomRates>\r\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\r\n                            <Rates>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-23\">\r\n                                    <Total AmountAfterTax=\"123.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-24\" ExpireDate=\"2022-07-24\">\r\n                                    <Total AmountAfterTax=\"132.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-25\" ExpireDate=\"2022-07-25\">\r\n                                    <Total AmountAfterTax=\"140.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                            </Rates>\r\n                            <ServiceRPHs>\r\n                                <ServiceRPH RPH=\"1\" />\r\n                            </ServiceRPHs>\r\n                        </RoomRate>\r\n                    </RoomRates>\r\n                    <ServiceRPHs>\r\n                        <ServiceRPH RPH=\"2\" />\r\n                        <ServiceRPH RPH=\"3\" />\r\n                    </ServiceRPHs>\r\n                    <ResGuestRPHs>\r\n                        <ResGuestRPH RPH=\"3\" />\r\n                        <ResGuestRPH RPH=\"4\" />\r\n                    </ResGuestRPHs>\r\n                    <GuestCounts>\r\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"11\" />\r\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"16\" />\r\n                    </GuestCounts>\r\n                    <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\r\n                    <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\r\n                    <Comments>\r\n                        <Comment>\r\n                            <Text>non-smoking Room requested, king bed</Text>\r\n                        </Comment>\r\n                    </Comments>\r\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID\"/>\r\n                </RoomStay>\r\n            </RoomStays>\r\n            <Services>\r\n                <!-- Services omitted for clearness -->\r\n            </Services>\r\n            <ResGuests>\r\n                <ResGuest ResGuestRPH=\"1\">\r\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\r\n                </ResGuest>\r\n                <ResGuest ResGuestRPH=\"2\">\r\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\r\n                </ResGuest>\r\n                <ResGuest ResGuestRPH=\"3\">\r\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\r\n                </ResGuest>\r\n            </ResGuests>\r\n            <ResGlobalInfo>              \r\n                <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\r\n                <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\r\n                <HotelReservationIDs>\r\n                    <HotelReservationID ResID_Value=\"BOOKING_REFERENCE\" ResID_Type=\"14\" ResID_Source=\"ORIGIN_MAPPING_CODE\" />\r\n                </HotelReservationIDs>\r\n                <Profiles>\r\n                    <ProfileInfo>\r\n                        <Profile>\r\n                            <Customer BirthDate=\"1988-11-18\" Language=\"en\">\r\n                                <PersonName>   \r\n                                    <NamePrefix>Mrs</NamePrefix>   \r\n                                    <NameTitle>Phd.</NameTitle>                              \r\n                                    <GivenName>Jane</GivenName>\r\n                                    <Surname>Doe</Surname>\r\n                                </PersonName>\r\n                                <Address>\r\n\t\t\t\t\t\t\t\t\t<AddressLine>481 8th Avenue</AddressLine>\r\n\t\t\t\t\t\t\t\t\t<AddressLine>Hell's Kitchen</AddressLine>\r\n\t\t\t\t\t\t\t\t\t<CityName>New York</CityName>\r\n\t\t\t\t\t\t\t\t\t<PostalCode>10001</PostalCode>\r\n\t\t\t\t\t\t\t\t\t<CountryName Code=\"USA\">United States of America</CountryName>\r\n\t\t\t\t\t\t\t\t</Address>\r\n                                <Email>jane.doe@domain.tld</Email>\r\n                                <Telephone PhoneNumber=\"555-4321\"/>\r\n                                <Telephone PhoneNumber=\"555-4321\" PhoneTechType=\"5\"/>\r\n                            </Customer>\r\n                        </Profile>\r\n                    </ProfileInfo>\r\n                </Profiles>\r\n            </ResGlobalInfo>\r\n        </HotelReservation>\r\n    </HotelReservations>\r\n</OTA_HotelResNotifRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"b4be41a9-aa92-470f-82bc-861ccbab7329","name":"CreateOrUpdate Bookings - PackagePrice / Fullduration (Pauschale)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\"?>\r\n<!-- EchoToken: Casablanca sends an uniqe string within each request, the external system must send this string in the corresponding response message -->\r\n<!-- Version: Currently Version xx send by Casablanca -->\r\n<!-- TimeStamp: Current DateTime when the request was sent -->\r\n<OTA_HotelResNotifRQ xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"abc-123\" TimeStamp=\"2022-06-20T08:41:24.4468947Z\" Version=\"1\" PrimaryLangID=\"de\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <POS>\r\n        <!-- AgentDutyCode: Always \"casablanca\" -->\r\n        <!-- ERSP_UserID: The username for the external system (can be global or per property) (must be provided by the partner) -->\r\n        <Source AgentDutyCode=\"casablanca\" ERSP_UserID=\"EXTERNAL_USER\">\r\n            <!-- ID: Some Id to identify the property in the external system (must be provided by the partner) -->\r\n            <!-- MessagePassword: A password for the external system (must be provided by the partner) -->\r\n            <RequestorID ID=\"EXTERNAL_HOTEL_ID\" MessagePassword=\"Str0ngPa$$word\" />\r\n        </Source>\r\n    </POS>\r\n    <HotelReservations>\r\n        <!-- ResStatus: Possible values [ 'Reserved', 'Cancelled', 'Modified', 'Requested']  -->\r\n        <!-- CreateDateTime: Original creation timestamp of the booking, should be constant for modifications or cancellations -->        \r\n        <HotelReservation CreateDateTime=\"2022-06-20T13:28:14\" LastModifyDateTime=\"2022-06-20T13:30:14\" ResStatus=\"Reserved\">\r\n            <RoomStays>\r\n                <RoomStay>\r\n                    <RoomTypes>\r\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE\" />\r\n                    </RoomTypes>\r\n                    <RoomRates>\r\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\r\n                            <Rates>\r\n                                <!-- A total price of 1111 for 3 nights, indicated by @RateTimeUnit=\"FullDuration\" -->\r\n                                <Rate RateTimeUnit=\"FullDuration\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-25\">\r\n                                    <Total AmountAfterTax=\"1111.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <!-- Two additional nights with 120 per night, indicated by @RateTimeUnit=\"Day\" -->\r\n                                <Rate RateTimeUnit=\"FullDuration\" EffectiveDate=\"2022-07-26\" ExpireDate=\"2022-07-27\">\r\n                                    <Total AmountAfterTax=\"1111.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                            </Rates>\r\n                            <ServiceRPHs>\r\n                                <ServiceRPH RPH=\"1\" />\r\n                            </ServiceRPHs>\r\n                        </RoomRate>\r\n                    </RoomRates>\r\n                    <ServiceRPHs>\r\n                        <ServiceRPH RPH=\"3\" />\r\n                        <ServiceRPH RPH=\"4\" />\r\n                    </ServiceRPHs>\r\n                    <ResGuestRPHs>\r\n                        <ResGuestRPH RPH=\"1\" />\r\n                        <ResGuestRPH RPH=\"2\" />\r\n                    </ResGuestRPHs>\r\n                    <GuestCounts>\r\n                        <GuestCount Count=\"2\" AgeQualifyingCode=\"10\" />\r\n                    </GuestCounts>\r\n                    <TimeSpan End=\"2022-07-28\" Start=\"2022-07-23\" />\r\n                    <Total AmountAfterTax=\"1111.00\" CurrencyCode=\"EUR\" />\r\n                    <Comments>\r\n                        <Comment>\r\n                            <Text>non-smoking Room requested, king bed</Text>\r\n                        </Comment>\r\n                    </Comments>\r\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID\"/>\r\n                </RoomStay>\r\n                <RoomStay>\r\n                    <RoomTypes>\r\n                        <RoomType RoomTypeCode=\"ROOMTYPE_MAPPING_CODE_2\" />\r\n                    </RoomTypes>\r\n                    <RoomRates>\r\n                        <RoomRate RatePlanCode=\"RATE_MAPPING_CODE\">\r\n                            <Rates>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-23\" ExpireDate=\"2022-07-23\">\r\n                                    <Total AmountAfterTax=\"123.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-24\" ExpireDate=\"2022-07-24\">\r\n                                    <Total AmountAfterTax=\"132.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                                <Rate RateTimeUnit=\"Day\" EffectiveDate=\"2022-07-25\" ExpireDate=\"2022-07-25\">\r\n                                    <Total AmountAfterTax=\"140.00\" CurrencyCode=\"EUR\" />\r\n                                </Rate>\r\n                            </Rates>\r\n                            <ServiceRPHs>\r\n                                <ServiceRPH RPH=\"1\" />\r\n                            </ServiceRPHs>\r\n                        </RoomRate>\r\n                    </RoomRates>\r\n                    <ServiceRPHs>\r\n                        <ServiceRPH RPH=\"3\" />\r\n                        <ServiceRPH RPH=\"4\" />\r\n                    </ServiceRPHs>\r\n                    <ResGuestRPHs>\r\n                        <ResGuestRPH RPH=\"3\" />\r\n                        <ResGuestRPH RPH=\"4\" />\r\n                    </ResGuestRPHs>\r\n                    <GuestCounts>\r\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"11\" />\r\n                        <GuestCount Count=\"1\" AgeQualifyingCode=\"8\" Age=\"16\" />\r\n                    </GuestCounts>\r\n                    <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\r\n                    <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\r\n                    <Comments>\r\n                        <Comment>\r\n                            <Text>non-smoking Room requested, king bed</Text>\r\n                        </Comment>\r\n                    </Comments>\r\n                    <BasicPropertyInfo HotelCode=\"EXTERNAL_HOTEL_ID\"/>\r\n                </RoomStay>\r\n            </RoomStays>\r\n            <Services>\r\n                <!-- Services omitted for clearness -->\r\n            </Services>\r\n            <ResGuests>\r\n                <ResGuest ResGuestRPH=\"1\">\r\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\r\n                </ResGuest>\r\n                <ResGuest ResGuestRPH=\"2\">\r\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\r\n                </ResGuest>\r\n                <ResGuest ResGuestRPH=\"3\">\r\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\r\n                </ResGuest>\r\n                <ResGuest ResGuestRPH=\"4\">\r\n                    <!-- ResGuest Data / Profiles omitted for clearness -->\r\n                </ResGuest>\r\n            </ResGuests>\r\n            <ResGlobalInfo>              \r\n                <TimeSpan End=\"2022-07-26\" Start=\"2022-07-23\" />\r\n                <Total AmountAfterTax=\"395.00\" CurrencyCode=\"EUR\" />\r\n                <HotelReservationIDs>\r\n                    <HotelReservationID ResID_Value=\"BOOKING_REFERENCE\" ResID_Type=\"14\" ResID_Source=\"ORIGIN_MAPPING_CODE\" />\r\n                </HotelReservationIDs>\r\n                <Profiles>\r\n                    <ProfileInfo>\r\n                        <Profile>\r\n                            <Customer BirthDate=\"1988-11-18\" Language=\"en\">\r\n                                <PersonName>   \r\n                                    <NamePrefix>Mrs</NamePrefix>   \r\n                                    <NameTitle>Phd.</NameTitle>                              \r\n                                    <GivenName>Jane</GivenName>\r\n                                    <Surname>Doe</Surname>\r\n                                </PersonName>\r\n                                <Address>\r\n\t\t\t\t\t\t\t\t\t<AddressLine>481 8th Avenue</AddressLine>\r\n\t\t\t\t\t\t\t\t\t<AddressLine>Hell's Kitchen</AddressLine>\r\n\t\t\t\t\t\t\t\t\t<CityName>New York</CityName>\r\n\t\t\t\t\t\t\t\t\t<PostalCode>10001</PostalCode>\r\n\t\t\t\t\t\t\t\t\t<CountryName Code=\"USA\">United States of America</CountryName>\r\n\t\t\t\t\t\t\t\t</Address>\r\n                                <Email>jane.doe@domain.tld</Email>\r\n                                <Telephone PhoneNumber=\"555-4321\"/>\r\n                                <Telephone PhoneNumber=\"555-4321\" PhoneTechType=\"5\"/>\r\n                            </Customer>\r\n                        </Profile>\r\n                    </ProfileInfo>\r\n                </Profiles>\r\n            </ResGlobalInfo>\r\n        </HotelReservation>\r\n    </HotelReservations>\r\n</OTA_HotelResNotifRQ>","options":{"raw":{"language":"xml"}}},"url":"https://api.external-system.tld/OTA"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a23f08f5-526e-4a1a-b482-68439457b404"},{"name":"Commit Reservation","id":"8f033d87-772e-4cb5-95be-2e1ee7221b50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"123","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bookingReference\": \"CAS12345689\",\r\n    \"reservationGuest\": {\r\n        \"salutation\": \"Mr.\",\r\n        \"title\": \"Dr.\",\r\n        \"firstName\": \"John\",\r\n        \"middleName\": \"Michael\",\r\n        \"lastName\": \"Doe\",\r\n        \"address\": \"123 Fictional Lane\",\r\n        \"address2\": \"Apt 4B\",\r\n        \"zipcode\": \"10001\",\r\n        \"city\": \"New York\",\r\n        \"phone\": \"+4305011111111\",\r\n        \"mobile\": \"+43660123456789\",\r\n        \"birthdate\": \"1980-05-20\",\r\n        \"language\": \"en\",\r\n        \"emailAddress\": \"john.doe@example.com\",\r\n        \"agreements\": {\r\n            \"newsletter\": true,\r\n            \"directMailing\": true,\r\n            \"thirdParty\": false\r\n        },\r\n        \"state\": \"AT\"\r\n    },\r\n    \"depositPayment\": {\r\n        \"transactionId\": \"TXN_ABCDE12345\",\r\n        \"cardCode\": \"VIS\",\r\n        \"transactionDate\": \"2025-11-26\",\r\n        \"amount\": 50,\r\n        \"cardHolderName\": \"John M. Doe\"\r\n    },\r\n    \"downPaymentRequest\": {\r\n        \"guaranteeCode\": \"pms_xyz\",\r\n        \"amount\": 50,\r\n        \"deadline\": \"2025-11-26\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev-ext-interface.casablanca/{{tenantId}}/reservations/{{systemId}}/{{hotelId}}:commit","urlObject":{"protocol":"https","path":["{{tenantId}}","reservations","{{systemId}}","{{hotelId}}:commit"],"host":["dev-ext-interface","casablanca"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f033d87-772e-4cb5-95be-2e1ee7221b50"}],"id":"37808362-9fbc-4bca-a463-19ddff4d771b","_postman_id":"37808362-9fbc-4bca-a463-19ddff4d771b","description":""}],"id":"6d6d91ec-138e-4cfd-974a-41777340ae11","_postman_id":"6d6d91ec-138e-4cfd-974a-41777340ae11","description":""}],"event":[{"listen":"prerequest","script":{"id":"5fc8146c-7e51-4b63-b09d-c73290f32698","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1f8abf72-3fdc-455a-b241-638f06828577","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseURL","value":"api.external-system.tld","type":"string"},{"key":"path","value":"OTA","type":"string"},{"key":"casablancaLegacybaseURL","value":"staging-ext-interface.casablanca.at","type":"string"}]}