{"info":{"_postman_id":"35080422-1f76-4e0f-aeeb-281bb8619cb7","name":"Agora API - Service Providers - Beta Version","description":"<html><head></head><body><p>NOTE: This documentation has 2 major sections : The documentation section and the endpoints section. </p>\n<h1 id=\"agora-api-aspire\">Agora API - Aspire</h1>\n<p>Agora API is an API created to be a bidirectional communication channel between different supported PMS systems and 3rd party Service Providers (SP). This is the full REST API documentation for using the Agora endpoints to both push requests to the PMS System or Service Provider depending on the type of request. </p>\n<h1 id=\"environments-variables-in-postman\">Environments variables in Postman</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value / Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>environment</td>\n<td>qa / gateway</td>\n</tr>\n<tr>\n<td>Api-key</td>\n<td>{YOUR-APIKEY}</td>\n</tr>\n<tr>\n<td>SP-Api-Key</td>\n<td>{SP-APIKEY}</td>\n</tr>\n<tr>\n<td>production server</td>\n<td><a href=\"https://agora-api.azure-api.net\">https://agora-api.azure-api.net</a></td>\n</tr>\n<tr>\n<td>test server</td>\n<td><a href=\"https://agora-api-test.azure-api.net\">https://agora-api-test.azure-api.net</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>WHERE:   qa = sandbox,   gateway = production</p>\n<h1 id=\"async-and-synchronous-requests\">Async and Synchronous Requests</h1>\n<p>Requests are made usually asynchronously and an instanceId is returned, where you can track the progress of your request with this ID through the GetStatus endpoint.</p>\n<p><img src=\"https://uapitables.file.core.windows.net/images/async-request.png?st=2020-06-22T21%3A23%3A24Z&amp;se=2021-06-30T21%3A23%3A00Z&amp;sp=rl&amp;sv=2018-03-28&amp;sr=f&amp;sig=tgRkxL9%2FckyfHWwi3TsH4bTZYba4Bptqon24%2BuXcFY0%3D\" alt=\"Async Example\"></p>\n<ul>\n<li>SP endpoints have a header to signal if it is an async requests. ***All requests from SP will be async by default. ***</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value / Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>async</td>\n<td>true / false</td>\n</tr>\n</tbody>\n</table>\n</div><p>**It is preferable to use the async endpoints as your code can then run non blocking to the request. **</p>\n<h1 id=\"authentication-and-authorization\">Authentication and Authorization</h1>\n<p>HTTPS is enforced on all endpoints. </p>\n<p>a) Authentication is done through the subscription of the API through the developer portal:</p>\n<p>Developer portal:  (coming soon)</p>\n<p>Agora API Base Endpoints: </p>\n<p>sandbox:      <a href=\"https://agora-api.azure-api.net/aspire-sp-qa/\">https://agora-api.azure-api.net/aspire-sp-qa/</a></p>\n<p>production:    <a href=\"https://agora-api.azure-api.net/aspire-sp-gateway/\">https://agora-api.azure-api.net/aspire-sp-gateway/</a></p>\n<p>Please refer to  <em>Agora Service Provider on-boarding process</em> to get your Agora account information and/or assigned API Key delivered to you.  (see  Agora business contact for details)</p>\n<p>** This  API  key is used as a Header in every request with the header name: <strong>Ocp-Apim-Subscription-Key</strong> </p>\n<p>** For traceability of the transaction in error purposes, add the header key: <strong>Ocp-Apim-Trace</strong>    ,\nValue = true</p>\n<h1 id=\"headers\">Headers</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>{API KEY}</td>\n</tr>\n<tr>\n<td>Ocp-Apim-Trace</td>\n<td>True OR False</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>Application/json</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"enums\">Enums</h1>\n<h3 id=\"transactionstatus\">TransactionStatus</h3>\n<p>This is when checking the completion status of a request through Agora API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>String</th>\n<th>Value</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Pending</td>\n<td>0</td>\n<td></td>\n</tr>\n<tr>\n<td>Completed</td>\n<td>1</td>\n<td></td>\n</tr>\n<tr>\n<td>Incomplete</td>\n<td>2</td>\n<td></td>\n</tr>\n<tr>\n<td>Failed</td>\n<td>3</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"reservationstatus\">ReservationStatus</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>String</th>\n<th>Value</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reserved</td>\n<td>R</td>\n<td></td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td>C</td>\n<td></td>\n</tr>\n<tr>\n<td>Waitlist</td>\n<td>W</td>\n<td></td>\n</tr>\n<tr>\n<td>CheckedIn / Inhouse</td>\n<td>I</td>\n<td></td>\n</tr>\n<tr>\n<td>History / Checkout</td>\n<td>H</td>\n<td></td>\n</tr>\n<tr>\n<td>Giftcard</td>\n<td>G</td>\n<td></td>\n</tr>\n<tr>\n<td>Pending</td>\n<td>P</td>\n<td>(some rooms checked in, some not)</td>\n</tr>\n<tr>\n<td>Mobile Checkin</td>\n<td>M</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"roomstatus\">RoomStatus</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>String</th>\n<th>Value</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Clean</td>\n<td>0</td>\n<td></td>\n</tr>\n<tr>\n<td>Dirty</td>\n<td>1</td>\n<td></td>\n</tr>\n<tr>\n<td>Inspected</td>\n<td>2</td>\n<td></td>\n</tr>\n<tr>\n<td>OOS/ OutOfService</td>\n<td>3</td>\n<td></td>\n</tr>\n<tr>\n<td>OOO / OutOfOrder</td>\n<td>4</td>\n<td></td>\n</tr>\n<tr>\n<td>Soldout</td>\n<td>5</td>\n<td></td>\n</tr>\n<tr>\n<td>Maintenance</td>\n<td>6</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"guest-mobile-api-overview\">Guest Mobile API Overview</h1>\n<h3 id=\"summary\">Summary</h3>\n<p>The Guest Mobile API messages will be used for contactless check in/out and mobile keys.</p>\n<h1 id=\"messages-to-service-provider-documentation\">Messages to Service Provider (Documentation)</h1>\n<h1 id=\"post-addons-propertyinventory\">(POST) Addons  (PropertyInventory)</h1>\n<h3 id=\"-initial-phase\">( Initial phase)</h3>\n<p>This message is meant to be used during the onboarding process of a property.  This data is generally considered static and only rarely changes over time. In those cases, the PMS system will explicitly send a revised list of available Add-On's. Service providers need to overwrite their related database information.</p>\n<p>NOTE: Add-on images will be provided out of bound (manually) and will be identified according to the ID of the Add-on.</p>\n<h3 id=\"inventory-resource\">Inventory Resource:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>propertyid</td>\n<td>PMS property ID</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>List of InventoryItems</td>\n<td>inventory_list</td>\n<td>see below</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"inventoryitem\">InventoryItem:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>int</td>\n<td>id</td>\n<td>unique id - use this id to get corresponding image.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>name</td>\n<td>short name</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>description</td>\n<td>full description</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>bool</td>\n<td>is_inventory_item</td>\n<td>quantity is limited</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>price</td>\n<td>basic unit price, total price must be calculated according to business rules</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>quantity_type</td>\n<td>options: true/false, pick 1-9, #adult, #child, #adult+child, #nights, #adult X #nights, child X #nights, #adult+#child X #nights</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>user_comment</td>\n<td>Service Provider prompts comment, e.g. Arrival time?</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>pick_stay_day</td>\n<td>options: firstday of check-in, everyday, GuestPickCalDayTime</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>availability_lower</td>\n<td>date start</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>availability_higher</td>\n<td>date end</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>available_days</td>\n<td>SMTWTFS=&gt;1010101</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>show_if_children</td>\n<td>true/false, if true: only show when #child &gt;0</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>for_adults_only</td>\n<td>true/false: only show when #child=0</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>List of strings</td>\n<td>rate_code_restrictions</td>\n<td>if null available for all guests otherwise MUST be RateCode IN LIST provided, e.g.  LIST=  ['BAR', 'BAC']</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>List of strings</td>\n<td>room_type_restrictions</td>\n<td>if null available for all guests otherwise MUST be RoomType IN LIST Provided e.g.  LIST= ['KING', 'QUEN']</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h3 id=\"example--pms-addons-inventory-posting-message-to-service-provider\">Example  PMS AddOns (Inventory) posting message (to service provider)</h3>\n<p><strong>Request</strong>:</p>\n<p>POST :      <a href=\"https://myserviceproviderdomain.com/AddOns\">https://myserviceproviderdomain.com/AddOns</a></p>\n<p><strong>JSON AddOns Example Request:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"propertyid\": \"AB1234\",\n  \"inventory_list\": [\n    {\n        \"id\" : 1121234,\n        \"name\" : \"baby crib\",\n        \"description\" :  \"blue and 4 wheels\",\n        \"is_inventory_item\" : true,\n        \"price\" :  2.43,\n        \"quantity_type\" :  4,\n        \"user_comment\" : \"What is your arrival time ?\",\n        \"pick_stay_day\" : 1 ,\n        \"availability_lower\" : \"08/27/2020\",\n        \"availabilty_higher\" : \"08/28/2020\",\n        \"available_days\" : \"010101\",\n        \"show_if_children\" : true,\n        \"for_adults_only\" : false,\n        \"rate_code_restrictons\" : [\"BAR, BAC\"],\n        \"room_type_restrictions\" : [\"QUEN\"]\n    }\n  ]\n}\n\n</code></pre><p><strong>JSON AddOns Example Response :</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"success\": true OR false ,\n  \"id\": 43274832\n}\n\nResponse code success: 202 \nResponse code error : 400\n</code></pre><hr>\n<hr>\n<h1 id=\"post-roomstatus-message\">(POST) RoomStatus Message</h1>\n<h3 id=\"-events--room-assignment-check-in-and-check-out-\">( Events:  Room assignment, check-in and check-out )</h3>\n<p>This message is meant to notify the service provider, during the check-in process, that the property has assigned a room to the booking.  </p>\n<h3 id=\"room-status-resource\">Room status Resource:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>propertyid</td>\n<td>PMS property ID</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>bookingid</td>\n<td>booking number</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>int</td>\n<td>roomnumber</td>\n<td>unique id</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>roomstatus</td>\n<td>Clean = 0,Dirty = 1,Inspected = 2, OutOfService = 3,OutOfOrder = 4,SoldOut = 5, Maintenance = 6</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>roomnote</td>\n<td>comment from guest</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resstatus</td>\n<td>Current status of the reservation record, char(1), R - Reserved, C - Cancelled, W - Waitlist, I - Checked in/Inhouse, H - History/Checkout, G - Gift card, P - Pending (some rooms checked in, some not)</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example--roomstatus-posting-message-to-service-provider\">Example  RoomStatus posting message (to service provider)</h3>\n<p><strong>Request</strong>:</p>\n<p>POST:       <a href=\"https://myserviceproviderdomain.com/roomstatus\">https://myserviceproviderdomain.com/roomstatus</a></p>\n<p><strong>RoomStatus Example JSON message request for check-in:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"propertyid\" : \"123458\",\n    \"roomnumber\" : \"1221\",\n    \"bookingid\" : 9994321,\n    \"roomstatus: \"0\",\n    \"roomnote\" : null,\n    \"resstatus\": \"I\"\n}\n</code></pre><p><strong>RoomStatus Example JSON Message Response :</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"success\": true OR false ,\n  \"id\": 43274832\n}\n\nResponse code success: 202 \nResponse code error : 400\n</code></pre><hr>\n<hr>\n<h1 id=\"messages-to-pms-documentation\">Messages to PMS (Documentation)</h1>\n<h1 id=\"post-addonavailabilityreq-message\">(POST) AddOnAvailabilityReq  Message</h1>\n<p>This message is sent by the SP to inquire on availability of inventory item addons for specific days the guest has requested to add the item. Service providers need to ensure availability of add-on's resources and must make sure to send either an updated <em>Extendedbooking</em> record or UpdateBookingAddOn message to the PMS in order to ensure that the PMS will update the inventory counts accordingly.</p>\n<p>AddOnAvailabilityReq  Message:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>propertyid</td>\n<td>from mobile app instance</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>lastname</td>\n<td>guest last name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>bookingid</td>\n<td>confirmation number or booking number</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>correlationid</td>\n<td>to be return on the response</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>List of AddOnBookingItem</td>\n<td>addons</td>\n<td>days within the stay requested by the</td>\n<td>No</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IMPORTANT</strong>: Make sure that Id for specific dates are at the beginning and in the same order. If no date is provided it is assumed that the AddOn resource is requested for the entire stay.</p>\n<p><strong>InventoryAddOnAvailability  Response</strong>:\nThis message is sent as a response to an AddOnAvailabilityReq request issued from the service provider. This data contains a list of addonItemAv which contains availability for each AddOn (Id). </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>propertyid</td>\n<td>Id from PMS</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>correlationid</td>\n<td>CorrelationId from PMS</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>List of AddonItemAvailability</td>\n<td>addons</td>\n<td>see below</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"addonitemavailability-object\">AddonItemAvailability Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>int</td>\n<td>id</td>\n<td>related to specific add-on item</td>\n<td></td>\n</tr>\n<tr>\n<td>boolean</td>\n<td>is_available</td>\n<td>true if available on the date requested</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>** POST : <a href=\"https://agoraapi.com/AddOnAvailabilityReq\">https://agoraapi.com/AddOnAvailabilityReq</a> **</p>\n<p><strong>Example Request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"propertyid\": \"AB1234\",\n    \"lastname\": :\"smith\",\n    \"bookingid\" : \"122234243\",\n    \"correlationid\": \"43434543543\",\n    \"addons\": [{\n        \"id\": 754374,\n        \"begindate\": \"08-09-2020\",\n        \"enddate\": \"09-09-2020\"\n    },\n    {\n        \"id\": 874561,\n        \"begindate\": \"10-09-2020\",\n        \"enddate\": \"11-09-2020\"\n    }]\n}\n</code></pre><h3 id=\"example-response\">Example response</h3>\n<p> <strong>Response from PMS :</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"propertyid\": \"13212312\",\n  \"bookingid\" : \"123456789\",\n  \"correlationid\" : 98722ab238382823,\n  \"addons\": [\n    {\n      \"id\": 1,\n      \"is_available\":  true\n    },\n    {\n      \"id\": 2,\n      \"is_available\" : false\n    }\n  ]\n}\n\n</code></pre><hr>\n<hr>\n<h1 id=\"get-extendedbooking-message-request\">(GET) Extendedbooking Message Request</h1>\n<p>This message sent is a ExtendedBooking inquiry request from the service providers. Service Providers will provide : a) last name of the guest  b) confirmation of booking number and c) correlationid (which usually references requester originid or mobileid).  The PMS will search through-out all properties the booking that corresponds to the confirmation number and the last name.</p>\n<p>GET Request Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>propertyid</td>\n<td>from mobile app instance</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>lastname</td>\n<td>guest last name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>bookingid</td>\n<td>confirmation number or booking number</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>correlationid</td>\n<td>to be return on the response</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong>: ExtBooking resource</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>correlationid</td>\n<td>provided by service provider used to reconcile requests and responses.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>propertyid</td>\n<td>PMS property id</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>bookingid</td>\n<td>booking number</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>folionumber</td>\n<td>valid only after check-in</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>otareference</td>\n<td>if booked via channel partners</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resstatus</td>\n<td>reservation status</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>reslastname</td>\n<td>last name of guest</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resfirstname</td>\n<td>first name of guest</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resstreet</td>\n<td>guest street</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>rescity</td>\n<td>guest city</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resstate</td>\n<td>guest state</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>respostalcode</td>\n<td>guest postal code</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>rescountry</td>\n<td>guest country</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resemail</td>\n<td>guest email</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resvehicletype</td>\n<td>guest vehicle type</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resvehicleplate</td>\n<td>guest vehicle plate</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>marketindicator</td>\n<td>Indicates if guest has consented to receive marketing emails from hotel, tinyint data type, 0 - Always Send, 1 - Do not mail, 2 - Do not email, 3 - Do not mail or e-mail, 4 - Do not mail, 5 - Do not email, 6 - Consent Unknown</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resphone1</td>\n<td>guest phone</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resphone1usetype</td>\n<td>home or work or mobile</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resphone2</td>\n<td>guest phone</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resphone2usetype</td>\n<td>home or work or mobile</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>sublastname</td>\n<td>2nd guest last name</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>subfirstname</td>\n<td>2nd guest first name</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>substreet</td>\n<td>2nd guest street</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>subcity</td>\n<td>2nd guest city</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>substate</td>\n<td>2nd guest state</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>subcountry</td>\n<td>2nd guest country</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>subzipcode</td>\n<td>2nd guest postal code</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>subphone</td>\n<td>2nd guest phone #</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>subemail</td>\n<td>2nd guest email</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>subsubfolio</td>\n<td>2nd guest account</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>roomnumber</td>\n<td>will be blank prior to check-in</td>\n<td>no</td>\n</tr>\n<tr>\n<td>int</td>\n<td>adults</td>\n<td>number of adults</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>int</td>\n<td>child</td>\n<td>number of children</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>checkin</td>\n<td>date of arrival</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>int</td>\n<td>nights</td>\n<td>number of nights</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>checkout</td>\n<td>date of departure</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>groupcode</td>\n<td>if belong to a group</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>groupname</td>\n<td>groupe name</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>company</td>\n<td>guest company</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>bedtype</td>\n<td>type of bed selected</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>rooms</td>\n<td>additional rooms list</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>reshousenote</td>\n<td>note from guest to PMS, can be update by service provider</td>\n<td>no</td>\n</tr>\n<tr>\n<td>bool</td>\n<td>latecheckout</td>\n<td>time, can be provided by service provider</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ressignatureendpoint</td>\n<td>url, can be provided by service provider</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>respictureendpoint</td>\n<td>url, can be provided by service provider</td>\n<td>no</td>\n</tr>\n<tr>\n<td>bool</td>\n<td>hasbeenauthenticated</td>\n<td>can be provided by service provider, default false</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>cdtokenid</td>\n<td>ref to credit card on file</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ccpartialno</td>\n<td>ref to credit card # on file</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>expdate</td>\n<td>ref to credit card expiry date on file</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>nameoncard</td>\n<td>ref to credit card name on file</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>showrates</td>\n<td>boolean, if yes show rates</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resratecode</td>\n<td>reservation done on specific rate code</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>totalroom</td>\n<td>amount</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>roomtax</td>\n<td>amount</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>subtotal</td>\n<td>amount</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>dailycharge</td>\n<td>amount per day</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>dailytax</td>\n<td>amount per day</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>totalstay</td>\n<td>amount</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>totalpretax</td>\n<td>amount</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>totaltaxes</td>\n<td>amount</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>averagepernight</td>\n<td>amount</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>depositamnt</td>\n<td>amount</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>balancedue</td>\n<td>amount</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>List of Extrafields</td>\n<td>extrafields</td>\n<td>To capture metadata from the guest - configuration is specific to each property</td>\n<td>no</td>\n</tr>\n<tr>\n<td>List of AddOnBookedItem</td>\n<td>addons</td>\n<td>see description</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Extrafield resource</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>resextrafieldlabel</td>\n<td>Name of the field, provided by  PMS.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>resextrafield</td>\n<td>Placeholder to save related information capture from the Guest</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>boolean</td>\n<td>resfldsmandatory</td>\n<td>Instructs service provider to ensure the data is captured and collected</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"addonbookingitem-resource\">AddOnBookingItem resource:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>id</td>\n<td>provided by service provider</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>begindate</td>\n<td>date used YYYY-MM-DD</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>enddate</td>\n<td>date used YYYY-MM-DD</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example JSON Request</strong>:</p>\n<p>GET:  <a href=\"https://agorapi.com/extbookingreq?propertyid=123ASD&amp;bookingid=123456789&amp;lastname=brown&amp;correlationid=98722ab238382823\">https://agorapi.com/extbookingreq?propertyid=123ASD&amp;bookingid=123456789&amp;lastname=brown&amp;correlationid=98722ab238382823</a></p>\n<p> <strong>Example JSON Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\n        \"correlationid\" :  \"121313AHdk999\",\n        \"propertyid\" :  \"1234567\",\n        \"bookingid\" : 9994321,\n        \"folionumber\" : 31710,\n        \"otareference\" : \"optional\",\n        \"resstatus\" : \"R\",\n        \"reslastname\" : \"Smith\",\n        \"resfirstname\" : \"John\",\n        \"resstreet\" : \"optional\",\n        \"rescity\" : \"optional\",\n        \"resstate\" : \"reserved\",\n        \"respostalcode\" : \"optional\",\n        \"rescountry\" : \"optional\",\n        \"resemail\" : \"optional\",\n        \"resvehicletype\":\"Huydai SanteFe 2016\",\n        \"resvehicleplate\":\"XML102\",\n        \"marketindicator\" : \"optional\",\n        \"resphone1\" : \"optional\",\n        \"resphone1usetype\" : \"optional\",\n        \"resphone2\" : \"optional\",\n        \"resphone2usetype\" : \"optional\",\n        \"sublastname\" : \"optional\",\n        \"subfirstname\" : \"optional\",\n        \"substreet\" :\"optional\",\n        \"subcity\" : \"optional\",\n        \"substate\" : \"optional\",\n        \"subcountry\" : \"optional\",\n        \"subzipcode\" : \"optional\",\n        \"subphone\" : \"optional\",\n        \"subemail\" : \"optional\",\n        \"subsubfolio\" :  \"0 or 1\",\n        \"roomnumber\" : \"124\",\n        \"adults\" : 0,\n        \"child\" : 0,\n        \"checkin\" : \"2019-07-03\",\n        \"nights\" : 0,\n        \"checkout\" : \"2019-07-05\",\n        \"groupcode\" : \"optional\",\n        \"groupname\" : \"optional\",\n        \"company\" : \"optional\",\n        \"bedtype\" : \"dbl\",\n        \"rooms\" :  \"1\",\n        \"addons\" : [ \n          {\n          \"id\" : 123,\n          \"begindate\" : \"2019-07-04\"\n          \"enddate\" : \"2019-07-04\"\n          },\n          {\n          \"id\" : 23,\n          \"begindate\" : \"2019-07-04\"\n          \"enddate\" : \"2019-07-05\"\n          }\n          ],\n        \"extrafields\" : [\n          {\n        \"resextrafieldlabel\" : \"arrival time ?\",\n        \"resextrafield\" : \"11:32\",\n        \"resfldsmandatory\" : true\n            },\n          {\n        \"resextrafieldlabel\" : \"Sports team ?\",\n        \"resextrafield\" : \"answer\",\n        \"resfldsmandatory\" : true,\n          },\n          {\n        \"resextrafieldlabel\" : \"What color you want?\",\n        \"resextrafield\" : \"need answer\",\n        \"resfldsmandatory\" : true\n          },\n          {\n        \"resextrafieldlabel\" : \"airline info ?\",\n        \"resextrafield\" : \"answer\",\n        \"resfldsmandatory\" : true\n          },\n          {\n        \"resextrafieldlabel\" : \"train info?\",\n        \"resextrafield\" : \"optional answer\",\n        \"resfldsmandatory\" : false\n          },\n          {\n        \"resextrafieldlabel\" : \"optional\",\n        \"resextrafield\" : \"optional\",\n        \"resfldsmandatory\" : false\n            }\n         ],\n        \"reshousenote\" : \"optional\",\n        \"latecheckout\" : false,\n        \"ressignatureendpoint\" : \"Url STRING\",\n        \"respictureendpoint\" : \"Url STRING\",\n        \"hasbeenauthenticated\" : true,\n        \"cdtokenid\" : \"AA010101202dssdsdsdj\",\n        \"ccpartialno\" : \"****4567\",\n        \"expdate\" : \"0724\",\n        \"nameoncard\" : \"John Doe\",\n        \"showrates\" : \"Y\",\n        \"resratecode\" : \"optional\",\n        \"totalroom\" : 0.0,\n        \"roomtax\" : 0.0,\n        \"subtotal\" : 0.0,\n        \"dailycharge\" : 0.0,\n        \"dailytax\" : 0.0,\n        \"totalstay\" : 0.0,\n        \"totalpretax\" : 0.0,\n        \"totaltaxes\" : 0.0,\n        \"averagepernight\" : 0.0,\n        \"depositamnt\" : 0.0,\n        \"balancedue\" : 0.0\n}\n</code></pre><h1 id=\"post-extendedbookingupdate-message\">(POST)  ExtendedbookingUpdate message</h1>\n<p>An <em>Extendedbookingupdate</em> message is sent to the PMS whenever the service provider has completed the capture of all guest related information, i.e. completed the full pre-checkin phase. This is for updating an existing booking with information obtained later on.</p>\n<p><strong>Request</strong>:  </p>\n<p><strong>POST :  <a href=\"https://agorapi.com/extbookingupdate\">https://agorapi.com/extbookingupdate</a></strong>        (TO PMS)</p>\n<p><strong>Sample request from SP to PMS (via Agora)</strong>:        </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"correlationid\" : \"121313AHdk999\",\n    \"propertyid\" : \"1234567\",\n    \"bookingid\" : 9994321,\n    \"folionumber\" : 31710,\n    \"otareference\" : \"optional\",\n    \"resstatus\" : \"R\",\n    \"reslastname\" : \"Smith\",\n    \"resfirstname\" : \"John\",\n    \"resstreet\" : \"optional\",\n    \"rescity\" : \"optional\",\n    \"resstate\" : \"reserved\",\n    \"respostalcode\" : \"optional\",\n    \"rescountry\" : \"optional\",\n    \"resemail\" : \"optional\",\n    \"resvehicletype\":\"Huydai SanteFe 2016\",\n    \"resvehicleplate\":\"XML102\",\n    \"marketindicator\" : \"optional\",\n    \"resphone1\" : \"optional\",\n    \"resphone1usetype\" : \"optional\",\n    \"resphone2\" : \"optional\",\n    \"resphone2usetype\" : \"optional\",\n    \"sublastname\" : \"optional\",\n    \"subfirstname\" : \"optional\",\n    \"substreet\" :\"optional\",\n    \"subcity\" : \"optional\",\n    \"substate\" : \"optional\",\n    \"subcountry\" : \"optional\",\n    \"subzipcode\" : \"optional\",\n    \"subphone\" : \"optional\",\n    \"subemail\" : \"optional\",\n    \"subsubfolio\" : \"0 or 1\",\n    \"roomnumber\" : \"124\",\n    \"adults\" : 0,\n    \"child\" : 0,\n    \"checkin\" : \"2019-07-03\",\n    \"nights\" : 0,\n    \"checkout\" : \"2019-07-05\",\n    \"groupcode\" : \"optional\",\n    \"groupname\" : \"optional\",\n    \"company\" : \"optional\",\n    \"bedtype\" : \"dbl\",\n    \"rooms\" : \"1\",\n    \"addons\" : [\n    {\n        \"id\" : 123,\n        \"begindate\" : \"2019-07-04\",\n        \"enddate\" : \"2019-07-04\"\n    },\n    {\n        \"id\" : 123,\n        \"begindate\" : \"2019-07-04\",\n        \"enddate\" : \"2019-07-04\"\n    }],\n    \"extrafields\" : [\n    {\n        \"resextrafieldlabel\" : \"arrival time ?\",\n        \"resextrafield\" : \"11:32\",\n        \"resfldsmandatory\" : true\n    },\n    {\n        \"resextrafieldlabel\" : \"Sports team ?\",\n        \"resextrafield\" : \"answer\",\n        \"resfldsmandatory\" : true,\n    },\n    {\n        \"resextrafieldlabel\" : \"What color you want?\",\n        \"resextrafield\" : \"need answer\",\n        \"resfldsmandatory\" : true\n    },\n    {\n        \"resextrafieldlabel\" : \"airline info ?\",\n        \"resextrafield\" : \"answer\",\n        \"resfldsmandatory\" : true\n    },\n    {\n        \"resextrafieldlabel\" : \"train info?\",\n        \"resextrafield\" : \"optional answer\",\n        \"resfldsmandatory\" : false\n    },\n    {\n        \"resextrafieldlabel\" : \"optional\",\n        \"resextrafield\" : \"optional\",\n        \"resfldsmandatory\" : false\n    }],\n    \"reshousenote\" : \"optional\",\n    \"latecheckout\" : false,\n    \"ressignatureendpoint\" : \"Url STRING\",\n    \"respictureendpoint\" : \"Url STRING\",\n    \"hasbeenauthenticated\" : true,\n    \"cdtokenid\" : \"AA010101202dssdsdsdj\",\n    \"ccpartialno\" : \"****4567\",\n    \"expdate\" : \"0724\",\n    \"nameoncard\" : \"John Doe\",\n    \"showrates\" : \"Y\",\n    \"resratecode\" : \"optional\",\n    \"totalroom\" : 0.0,\n    \"roomtax\" : 0.0,\n    \"subtotal\" : 0.0,\n    \"dailycharge\" : 0.0,\n    \"dailytax\" : 0.0,\n    \"totalstay\" : 0.0,\n    \"totalpretax\" : 0.0,\n    \"totaltaxes\" : 0.0,\n    \"averagepernight\" : 0.0,\n    \"depositamnt\" : 0.0,\n    \"balancedue\" : 0.0\n}\n</code></pre><p><strong>Sample response from SP to PMS (via Agora)</strong>: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\n</code></pre><h1 id=\"post-addonupdate-message\">(POST) AddonUpdate message</h1>\n<h3 id=\"addonupdate-resource\">AddonUpdate Resource:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>propertyid</td>\n<td>PMS property ID</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>bookingid</td>\n<td>confirmation number or booking number</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>lastname</td>\n<td>guest name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>List of AddonBookingItems</td>\n<td>addons</td>\n<td>see below</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"addonbookingitem-resource-1\">AddOnBookingItem resource:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>id</td>\n<td>provided by service provider</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>begindate</td>\n<td>date used YYYY-MM-DD</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>enddate</td>\n<td>date used YYYY-MM-DD</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>This message is meant to be used during the Guest stay, by the Service Provider, during the stay. Prior to this update the SP must verify the availability of addon's for targetted  stay days. If inventory addon's are available the PMS will update the inventory of AddOn's and confirm success or not (if AddOn is not available for the targeted dates). In case of failure, the entire transaction will fail and no AddOn's will be removed from inventory.</p>\n<p>** Addon updates should only be called after check-in or when room is assigned. </p>\n<p>** Request URL**:    POST <a href=\"https://agorapi.com/addonupdate\">https://agorapi.com/addonupdate</a></p>\n<p><strong>Example JSON Request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"propertyid\": \"5435AB43\",\n    \"lastname\": \"Smith\",\n    \"bookingid\": \"547fdfdufhreu\",\n    \"addons\" : [\n    {\n        \"id\" : 123,\n        \"begindate\" : \"2019-07-04\",\n        \"enddate\": \"2019-07-04\"\n    },\n    {\n        \"id\" : 113,\n        \"begindate\" : \"2019-07-05\",\n        \"enddate\": \"2019-07-06\"\n    }]\n}\n</code></pre><p><strong>Example JSON Response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"success\": true OR false ,\n  \"id\": 43274832\n}\nResponse code success: 202 \nResponse code error : 400\n\n</code></pre><h1 id=\"get-billing-information\">(GET) Billing information</h1>\n<p>This message is sent as a response to a BillingInfo request from service provider. This data contains an updated list of all charges items. </p>\n<p>GET request parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>propertyid</td>\n<td>PMS property ID</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>lastname</td>\n<td>guest last name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>bookingid</td>\n<td>confirmation number or booking number</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>correlationid</td>\n<td>to be return on the response</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response parameters:</p>\n<h3 id=\"billinginfo-resource\">BillingInfo resource</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>propertyid</td>\n<td>Id from PMS</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>bookingid</td>\n<td>booking number</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>List of BillingItem</td>\n<td>charged_items</td>\n<td>see below</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"billingitem\">BillingItem</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>item_description</td>\n<td>Id from PMS</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>id</td>\n<td>PMS account code</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>folio_number</td>\n<td>Id from PMS</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>subfolio_number</td>\n<td>A,B,C or D</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>display_date</td>\n<td>Id from PMS</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>room_number</td>\n<td>related to specific billing item</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>guest_name_origin</td>\n<td>from venue</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>string</td>\n<td>voucher</td>\n<td>from venue</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>credit_amount</td>\n<td>must be rollout result</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>debit_amount</td>\n<td>must be rollout result</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"billinginfo-request\">BillingInfo Request</h2>\n<p><strong>Example Request URL from SP to PMS (via Agora)</strong>:</p>\n<p>GET  <a href=\"https://agoraapi.com/billinginforeq?propertyid=123ASD&amp;bookingid=123456789&amp;lastname=brown&amp;correlationid=98722ab238382823\">https://agoraapi.com/billinginforeq?propertyid=123ASD&amp;bookingid=123456789&amp;lastname=brown&amp;correlationid=98722ab238382823</a></p>\n<p> <strong>Example JSON BillinginfoReq Response from PMS:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"propertyid\": \"13212312\",\n  \"bookingid\" : \"543fdgf435\",\n  \"charged_items\": [\n    {\n     \"itemdescription\": \"beer\",\n      \"id\": \"1234\",\n      \"folionumber\": \"12334322\",\n       \"subfolionumber\": \"B\",\n       \"displaydate\": \"08/22/2020\",\n       \"roomnumber\": \"1234\",\n       \"guestnameorigin\": \"SPA Bob\",\n       \"voucher\": \"Miller Light\",\n       \"creditamount\" :  0.0,\n      \"debitamount\" :  23.32\n    },\n    {\n       \"itemdescription\": \"beer\",\n       \"id\": \"1234\",\n       \"folionumber\": \"12334322\",\n       \"subfolionumber\": \"C\",\n       \"displaydate\": \"08/22/2020\",\n       \"roomnumber\": \"1234\",\n       \"guestnameorigin\": \"GOLF Bob\",\n       \"voucher\": \"GOLF\",\n       \"creditamount\" :  0.0,\n      \"debitamount\" :  1234.43\n    }]\n}\n\n\n\n</code></pre><h1 id=\"get-roomstatus-request\">(GET) RoomStatus Request</h1>\n<p>This message is sent as a request for roomstatus info pertaining to a room.</p>\n<p>GET request parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>propertyid</td>\n<td>PMS property ID</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>roomnumber</td>\n<td>room number</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>bookingid</td>\n<td>confirmation number or booking number</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>correlationid</td>\n<td>correlationid to track transaction</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example request:</h3>\n<p>GET : <a href=\"https://agora-api.com/guestmobile/roomstatusreq/?propertyid=8464564&amp;bookingid=6545645646&amp;roomnumber=101\">https://agora-api.com/guestmobile/roomstatusreq/?propertyid=8464564&amp;bookingid=6545645646&amp;roomnumber=101</a></p>\n<h3 id=\"example-response-1\">Example Response:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"propertyid\" : \"123458\",\n    \"roomnumber\" : \"1221\",\n    \"bookingid\" : 9994321,\n    \"roomstatus: \"0\",\n    \"roomnote\" : null,\n    \"resstatus\": \"I\"\n}\n</code></pre><h2 id=\"pms-error-response-message-to-service-provider\">PMS Error-response message To service provider</h2>\n<h3 id=\"pms-error--async-response-message\">PMS Error  Async. response message</h3>\n<p>This message is sent asynchronously by the PMS if a message received from the service provider can not be processed.</p>\n<h3 id=\"pms-error-message\">PMS Error Message:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Datatype</th>\n<th>AttributeName</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>propertyid</td>\n<td>PMS property ID</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>bookingid</td>\n<td>booking number</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>string</td>\n<td>correlationid</td>\n<td>if available</td>\n<td>no</td>\n</tr>\n<tr>\n<td>string</td>\n<td>statusmessage</td>\n<td>from PMS</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>int</td>\n<td>statuscode</td>\n<td>PMS Error Code</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>PMS Error Message - POST Request To SP</strong>:</p>\n<p>POST       \"<a href=\"https://myserviceproviderdomain.com/PMSResponse\">https://myserviceproviderdomain.com/PMSResponse</a>\"</p>\n<p><strong>JSON PMS Error sample:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"propertyid\" : \"123458\",\n    \"correlationid\" : \"sdsdf21\",\n    \"confirmationnumber\" : 9994321,\n    \"statusmessage: \"failed\",\n    \"statuscode\" : 9994321\n}\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Agora API - Aspire","slug":"agora-api-aspire"},{"content":"Environments variables in Postman","slug":"environments-variables-in-postman"},{"content":"Async and Synchronous Requests","slug":"async-and-synchronous-requests"},{"content":"Authentication and Authorization","slug":"authentication-and-authorization"},{"content":"Headers","slug":"headers"},{"content":"Enums","slug":"enums"},{"content":"Guest Mobile API Overview","slug":"guest-mobile-api-overview"},{"content":"Messages to Service Provider (Documentation)","slug":"messages-to-service-provider-documentation"},{"content":"(POST) Addons  (PropertyInventory)","slug":"post-addons-propertyinventory"},{"content":"(POST) RoomStatus Message","slug":"post-roomstatus-message"},{"content":"Messages to PMS (Documentation)","slug":"messages-to-pms-documentation"},{"content":"(POST) AddOnAvailabilityReq  Message","slug":"post-addonavailabilityreq-message"},{"content":"(GET) Extendedbooking Message Request","slug":"get-extendedbooking-message-request"},{"content":"(POST)  ExtendedbookingUpdate message","slug":"post-extendedbookingupdate-message"},{"content":"(POST) AddonUpdate message","slug":"post-addonupdate-message"},{"content":"(GET) Billing information","slug":"get-billing-information"},{"content":"(GET) RoomStatus Request","slug":"get-roomstatus-request"}],"owner":"12147570","collectionId":"35080422-1f76-4e0f-aeeb-281bb8619cb7","publishedId":"T1LSA58v","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"00A9B8"},"publishDate":"2020-08-31T19:53:56.000Z"},"item":[{"name":"Endpoints to Service Provider (PMS Gateway)","item":[{"name":"Fuel","item":[{"name":"Fuel - RMA","item":[{"name":"RoomTypeList - RMA","id":"0f1ff427-5cc2-467d-965e-a826e567700f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{RoommasterAnywhere-Api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n    \"propertyid\": \"{{RMA_Fuel_InterfaceId}}\",\r\n    \"roomtypecode\": \"SUP\",\r\n    \"roomdescription\": \"Superior Room\",\r\n    \"capacitylimit\": 3\r\n},{\r\n    \"propertyid\": \"{{RMA_Fuel_InterfaceId}}\",\r\n    \"roomtypecode\": \"SUIT\",\r\n    \"roomdescription\": \"Executive Suite\",\r\n    \"capacitylimit\": 6\r\n}]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/guestmobile/roomtypelist","urlObject":{"path":["aspire-{{pms-environment}}","guestmobile","roomtypelist"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"0f1ff427-5cc2-467d-965e-a826e567700f"},{"name":"RoomStatus - RMA","id":"fd6ae99d-e50e-4097-bdbe-1655061a1988","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{RoommasterAnywhere-Api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n    \"propertyid\" : \"{{RMA_Fuel_InterfaceId}}\",\r\n    \"room_number\" : \"208\",\r\n    \"bookingid\" : 13979,\r\n    \"room_status\": \"0\",\r\n    \"room_note\" : null,\r\n    \"resstatus\": \"R\"\r\n},{\r\n    \"propertyid\" : \"{{RMA_Fuel_InterfaceId}}\",\r\n    \"room_number\" : \"201\",\r\n    \"bookingid\" : 13920,\r\n    \"room_status\": \"0\",\r\n    \"room_note\" : null,\r\n    \"resstatus\": \"I\"\r\n}]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/guestmobile/roomstatus","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","guestmobile","roomstatus"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"fd6ae99d-e50e-4097-bdbe-1655061a1988"}],"id":"fef44c74-3c11-46de-b82c-248f6f819536","_postman_id":"fef44c74-3c11-46de-b82c-248f6f819536","description":""},{"name":"RoomTypeList","id":"eb600566-2089-4af1-a971-a75572762e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"roomtypecode\": \"SUP\",\r\n    \"roomdescription\": \"Superior Room\",\r\n    \"capacitylimit\": 3\r\n},{\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"roomtypecode\": \"SUIT\",\r\n    \"roomdescription\": \"Executive Suite\",\r\n    \"capacitylimit\": 6\r\n}]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/guestmobile/roomtypelist","urlObject":{"path":["aspire-{{pms-environment}}","guestmobile","roomtypelist"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"eb600566-2089-4af1-a971-a75572762e95"},{"name":"Addons","id":"ecb79c32-c880-4325-aa7d-fc380580326c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"id\": \"1\",\r\n        \"name\": \"One Dozen Roses in Room Upon CheckIn\",\r\n        \"description\": \"Surprise your spouse with a dozen beautiful long-stem red roses.  We will make sure they are elegantly displayed in your room before you enter\",\r\n        \"is_inventory_item\": false,\r\n        \"price\": 65.0,\r\n        \"quantity_type\": \"2\",\r\n        \"user_comment\": \"Card to say?\",\r\n        \"pick_stay_day\": \"1\",\r\n        \"begindate\": \"2020-01-01\",\r\n        \"enddate\": \"2021-12-31\",\r\n        \"available_days\": \"1111111\",\r\n        \"show_if_children\": \"0\",\r\n        \"for_adults_only\": \"1\",\r\n        \"rate_code_restrictions\": [],\r\n        \"room_type_restrictions\": []\r\n    },\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"id\": \"2\",\r\n        \"name\": \"One Dozen Carnations in Room Upon CheckIn\",\r\n        \"description\": \"Surprise your spouse with a dozen beautiful long-stem red roses.  We will make sure they are elegantly displayed in your room before you enter.\",\r\n        \"is_inventory_item\": false,\r\n        \"price\": 45.0,\r\n        \"quantity_type\": \"2\",\r\n        \"user_comment\": \"Card to say?\",\r\n        \"pick_stay_day\": \"1\",\r\n        \"begindate\": \"2020-01-30\",\r\n        \"enddate\": \"2020-12-31\",\r\n        \"available_days\": \"1111111\",\r\n        \"show_if_children\": \"0\",\r\n        \"for_adults_only\": \"1\",\r\n        \"rate_code_restrictions\": [],\r\n        \"room_type_restrictions\": []\r\n    },\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"id\": \"3\",\r\n        \"name\": \"Bike Rental\",\r\n        \"description\": \"Rent a beach cruiser\",\r\n        \"is_inventory_item\": true,\r\n        \"price\": 20.0,\r\n        \"quantity_type\": \"2\",\r\n        \"user_comment\": \"Male or female?\",\r\n        \"pick_stay_day\": \"3\",\r\n        \"begindate\": null,\r\n        \"enddate\": null,\r\n        \"available_days\": \"1111111\",\r\n        \"show_if_children\": \"0\",\r\n        \"for_adults_only\": \"0\",\r\n        \"rate_code_restrictions\": [],\r\n        \"room_type_restrictions\": []\r\n    },\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"id\": \"4\",\r\n        \"name\": \"Fly Fishing School\",\r\n        \"description\": \"Learn to flyfish with a pro!\",\r\n        \"is_inventory_item\": false,\r\n        \"price\": 25.0,\r\n        \"quantity_type\": \"2\",\r\n        \"user_comment\": \"Current skill level\",\r\n        \"pick_stay_day\": \"3\",\r\n        \"begindate\": \"2021-04-01\",\r\n        \"enddate\": \"2021-09-30\",\r\n        \"available_days\": \"1001111\",\r\n        \"show_if_children\": \"0\",\r\n        \"for_adults_only\": \"0\",\r\n        \"rate_code_restrictions\": [],\r\n        \"room_type_restrictions\": []\r\n    },\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"id\": \"5\",\r\n        \"name\": \"Rollaway Bed\",\r\n        \"description\": \"Add an extra bed to your room\",\r\n        \"is_inventory_item\": true,\r\n        \"price\": 10.0,\r\n        \"quantity_type\": \"9\",\r\n        \"user_comment\": \"\",\r\n        \"pick_stay_day\": \"2\",\r\n        \"begindate\": null,\r\n        \"enddate\": null,\r\n        \"available_days\": \"1000000\",\r\n        \"show_if_children\": \"0\",\r\n        \"for_adults_only\": \"0\",\r\n        \"rate_code_restrictions\": [],\r\n        \"room_type_restrictions\": []\r\n    },\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"id\": \"6\",\r\n        \"name\": \"Crib\",\r\n        \"description\": \"Add a crib for babies!\",\r\n        \"is_inventory_item\": true,\r\n        \"price\": 10.0,\r\n        \"quantity_type\": \"9\",\r\n        \"user_comment\": \"\",\r\n        \"pick_stay_day\": \"2\",\r\n        \"begindate\": null,\r\n        \"enddate\": null,\r\n        \"available_days\": \"0111110\",\r\n        \"show_if_children\": \"1\",\r\n        \"for_adults_only\": \"0\",\r\n        \"rate_code_restrictions\": [],\r\n        \"room_type_restrictions\": []\r\n    },\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"id\": \"7\",\r\n        \"name\": \"Deep Sea Fishing\",\r\n        \"description\": \"Catch some fish!\",\r\n        \"is_inventory_item\": true,\r\n        \"price\": 50.0,\r\n        \"quantity_type\": \"6\",\r\n        \"user_comment\": \"Skill level?\",\r\n        \"pick_stay_day\": \"4\",\r\n        \"begindate\": \"2021-03-01\",\r\n        \"enddate\": \"2021-10-30\",\r\n        \"available_days\": \"1100111\",\r\n        \"show_if_children\": \"0\",\r\n        \"for_adults_only\": \"1\",\r\n        \"rate_code_restrictions\": [],\r\n        \"room_type_restrictions\": []\r\n    },\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"id\": \"8\",\r\n        \"name\": \"Dozen Roses\",\r\n        \"description\": \"Add some romance to your stay!\",\r\n        \"is_inventory_item\": true,\r\n        \"price\": 75.0,\r\n        \"quantity_type\": \"1\",\r\n        \"user_comment\": \"Card to say?\",\r\n        \"pick_stay_day\": \"3\",\r\n        \"begindate\": \"1976-06-16\",\r\n        \"enddate\": null,\r\n        \"available_days\": \"1111011\",\r\n        \"show_if_children\": \"0\",\r\n        \"for_adults_only\": \"1\",\r\n        \"rate_code_restrictions\": [\r\n            \"STY3\",\r\n            \"AAA\"\r\n        ],\r\n        \"room_type_restrictions\": [\r\n            \"SUP\",\r\n            \"DLX\",\r\n            \"PENT\"\r\n        ]\r\n    },\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"id\": \"9\",\r\n        \"name\": \"Daily Breakfast\",\r\n        \"description\": \"Have breakfast each morning!\",\r\n        \"is_inventory_item\": false,\r\n        \"price\": 20.0,\r\n        \"quantity_type\": \"9\",\r\n        \"user_comment\": \"\",\r\n        \"pick_stay_day\": \"2\",\r\n        \"begindate\": \"2021-02-02\",\r\n        \"enddate\": null,\r\n        \"available_days\": \"1111111\",\r\n        \"show_if_children\": \"0\",\r\n        \"for_adults_only\": \"0\",\r\n        \"rate_code_restrictions\": [],\r\n        \"room_type_restrictions\": []\r\n    },\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"id\": \"10\",\r\n        \"name\": \"Daypass to Spa\",\r\n        \"description\": \"Enjoy some relaxation\",\r\n        \"is_inventory_item\": false,\r\n        \"price\": 25.0,\r\n        \"quantity_type\": \"2\",\r\n        \"user_comment\": \"\",\r\n        \"pick_stay_day\": \"3\",\r\n        \"begindate\": \"2020-01-17\",\r\n        \"enddate\": \"2021-11-09\",\r\n        \"available_days\": \"1000111\",\r\n        \"show_if_children\": \"0\",\r\n        \"for_adults_only\": \"0\",\r\n        \"rate_code_restrictions\": [],\r\n        \"room_type_restrictions\": []\r\n    },\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"id\": \"27\",\r\n        \"name\": \"Massage By De BOB\",\r\n        \"description\": \"A massage by our Alpha Masseuse, \\\"De BOB.\\\" The finest of specimens focused on making you feel your finest. You will not leave disappointed ;)\",\r\n        \"is_inventory_item\": false,\r\n        \"price\": 1000.0,\r\n        \"quantity_type\": \"1\",\r\n        \"user_comment\": \"Extra oil?\",\r\n        \"pick_stay_day\": \"3\",\r\n        \"begindate\": null,\r\n        \"enddate\": null,\r\n        \"available_days\": \"1111111\",\r\n        \"show_if_children\": \"0\",\r\n        \"for_adults_only\": \"0\",\r\n        \"rate_code_restrictions\": [\r\n            \"AARP\"\r\n        ],\r\n        \"room_type_restrictions\": [\r\n            \"DLX\",\r\n            \"MEET\"\r\n        ]\r\n    },\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"id\": \"36\",\r\n        \"name\": \"Folk Music Violinist\",\r\n        \"description\": \"test\",\r\n        \"is_inventory_item\": false,\r\n        \"price\": 10.0,\r\n        \"quantity_type\": \"1\",\r\n        \"user_comment\": \"\",\r\n        \"pick_stay_day\": \"1\",\r\n        \"begindate\": \"2021-02-12\",\r\n        \"enddate\": \"2021-10-31\",\r\n        \"available_days\": \"1111111\",\r\n        \"show_if_children\": \"0\",\r\n        \"for_adults_only\": \"0\",\r\n        \"rate_code_restrictions\": [],\r\n        \"room_type_restrictions\": []\r\n    },\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"id\": \"37\",\r\n        \"name\": \"Testing Addonid\",\r\n        \"description\": \"\",\r\n        \"is_inventory_item\": false,\r\n        \"price\": 50.0,\r\n        \"quantity_type\": \"2\",\r\n        \"user_comment\": \"comment\",\r\n        \"pick_stay_day\": \"1\",\r\n        \"begindate\": \"2021-01-01\",\r\n        \"enddate\": \"2021-12-31\",\r\n        \"available_days\": \"0111110\",\r\n        \"show_if_children\": \"1\",\r\n        \"for_adults_only\": \"1\",\r\n        \"rate_code_restrictions\": [],\r\n        \"room_type_restrictions\": [\r\n            \"MEET\"\r\n        ]\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/guestmobile/addoninit","urlObject":{"path":["aspire-{{pms-environment}}","guestmobile","addoninit"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"ecb79c32-c880-4325-aa7d-fc380580326c"},{"name":"RoomStatus","id":"50a2c202-b8a1-4180-8c87-b30a9d0f84c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n    \"propertyid\" : \"{{pmsid}}\",\r\n    \"room_number\" : \"208\",\r\n    \"bookingid\" : 13979,\r\n    \"room_status\": \"0\",\r\n    \"room_note\" : null,\r\n    \"resstatus\": \"R\"\r\n},{\r\n    \"propertyid\" : \"{{pmsid}}\",\r\n    \"room_number\" : \"201\",\r\n    \"bookingid\" : 13920,\r\n    \"room_status\": \"0\",\r\n    \"room_note\" : null,\r\n    \"resstatus\": \"I\"\r\n}]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/guestmobile/roomstatus","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","guestmobile","roomstatus"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"50a2c202-b8a1-4180-8c87-b30a9d0f84c0"}],"id":"ddf8fc6d-e67c-4f23-ab9f-d5578f8d17a7","_postman_id":"ddf8fc6d-e67c-4f23-ab9f-d5578f8d17a7","description":""},{"name":"Flexkeeping","item":[{"name":"Add FolioBookings (Async)","event":[{"listen":"prerequest","script":{"id":"72b4999e-56b8-4007-99d1-3a53b9d53310","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7a9f5959-5e83-42ee-87ec-f4f5ae2dd65e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"propertyid\" : \"{{pmsid}}\",\n        \"bookingid\" : \"13548\",\n        \"folionumber\" : \"169515\",\n        \"guestprofileid\" : \"1255\",\n        \"foliolastname\" : \"Andrew\",\n        \"foliofirstname\" : \"Sameh\",\n        \"foliostreet\" : \"\",\n        \"foliocity\" : \"\",\n        \"foliostate\" : \"\",\n        \"foliopostalcode\" : \"\",\n        \"profemail\" : \"\",\n        \"foliophone1\" : \"1231312\",\n        \"foliophone1usetype\" : \"Contact\",\n        \"foliophone2usetype\" : \"Evening Contact\",\n        \"roomnumber\" : \"614\",\n        \"adults\" : 1,\n        \"checkin\" : \"2023-08-10\",\n        \"nights\" : 3,\n        \"checkout\" : \"2023-08-15\",\n        \"foliostatus\" : \"R\",\n        \"paytype\" : \"CASH\",\n        \"madeby\" : \"*SELF\",\n        \"user1\" : \"REF\",\n        \"folioextrafieldlabel\" : \"Source Of Business\",\n        \"folioextrafield\" : \"UNK\",\n        \"folioextrafieldlabel2\" : \"Market Code\",\n        \"folioextrafieldlabel3\" : \"\",\n        \"folioextrafieldlabel4\" : \"\",\n        \"folioextrafieldlabel5\" : \"\",\n        \"foliohousenote\" : \"TEST AGORA INTEGRATION NOTE ....\",\n        \"foliointime\" : \"0\",\n        \"folioinuser\" : \"7986640\",\n        \"foliooutuser\" : \"BR\",\n        \"folioouttime\" : \"0\",\n        \"foliochangeuser\" : \"0\",\n        \"foliochangedate\" : \"IQ\",\n        \"foliochangetime\" : \"0\",\n        \"foliomoveuser\" : \"6244823\",\n        \"foliomovetime\" : \"0\",\n        \"resrateamount\" : 0.00,\n        \"resrateoverrideamt\" : 0.00,\n        \"foliotaxinc\" : 1,\n        \"folioprevroom\" : \"614\"\n    }\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/roommaster/foliobookings","description":"<p>Async Bookings from PMS to SP's</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","roommaster","foliobookings"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"7a9f5959-5e83-42ee-87ec-f4f5ae2dd65e"},{"name":"Add Bookings (Async)","event":[{"listen":"prerequest","script":{"id":"4356e838-5492-4387-ba28-a00a4d970307","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"f45a8668-74ed-4559-b51e-1da08ced4645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"bookingid\": \"13550\",\r\n        \"guestprofileid\": \"805\",\r\n        \"otareference\": \"20230813-39404533972\",\r\n        \"reslastname\": \"Smith\",\r\n        \"resfirstname\": \"Laura\",\r\n        \"resstreet\": \"4135 Dola Mine Road\",\r\n        \"rescity\": \"Sanford\",\r\n        \"resstate\": \"NC\",\r\n        \"respostalcode\": \"27330\",\r\n        \"rescountry\": \"US\",\r\n        \"resemail\": \"laura.smith@gmail.com\",\r\n        \"marketindicator\": 0,\r\n        \"resphone1\": \"919-353-6403\",\r\n        \"resphone1usetype\": \"Contact\",\r\n        \"resphone2\": \"919-356-8995\",\r\n        \"resphone2usetype\": \"Mobile\",\r\n        \"bedtype\": \"BLX\",\r\n        \"roomnumber\": \"310\",\r\n        \"prevroom\": null,\r\n        \"adults\": 2,\r\n        \"child\": 1,\r\n        \"checkin\": \"2023-08-13\",\r\n        \"nights\": 6,\r\n        \"checkout\": \"2023-08-19\",\r\n        \"rooms\": 1,\r\n        \"reservestatus\": \"R\",\r\n        \"ccd_type\": \"MGMT\",\r\n        \"madeby\": \"*SELF\",\r\n        \"user1\": \"AAA\",\r\n        \"user1description\": \"Triple A Directory\",\r\n        \"user2\": \"LEIS\",\r\n        \"user2description\": \"Leisure\",\r\n        \"resextrafield\": \"0\",\r\n        \"resextrafield2\": \"\",\r\n        \"resextrafield3\": null,\r\n        \"resextrafield4\": null,\r\n        \"resextrafield5\": null,\r\n        \"resextrafield6\": null,\r\n        \"resextrafieldlabel\": \"5th chld under 3\",\r\n        \"resextrafieldlabel2\": \"License Plate #\",\r\n        \"resextrafieldlabel3\": null,\r\n        \"resextrafieldlabel4\": null,\r\n        \"resextrafieldlabel5\": null,\r\n        \"resextrafieldlabel6\": null,\r\n        \"reshousenote\": null,\r\n        \"groupcode\": null,\r\n        \"groupname\": null,\r\n        \"company\": 0,\r\n        \"directbill\": 0,\r\n        \"cityhdname\": null,\r\n        \"travelid\": 0,\r\n        \"travelname\": null,\r\n        \"travelcontact\": null,\r\n        \"travelstreet\": null,\r\n        \"travelstreet2\": null,\r\n        \"travelcity\": null,\r\n        \"travelstate\": null,\r\n        \"travelzipcode\": null,\r\n        \"travelcountry\": null,\r\n        \"travelphone\": null,\r\n        \"travelemail\": null,\r\n        \"travelid2\": 0,\r\n        \"travelname2\": null,\r\n        \"travelcontact2\": null,\r\n        \"travelstreet12\": null,\r\n        \"travelstreet22\": null,\r\n        \"travelcity2\": null,\r\n        \"travelstate2\": null,\r\n        \"travelzipcode2\": null,\r\n        \"travelcountry2\": null,\r\n        \"travelphone2\": null,\r\n        \"travelemail2\": null,\r\n        \"resentrydate\": \"2023-08-13\",\r\n        \"resentrytime\": \"10:56:43\",\r\n        \"resentryuser\": \"IQ\",\r\n        \"rescxluser\": null,\r\n        \"rescxldate\": null,\r\n        \"rescxltime\": null,\r\n        \"rescxlnum\": null,\r\n        \"reschangeuser\": \"TL\",\r\n        \"reschangedate\": \"2023-08-13\",\r\n        \"reschangetime\": \"11:25:58\",\r\n        \"deposit\": \"\",\r\n        \"depositamt\": \"0.00\"\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/roommaster/bookings","description":"<p>Async Bookings from PMS to SP's</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","roommaster","bookings"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"f45a8668-74ed-4559-b51e-1da08ced4645"},{"name":"BookingInitialization (Async)","event":[{"listen":"prerequest","script":{"id":"94d12743-df10-4e7a-9d70-4c929389ac68","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"be2174e2-2f4e-44a2-b8fa-6e559ecc8f31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\t\r\n    {\r\n\t\t\"propertyid\" : \"{{pmsid}}\",\r\n\t\t\"bookingid\" : 14480,\r\n\t\t\"guestprofileid\" : 3358,\r\n\t\t\"otareference\" : \"20230813-33418394386\",\r\n\t\t\"reslastname\" : \"Neal\",\r\n\t\t\"resfirstname\" : \"Roberta\",\r\n\t\t\"resstreet\" : \"813 Saint Clair Street\",\r\n\t\t\"rescity\" : \"Jackson\",\r\n\t\t\"resstate\" : \"MS\",\r\n\t\t\"respostalcode\" : \"39201\",\r\n\t\t\"rescountry\" : \"US\",\r\n\t\t\"resemail\" : \"testing@email.com\",\r\n\t\t\"marketindicator\" : 0,\r\n\t\t\"resphone1\" : \"662-588-9093\",\r\n\t\t\"resphone1usetype\" : \"Mobile\",\r\n\t\t\"resphone2\" : \"662-588-7690\",\r\n\t\t\"resphone2usetype\" : \"Contact\",\r\n\t\t\"bedtype\" : \"QDLX\",\r\n\t\t\"roomnumber\" : \"517\",\r\n\t\t\"adults\" : 1,\r\n\t\t\"child\" : 3,\r\n\t\t\"checkin\" : \"2023-08-13\",\r\n\t\t\"nights\" : 4,\r\n\t\t\"checkout\" : \"2023-08-17\",\r\n\t\t\"rooms\" : 1,\r\n\t\t\"reservestatus\" : \"R\",\r\n\t\t\"company\" : 0,\r\n\t\t\"directbill\" : 0,\r\n\t\t\"travelid\" : 0,\r\n\t\t\"travelid2\" : 0,\r\n\t\t\"resentrydate\" : \"2023-06-26\",\r\n\t\t\"resentrytime\" : \"12:35:43\",\r\n\t\t\"resentryuser\" : \"IQ\",\r\n\t\t\"reschangeuser\" : \"IQ\",\r\n\t\t\"reschangedate\" : \"2023-06-26\",\r\n\t\t\"reschangetime\" : \"13:34:43\",\r\n\t\t\"deposit\" : null,\r\n\t\t\"depositamt\" : 100.00\r\n\t},\r\n    {\r\n\t\t\"propertyid\" : \"{{pmsid}}\",\r\n\t\t\"bookingid\" : 14481,\r\n\t\t\"guestprofileid\" : 3359,\r\n\t\t\"otareference\" : \"20230813-33418394386\",\r\n\t\t\"reslastname\" : \"Sam\",\r\n\t\t\"resfirstname\" : \"Mark\",\r\n\t\t\"resstreet\" : \"813 Saint Clair Street\",\r\n\t\t\"rescity\" : \"Jackson\",\r\n\t\t\"resstate\" : \"MS\",\r\n\t\t\"respostalcode\" : \"39201\",\r\n\t\t\"rescountry\" : \"US\",\r\n\t\t\"resemail\" : \"testing@email.com\",\r\n\t\t\"marketindicator\" : 0,\r\n\t\t\"resphone1\" : \"662-588-9093\",\r\n\t\t\"resphone1usetype\" : \"Mobile\",\r\n\t\t\"resphone2\" : \"662-588-7690\",\r\n\t\t\"resphone2usetype\" : \"Contact\",\r\n\t\t\"bedtype\" : \"QDLX\",\r\n\t\t\"roomnumber\" : \"517\",\r\n\t\t\"adults\" : 1,\r\n\t\t\"child\" : 3,\r\n\t\t\"checkin\" : \"2023-08-13\",\r\n\t\t\"nights\" : 4,\r\n\t\t\"checkout\" : \"2023-08-17\",\r\n\t\t\"rooms\" : 1,\r\n\t\t\"reservestatus\" : \"R\",\r\n\t\t\"company\" : 0,\r\n\t\t\"directbill\" : 0,\r\n\t\t\"travelid\" : 0,\r\n\t\t\"travelid2\" : 0,\r\n\t\t\"resentrydate\" : \"2023-06-26\",\r\n\t\t\"resentrytime\" : \"12:35:43\",\r\n\t\t\"resentryuser\" : \"IQ\",\r\n\t\t\"reschangeuser\" : \"IQ\",\r\n\t\t\"reschangedate\" : \"2023-06-26\",\r\n\t\t\"reschangetime\" : \"13:34:43\",\r\n\t\t\"deposit\" : null,\r\n\t\t\"depositamt\" : 100.00\r\n\t},\r\n    {\r\n\t\t\"propertyid\" : \"{{pmsid}}\",\r\n\t\t\"bookingid\" : 14482,\r\n\t\t\"guestprofileid\" : 3360,\r\n\t\t\"otareference\" : \"20230813-33418394386\",\r\n\t\t\"reslastname\" : \"David\",\r\n\t\t\"resfirstname\" : \"Amelia\",\r\n\t\t\"resstreet\" : \"813 Saint Clair Street\",\r\n\t\t\"rescity\" : \"Jackson\",\r\n\t\t\"resstate\" : \"MS\",\r\n\t\t\"respostalcode\" : \"39201\",\r\n\t\t\"rescountry\" : \"US\",\r\n\t\t\"resemail\" : \"testing@email.com\",\r\n\t\t\"marketindicator\" : 0,\r\n\t\t\"resphone1\" : \"662-588-9093\",\r\n\t\t\"resphone1usetype\" : \"Mobile\",\r\n\t\t\"resphone2\" : \"662-588-7690\",\r\n\t\t\"resphone2usetype\" : \"Contact\",\r\n\t\t\"bedtype\" : \"QDLX\",\r\n\t\t\"roomnumber\" : \"517\",\r\n\t\t\"adults\" : 1,\r\n\t\t\"child\" : 3,\r\n\t\t\"checkin\" : \"2023-08-13\",\r\n\t\t\"nights\" : 4,\r\n\t\t\"checkout\" : \"2023-08-17\",\r\n\t\t\"rooms\" : 1,\r\n\t\t\"reservestatus\" : \"R\",\r\n\t\t\"company\" : 0,\r\n\t\t\"directbill\" : 0,\r\n\t\t\"travelid\" : 0,\r\n\t\t\"travelid2\" : 0,\r\n\t\t\"resentrydate\" : \"2023-06-26\",\r\n\t\t\"resentrytime\" : \"12:35:43\",\r\n\t\t\"resentryuser\" : \"IQ\",\r\n\t\t\"reschangeuser\" : \"IQ\",\r\n\t\t\"reschangedate\" : \"2023-06-26\",\r\n\t\t\"reschangetime\" : \"13:34:43\",\r\n\t\t\"deposit\" : null,\r\n\t\t\"depositamt\" : 100.00\r\n\t},\r\n    {\r\n\t\t\"propertyid\" : \"{{pmsid}}\",\r\n\t\t\"bookingid\" : 14483,\r\n\t\t\"guestprofileid\" : 3361,\r\n\t\t\"otareference\" : \"20230813-33418394386\",\r\n\t\t\"reslastname\" : \"Craig\",\r\n\t\t\"resfirstname\" : \"Manuela\",\r\n\t\t\"resstreet\" : \"813 Saint Clair Street\",\r\n\t\t\"rescity\" : \"Jackson\",\r\n\t\t\"resstate\" : \"MS\",\r\n\t\t\"respostalcode\" : \"39201\",\r\n\t\t\"rescountry\" : \"US\",\r\n\t\t\"resemail\" : \"testing@email.com\",\r\n\t\t\"marketindicator\" : 0,\r\n\t\t\"resphone1\" : \"662-588-9093\",\r\n\t\t\"resphone1usetype\" : \"Mobile\",\r\n\t\t\"resphone2\" : \"662-588-7690\",\r\n\t\t\"resphone2usetype\" : \"Contact\",\r\n\t\t\"bedtype\" : \"QDLX\",\r\n\t\t\"roomnumber\" : \"517\",\r\n\t\t\"adults\" : 1,\r\n\t\t\"child\" : 3,\r\n\t\t\"checkin\" : \"2023-08-13\",\r\n\t\t\"nights\" : 4,\r\n\t\t\"checkout\" : \"2023-08-17\",\r\n\t\t\"rooms\" : 1,\r\n\t\t\"reservestatus\" : \"R\",\r\n\t\t\"company\" : 0,\r\n\t\t\"directbill\" : 0,\r\n\t\t\"travelid\" : 0,\r\n\t\t\"travelid2\" : 0,\r\n\t\t\"resentrydate\" : \"2023-06-26\",\r\n\t\t\"resentrytime\" : \"12:35:43\",\r\n\t\t\"resentryuser\" : \"IQ\",\r\n\t\t\"reschangeuser\" : \"IQ\",\r\n\t\t\"reschangedate\" : \"2023-06-26\",\r\n\t\t\"reschangetime\" : \"13:34:43\",\r\n\t\t\"deposit\" : null,\r\n\t\t\"depositamt\" : 100.00\r\n\t},\r\n    {\r\n\t\t\"propertyid\" : \"{{pmsid}}\",\r\n\t\t\"bookingid\" : 14484,\r\n\t\t\"guestprofileid\" : 3362,\r\n\t\t\"otareference\" : \"20230813-33418394386\",\r\n\t\t\"reslastname\" : \"Patrick\",\r\n\t\t\"resfirstname\" : \"Kim\",\r\n\t\t\"resstreet\" : \"813 Saint Clair Street\",\r\n\t\t\"rescity\" : \"Jackson\",\r\n\t\t\"resstate\" : \"MS\",\r\n\t\t\"respostalcode\" : \"39201\",\r\n\t\t\"rescountry\" : \"US\",\r\n\t\t\"resemail\" : \"testing@email.com\",\r\n\t\t\"marketindicator\" : 0,\r\n\t\t\"resphone1\" : \"662-588-9093\",\r\n\t\t\"resphone1usetype\" : \"Mobile\",\r\n\t\t\"resphone2\" : \"662-588-7690\",\r\n\t\t\"resphone2usetype\" : \"Contact\",\r\n\t\t\"bedtype\" : \"QDLX\",\r\n\t\t\"roomnumber\" : \"517\",\r\n\t\t\"adults\" : 1,\r\n\t\t\"child\" : 3,\r\n\t\t\"checkin\" : \"2023-08-13\",\r\n\t\t\"nights\" : 4,\r\n\t\t\"checkout\" : \"2023-08-17\",\r\n\t\t\"rooms\" : 1,\r\n\t\t\"reservestatus\" : \"R\",\r\n\t\t\"company\" : 0,\r\n\t\t\"directbill\" : 0,\r\n\t\t\"travelid\" : 0,\r\n\t\t\"travelid2\" : 0,\r\n\t\t\"resentrydate\" : \"2023-06-26\",\r\n\t\t\"resentrytime\" : \"12:35:43\",\r\n\t\t\"resentryuser\" : \"IQ\",\r\n\t\t\"reschangeuser\" : \"IQ\",\r\n\t\t\"reschangedate\" : \"2023-06-26\",\r\n\t\t\"reschangetime\" : \"13:34:43\",\r\n\t\t\"deposit\" : null,\r\n\t\t\"depositamt\" : 100.00\r\n\t},\r\n    {\r\n\t\t\"propertyid\" : \"{{pmsid}}\",\r\n\t\t\"bookingid\" : 14485,\r\n\t\t\"guestprofileid\" : 3363,\r\n\t\t\"otareference\" : \"20230813-33418394386\",\r\n\t\t\"reslastname\" : \"Adams\",\r\n\t\t\"resfirstname\" : \"Andrea\",\r\n\t\t\"resstreet\" : \"813 Saint Clair Street\",\r\n\t\t\"rescity\" : \"Jackson\",\r\n\t\t\"resstate\" : \"MS\",\r\n\t\t\"respostalcode\" : \"39201\",\r\n\t\t\"rescountry\" : \"US\",\r\n\t\t\"resemail\" : \"testing@email.com\",\r\n\t\t\"marketindicator\" : 0,\r\n\t\t\"resphone1\" : \"662-588-9093\",\r\n\t\t\"resphone1usetype\" : \"Mobile\",\r\n\t\t\"resphone2\" : \"662-588-7690\",\r\n\t\t\"resphone2usetype\" : \"Contact\",\r\n\t\t\"bedtype\" : \"QDLX\",\r\n\t\t\"roomnumber\" : \"517\",\r\n\t\t\"adults\" : 1,\r\n\t\t\"child\" : 3,\r\n\t\t\"checkin\" : \"2023-08-13\",\r\n\t\t\"nights\" : 4,\r\n\t\t\"checkout\" : \"2023-08-17\",\r\n\t\t\"rooms\" : 1,\r\n\t\t\"reservestatus\" : \"R\",\r\n\t\t\"company\" : 0,\r\n\t\t\"directbill\" : 0,\r\n\t\t\"travelid\" : 0,\r\n\t\t\"travelid2\" : 0,\r\n\t\t\"resentrydate\" : \"2023-06-26\",\r\n\t\t\"resentrytime\" : \"12:35:43\",\r\n\t\t\"resentryuser\" : \"IQ\",\r\n\t\t\"reschangeuser\" : \"IQ\",\r\n\t\t\"reschangedate\" : \"2023-06-26\",\r\n\t\t\"reschangetime\" : \"13:34:43\",\r\n\t\t\"deposit\" : null,\r\n\t\t\"depositamt\" : 100.00\r\n\t},\r\n    {\r\n\t\t\"propertyid\" : \"{{pmsid}}\",\r\n\t\t\"bookingid\" : 14486,\r\n\t\t\"guestprofileid\" : 3364,\r\n\t\t\"otareference\" : \"20230813-33418394386\",\r\n\t\t\"reslastname\" : \"Clark\",\r\n\t\t\"resfirstname\" : \"Melissa\",\r\n\t\t\"resstreet\" : \"813 Saint Clair Street\",\r\n\t\t\"rescity\" : \"Jackson\",\r\n\t\t\"resstate\" : \"MS\",\r\n\t\t\"respostalcode\" : \"39201\",\r\n\t\t\"rescountry\" : \"US\",\r\n\t\t\"resemail\" : \"testing@email.com\",\r\n\t\t\"marketindicator\" : 0,\r\n\t\t\"resphone1\" : \"662-588-9093\",\r\n\t\t\"resphone1usetype\" : \"Mobile\",\r\n\t\t\"resphone2\" : \"662-588-7690\",\r\n\t\t\"resphone2usetype\" : \"Contact\",\r\n\t\t\"bedtype\" : \"QDLX\",\r\n\t\t\"roomnumber\" : \"517\",\r\n\t\t\"adults\" : 1,\r\n\t\t\"child\" : 3,\r\n\t\t\"checkin\" : \"2023-08-13\",\r\n\t\t\"nights\" : 4,\r\n\t\t\"checkout\" : \"2023-08-17\",\r\n\t\t\"rooms\" : 1,\r\n\t\t\"reservestatus\" : \"R\",\r\n\t\t\"company\" : 0,\r\n\t\t\"directbill\" : 0,\r\n\t\t\"travelid\" : 0,\r\n\t\t\"travelid2\" : 0,\r\n\t\t\"resentrydate\" : \"2023-06-26\",\r\n\t\t\"resentrytime\" : \"12:35:43\",\r\n\t\t\"resentryuser\" : \"IQ\",\r\n\t\t\"reschangeuser\" : \"IQ\",\r\n\t\t\"reschangedate\" : \"2023-06-26\",\r\n\t\t\"reschangetime\" : \"13:34:43\",\r\n\t\t\"deposit\" : null,\r\n\t\t\"depositamt\" : 100.00\r\n\t},\r\n    {\r\n\t\t\"propertyid\" : \"{{pmsid}}\",\r\n\t\t\"bookingid\" : 14487,\r\n\t\t\"guestprofileid\" : 3365,\r\n\t\t\"otareference\" : \"20230813-33418394386\",\r\n\t\t\"reslastname\" : \"Nick\",\r\n\t\t\"resfirstname\" : \"Samantha\",\r\n\t\t\"resstreet\" : \"813 Saint Clair Street\",\r\n\t\t\"rescity\" : \"Jackson\",\r\n\t\t\"resstate\" : \"MS\",\r\n\t\t\"respostalcode\" : \"39201\",\r\n\t\t\"rescountry\" : \"US\",\r\n\t\t\"resemail\" : \"testing@email.com\",\r\n\t\t\"marketindicator\" : 0,\r\n\t\t\"resphone1\" : \"662-588-9093\",\r\n\t\t\"resphone1usetype\" : \"Mobile\",\r\n\t\t\"resphone2\" : \"662-588-7690\",\r\n\t\t\"resphone2usetype\" : \"Contact\",\r\n\t\t\"bedtype\" : \"QDLX\",\r\n\t\t\"roomnumber\" : \"517\",\r\n\t\t\"adults\" : 1,\r\n\t\t\"child\" : 3,\r\n\t\t\"checkin\" : \"2023-08-13\",\r\n\t\t\"nights\" : 4,\r\n\t\t\"checkout\" : \"2023-08-17\",\r\n\t\t\"rooms\" : 1,\r\n\t\t\"reservestatus\" : \"R\",\r\n\t\t\"company\" : 0,\r\n\t\t\"directbill\" : 0,\r\n\t\t\"travelid\" : 0,\r\n\t\t\"travelid2\" : 0,\r\n\t\t\"resentrydate\" : \"2023-06-26\",\r\n\t\t\"resentrytime\" : \"12:35:43\",\r\n\t\t\"resentryuser\" : \"IQ\",\r\n\t\t\"reschangeuser\" : \"IQ\",\r\n\t\t\"reschangedate\" : \"2023-06-26\",\r\n\t\t\"reschangetime\" : \"13:34:43\",\r\n\t\t\"deposit\" : null,\r\n\t\t\"depositamt\" : 100.00\r\n\t}\r\n]\r\n"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/roommaster/bookings/initialization","urlObject":{"path":["aspire-{{pms-environment}}","roommaster","bookings","initialization"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"be2174e2-2f4e-44a2-b8fa-6e559ecc8f31"},{"name":"BlockedRoom (Async)","event":[{"listen":"prerequest","script":{"id":"d212af63-78c3-44e1-9d82-6c3c2f755295","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"9cd47e33-5d2d-4165-bffe-72728cb026e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"{{Roommaster-Api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n\t\t\"propertyid\" : \"{{pmsid}}\",\r\n\t\t\"roombookid\": \"77\",\r\n        \"roomnumber\" : \"515\",\r\n\t\t\"startdate\" : \"2023-08-13\",\r\n\t\t\"enddate\" : \"2023-08-17\",\r\n\t\t\"confnum\" : \"999999\",\r\n\t\t\"oosreason\" : \"\",\r\n\t\t\"providerstatus\": \"OOO\"\r\n\t},\r\n\t{\r\n\t\t\"propertyid\" : \"{{pmsid}}\",\r\n        \"roombookid\": \"78\",\r\n\t\t\"roomnumber\" : \"516\",\r\n\t\t\"startdate\" : \"2023-08-13\",\r\n\t\t\"enddate\" : \"2023-08-20\",\r\n\t\t\"confnum\" : \"999999\",\r\n\t\t\"oosreason\" : \"\",\r\n\t\t\"providerstatus\": \"OOO\"\r\n\t}\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/roommaster/blockedroom","urlObject":{"path":["aspire-{{pms-environment}}","roommaster","blockedroom"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"9cd47e33-5d2d-4165-bffe-72728cb026e7"},{"name":"RoomCleanness (Async)","event":[{"listen":"prerequest","script":{"id":"72f70826-253e-408e-9c68-9f62e531bbb0","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"caa85b72-f641-40f9-acf6-26e771f40791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"{{Roommaster-Api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"roomnumber\": \"103\",\r\n        \"roomtype\": \"SUP\",\r\n        \"roomdescription\": \"Superior Ocean View Room\",\r\n        \"roomstatus\": \"V\",\r\n        \"ooostartdate\": \"2001-01-01\",\r\n        \"oootodate\": \"2001-01-01\",\r\n        \"roomnote\": null,\r\n        \"roomlastoccdate\": \"2018-07-31\",\r\n        \"nightsthisyear\": \"0\",\r\n        \"nightslastyear\": \"0\",\r\n        \"servicereq\": \"0\",\r\n        \"servicedate\": \"2021-10-08\",\r\n        \"servicetime\": \"01:35:45\",\r\n        \"avgcleanso\": \"20\",\r\n        \"avgcleanco\": \"30\",\r\n        \"ownername\": \"Bill Gates\",\r\n        \"ownerstreet\": \"1 Microsoft Way\",\r\n        \"ownercity\": \"Redmond\",\r\n        \"ownerstate\": \"WA\",\r\n        \"ownerzipcode\": \"33607\",\r\n        \"ownercountry\": null,\r\n        \"owneremail\": null,\r\n        \"ownercommissiona\": \"10.00\"\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/roommaster/roomcleanness","urlObject":{"path":["aspire-{{pms-environment}}","roommaster","roomcleanness"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"caa85b72-f641-40f9-acf6-26e771f40791"},{"name":"FolioBookingInitialization (Async)","id":"f3df1056-b7b2-4642-b881-75958407b4ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"13816\",\r\n    \"folionumber\": \"169615\",\r\n    \"vipnumber\": \"2343\",\r\n    \"guestprofileid\": \"2343\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Samy\",\r\n    \"foliofirstname\": \"Eman\",\r\n    \"foliostreet\": \"3105 River Road\",\r\n    \"foliocity\": \"South Boston\",\r\n    \"foliostate\": \"FL\",\r\n    \"foliopostalcode\": \"24592\",\r\n    \"foliocountry\": \"\",\r\n    \"profemail\": \"eman.samy@innquest.com\",\r\n    \"marketindicator\": 0,\r\n    \"foliophone1\": \"813-549-5430\",\r\n    \"foliophone1usetype\": \"Contact\",\r\n    \"foliophone2\": \"\",\r\n    \"foliophone2usetype\": \"Contact\",\r\n    \"roomnumber\": \"*OUT\",\r\n    \"prevroom\": \"101\",\r\n    \"adults\": 2,\r\n    \"child\": 0,\r\n    \"checkin\": \"2022-04-19\",\r\n    \"nights\": 3,\r\n    \"checkout\": \"2022-04-22\",\r\n    \"foliostatus\": \"K\",\r\n    \"paytype\": \"MGMT\",\r\n    \"madeby\": \"*SELF\",\r\n    \"user1\": \"WB\",\r\n    \"user1description\": null,\r\n    \"user2\": \"INT\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2022-04-20\",\r\n    \"foliointime\": \"20:02:04\",\r\n    \"folioinuser\": \"IQ\",\r\n    \"foliooutdate\": \"2022-04-24\",\r\n    \"folioouttime\": \"15:09:14\",\r\n    \"foliooutuser\": \"IQ\",\r\n    \"folioserialnumber\": \"11426\",\r\n    \"foliochangedate\": \"2022-04-22\",\r\n    \"foliochangetime\": \"07:36:15\",\r\n    \"foliochangeuser\": \"IQ\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"ABC\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"Afternoon (Before 3pm)\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"No\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"13836\",\r\n    \"folionumber\": \"169619\",\r\n    \"vipnumber\": \"2343\",\r\n    \"guestprofileid\": \"2343\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Samy\",\r\n    \"foliofirstname\": \"Eman\",\r\n    \"foliostreet\": \"3105 River Road\",\r\n    \"foliocity\": \"South Boston\",\r\n    \"foliostate\": \"FL\",\r\n    \"foliopostalcode\": \"24592\",\r\n    \"foliocountry\": \"\",\r\n    \"profemail\": \"eman.samy@innquest.com\",\r\n    \"marketindicator\": 0,\r\n    \"foliophone1\": \"813-549-5430\",\r\n    \"foliophone1usetype\": \"Mobile\",\r\n    \"foliophone2\": \"\",\r\n    \"foliophone2usetype\": \"Evening Contact\",\r\n    \"roomnumber\": \"*OUT\",\r\n    \"prevroom\": \"201\",\r\n    \"adults\": 2,\r\n    \"child\": 0,\r\n    \"checkin\": \"2022-04-24\",\r\n    \"nights\": 0,\r\n    \"checkout\": \"2022-04-24\",\r\n    \"foliostatus\": \"K\",\r\n    \"paytype\": \"MGMT\",\r\n    \"madeby\": \"*SELF\",\r\n    \"user1\": \"WB\",\r\n    \"user1description\": null,\r\n    \"user2\": \"INT\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2022-04-24\",\r\n    \"foliointime\": \"21:35:15\",\r\n    \"folioinuser\": \"IQ\",\r\n    \"foliooutdate\": \"2022-04-24\",\r\n    \"folioouttime\": \"23:47:42\",\r\n    \"foliooutuser\": \"IQ\",\r\n    \"folioserialnumber\": \"11427\",\r\n    \"foliochangedate\": null,\r\n    \"foliochangetime\": \"00:00:00\",\r\n    \"foliochangeuser\": \"IQ\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"Afternoon (Before 3pm)\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"No\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"13939\",\r\n    \"folionumber\": \"169709\",\r\n    \"vipnumber\": \"2343\",\r\n    \"guestprofileid\": \"2343\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Samy\",\r\n    \"foliofirstname\": \"Eman\",\r\n    \"foliostreet\": \"123 Main Street\",\r\n    \"foliocity\": \"Florida\",\r\n    \"foliostate\": \"FL\",\r\n    \"foliopostalcode\": \"21411\",\r\n    \"foliocountry\": \"\",\r\n    \"profemail\": \"eman.samy@innquest.com\",\r\n    \"marketindicator\": 0,\r\n    \"foliophone1\": \"8135495430\",\r\n    \"foliophone1usetype\": \"Mobile\",\r\n    \"foliophone2\": \"\",\r\n    \"foliophone2usetype\": \"Evening Contact\",\r\n    \"roomnumber\": \"*OUT\",\r\n    \"prevroom\": \"503\",\r\n    \"adults\": 3,\r\n    \"child\": 1,\r\n    \"checkin\": \"2022-10-16\",\r\n    \"nights\": 2,\r\n    \"checkout\": \"2022-10-18\",\r\n    \"foliostatus\": \"K\",\r\n    \"paytype\": \"MGMT\",\r\n    \"madeby\": \"*SELF\",\r\n    \"user1\": \"WB\",\r\n    \"user1description\": null,\r\n    \"user2\": \"INT\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2022-10-16\",\r\n    \"foliointime\": \"19:47:00\",\r\n    \"folioinuser\": \"IQ\",\r\n    \"foliooutdate\": \"2022-10-19\",\r\n    \"folioouttime\": \"11:09:14\",\r\n    \"foliooutuser\": \"IQ\",\r\n    \"folioserialnumber\": \"11521\",\r\n    \"foliochangedate\": null,\r\n    \"foliochangetime\": \"00:00:00\",\r\n    \"foliochangeuser\": \"IQ\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"Afternoon (Before 3pm)\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"No\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"14245\",\r\n    \"folionumber\": \"169950\",\r\n    \"vipnumber\": \"2358\",\r\n    \"guestprofileid\": \"2358\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Smith\",\r\n    \"foliofirstname\": \"Agent\",\r\n    \"foliostreet\": \"\",\r\n    \"foliocity\": \"Fort Pierce\",\r\n    \"foliostate\": \"FL\",\r\n    \"foliopostalcode\": \"34949\",\r\n    \"foliocountry\": \"\",\r\n    \"profemail\": \"brian.kruse@innquest.com\",\r\n    \"marketindicator\": 0,\r\n    \"foliophone1\": \"555-555-1212\",\r\n    \"foliophone1usetype\": \"Mobile\",\r\n    \"foliophone2\": \"555-555-5555\",\r\n    \"foliophone2usetype\": \"Emergency\",\r\n    \"roomnumber\": \"*OUT\",\r\n    \"prevroom\": \"103\",\r\n    \"adults\": 2,\r\n    \"child\": 0,\r\n    \"checkin\": \"2023-03-08\",\r\n    \"nights\": 1,\r\n    \"checkout\": \"2023-03-09\",\r\n    \"foliostatus\": \"K\",\r\n    \"paytype\": \"MGMT\",\r\n    \"madeby\": \"*SELF\",\r\n    \"user1\": \"PH\",\r\n    \"user1description\": null,\r\n    \"user2\": \"GOVT\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2023-03-08\",\r\n    \"foliointime\": \"10:06:10\",\r\n    \"folioinuser\": \"IQ\",\r\n    \"foliooutdate\": \"2023-03-12\",\r\n    \"folioouttime\": \"21:02:48\",\r\n    \"foliooutuser\": \"IQ\",\r\n    \"folioserialnumber\": \"11726\",\r\n    \"foliochangedate\": \"2023-03-08\",\r\n    \"foliochangetime\": \"10:06:31\",\r\n    \"foliochangeuser\": \"IQ\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"169972\",\r\n    \"folionumber\": \"169972\",\r\n    \"vipnumber\": \"362\",\r\n    \"guestprofileid\": \"362\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Smith\",\r\n    \"foliofirstname\": \"Jarrod\",\r\n    \"foliostreet\": \"3649 Nickel Road\",\r\n    \"foliocity\": \"Pomona\",\r\n    \"foliostate\": \"CA\",\r\n    \"foliopostalcode\": \"91766\",\r\n    \"foliocountry\": \"United States of Ame\",\r\n    \"profemail\": null,\r\n    \"marketindicator\": 1,\r\n    \"foliophone1\": \"8136579933\",\r\n    \"foliophone1usetype\": \"Contact\",\r\n    \"foliophone2\": \"\",\r\n    \"foliophone2usetype\": \"Contact\",\r\n    \"roomnumber\": \"*OUT\",\r\n    \"prevroom\": \"505\",\r\n    \"adults\": 2,\r\n    \"child\": 0,\r\n    \"checkin\": \"2023-04-30\",\r\n    \"nights\": 1,\r\n    \"checkout\": \"2023-05-01\",\r\n    \"foliostatus\": \"K\",\r\n    \"paytype\": \"MGMT\",\r\n    \"madeby\": \"\",\r\n    \"user1\": \"AAA\",\r\n    \"user1description\": null,\r\n    \"user2\": \"LEIS\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2023-04-30\",\r\n    \"foliointime\": \"23:39:36\",\r\n    \"folioinuser\": \"IQ\",\r\n    \"foliooutdate\": \"2023-05-02\",\r\n    \"folioouttime\": \"19:17:44\",\r\n    \"foliooutuser\": \"IQ\",\r\n    \"folioserialnumber\": \"11740\",\r\n    \"foliochangedate\": \"2023-05-01\",\r\n    \"foliochangetime\": \"20:51:06\",\r\n    \"foliochangeuser\": \"IQ\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"0\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"170164\",\r\n    \"folionumber\": \"170164\",\r\n    \"vipnumber\": \"3361\",\r\n    \"guestprofileid\": \"3361\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Sameh\",\r\n    \"foliofirstname\": \"Andrew\",\r\n    \"foliostreet\": \"\",\r\n    \"foliocity\": \"\",\r\n    \"foliostate\": \"\",\r\n    \"foliopostalcode\": \"\",\r\n    \"foliocountry\": \"US\",\r\n    \"profemail\": \"andrew.sameh@gmail.com\",\r\n    \"marketindicator\": 0,\r\n    \"foliophone1\": \"\",\r\n    \"foliophone1usetype\": \"Contact\",\r\n    \"foliophone2\": \"\",\r\n    \"foliophone2usetype\": \"Contact\",\r\n    \"roomnumber\": \"*OUT\",\r\n    \"prevroom\": \"105\",\r\n    \"adults\": 2,\r\n    \"child\": 0,\r\n    \"checkin\": \"2023-10-02\",\r\n    \"nights\": 0,\r\n    \"checkout\": \"2023-10-02\",\r\n    \"foliostatus\": \"K\",\r\n    \"paytype\": \"MGMT\",\r\n    \"madeby\": \"\",\r\n    \"user1\": \"AAA\",\r\n    \"user1description\": null,\r\n    \"user2\": \"LEIS\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2023-10-02\",\r\n    \"foliointime\": \"10:03:42\",\r\n    \"folioinuser\": \"CLK\",\r\n    \"foliooutdate\": \"2023-10-03\",\r\n    \"folioouttime\": \"04:20:07\",\r\n    \"foliooutuser\": \"\",\r\n    \"folioserialnumber\": \"11888\",\r\n    \"foliochangedate\": \"2023-10-02\",\r\n    \"foliochangetime\": \"10:18:42\",\r\n    \"foliochangeuser\": \"CLK\",\r\n    \"foliomovedate\": \"2023-10-03\",\r\n    \"foliomovetime\": \"04:01:53\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"14558\",\r\n    \"folionumber\": \"170170\",\r\n    \"vipnumber\": \"1376\",\r\n    \"guestprofileid\": \"1376\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Smith\",\r\n    \"foliofirstname\": \"Katherine\",\r\n    \"foliostreet\": \"\",\r\n    \"foliocity\": \"\",\r\n    \"foliostate\": \"\",\r\n    \"foliopostalcode\": \"\",\r\n    \"foliocountry\": \"\",\r\n    \"profemail\": null,\r\n    \"marketindicator\": 0,\r\n    \"foliophone1\": \"\",\r\n    \"foliophone1usetype\": \"Contact\",\r\n    \"foliophone2\": \"\",\r\n    \"foliophone2usetype\": \"Evening Contact\",\r\n    \"roomnumber\": \"*OUT\",\r\n    \"prevroom\": \"103\",\r\n    \"adults\": 2,\r\n    \"child\": 0,\r\n    \"checkin\": \"2023-10-03\",\r\n    \"nights\": 0,\r\n    \"checkout\": \"2023-10-03\",\r\n    \"foliostatus\": \"K\",\r\n    \"paytype\": \"MGMT\",\r\n    \"madeby\": \"*SELF\",\r\n    \"user1\": \"AAA\",\r\n    \"user1description\": null,\r\n    \"user2\": \"LEIS\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2023-10-04\",\r\n    \"foliointime\": \"02:22:05\",\r\n    \"folioinuser\": \"IQ\",\r\n    \"foliooutdate\": \"2023-10-04\",\r\n    \"folioouttime\": \"02:28:42\",\r\n    \"foliooutuser\": \"\",\r\n    \"folioserialnumber\": \"11889\",\r\n    \"foliochangedate\": null,\r\n    \"foliochangetime\": \"00:00:00\",\r\n    \"foliochangeuser\": \"IQ\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"14627\",\r\n    \"folionumber\": \"170193\",\r\n    \"vipnumber\": \"2626\",\r\n    \"guestprofileid\": \"2626\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Samy\",\r\n    \"foliofirstname\": \"Eman\",\r\n    \"foliostreet\": \"123 Main Street\",\r\n    \"foliocity\": \"Florida\",\r\n    \"foliostate\": \"FL\",\r\n    \"foliopostalcode\": \"21411\",\r\n    \"foliocountry\": \"United States of Ame\",\r\n    \"profemail\": \"eman.samy@innquest.com\",\r\n    \"marketindicator\": 3,\r\n    \"foliophone1\": \"9157263233\",\r\n    \"foliophone1usetype\": \"Mobile\",\r\n    \"foliophone2\": \"8135495400\",\r\n    \"foliophone2usetype\": \"Emergency\",\r\n    \"roomnumber\": \"*OUT\",\r\n    \"prevroom\": \"509\",\r\n    \"adults\": 2,\r\n    \"child\": 0,\r\n    \"checkin\": \"2023-10-12\",\r\n    \"nights\": 1,\r\n    \"checkout\": \"2023-10-13\",\r\n    \"foliostatus\": \"K\",\r\n    \"paytype\": \"MGMT\",\r\n    \"madeby\": \"*SELF\",\r\n    \"user1\": \"SOC\",\r\n    \"user1description\": null,\r\n    \"user2\": \"BOOK\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2023-10-12\",\r\n    \"foliointime\": \"21:55:30\",\r\n    \"folioinuser\": \"MAN\",\r\n    \"foliooutdate\": \"2023-10-16\",\r\n    \"folioouttime\": \"16:39:07\",\r\n    \"foliooutuser\": \"\",\r\n    \"folioserialnumber\": \"11908\",\r\n    \"foliochangedate\": null,\r\n    \"foliochangetime\": \"00:00:00\",\r\n    \"foliochangeuser\": \"MAN\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"14639\",\r\n    \"folionumber\": \"170200\",\r\n    \"vipnumber\": \"3326\",\r\n    \"guestprofileid\": \"3326\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Craig\",\r\n    \"foliofirstname\": \"Rema\",\r\n    \"foliostreet\": \"SAVSKA CESTA 31\",\r\n    \"foliocity\": \"ZAGREB\",\r\n    \"foliostate\": \"\",\r\n    \"foliopostalcode\": \"\",\r\n    \"foliocountry\": \"GRAD ZAGREB\",\r\n    \"profemail\": null,\r\n    \"marketindicator\": 0,\r\n    \"foliophone1\": \"8136483300\",\r\n    \"foliophone1usetype\": \"Contact\",\r\n    \"foliophone2\": \"8138776640\",\r\n    \"foliophone2usetype\": \"Contact\",\r\n    \"roomnumber\": \"*OUT\",\r\n    \"prevroom\": \"517\",\r\n    \"adults\": 2,\r\n    \"child\": 0,\r\n    \"checkin\": \"2023-10-24\",\r\n    \"nights\": 9,\r\n    \"checkout\": \"2023-11-02\",\r\n    \"foliostatus\": \"K\",\r\n    \"paytype\": \"MGMT\",\r\n    \"madeby\": \"*SELF\",\r\n    \"user1\": \"AAA\",\r\n    \"user1description\": null,\r\n    \"user2\": \"LEIS\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2023-10-25\",\r\n    \"foliointime\": \"23:10:44\",\r\n    \"folioinuser\": \"\",\r\n    \"foliooutdate\": \"2023-11-03\",\r\n    \"folioouttime\": \"02:32:58\",\r\n    \"foliooutuser\": \"\",\r\n    \"folioserialnumber\": \"11916\",\r\n    \"foliochangedate\": null,\r\n    \"foliochangetime\": \"00:00:00\",\r\n    \"foliochangeuser\": \"\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"14906\",\r\n    \"folionumber\": \"170332\",\r\n    \"vipnumber\": \"2626\",\r\n    \"guestprofileid\": \"2626\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Samy\",\r\n    \"foliofirstname\": \"Eman\",\r\n    \"foliostreet\": \"Main Street\",\r\n    \"foliocity\": \"Florida\",\r\n    \"foliostate\": \"FL\",\r\n    \"foliopostalcode\": \"12355\",\r\n    \"foliocountry\": \"\",\r\n    \"profemail\": \"eman.samy@innquest.com\",\r\n    \"marketindicator\": 3,\r\n    \"foliophone1\": \"813-628-9400\",\r\n    \"foliophone1usetype\": \"Mobile\",\r\n    \"foliophone2\": \"\",\r\n    \"foliophone2usetype\": \"Contact\",\r\n    \"roomnumber\": \"711\",\r\n    \"prevroom\": \"\",\r\n    \"adults\": 3,\r\n    \"child\": 0,\r\n    \"checkin\": \"2024-02-21\",\r\n    \"nights\": 6,\r\n    \"checkout\": \"2024-02-27\",\r\n    \"foliostatus\": \"R\",\r\n    \"paytype\": \"CCD\",\r\n    \"madeby\": \"IQ-WebBook\",\r\n    \"user1\": \"WB\",\r\n    \"user1description\": null,\r\n    \"user2\": \"INT\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2024-02-22\",\r\n    \"foliointime\": \"00:50:36\",\r\n    \"folioinuser\": \"IQ\",\r\n    \"foliooutdate\": null,\r\n    \"folioouttime\": \"00:00:00\",\r\n    \"foliooutuser\": \"\",\r\n    \"folioserialnumber\": \"0\",\r\n    \"foliochangedate\": null,\r\n    \"foliochangetime\": \"00:00:00\",\r\n    \"foliochangeuser\": \"IQ\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"Afternoon (Before 3pm)\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"14912\",\r\n    \"folionumber\": \"170334\",\r\n    \"vipnumber\": \"5751\",\r\n    \"guestprofileid\": \"5751\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"SMITH\",\r\n    \"foliofirstname\": \"EMMA MARIA\",\r\n    \"foliostreet\": \"SAVSKA CESTA 31\",\r\n    \"foliocity\": \"ZAGREB\",\r\n    \"foliostate\": \"ZAGREB\",\r\n    \"foliopostalcode\": \"10000\",\r\n    \"foliocountry\": \"CROATIA\",\r\n    \"profemail\": null,\r\n    \"marketindicator\": 0,\r\n    \"foliophone1\": \"\",\r\n    \"foliophone1usetype\": \"Contact\",\r\n    \"foliophone2\": \"\",\r\n    \"foliophone2usetype\": \"Evening Contact\",\r\n    \"roomnumber\": \"305\",\r\n    \"prevroom\": \"306\",\r\n    \"adults\": 2,\r\n    \"child\": 0,\r\n    \"checkin\": \"2024-02-26\",\r\n    \"nights\": 2,\r\n    \"checkout\": \"2024-02-28\",\r\n    \"foliostatus\": \"R\",\r\n    \"paytype\": \"MGMT\",\r\n    \"madeby\": \"*SELF\",\r\n    \"user1\": \"AAA\",\r\n    \"user1description\": null,\r\n    \"user2\": \"LEIS\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2024-02-26\",\r\n    \"foliointime\": \"09:40:08\",\r\n    \"folioinuser\": \"IQ\",\r\n    \"foliooutdate\": null,\r\n    \"folioouttime\": \"00:00:00\",\r\n    \"foliooutuser\": \"\",\r\n    \"folioserialnumber\": \"0\",\r\n    \"foliochangedate\": \"2024-02-27\",\r\n    \"foliochangetime\": \"16:43:43\",\r\n    \"foliochangeuser\": \"TGR\",\r\n    \"foliomovedate\": \"2024-02-26\",\r\n    \"foliomovetime\": \"10:44:19\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"1977-01-01\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"123456789  2015-04-03\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"14897\",\r\n    \"folionumber\": \"170335\",\r\n    \"vipnumber\": \"5702\",\r\n    \"guestprofileid\": \"5702\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Craig\",\r\n    \"foliofirstname\": \"Amelia\",\r\n    \"foliostreet\": \"123 Main Street\",\r\n    \"foliocity\": \"Florida\",\r\n    \"foliostate\": \"FL\",\r\n    \"foliopostalcode\": \"12355\",\r\n    \"foliocountry\": \"\",\r\n    \"profemail\": \"amelia.craig@gmail.com\",\r\n    \"marketindicator\": 0,\r\n    \"foliophone1\": \"813-628-9400\",\r\n    \"foliophone1usetype\": \"Mobile\",\r\n    \"foliophone2\": \"813-628-9405\",\r\n    \"foliophone2usetype\": \"Emergency\",\r\n    \"roomnumber\": \"705\",\r\n    \"prevroom\": \"710\",\r\n    \"adults\": 3,\r\n    \"child\": 0,\r\n    \"checkin\": \"2024-02-26\",\r\n    \"nights\": 1,\r\n    \"checkout\": \"2024-02-27\",\r\n    \"foliostatus\": \"R\",\r\n    \"paytype\": \"CCD\",\r\n    \"madeby\": \"IQ-WebBook\",\r\n    \"user1\": \"WB\",\r\n    \"user1description\": null,\r\n    \"user2\": \"INT\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2024-02-26\",\r\n    \"foliointime\": \"10:36:40\",\r\n    \"folioinuser\": \"IQ\",\r\n    \"foliooutdate\": null,\r\n    \"folioouttime\": \"00:00:00\",\r\n    \"foliooutuser\": \"\",\r\n    \"folioserialnumber\": \"0\",\r\n    \"foliochangedate\": null,\r\n    \"foliochangetime\": \"00:00:00\",\r\n    \"foliochangeuser\": \"IQ\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"Afternoon (Before 3pm)\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"1985-01-19\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"1901850000  2013-01-19\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"170336\",\r\n    \"folionumber\": \"170336\",\r\n    \"vipnumber\": \"1799\",\r\n    \"guestprofileid\": \"1799\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Adams\",\r\n    \"foliofirstname\": \"Lin\",\r\n    \"foliostreet\": \"3644 Lakeland Terrace\",\r\n    \"foliocity\": \"Southfield\",\r\n    \"foliostate\": \"MI\",\r\n    \"foliopostalcode\": \"48075\",\r\n    \"foliocountry\": \"United States of Ame\",\r\n    \"profemail\": \"lin.adams445@gmail.com\",\r\n    \"marketindicator\": 2,\r\n    \"foliophone1\": \"734-344-9524\",\r\n    \"foliophone1usetype\": \"Contact\",\r\n    \"foliophone2\": \"248-361-1020\",\r\n    \"foliophone2usetype\": \"Contact\",\r\n    \"roomnumber\": \"706\",\r\n    \"prevroom\": \"\",\r\n    \"adults\": 2,\r\n    \"child\": 0,\r\n    \"checkin\": \"2024-02-26\",\r\n    \"nights\": 5,\r\n    \"checkout\": \"2024-03-02\",\r\n    \"foliostatus\": \"R\",\r\n    \"paytype\": \"MGMT\",\r\n    \"madeby\": \"\",\r\n    \"user1\": \"AAA\",\r\n    \"user1description\": null,\r\n    \"user2\": \"LEIS\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2024-02-26\",\r\n    \"foliointime\": \"10:38:13\",\r\n    \"folioinuser\": \"IQ\",\r\n    \"foliooutdate\": null,\r\n    \"folioouttime\": \"00:00:00\",\r\n    \"foliooutuser\": \"\",\r\n    \"folioserialnumber\": \"0\",\r\n    \"foliochangedate\": \"2024-02-26\",\r\n    \"foliochangetime\": \"10:39:09\",\r\n    \"foliochangeuser\": \"\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"14915\",\r\n    \"folionumber\": \"170339\",\r\n    \"vipnumber\": \"2149\",\r\n    \"guestprofileid\": \"2149\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Samy\",\r\n    \"foliofirstname\": \"Eman\",\r\n    \"foliostreet\": \"4180 Goff Avenue\",\r\n    \"foliocity\": \"South Haven\",\r\n    \"foliostate\": \"FL\",\r\n    \"foliopostalcode\": \"49090\",\r\n    \"foliocountry\": \"US\",\r\n    \"profemail\": \"eman580@gmail.com\",\r\n    \"marketindicator\": 1,\r\n    \"foliophone1\": \"2696391000\",\r\n    \"foliophone1usetype\": \"Contact\",\r\n    \"foliophone2\": \"\",\r\n    \"foliophone2usetype\": \"Evening Contact\",\r\n    \"roomnumber\": \"217\",\r\n    \"prevroom\": \"213\",\r\n    \"adults\": 3,\r\n    \"child\": 0,\r\n    \"checkin\": \"2024-02-26\",\r\n    \"nights\": 2,\r\n    \"checkout\": \"2024-02-28\",\r\n    \"foliostatus\": \"R\",\r\n    \"paytype\": \"CASH\",\r\n    \"madeby\": \"*SELF\",\r\n    \"user1\": \"UNK\",\r\n    \"user1description\": null,\r\n    \"user2\": \"LEIS\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2024-02-26\",\r\n    \"foliointime\": \"11:13:30\",\r\n    \"folioinuser\": \"\",\r\n    \"foliooutdate\": null,\r\n    \"folioouttime\": \"00:00:00\",\r\n    \"foliooutuser\": \"\",\r\n    \"folioserialnumber\": \"0\",\r\n    \"foliochangedate\": null,\r\n    \"foliochangetime\": \"00:00:00\",\r\n    \"foliochangeuser\": \"\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"14915\",\r\n    \"folionumber\": \"170340\",\r\n    \"vipnumber\": \"2149\",\r\n    \"guestprofileid\": \"2149\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Samy\",\r\n    \"foliofirstname\": \"Eman\",\r\n    \"foliostreet\": \"4180 Goff Avenue\",\r\n    \"foliocity\": \"South Haven\",\r\n    \"foliostate\": \"FL\",\r\n    \"foliopostalcode\": \"49090\",\r\n    \"foliocountry\": \"US\",\r\n    \"profemail\": \"eman580@gmail.com\",\r\n    \"marketindicator\": 1,\r\n    \"foliophone1\": \"2696391000\",\r\n    \"foliophone1usetype\": \"Contact\",\r\n    \"foliophone2\": \"\",\r\n    \"foliophone2usetype\": \"Evening Contact\",\r\n    \"roomnumber\": \"210\",\r\n    \"prevroom\": \"212\",\r\n    \"adults\": 3,\r\n    \"child\": 0,\r\n    \"checkin\": \"2024-02-26\",\r\n    \"nights\": 2,\r\n    \"checkout\": \"2024-02-28\",\r\n    \"foliostatus\": \"R\",\r\n    \"paytype\": \"CASH\",\r\n    \"madeby\": \"*SELF\",\r\n    \"user1\": \"UNK\",\r\n    \"user1description\": null,\r\n    \"user2\": \"LEIS\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2024-02-26\",\r\n    \"foliointime\": \"11:16:58\",\r\n    \"folioinuser\": \"\",\r\n    \"foliooutdate\": null,\r\n    \"folioouttime\": \"00:00:00\",\r\n    \"foliooutuser\": \"\",\r\n    \"folioserialnumber\": \"0\",\r\n    \"foliochangedate\": null,\r\n    \"foliochangetime\": \"00:00:00\",\r\n    \"foliochangeuser\": \"\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"14915\",\r\n    \"folionumber\": \"170341\",\r\n    \"vipnumber\": \"2149\",\r\n    \"guestprofileid\": \"2149\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Samy\",\r\n    \"foliofirstname\": \"Eman\",\r\n    \"foliostreet\": \"4180 Goff Avenue\",\r\n    \"foliocity\": \"South Haven\",\r\n    \"foliostate\": \"FL\",\r\n    \"foliopostalcode\": \"49090\",\r\n    \"foliocountry\": \"US\",\r\n    \"profemail\": \"eman580@gmail.com\",\r\n    \"marketindicator\": 1,\r\n    \"foliophone1\": \"2696391000\",\r\n    \"foliophone1usetype\": \"Contact\",\r\n    \"foliophone2\": \"\",\r\n    \"foliophone2usetype\": \"Evening Contact\",\r\n    \"roomnumber\": \"233\",\r\n    \"prevroom\": \"211\",\r\n    \"adults\": 3,\r\n    \"child\": 0,\r\n    \"checkin\": \"2024-02-26\",\r\n    \"nights\": 2,\r\n    \"checkout\": \"2024-02-28\",\r\n    \"foliostatus\": \"R\",\r\n    \"paytype\": \"CASH\",\r\n    \"madeby\": \"*SELF\",\r\n    \"user1\": \"UNK\",\r\n    \"user1description\": null,\r\n    \"user2\": \"LEIS\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2024-02-26\",\r\n    \"foliointime\": \"11:20:15\",\r\n    \"folioinuser\": \"\",\r\n    \"foliooutdate\": null,\r\n    \"folioouttime\": \"00:00:00\",\r\n    \"foliooutuser\": \"\",\r\n    \"folioserialnumber\": \"0\",\r\n    \"foliochangedate\": null,\r\n    \"foliochangetime\": \"00:00:00\",\r\n    \"foliochangeuser\": \"\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"14910\",\r\n    \"folionumber\": \"170342\",\r\n    \"vipnumber\": \"5704\",\r\n    \"guestprofileid\": \"5704\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"Craig\",\r\n    \"foliofirstname\": \"Amelia\",\r\n    \"foliostreet\": \"SAVSKA CESTA 31\",\r\n    \"foliocity\": \"ZAGREB\",\r\n    \"foliostate\": \"ZAGREB\",\r\n    \"foliopostalcode\": \"10000\",\r\n    \"foliocountry\": \"CROATIA\",\r\n    \"profemail\": \"amelia.craig@gmail.com\",\r\n    \"marketindicator\": 3,\r\n    \"foliophone1\": \"\",\r\n    \"foliophone1usetype\": \"Contact\",\r\n    \"foliophone2\": \"8136289400\",\r\n    \"foliophone2usetype\": \"Mobile\",\r\n    \"roomnumber\": \"703\",\r\n    \"prevroom\": \"\",\r\n    \"adults\": 2,\r\n    \"child\": 0,\r\n    \"checkin\": \"2024-02-26\",\r\n    \"nights\": 6,\r\n    \"checkout\": \"2024-03-03\",\r\n    \"foliostatus\": \"R\",\r\n    \"paytype\": \"MGMT\",\r\n    \"madeby\": \"*SELF\",\r\n    \"user1\": \"AAA\",\r\n    \"user1description\": null,\r\n    \"user2\": \"LEIS\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2024-02-27\",\r\n    \"foliointime\": \"03:18:26\",\r\n    \"folioinuser\": \"IQ\",\r\n    \"foliooutdate\": null,\r\n    \"folioouttime\": \"00:00:00\",\r\n    \"foliooutuser\": \"\",\r\n    \"folioserialnumber\": \"0\",\r\n    \"foliochangedate\": \"2024-02-27\",\r\n    \"foliochangetime\": \"16:44:33\",\r\n    \"foliochangeuser\": \"TGR\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"0\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"1977-01-01\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"123456789  2015-04-03\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  },\r\n  {\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"14909\",\r\n    \"folionumber\": \"170343\",\r\n    \"vipnumber\": \"5750\",\r\n    \"guestprofileid\": \"5750\",\r\n    \"otareference\": \"\",\r\n    \"foliolastname\": \"SMITH\",\r\n    \"foliofirstname\": \"EMMA\",\r\n    \"foliostreet\": \"SAVSKA CESTA 31\",\r\n    \"foliocity\": \"ZAGREB\",\r\n    \"foliostate\": \"\",\r\n    \"foliopostalcode\": \"\",\r\n    \"foliocountry\": \"CROATIA\",\r\n    \"profemail\": null,\r\n    \"marketindicator\": 0,\r\n    \"foliophone1\": \"\",\r\n    \"foliophone1usetype\": \"Contact\",\r\n    \"foliophone2\": \"\",\r\n    \"foliophone2usetype\": \"Evening Contact\",\r\n    \"roomnumber\": \"726\",\r\n    \"prevroom\": \"\",\r\n    \"adults\": 2,\r\n    \"child\": 0,\r\n    \"checkin\": \"2024-02-26\",\r\n    \"nights\": 3,\r\n    \"checkout\": \"2024-02-29\",\r\n    \"foliostatus\": \"R\",\r\n    \"paytype\": \"MGMT\",\r\n    \"madeby\": \"*SELF\",\r\n    \"user1\": \"AAA\",\r\n    \"user1description\": null,\r\n    \"user2\": \"LEIS\",\r\n    \"user2description\": null,\r\n    \"folioindate\": \"2024-02-27\",\r\n    \"foliointime\": \"03:19:03\",\r\n    \"folioinuser\": \"IQ\",\r\n    \"foliooutdate\": null,\r\n    \"folioouttime\": \"00:00:00\",\r\n    \"foliooutuser\": \"\",\r\n    \"folioserialnumber\": \"0\",\r\n    \"foliochangedate\": \"2024-02-27\",\r\n    \"foliochangetime\": \"16:44:11\",\r\n    \"foliochangeuser\": \"TGR\",\r\n    \"foliomovedate\": null,\r\n    \"foliomovetime\": \"00:00:00\",\r\n    \"foliomoveuser\": \"\",\r\n    \"foliochargeinc\": \"1\",\r\n    \"foliotaxinc\": \"1\",\r\n    \"folioguestid\": \"\",\r\n    \"latecheckout\": \"0\",\r\n    \"folioextrafieldlabel\": \"Passport\",\r\n    \"folioextrafield\": \"1901850000  2013-01-19\",\r\n    \"folioextrafieldlabel2\": \"DOB\",\r\n    \"folioextrafield2\": \"1985-01-19\",\r\n    \"folioextrafieldlabel3\": \"DL\",\r\n    \"folioextrafield3\": \"\",\r\n    \"folioextrafieldlabel4\": \"CF4\",\r\n    \"folioextrafield4\": \"\",\r\n    \"folioextrafieldlabel5\": \"CF5\",\r\n    \"folioextrafield5\": \"1977-01-01\",\r\n    \"folioextrafieldlabel6\": \"CF6\",\r\n    \"folioextrafield6\": \"123456789  2015-06-01\",\r\n    \"foliohousenote\": \"\",\r\n    \"groupcode\": \"\",\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"directbill\": null,\r\n    \"cityhdname\": null,\r\n    \"travelid\": \"0\",\r\n    \"travelcode\": null,\r\n    \"travelname\": null,\r\n    \"travelcontact\": null,\r\n    \"travelstreet\": null,\r\n    \"travelstreet2\": null,\r\n    \"travelcity\": null,\r\n    \"travelstate\": null,\r\n    \"travelzipcode\": null,\r\n    \"travelcountry\": null,\r\n    \"travelphone\": null,\r\n    \"travelemail\": null,\r\n    \"travelid2\": \"0\",\r\n    \"travelcode2\": null,\r\n    \"travelname2\": null,\r\n    \"travelcontact2\": null,\r\n    \"travelstreet12\": null,\r\n    \"travelstreet22\": null,\r\n    \"travelcity2\": null,\r\n    \"travelstate2\": null,\r\n    \"travelzipcode2\": null,\r\n    \"travelcountry2\": null,\r\n    \"travelphone2\": null,\r\n    \"travelemail2\": null,\r\n    \"resratecode\": null,\r\n    \"resratedate\": null,\r\n    \"resrateamount\": null,\r\n    \"resrateoverride\": null,\r\n    \"resrateoverrideamt\": null\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/roommaster/foliobookings/initialization","urlObject":{"path":["aspire-{{pms-environment}}","roommaster","foliobookings","initialization"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"f3df1056-b7b2-4642-b881-75958407b4ad"}],"id":"d5e1ec4a-fadc-4217-b1c6-4dcccbbbd7b1","_postman_id":"d5e1ec4a-fadc-4217-b1c6-4dcccbbbd7b1","description":""},{"name":"Generic","item":[{"name":"Generic - RMA","item":[{"name":"GenericHotelInventoryCount - RMA","id":"a515af51-97af-4864-b2c8-4747ebfac41c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{RoommasterAnywhere-Api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{RMA_PricePoint_InterfaceId}}\",\r\n        \"invTypeCode\": \"2254\",\r\n        \"start\": \"2025-11-30\",\r\n        \"end\": \"2025-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{RMA_PricePoint_InterfaceId}}\",\r\n        \"invTypeCode\": \"2442\",\r\n        \"start\": \"2025-11-30\",\r\n        \"end\": \"2025-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 3,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 3,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{RMA_PricePoint_InterfaceId}}\",\r\n        \"invTypeCode\": \"2443\",\r\n        \"start\": \"2025-11-30\",\r\n        \"end\": \"2025-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 4,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 4,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{RMA_PricePoint_InterfaceId}}\",\r\n        \"invTypeCode\": \"4338\",\r\n        \"start\": \"2025-11-30\",\r\n        \"end\": \"2025-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{RMA_PricePoint_InterfaceId}}\",\r\n        \"invTypeCode\": \"7611\",\r\n        \"start\": \"2025-11-30\",\r\n        \"end\": \"2025-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{RMA_PricePoint_InterfaceId}}\",\r\n        \"invTypeCode\": \"7612\",\r\n        \"start\": \"2025-11-30\",\r\n        \"end\": \"2025-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{RMA_PricePoint_InterfaceId}}\",\r\n        \"invTypeCode\": \"7613\",\r\n        \"start\": \"2025-11-30\",\r\n        \"end\": \"2025-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{RMA_PricePoint_InterfaceId}}\",\r\n        \"invTypeCode\": \"7614\",\r\n        \"start\": \"2025-11-30\",\r\n        \"end\": \"2025-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/hotelinventorycount","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","hotel","hotelinventorycount"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"a515af51-97af-4864-b2c8-4747ebfac41c"},{"name":"GenericReservation - RMA","id":"e41eaa99-a3ca-4fa7-8946-ed3940e8411f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Ocp-Apim-Subscription-Key","value":"{{RoommasterAnywhere-Api-key}}"},{"key":"Async","value":"true"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"propertyId\": \"{{RMA_PricePoint_InterfaceId}}\",\r\n    \"bookingId\": \"131755571\",\r\n    \"Action\": \"2\",\r\n    \"otaReferenceId\": \"\",\r\n    \"companyName\": \"InnQuest roomMaster\",\r\n    \"groupCode\": \"\",\r\n    \"groupName\": null,\r\n    \"folioNumber\": \"170528\",\r\n    \"reservationStatus\": \"CHECKED_IN\",\r\n    \"startDate\": \"2025-01-20\",\r\n    \"endDate\": \"2025-01-28\",\r\n    \"numberOfRooms\": 1,\r\n    \"roomType\": \"DLX\",\r\n    \"adults\": 2,\r\n    \"children\": 0,\r\n    \"roomNumber\": [\"107\"],\r\n    \"prevRoomNumber\": [\"\"],\r\n    \"createdAt\": \"2024-12-11 12:30:44\",\r\n    \"guestProfiles\": [\r\n      {\r\n        \"uniqueId\": \"45314\",\r\n        \"propertyId\": \"{{RMA_PricePoint_InterfaceId}}\",\r\n        \"obsoleteId\": null,\r\n        \"crsId\": \"45314\",\r\n        \"namePrefix\": \"Mrs.\",\r\n        \"firstName\": \"Eman FlairsTech\",\r\n        \"middleName\": \"\",\r\n        \"lastName\": \"Samy\",\r\n        \"gender\": \"Female\",\r\n        \"address\": \"123 Main Street\",\r\n        \"city\": \"Florida\",\r\n        \"state\": \"FL\",\r\n        \"zipPostal\": \"21411\",\r\n        \"countryCode\": \"US\",\r\n        \"email\": \"eman.samy@flairstech.com\",\r\n        \"dateOfBirth\": \"1987-10-29\",\r\n        \"VIP\": false,\r\n        \"language\": \"English\",\r\n        \"marketingConsent\": 0,\r\n        \"vehicleInfo\": null,\r\n        \"customerLoyalty\": {\r\n          \"ProgramID\": \"{{RMA_PricePoint_InterfaceId}}\",\r\n          \"SignupDate\": null,\r\n          \"ExpireDate\": null,\r\n          \"LoyaltyLevel\": null,\r\n          \"MemebershipID\": \"\"\r\n        },\r\n        \"jobTitle\": \"\",\r\n        \"Action\": \"2\",\r\n        \"telephone\": [\r\n          {\r\n            \"phoneNumber\": \"8125559632\",\r\n            \"phoneType\": \"Contact\"\r\n          },\r\n          {\r\n            \"phoneNumber\": \"9566527588\",\r\n            \"phoneType\": \"Contact\"\r\n          }\r\n        ],\r\n        \"docs\": null,\r\n        \"comments\": [\"\"],\r\n        \"tpaExtensions\": [\r\n          {\r\n            \"labelName\": \"OptIn\",\r\n            \"labelValue\": false\r\n          }\r\n        ],\r\n        \"createDateTime\": \"2024-06-12 04:43:53\",\r\n        \"lastModifiedAt\": \"2024-12-11 07:26:52\",\r\n        \"StatusMessage\": null\r\n      }\r\n    ],\r\n    \"travelAgents\": [],\r\n    \"extraFields\": [\r\n      { \"labelName\": \"Passport\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"DOB\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"DL\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"CF4\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"CF5\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"CF6\", \"labelValue\": \"\" }\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"TC_DataProvider\",\r\n        \"labelValue\": \"{{RMA_PricePoint_InterfaceId}}\"\r\n      }\r\n    ],\r\n    \"marketFields\": [\r\n      {\r\n        \"labelName\": \"MKTC\",\r\n        \"labelValue\": \"Leisure\"\r\n      },\r\n      {\r\n        \"labelName\": \"SRCB\",\r\n        \"labelValue\": \"Triple A Directory\"\r\n      }\r\n    ],\r\n    \"hotelRates\": [\r\n      {\r\n        \"roomTypeCode\": \"DLX\",\r\n        \"roomTypeDescription\": \"Deluxe Garden View\",\r\n        \"numberOfUnits\": \"1\",\r\n        \"discountType\": 0,\r\n        \"discountNumber\": \"0.00\",\r\n        \"totalBeforeTax\": \"0.00\",\r\n        \"totalAfterTax\": \"0.00\",\r\n        \"totalStayAmount\": \"0.00\",\r\n        \"currencyCode\": \"USD\",\r\n        \"taxInclusive\": 0,\r\n        \"rateBreakdown\": {\r\n          \"rateId\": \"BAR\",\r\n          \"rateDescription\": \"Test First nights room charges, plus all applicable taxes and fees, will be collected at the time of reservation. Deposits are fully refundable up to four (4) days in advance of the arrival date. A fee equivalent to one night's room and tax will be forfeited for any cancellations within four (4) days of the arrival date. You can book with confidence with our Best Available Rate. One night's room plus tax is required at time of reservation and is subject to Blue Lagoon Hotel's Cancelation Policy. Rates are subject to change without notice until a confirmed reservation is made. Rates are subject to all applicable federal, state and local taxes.\\n\\nA new line of information\\n\\nSome more information\\n\",\r\n          \"rateName\": \"Best Available Rate\",\r\n          \"cancellationPolicy\": \"\",\r\n          \"totalRoom\": \"0.00\",\r\n          \"totalTaxes\": \"0.00\",\r\n          \"depositAmount\": \"0.00\",\r\n          \"subTotal\": \"0.00\",\r\n          \"totalStayAmount\": \"0.00\",\r\n          \"balanceDue\": \"0.00\",\r\n          \"avgPerNight\": \"0.00\",\r\n          \"rates\": null\r\n        },\r\n        \"dailyRoomCharge\": null\r\n      }\r\n    ],\r\n    \"hotelInfo\": {\r\n      \"hotelId\": \"{{RMA_PricePoint_InterfaceId}}\",\r\n      \"hotelName\": \"InnQuest Software\",\r\n      \"starRating\": \"0\",\r\n      \"phoneNumbers\": [\"\"],\r\n      \"emails\": null,\r\n      \"checkIn\": { \"from\": null, \"to\": null },\r\n      \"checkOut\": { \"from\": null, \"to\": null },\r\n      \"addressInfo\": {\r\n        \"address1\": \"500 N Westshore Blvd, Suite 950\",\r\n        \"address2\": \"\",\r\n        \"city\": \"Tampa\",\r\n        \"state\": \"FL 33609\",\r\n        \"region\": \"\",\r\n        \"zipPostal\": \"33609\",\r\n        \"countryCode\": \"\",\r\n        \"latitude\": \"0.000000\",\r\n        \"longitude\": \"0.000000\",\r\n        \"websiteURL\": \"\"\r\n      }\r\n    },\r\n    \"status\": {\r\n      \"propertyid\": \"{{RMA_PricePoint_InterfaceId}}\",\r\n      \"messagetype\": \"Generic Reservation\",\r\n      \"status\": 0,\r\n      \"errorThrown\": false,\r\n      \"errorException\": [\"Generic Reservation Success\"],\r\n      \"message\": \"Generic Reservation - Success\",\r\n      \"timestamp\": \"2024-12-11 17:30:45\",\r\n      \"traceid\": \"1355\",\r\n      \"postingId\": \"\"\r\n    }\r\n  }\r\n]\r\n"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/reservations","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","hotel","reservations"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"e41eaa99-a3ca-4fa7-8946-ed3940e8411f"}],"id":"48921bcb-4b7f-4b25-9424-db357507ffd7","_postman_id":"48921bcb-4b7f-4b25-9424-db357507ffd7","description":""},{"name":"GenericBlockedRoom","event":[{"listen":"prerequest","script":{"id":"d212af63-78c3-44e1-9d82-6c3c2f755295","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"60d411f3-e17a-4272-81cc-e8a5799eb948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"{{Roommaster-Api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n\t\t\"roombookid\": \"5435433543\",\r\n\t\t\"propertyid\" : \"{{pmsid}}\",\r\n\t\t\"roomnumber\" : \"206\",\r\n\t\t\"startdate\" : \"2023-08-23\",\r\n\t\t\"enddate\" : \"2023-09-14\",\r\n\t\t\"confnum\" : 44349,\r\n\t\t\"oosreason\" : \"\",\r\n\t\t\"providerstatus\": \"OOO\"\r\n\t},\r\n\t{\r\n\t\t\"roombookid\": \"5433543544\",\r\n\t\t\"propertyid\" : \"{{pmsid}}\",\r\n\t\t\"roomnumber\" : \"207\",\r\n\t\t\"startdate\" : \"2023-08-27\",\r\n\t\t\"enddate\" : \"2023-08-31\",\r\n\t\t\"confnum\" : 44340,\r\n\t\t\"oosreason\" : \"\",\r\n\t\t\"providerstatus\": \"OOO\"\r\n\t}\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/blockedroom","urlObject":{"path":["aspire-{{pms-environment}}","hotel","blockedroom"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"60d411f3-e17a-4272-81cc-e8a5799eb948"},{"name":"GenericGuestProfile","id":"b43b162a-857f-484e-84fe-2924a3dd099e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"uniqueId\": \"2436\",\r\n    \"propertyId\": \"{{pmsid}}\",\r\n    \"obsoleteId\": null,\r\n    \"crsId\": \"2436\",\r\n    \"namePrefix\": \"\",\r\n    \"firstName\": \"Joe\",\r\n    \"middleName\": \"\",\r\n    \"lastName\": \"Gustafson\",\r\n    \"gender\": \"Unknown\",\r\n    \"address\": \"\",\r\n    \"city\": \"\",\r\n    \"state\": \"\",\r\n    \"zipPostal\": \"\",\r\n    \"countryCode\": \"US\",\r\n    \"email\": \"\",\r\n    \"dateOfBirth\": null,\r\n    \"VIP\": false,\r\n    \"language\": \"English\",\r\n    \"marketingConsent\": 0,\r\n    \"vehicleInfo\": null,\r\n    \"customerLoyalty\": {\r\n      \"ProgramID\": \"{{pmsid}}\",\r\n      \"SignupDate\": null,\r\n      \"ExpireDate\": null,\r\n      \"LoyaltyLevel\": null,\r\n      \"MemebershipID\": \"\"\r\n    },\r\n    \"jobTitle\": \"\",\r\n    \"Action\": \"1\",\r\n    \"telephone\": [\r\n      {\r\n        \"phoneNumber\": \"\",\r\n        \"phoneType\": \"\"\r\n      },\r\n      {\r\n        \"phoneNumber\": \"\",\r\n        \"phoneType\": \"\"\r\n      }\r\n    ],\r\n    \"docs\": null,\r\n    \"comments\": [\r\n      \"\"\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"OptIn\",\r\n        \"labelValue\": false\r\n      }\r\n    ],\r\n    \"createDateTime\": \"2023-08-21 08:32:35\",\r\n    \"lastModifiedAt\": \"2024-03-31 11:15:34\",\r\n    \"StatusMessage\": null\r\n  },\r\n  {\r\n    \"uniqueId\": \"2437\",\r\n    \"propertyId\": \"{{pmsid}}\",\r\n    \"obsoleteId\": null,\r\n    \"crsId\": \"2437\",\r\n    \"namePrefix\": \"\",\r\n    \"firstName\": \"Joe\",\r\n    \"middleName\": \"\",\r\n    \"lastName\": \"Gustafson\",\r\n    \"gender\": \"Unknown\",\r\n    \"address\": \"\",\r\n    \"city\": \"\",\r\n    \"state\": \"\",\r\n    \"zipPostal\": \"\",\r\n    \"countryCode\": \"US\",\r\n    \"email\": \"\",\r\n    \"dateOfBirth\": null,\r\n    \"VIP\": false,\r\n    \"language\": \"English\",\r\n    \"marketingConsent\": 0,\r\n    \"vehicleInfo\": null,\r\n    \"customerLoyalty\": {\r\n      \"ProgramID\": \"{{pmsid}}\",\r\n      \"SignupDate\": null,\r\n      \"ExpireDate\": null,\r\n      \"LoyaltyLevel\": null,\r\n      \"MemebershipID\": \"\"\r\n    },\r\n    \"jobTitle\": \"\",\r\n    \"Action\": \"1\",\r\n    \"telephone\": [\r\n      {\r\n        \"phoneNumber\": \"\",\r\n        \"phoneType\": \"\"\r\n      },\r\n      {\r\n        \"phoneNumber\": \"\",\r\n        \"phoneType\": \"\"\r\n      }\r\n    ],\r\n    \"docs\": null,\r\n    \"comments\": [\r\n      \"\"\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"OptIn\",\r\n        \"labelValue\": false\r\n      }\r\n    ],\r\n    \"createDateTime\": \"2023-08-21 08:34:34\",\r\n    \"lastModifiedAt\": \"2024-03-31 11:17:34\",\r\n    \"StatusMessage\": null\r\n  },\r\n  {\r\n    \"uniqueId\": \"2438\",\r\n    \"propertyId\": \"{{pmsid}}\",\r\n    \"obsoleteId\": null,\r\n    \"crsId\": \"2438\",\r\n    \"namePrefix\": \"Mrs\",\r\n    \"firstName\": \"Jessica\",\r\n    \"middleName\": \"\",\r\n    \"lastName\": \"Ferreira\",\r\n    \"gender\": \"Unknown\",\r\n    \"address\": \"\",\r\n    \"city\": \"\",\r\n    \"state\": \"\",\r\n    \"zipPostal\": \"\",\r\n    \"countryCode\": \"US\",\r\n    \"email\": \"\",\r\n    \"dateOfBirth\": null,\r\n    \"VIP\": false,\r\n    \"language\": \"English\",\r\n    \"marketingConsent\": 0,\r\n    \"vehicleInfo\": null,\r\n    \"customerLoyalty\": {\r\n      \"ProgramID\": \"{{pmsid}}\",\r\n      \"SignupDate\": null,\r\n      \"ExpireDate\": null,\r\n      \"LoyaltyLevel\": null,\r\n      \"MemebershipID\": \"\"\r\n    },\r\n    \"jobTitle\": \"\",\r\n    \"Action\": \"1\",\r\n    \"telephone\": [\r\n      {\r\n        \"phoneNumber\": \"\",\r\n        \"phoneType\": \"\"\r\n      },\r\n      {\r\n        \"phoneNumber\": \"\",\r\n        \"phoneType\": \"\"\r\n      }\r\n    ],\r\n    \"docs\": null,\r\n    \"comments\": [\r\n      \"\"\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"OptIn\",\r\n        \"labelValue\": false\r\n      }\r\n    ],\r\n    \"createDateTime\": \"2023-08-21 08:36:34\",\r\n    \"lastModifiedAt\": \"2024-03-31 11:19:33\",\r\n    \"StatusMessage\": null\r\n  },\r\n  {\r\n    \"uniqueId\": \"2439\",\r\n    \"propertyId\": \"{{pmsid}}\",\r\n    \"obsoleteId\": null,\r\n    \"crsId\": \"2439\",\r\n    \"namePrefix\": \"Mr.\",\r\n    \"firstName\": \"Jose\",\r\n    \"middleName\": \"\",\r\n    \"lastName\": \"Reyes\",\r\n    \"gender\": \"Unknown\",\r\n    \"address\": \"\",\r\n    \"city\": \"\",\r\n    \"state\": \"\",\r\n    \"zipPostal\": \"\",\r\n    \"countryCode\": \"US\",\r\n    \"email\": \"\",\r\n    \"dateOfBirth\": null,\r\n    \"VIP\": false,\r\n    \"language\": \"English\",\r\n    \"marketingConsent\": 0,\r\n    \"vehicleInfo\": null,\r\n    \"customerLoyalty\": {\r\n      \"ProgramID\": \"{{pmsid}}\",\r\n      \"SignupDate\": null,\r\n      \"ExpireDate\": null,\r\n      \"LoyaltyLevel\": null,\r\n      \"MemebershipID\": \"\"\r\n    },\r\n    \"jobTitle\": \"\",\r\n    \"Action\": \"1\",\r\n    \"telephone\": [\r\n      {\r\n        \"phoneNumber\": \"\",\r\n        \"phoneType\": \"\"\r\n      },\r\n      {\r\n        \"phoneNumber\": \"\",\r\n        \"phoneType\": \"\"\r\n      }\r\n    ],\r\n    \"docs\": null,\r\n    \"comments\": [\r\n      \"\"\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"OptIn\",\r\n        \"labelValue\": false\r\n      }\r\n    ],\r\n    \"createDateTime\": \"2023-08-21 08:38:35\",\r\n    \"lastModifiedAt\": \"2024-03-31 11:21:36\",\r\n    \"StatusMessage\": null\r\n  },\r\n  {\r\n    \"uniqueId\": \"2440\",\r\n    \"propertyId\": \"{{pmsid}}\",\r\n    \"obsoleteId\": null,\r\n    \"crsId\": \"2440\",\r\n    \"namePrefix\": \"Hon.\",\r\n    \"firstName\": \"Goog\",\r\n    \"middleName\": \"\",\r\n    \"lastName\": \"Boog\",\r\n    \"gender\": \"Unknown\",\r\n    \"address\": \"\",\r\n    \"city\": \"\",\r\n    \"state\": \"\",\r\n    \"zipPostal\": \"\",\r\n    \"countryCode\": \"US\",\r\n    \"email\": \"\",\r\n    \"dateOfBirth\": null,\r\n    \"VIP\": false,\r\n    \"language\": \"English\",\r\n    \"marketingConsent\": 0,\r\n    \"vehicleInfo\": null,\r\n    \"customerLoyalty\": {\r\n      \"ProgramID\": \"{{pmsid}}\",\r\n      \"SignupDate\": null,\r\n      \"ExpireDate\": null,\r\n      \"LoyaltyLevel\": null,\r\n      \"MemebershipID\": \"\"\r\n    },\r\n    \"jobTitle\": \"\",\r\n    \"Action\": \"1\",\r\n    \"telephone\": [\r\n      {\r\n        \"phoneNumber\": \"\",\r\n        \"phoneType\": \"\"\r\n      },\r\n      {\r\n        \"phoneNumber\": \"\",\r\n        \"phoneType\": \"\"\r\n      }\r\n    ],\r\n    \"docs\": null,\r\n    \"comments\": [\r\n      \"\"\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"OptIn\",\r\n        \"labelValue\": false\r\n      }\r\n    ],\r\n    \"createDateTime\": \"2023-08-21 08:40:34\",\r\n    \"lastModifiedAt\": \"2024-03-31 11:23:38\",\r\n    \"StatusMessage\": null\r\n  }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/profiles","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","hotel","profiles"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"b43b162a-857f-484e-84fe-2924a3dd099e"},{"name":"GenericHotelInventoryCount","id":"c205a5da-1504-4732-bae7-881e1fc169ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"invTypeCode\": \"2254\",\r\n        \"start\": \"2023-11-30\",\r\n        \"end\": \"2023-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"invTypeCode\": \"2442\",\r\n        \"start\": \"2023-11-30\",\r\n        \"end\": \"2023-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 3,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 3,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"invTypeCode\": \"2443\",\r\n        \"start\": \"2023-11-30\",\r\n        \"end\": \"2023-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 4,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 4,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"invTypeCode\": \"4338\",\r\n        \"start\": \"2023-11-30\",\r\n        \"end\": \"2023-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"invTypeCode\": \"7611\",\r\n        \"start\": \"2023-11-30\",\r\n        \"end\": \"2023-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"invTypeCode\": \"7612\",\r\n        \"start\": \"2023-11-30\",\r\n        \"end\": \"2023-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"invTypeCode\": \"7613\",\r\n        \"start\": \"2023-11-30\",\r\n        \"end\": \"2023-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"otaReferenceId\": \"E6515D5F-8399-4AB5-8EAE-D56DB1C35435\",\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"invTypeCode\": \"7614\",\r\n        \"start\": \"2023-11-30\",\r\n        \"end\": \"2023-11-30\",\r\n        \"invCounts\": [\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Rooms\"\r\n            },\r\n            {\r\n                \"count\": 1,\r\n                \"countType\": \"Available\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldConfirmed\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"SoldProvisional\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"OutOfOrder\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockAuthorized\"\r\n            },\r\n            {\r\n                \"count\": 0,\r\n                \"countType\": \"GroupBlockSold\"\r\n            }\r\n        ]\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/hotelinventorycount","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","hotel","hotelinventorycount"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"c205a5da-1504-4732-bae7-881e1fc169ca"},{"name":"GenericInventoryBlock","id":"8b40effe-5b26-4745-89a4-c475e1d5bd30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"PropertyId\": \"{{pmsid}}\",\r\n        \"BookingStatus\": \"ACTIVE\",\r\n        \"BlockCode\": \"T2\",\r\n        \"BlockGroupName\": \"Second Testing Group\",\r\n        \"BlockLongName\": \"Second Testing Group\",\r\n        \"BlockStatusCode\": \"2\",\r\n        \"PmsBlockId\": \"350\",\r\n        \"OpportunityId\": null,\r\n        \"TransactionAction\": \"2\",\r\n        \"BlockStartDate\": \"2023-01-31\",\r\n        \"BlockEndDate\": \"2023-02-16\",\r\n        \"BlockCutoffDate\": \"2023-01-30\",\r\n        \"MarketCode\": \"\",\r\n        \"MarketCodeName\": \" Description\",\r\n        \"SourceOfBusinessCode\": \"\",\r\n        \"SourceOfBusinessCodeName\": \" Description\",\r\n        \"inventoryBlockTypeCode\": \"8\",\r\n        \"Allocations\": [\r\n            {\r\n                \"roomTypeCode\": \"DLX\",\r\n                \"pickupStatus\": \"21\",\r\n                \"startDate\": \"2023-01-31\",\r\n                \"endDate\": \"2023-02-16\",\r\n                \"numberOfUnits\": 1,\r\n                \"sellLimit\": 0\r\n            },\r\n            {\r\n                \"roomTypeCode\": \"SUIT\",\r\n                \"pickupStatus\": \"21\",\r\n                \"startDate\": \"2023-01-31\",\r\n                \"endDate\": \"2023-02-16\",\r\n                \"numberOfUnits\": 1,\r\n                \"sellLimit\": 1\r\n            },\r\n            {\r\n                \"roomTypeCode\": \"SUP\",\r\n                \"pickupStatus\": \"21\",\r\n                \"startDate\": \"2023-01-31\",\r\n                \"endDate\": \"2023-02-16\",\r\n                \"numberOfUnits\": 1,\r\n                \"sellLimit\": 1\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"PropertyId\": \"{{pmsid}}\",\r\n        \"BookingStatus\": \"ACTIVE\",\r\n        \"BlockCode\": \"T2\",\r\n        \"BlockGroupName\": \"Second Testing Group\",\r\n        \"BlockLongName\": \"Second Testing Group\",\r\n        \"BlockStatusCode\": \"2\",\r\n        \"PmsBlockId\": \"350\",\r\n        \"OpportunityId\": null,\r\n        \"TransactionAction\": \"2\",\r\n        \"BlockStartDate\": \"2023-01-31\",\r\n        \"BlockEndDate\": \"2023-02-16\",\r\n        \"BlockCutoffDate\": \"2023-01-30\",\r\n        \"MarketCode\": \"\",\r\n        \"MarketCodeName\": \" Description\",\r\n        \"SourceOfBusinessCode\": \"\",\r\n        \"SourceOfBusinessCodeName\": \" Description\",\r\n        \"inventoryBlockTypeCode\": \"8\",\r\n        \"Allocations\": [\r\n            {\r\n                \"roomTypeCode\": \"DLX\",\r\n                \"pickupStatus\": \"21\",\r\n                \"startDate\": \"2023-01-31\",\r\n                \"endDate\": \"2023-02-16\",\r\n                \"numberOfUnits\": 1,\r\n                \"sellLimit\": 0\r\n            },\r\n            {\r\n                \"roomTypeCode\": \"SUIT\",\r\n                \"pickupStatus\": \"21\",\r\n                \"startDate\": \"2023-01-31\",\r\n                \"endDate\": \"2023-02-16\",\r\n                \"numberOfUnits\": 1,\r\n                \"sellLimit\": 1\r\n            },\r\n            {\r\n                \"roomTypeCode\": \"SUP\",\r\n                \"pickupStatus\": \"21\",\r\n                \"startDate\": \"2023-01-31\",\r\n                \"endDate\": \"2023-02-16\",\r\n                \"numberOfUnits\": 1,\r\n                \"sellLimit\": 1\r\n            }\r\n        ]\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/InventoryBlock","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","hotel","InventoryBlock"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"8b40effe-5b26-4745-89a4-c475e1d5bd30"},{"name":"GenericRates","id":"312ef157-6ce0-4554-ac25-11030f543672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyId\": \"{{pmsid}}\",\r\n    \"ratePlanDetails\": [\r\n        {\r\n            \"ratePlanCode\": \"53946\",\r\n            \"rates\": [\r\n                {\r\n                    \"invTypeCode\": \"2254\",\r\n                    \"startDate\": \"2023-08-24\",\r\n                    \"endDate\": \"2023-08-27\",\r\n                    \"baseByGuestAmts\": [\r\n                        {\r\n                            \"amountAfterTax\": \"5555.01\",\r\n                            \"amountBeforeTax\": \"\",\r\n                            \"numbeOfGuests\": \"4\",\r\n                            \"ageQualifyingCode\": \"10\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"invTypeCode\": \"2254\",\r\n                    \"startDate\": \"2023-08-28\",\r\n                    \"endDate\": \"2023-08-30\",\r\n                    \"baseByGuestAmts\": [\r\n                        {\r\n                            \"amountAfterTax\": \"5555.02\",\r\n                            \"amountBeforeTax\": \"\",\r\n                            \"numbeOfGuests\": \"4\",\r\n                            \"ageQualifyingCode\": \"10\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"ratePlanCode\": \"41283\",\r\n            \"rates\": [\r\n                {\r\n                    \"invTypeCode\": \"7613\",\r\n                    \"startDate\": \"2023-08-24\",\r\n                    \"endDate\": \"2023-08-27\",\r\n                    \"baseByGuestAmts\": [\r\n                        {\r\n                            \"amountAfterTax\": \"5555.13\",\r\n                            \"amountBeforeTax\": \"\",\r\n                            \"numbeOfGuests\": \"2\",\r\n                            \"ageQualifyingCode\": \"10\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"invTypeCode\": \"2442\",\r\n                    \"startDate\": \"2023-08-28\",\r\n                    \"endDate\": \"2023-08-30\",\r\n                    \"baseByGuestAmts\": [\r\n                        {\r\n                            \"amountAfterTax\": \"5555.04\",\r\n                            \"amountBeforeTax\": \"\",\r\n                            \"numbeOfGuests\": \"5\",\r\n                            \"ageQualifyingCode\": \"10\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/GenericRate","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","hotel","GenericRate"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"312ef157-6ce0-4554-ac25-11030f543672"},{"name":"GenericRoomTypeList","id":"bc00f7ca-267e-4d45-bd65-58f6c91d6822","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"roomtypecode\": \"SUP\",\r\n    \"roomdescription\": \"Superior Room\",\r\n    \"capacitylimit\": 3\r\n}]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/roomtypelist","urlObject":{"path":["aspire-{{pms-environment}}","hotel","roomtypelist"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"bc00f7ca-267e-4d45-bd65-58f6c91d6822"},{"name":"GenericRoomStatus","id":"558b6689-37a7-42c5-9808-b0a4b759e9f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"roomNumber\": \"503\",\r\n        \"clean\": \"Clean\",\r\n        \"roomOccupied\": false,\r\n        \"roomStatus\": \"checkedin\",\r\n        \"occupancyDetector\": false,\r\n        \"doNotDisturb\": false,\r\n        \"status\": {\r\n            \"propertyid\": \"{{pmsid}}\",\r\n            \"messagetype\": \"Generic Room Status\",\r\n            \"status\": 0,\r\n            \"errorThrown\": false,\r\n            \"errorException\": [\r\n                \"Generic Room Status Success\"\r\n            ],\r\n            \"message\": \"Generic Room Status - Success\",\r\n            \"timestamp\": \"2022-03-17 01:55:52\",\r\n            \"traceid\": \"1\"\r\n        }\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/roomstatus","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","hotel","roomstatus"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"558b6689-37a7-42c5-9808-b0a4b759e9f2"},{"name":"GenericStayDetail","id":"42e9f580-22e1-4c6b-b258-8080d11b7999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"BookingId\": \"13973\",\r\n        \"ReservationId\": \"13973\",\r\n        \"PropertyId\": \"{{pmsid}}\",\r\n        \"HotelName\": \"InnQuest Software\",\r\n        \"HotelCode\": \"{{pmsid}}\",\r\n        \"StayFolios\": [\r\n            {\r\n                \"folioId\": \"169740\",\r\n                \"Adults\": \"2\",\r\n                \"Children\": \"0\",\r\n                \"CreatedAt\": \"2022-10-26 11:12:55\",\r\n                \"ModifiedAt\": \"00:00:00\",\r\n                \"ReservationStatus\": \"CHECKED_OUT\",\r\n                \"RevenueCategories\": [\r\n                    {\r\n                        \"CategoryCode\": 6,\r\n                        \"CurrencyCode\": \"USD\",\r\n                        \"TotalAmount\": 11.10,\r\n                        \"RevenueDetails\": [\r\n                            {\r\n                                \"PmsRevCode\": 119,\r\n                                \"Amount\": 5.55,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Newspapers DAILY PAPER\",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 119,\r\n                                \"Amount\": 5.55,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Newspapers DAILY PAPER\",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"CategoryCode\": 9,\r\n                        \"CurrencyCode\": \"USD\",\r\n                        \"TotalAmount\": 450.00,\r\n                        \"RevenueDetails\": [\r\n                            {\r\n                                \"PmsRevCode\": 100,\r\n                                \"Amount\": 225.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Room Revenue \",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 100,\r\n                                \"Amount\": 225.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Room Revenue \",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"CategoryCode\": 10,\r\n                        \"CurrencyCode\": \"USD\",\r\n                        \"TotalAmount\": 20.00,\r\n                        \"RevenueDetails\": [\r\n                            {\r\n                                \"PmsRevCode\": 117,\r\n                                \"Amount\": 10.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Pet Fee BIG DOG\",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 117,\r\n                                \"Amount\": 10.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Pet Fee BIG DOG\",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"CategoryCode\": 12,\r\n                        \"CurrencyCode\": \"USD\",\r\n                        \"TotalAmount\": 240.78,\r\n                        \"RevenueDetails\": [\r\n                            {\r\n                                \"PmsRevCode\": 105,\r\n                                \"Amount\": 1.10,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Sales Tax 11%\",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 105,\r\n                                \"Amount\": 1.76,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Sales Tax 11%\",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 106,\r\n                                \"Amount\": 0.40,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Occupancy Tax 2.5%\",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 109,\r\n                                \"Amount\": 14.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Per Person Test \",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 105,\r\n                                \"Amount\": 0.61,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Sales Tax 11%\",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 106,\r\n                                \"Amount\": 0.14,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Occupancy Tax 2.5%\",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 107,\r\n                                \"Amount\": 2.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Flat Test \",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 108,\r\n                                \"Amount\": 20.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Each Adult Test \",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 109,\r\n                                \"Amount\": 14.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Per Person Test \",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 105,\r\n                                \"Amount\": 24.75,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Sales Tax 11%\",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 106,\r\n                                \"Amount\": 5.63,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Occupancy Tax 2.5%\",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 107,\r\n                                \"Amount\": 2.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Flat Test \",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 108,\r\n                                \"Amount\": 20.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Each Adult Test \",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 109,\r\n                                \"Amount\": 14.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Per Person Test \",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 105,\r\n                                \"Amount\": 1.10,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Sales Tax 11%\",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 105,\r\n                                \"Amount\": 1.76,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Sales Tax 11%\",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 106,\r\n                                \"Amount\": 0.40,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Occupancy Tax 2.5%\",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 109,\r\n                                \"Amount\": 14.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Per Person Test \",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 105,\r\n                                \"Amount\": 0.61,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Sales Tax 11%\",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 106,\r\n                                \"Amount\": 0.14,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Occupancy Tax 2.5%\",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 107,\r\n                                \"Amount\": 2.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Flat Test \",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 108,\r\n                                \"Amount\": 20.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Each Adult Test \",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 109,\r\n                                \"Amount\": 14.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Per Person Test \",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 105,\r\n                                \"Amount\": 24.75,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Sales Tax 11%\",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 106,\r\n                                \"Amount\": 5.63,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Occupancy Tax 2.5%\",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 107,\r\n                                \"Amount\": 2.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Flat Test \",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 108,\r\n                                \"Amount\": 20.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Each Adult Test \",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 109,\r\n                                \"Amount\": 14.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Per Person Test \",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"CategoryCode\": 31,\r\n                        \"CurrencyCode\": \"USD\",\r\n                        \"TotalAmount\": 32.00,\r\n                        \"RevenueDetails\": [\r\n                            {\r\n                                \"PmsRevCode\": 118,\r\n                                \"Amount\": 16.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Hiking Trails HIKING TRAIL\",\r\n                                \"TransactionDate\": \"2022-10-28\"\r\n                            },\r\n                            {\r\n                                \"PmsRevCode\": 118,\r\n                                \"Amount\": 16.00,\r\n                                \"CurrencyCode\": \"USD\",\r\n                                \"Description\": \"Hiking Trails HIKING TRAIL\",\r\n                                \"TransactionDate\": \"2022-10-27\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"RoomStays\": [\r\n                    {\r\n                        \"propertyid\": \"{{pmsid}}\",\r\n                        \"bookingId\": \"13973\",\r\n                        \"Action\": \"2\",\r\n                        \"otaReferenceId\": \"\",\r\n                        \"companyName\": \"InnQuest roomMaster\",\r\n                        \"groupCode\": \"\",\r\n                        \"groupName\": null,\r\n                        \"folioNumber\": \"169740\",\r\n                        \"reservationStatus\": \"CHECKED_OUT\",\r\n                        \"startDate\": \"2022-10-26\",\r\n                        \"endDate\": \"2022-10-28\",\r\n                        \"numberOfRooms\": 1,\r\n                        \"roomType\": \"SUP\",\r\n                        \"adults\": 2,\r\n                        \"children\": 0,\r\n                        \"roomnumber\": [\r\n                            \"520\"\r\n                        ],\r\n                        \"createdAt\": \"2022-10-28 13:45:06\",\r\n                        \"addons\": [\r\n                            {\r\n                                \"Id\": 117,\r\n                                \"Description\": \"Pet Fee\",\r\n                                \"quantity\": 1,\r\n                                \"startDate\": \"2022-10-27\",\r\n                                \"endDate\": \"2022-10-27\",\r\n                                \"beforeTax\": 10.00,\r\n                                \"afterTax\": 11.10,\r\n                                \"includedInRoomRate\": 0,\r\n                                \"pricingType\": 0,\r\n                                \"validDays\": [\r\n                                    0,\r\n                                    0,\r\n                                    0,\r\n                                    0,\r\n                                    1,\r\n                                    0,\r\n                                    0\r\n                                ],\r\n                                \"fees\": [\r\n                                    {\r\n                                        \"taxCategoryId\": 105,\r\n                                        \"taxCategoryDescription\": \"BIG DOG - Sales Tax\",\r\n                                        \"taxableAmount\": 10.00,\r\n                                        \"amount\": 1.10\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"Id\": 118,\r\n                                \"Description\": \"Hiking Trails\",\r\n                                \"quantity\": 1,\r\n                                \"startDate\": \"2022-10-27\",\r\n                                \"endDate\": \"2022-10-27\",\r\n                                \"beforeTax\": 16.00,\r\n                                \"afterTax\": 32.16,\r\n                                \"includedInRoomRate\": 0,\r\n                                \"pricingType\": 0,\r\n                                \"validDays\": [\r\n                                    0,\r\n                                    0,\r\n                                    0,\r\n                                    0,\r\n                                    1,\r\n                                    0,\r\n                                    0\r\n                                ],\r\n                                \"fees\": [\r\n                                    {\r\n                                        \"taxCategoryId\": 105,\r\n                                        \"taxCategoryDescription\": \"HIKING TRAIL - Sales Tax\",\r\n                                        \"taxableAmount\": 16.00,\r\n                                        \"amount\": 1.76\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 106,\r\n                                        \"taxCategoryDescription\": \"HIKING TRAIL - Occupancy Tax\",\r\n                                        \"taxableAmount\": 16.00,\r\n                                        \"amount\": 0.40\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 109,\r\n                                        \"taxCategoryDescription\": \"HIKING TRAIL - Per Person Test\",\r\n                                        \"taxableAmount\": 16.00,\r\n                                        \"amount\": 14.00\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"Id\": 119,\r\n                                \"Description\": \"Newspapers\",\r\n                                \"quantity\": 1,\r\n                                \"startDate\": \"2022-10-27\",\r\n                                \"endDate\": \"2022-10-27\",\r\n                                \"beforeTax\": 5.55,\r\n                                \"afterTax\": 42.30,\r\n                                \"includedInRoomRate\": 0,\r\n                                \"pricingType\": 0,\r\n                                \"validDays\": [\r\n                                    0,\r\n                                    0,\r\n                                    0,\r\n                                    0,\r\n                                    1,\r\n                                    0,\r\n                                    0\r\n                                ],\r\n                                \"fees\": [\r\n                                    {\r\n                                        \"taxCategoryId\": 105,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Sales Tax\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 0.61\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 106,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Occupancy Tax\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 0.14\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 107,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Flat Test\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 2.00\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 108,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Each Adult Test\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 20.00\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 109,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Per Person Test\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 14.00\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"Id\": 118,\r\n                                \"Description\": \"Hiking Trails\",\r\n                                \"quantity\": 1,\r\n                                \"startDate\": \"2022-10-28\",\r\n                                \"endDate\": \"2022-10-28\",\r\n                                \"beforeTax\": 16.00,\r\n                                \"afterTax\": 32.16,\r\n                                \"includedInRoomRate\": 0,\r\n                                \"pricingType\": 0,\r\n                                \"validDays\": [\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1\r\n                                ],\r\n                                \"fees\": [\r\n                                    {\r\n                                        \"taxCategoryId\": 105,\r\n                                        \"taxCategoryDescription\": \"HIKING TRAIL - Sales Tax\",\r\n                                        \"taxableAmount\": 16.00,\r\n                                        \"amount\": 1.76\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 106,\r\n                                        \"taxCategoryDescription\": \"HIKING TRAIL - Occupancy Tax\",\r\n                                        \"taxableAmount\": 16.00,\r\n                                        \"amount\": 0.40\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 109,\r\n                                        \"taxCategoryDescription\": \"HIKING TRAIL - Per Person Test\",\r\n                                        \"taxableAmount\": 16.00,\r\n                                        \"amount\": 14.00\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"Id\": 118,\r\n                                \"Description\": \"Hiking Trails\",\r\n                                \"quantity\": 1,\r\n                                \"startDate\": \"2022-10-28\",\r\n                                \"endDate\": \"2022-10-28\",\r\n                                \"beforeTax\": 16.00,\r\n                                \"afterTax\": 32.16,\r\n                                \"includedInRoomRate\": 0,\r\n                                \"pricingType\": 0,\r\n                                \"validDays\": [\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1\r\n                                ],\r\n                                \"fees\": [\r\n                                    {\r\n                                        \"taxCategoryId\": 105,\r\n                                        \"taxCategoryDescription\": \"HIKING TRAIL - Sales Tax\",\r\n                                        \"taxableAmount\": 16.00,\r\n                                        \"amount\": 1.76\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 106,\r\n                                        \"taxCategoryDescription\": \"HIKING TRAIL - Occupancy Tax\",\r\n                                        \"taxableAmount\": 16.00,\r\n                                        \"amount\": 0.40\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 109,\r\n                                        \"taxCategoryDescription\": \"HIKING TRAIL - Per Person Test\",\r\n                                        \"taxableAmount\": 16.00,\r\n                                        \"amount\": 14.00\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"Id\": 117,\r\n                                \"Description\": \"Pet Fee\",\r\n                                \"quantity\": 1,\r\n                                \"startDate\": \"2022-10-28\",\r\n                                \"endDate\": \"2022-10-28\",\r\n                                \"beforeTax\": 10.00,\r\n                                \"afterTax\": 11.10,\r\n                                \"includedInRoomRate\": 0,\r\n                                \"pricingType\": 0,\r\n                                \"validDays\": [\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1\r\n                                ],\r\n                                \"fees\": [\r\n                                    {\r\n                                        \"taxCategoryId\": 105,\r\n                                        \"taxCategoryDescription\": \"BIG DOG - Sales Tax\",\r\n                                        \"taxableAmount\": 10.00,\r\n                                        \"amount\": 1.10\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"Id\": 117,\r\n                                \"Description\": \"Pet Fee\",\r\n                                \"quantity\": 1,\r\n                                \"startDate\": \"2022-10-28\",\r\n                                \"endDate\": \"2022-10-28\",\r\n                                \"beforeTax\": 10.00,\r\n                                \"afterTax\": 11.10,\r\n                                \"includedInRoomRate\": 0,\r\n                                \"pricingType\": 0,\r\n                                \"validDays\": [\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1\r\n                                ],\r\n                                \"fees\": [\r\n                                    {\r\n                                        \"taxCategoryId\": 105,\r\n                                        \"taxCategoryDescription\": \"BIG DOG - Sales Tax\",\r\n                                        \"taxableAmount\": 10.00,\r\n                                        \"amount\": 1.10\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"Id\": 119,\r\n                                \"Description\": \"Newspapers\",\r\n                                \"quantity\": 1,\r\n                                \"startDate\": \"2022-10-28\",\r\n                                \"endDate\": \"2022-10-28\",\r\n                                \"beforeTax\": 5.55,\r\n                                \"afterTax\": 42.30,\r\n                                \"includedInRoomRate\": 0,\r\n                                \"pricingType\": 0,\r\n                                \"validDays\": [\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1\r\n                                ],\r\n                                \"fees\": [\r\n                                    {\r\n                                        \"taxCategoryId\": 105,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Sales Tax\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 0.61\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 106,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Occupancy Tax\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 0.14\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 107,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Flat Test\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 2.00\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 108,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Each Adult Test\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 20.00\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 109,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Per Person Test\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 14.00\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"Id\": 119,\r\n                                \"Description\": \"Newspapers\",\r\n                                \"quantity\": 1,\r\n                                \"startDate\": \"2022-10-28\",\r\n                                \"endDate\": \"2022-10-28\",\r\n                                \"beforeTax\": 5.55,\r\n                                \"afterTax\": 42.30,\r\n                                \"includedInRoomRate\": 0,\r\n                                \"pricingType\": 0,\r\n                                \"validDays\": [\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1,\r\n                                    1\r\n                                ],\r\n                                \"fees\": [\r\n                                    {\r\n                                        \"taxCategoryId\": 105,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Sales Tax\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 0.61\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 106,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Occupancy Tax\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 0.14\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 107,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Flat Test\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 2.00\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 108,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Each Adult Test\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 20.00\r\n                                    },\r\n                                    {\r\n                                        \"taxCategoryId\": 109,\r\n                                        \"taxCategoryDescription\": \"DAILY PAPER - Per Person Test\",\r\n                                        \"taxableAmount\": 5.55,\r\n                                        \"amount\": 14.00\r\n                                    }\r\n                                ]\r\n                            }\r\n                        ],\r\n                        \"guestProfiles\": [\r\n                            {\r\n                                \"uniqueId\": \"2454\",\r\n                                \"propertyId\": \"{{pmsid}}\",\r\n                                \"obsoleteId\": null,\r\n                                \"crsId\": \"2454\",\r\n                                \"namePrefix\": \"\",\r\n                                \"firstName\": \"John\",\r\n                                \"middleName\": \"\",\r\n                                \"lastName\": \"Wick\",\r\n                                \"gender\": \"Male\",\r\n                                \"address\": \"123 Central Ave\",\r\n                                \"city\": \"New York\",\r\n                                \"state\": \"NY\",\r\n                                \"zipPostal\": \"10001\",\r\n                                \"countryCode\": \"US\",\r\n                                \"email\": \"johnwick@contract.net\",\r\n                                \"dateOfBirth\": \"1980-08-20\",\r\n                                \"VIP\": false,\r\n                                \"language\": \"\",\r\n                                \"marketingConsent\": 1,\r\n                                \"vehicleInfo\": null,\r\n                                \"customerLoyalty\": {\r\n                                    \"ProgramID\": \"\",\r\n                                    \"SignupDate\": null,\r\n                                    \"ExpireDate\": null,\r\n                                    \"LoyaltyLevel\": \"\",\r\n                                    \"MemebershipID\": \"\"\r\n                                },\r\n                                \"jobTitle\": \"\",\r\n                                \"Action\": \"2\",\r\n                                \"telephone\": [\r\n                                    {\r\n                                        \"phoneNumber\": \"3215551212\",\r\n                                        \"phoneType\": \"1\"\r\n                                    },\r\n                                    {\r\n                                        \"phoneNumber\": \"7729991122\",\r\n                                        \"phoneType\": \"5\"\r\n                                    }\r\n                                ],\r\n                                \"docs\": null,\r\n                                \"comments\": [\r\n                                    \"\"\r\n                                ],\r\n                                \"tpaExtensions\": [\r\n                                    {\r\n                                        \"labelName\": \"OptIn\",\r\n                                        \"labelValue\": true\r\n                                    }\r\n                                ],\r\n                                \"createDateTime\": \"2022-08-26 13:11:31\",\r\n                                \"lastModifiedAt\": \"2022-10-28 08:32:45\",\r\n                                \"StatusMessage\": null\r\n                            }\r\n                        ],\r\n                        \"travelAgents\": [],\r\n                        \"extraFields\": [\r\n                            {\r\n                                \"labelName\": \"Estimated Arrival\",\r\n                                \"labelValue\": \"\"\r\n                            },\r\n                            {\r\n                                \"labelName\": \"Guest Loyalty ID2\",\r\n                                \"labelValue\": \"\"\r\n                            },\r\n                            {\r\n                                \"labelName\": \"CF3\",\r\n                                \"labelValue\": \"\"\r\n                            },\r\n                            {\r\n                                \"labelName\": \"CF4\",\r\n                                \"labelValue\": \"\"\r\n                            },\r\n                            {\r\n                                \"labelName\": \"GMS Loyalty Level\",\r\n                                \"labelValue\": \"\"\r\n                            },\r\n                            {\r\n                                \"labelName\": \"Loyalty Start,Expire\",\r\n                                \"labelValue\": \"\"\r\n                            }\r\n                        ],\r\n                        \"tpaExtensions\": [\r\n                            {\r\n                                \"labelName\": \"TC_DataProvider\",\r\n                                \"labelValue\": \"{{pmsid}}\"\r\n                            }\r\n                        ],\r\n                        \"marketFields\": [],\r\n                        \"hotelRates\": [\r\n                            {\r\n                                \"roomTypeCode\": \"SUP\",\r\n                                \"numberOfUnits\": \"1\",\r\n                                \"discountType\": 0,\r\n                                \"discountNumber\": \"0.00\",\r\n                                \"totalBeforeTax\": \"450.00\",\r\n                                \"totalAfterTax\": \"582.76\",\r\n                                \"totalStayAmount\": \"753.88\",\r\n                                \"currencyCode\": \"USD\",\r\n                                \"taxInclusive\": 0,\r\n                                \"rateBreakdown\": {\r\n                                    \"rateId\": \"BAR\",\r\n                                    \"rateDescription\": \"You can book with confidence with our Best Available Rate. One night's room plus tax is required at time of reservation and is subject to Blue Lagoon Hotel's Cancelation Policy. Rates are subject to change without notice until a confirmed reservation is made. Rates are subject to all applicable federal, state and local taxes.                                                                                                                                                                                                                                                                                                                         First night�s room charges, plus all applicable taxes and fees, will be collected at the time of reservation. Deposits are fully refundable up to four (4) days in advance of the arrival date. A fee equivalent to one night�s room and tax will be forfeited for any cancellations within four (4) days of the arrival date.                                                                                                                                                                                                                                                                                                                                  You can book with confidence with our Best Available Rate. One night's room plus tax is required at time of reservation and is subject to Blue Lagoon Hotel's Cancelation Policy. Rates are subject to change without notice until a confirmed reservation is made. Rates are subject to all applicable federal, state and local taxes.\",\r\n                                    \"rateName\": \"Best Available Rate\",\r\n                                    \"totalRoom\": \"450.00\",\r\n                                    \"totalTaxes\": \"132.76\",\r\n                                    \"depositAmount\": \"-300.00\",\r\n                                    \"subTotal\": \"450.00\",\r\n                                    \"totalStayAmount\": \"753.88\",\r\n                                    \"balanceDue\": \"753.88\",\r\n                                    \"avgPerNight\": \"291.38\",\r\n                                    \"rates\": [\r\n                                        {\r\n                                            \"startDate\": \"2022-10-26\",\r\n                                            \"endDate\": \"2022-10-27\",\r\n                                            \"timeUnit\": 1,\r\n                                            \"unitMultiplier\": \"1\",\r\n                                            \"currencyCode\": \"USD\",\r\n                                            \"rateAmount\": 225.00,\r\n                                            \"amountAfterTax\": 291.38,\r\n                                            \"fees\": [\r\n                                                {\r\n                                                    \"taxCategoryId\": 105,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Sales Tax\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 24.75\r\n                                                },\r\n                                                {\r\n                                                    \"taxCategoryId\": 106,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Occupancy Tax\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 5.63\r\n                                                },\r\n                                                {\r\n                                                    \"taxCategoryId\": 107,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Flat Test\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 2.00\r\n                                                },\r\n                                                {\r\n                                                    \"taxCategoryId\": 108,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Each Adult Test\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 20.00\r\n                                                },\r\n                                                {\r\n                                                    \"taxCategoryId\": 109,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Per Person Test\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 14.00\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"startDate\": \"2022-10-27\",\r\n                                            \"endDate\": \"2022-10-28\",\r\n                                            \"timeUnit\": 1,\r\n                                            \"unitMultiplier\": \"1\",\r\n                                            \"currencyCode\": \"USD\",\r\n                                            \"rateAmount\": 225.00,\r\n                                            \"amountAfterTax\": 291.38,\r\n                                            \"fees\": [\r\n                                                {\r\n                                                    \"taxCategoryId\": 105,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Sales Tax\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 24.75\r\n                                                },\r\n                                                {\r\n                                                    \"taxCategoryId\": 106,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Occupancy Tax\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 5.63\r\n                                                },\r\n                                                {\r\n                                                    \"taxCategoryId\": 107,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Flat Test\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 2.00\r\n                                                },\r\n                                                {\r\n                                                    \"taxCategoryId\": 108,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Each Adult Test\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 20.00\r\n                                                },\r\n                                                {\r\n                                                    \"taxCategoryId\": 109,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Per Person Test\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 14.00\r\n                                                },\r\n                                                {\r\n                                                    \"taxCategoryId\": 105,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Sales Tax\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 24.75\r\n                                                },\r\n                                                {\r\n                                                    \"taxCategoryId\": 106,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Occupancy Tax\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 5.63\r\n                                                },\r\n                                                {\r\n                                                    \"taxCategoryId\": 107,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Flat Test\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 2.00\r\n                                                },\r\n                                                {\r\n                                                    \"taxCategoryId\": 108,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Each Adult Test\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 20.00\r\n                                                },\r\n                                                {\r\n                                                    \"taxCategoryId\": 109,\r\n                                                    \"taxCategoryDescription\": \"Room Revenue - Per Person Test\",\r\n                                                    \"taxableAmount\": 225.00,\r\n                                                    \"amount\": 14.00\r\n                                                }\r\n                                            ]\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                \"dailyRoomCharge\": [\r\n                                    {\r\n                                        \"Id\": 117,\r\n                                        \"Description\": \"Pet Fee\",\r\n                                        \"quantity\": 1,\r\n                                        \"startDate\": \"2022-10-27\",\r\n                                        \"endDate\": \"2022-10-27\",\r\n                                        \"beforeTax\": 10.00,\r\n                                        \"afterTax\": 11.10,\r\n                                        \"includedInRoomRate\": 0,\r\n                                        \"pricingType\": 0,\r\n                                        \"validDays\": [\r\n                                            0,\r\n                                            0,\r\n                                            0,\r\n                                            0,\r\n                                            1,\r\n                                            0,\r\n                                            0\r\n                                        ],\r\n                                        \"fees\": [\r\n                                            {\r\n                                                \"taxCategoryId\": 105,\r\n                                                \"taxCategoryDescription\": \"BIG DOG - Sales Tax\",\r\n                                                \"taxableAmount\": 10.00,\r\n                                                \"amount\": 1.10\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"Id\": 118,\r\n                                        \"Description\": \"Hiking Trails\",\r\n                                        \"quantity\": 1,\r\n                                        \"startDate\": \"2022-10-27\",\r\n                                        \"endDate\": \"2022-10-27\",\r\n                                        \"beforeTax\": 16.00,\r\n                                        \"afterTax\": 32.16,\r\n                                        \"includedInRoomRate\": 0,\r\n                                        \"pricingType\": 0,\r\n                                        \"validDays\": [\r\n                                            0,\r\n                                            0,\r\n                                            0,\r\n                                            0,\r\n                                            1,\r\n                                            0,\r\n                                            0\r\n                                        ],\r\n                                        \"fees\": [\r\n                                            {\r\n                                                \"taxCategoryId\": 105,\r\n                                                \"taxCategoryDescription\": \"HIKING TRAIL - Sales Tax\",\r\n                                                \"taxableAmount\": 16.00,\r\n                                                \"amount\": 1.76\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 106,\r\n                                                \"taxCategoryDescription\": \"HIKING TRAIL - Occupancy Tax\",\r\n                                                \"taxableAmount\": 16.00,\r\n                                                \"amount\": 0.40\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 109,\r\n                                                \"taxCategoryDescription\": \"HIKING TRAIL - Per Person Test\",\r\n                                                \"taxableAmount\": 16.00,\r\n                                                \"amount\": 14.00\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"Id\": 119,\r\n                                        \"Description\": \"Newspapers\",\r\n                                        \"quantity\": 1,\r\n                                        \"startDate\": \"2022-10-27\",\r\n                                        \"endDate\": \"2022-10-27\",\r\n                                        \"beforeTax\": 5.55,\r\n                                        \"afterTax\": 42.30,\r\n                                        \"includedInRoomRate\": 0,\r\n                                        \"pricingType\": 0,\r\n                                        \"validDays\": [\r\n                                            0,\r\n                                            0,\r\n                                            0,\r\n                                            0,\r\n                                            1,\r\n                                            0,\r\n                                            0\r\n                                        ],\r\n                                        \"fees\": [\r\n                                            {\r\n                                                \"taxCategoryId\": 105,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Sales Tax\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 0.61\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 106,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Occupancy Tax\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 0.14\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 107,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Flat Test\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 2.00\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 108,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Each Adult Test\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 20.00\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 109,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Per Person Test\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 14.00\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"Id\": 118,\r\n                                        \"Description\": \"Hiking Trails\",\r\n                                        \"quantity\": 1,\r\n                                        \"startDate\": \"2022-10-28\",\r\n                                        \"endDate\": \"2022-10-28\",\r\n                                        \"beforeTax\": 16.00,\r\n                                        \"afterTax\": 32.16,\r\n                                        \"includedInRoomRate\": 0,\r\n                                        \"pricingType\": 0,\r\n                                        \"validDays\": [\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1\r\n                                        ],\r\n                                        \"fees\": [\r\n                                            {\r\n                                                \"taxCategoryId\": 105,\r\n                                                \"taxCategoryDescription\": \"HIKING TRAIL - Sales Tax\",\r\n                                                \"taxableAmount\": 16.00,\r\n                                                \"amount\": 1.76\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 106,\r\n                                                \"taxCategoryDescription\": \"HIKING TRAIL - Occupancy Tax\",\r\n                                                \"taxableAmount\": 16.00,\r\n                                                \"amount\": 0.40\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 109,\r\n                                                \"taxCategoryDescription\": \"HIKING TRAIL - Per Person Test\",\r\n                                                \"taxableAmount\": 16.00,\r\n                                                \"amount\": 14.00\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"Id\": 118,\r\n                                        \"Description\": \"Hiking Trails\",\r\n                                        \"quantity\": 1,\r\n                                        \"startDate\": \"2022-10-28\",\r\n                                        \"endDate\": \"2022-10-28\",\r\n                                        \"beforeTax\": 16.00,\r\n                                        \"afterTax\": 32.16,\r\n                                        \"includedInRoomRate\": 0,\r\n                                        \"pricingType\": 0,\r\n                                        \"validDays\": [\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1\r\n                                        ],\r\n                                        \"fees\": [\r\n                                            {\r\n                                                \"taxCategoryId\": 105,\r\n                                                \"taxCategoryDescription\": \"HIKING TRAIL - Sales Tax\",\r\n                                                \"taxableAmount\": 16.00,\r\n                                                \"amount\": 1.76\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 106,\r\n                                                \"taxCategoryDescription\": \"HIKING TRAIL - Occupancy Tax\",\r\n                                                \"taxableAmount\": 16.00,\r\n                                                \"amount\": 0.40\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 109,\r\n                                                \"taxCategoryDescription\": \"HIKING TRAIL - Per Person Test\",\r\n                                                \"taxableAmount\": 16.00,\r\n                                                \"amount\": 14.00\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"Id\": 117,\r\n                                        \"Description\": \"Pet Fee\",\r\n                                        \"quantity\": 1,\r\n                                        \"startDate\": \"2022-10-28\",\r\n                                        \"endDate\": \"2022-10-28\",\r\n                                        \"beforeTax\": 10.00,\r\n                                        \"afterTax\": 11.10,\r\n                                        \"includedInRoomRate\": 0,\r\n                                        \"pricingType\": 0,\r\n                                        \"validDays\": [\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1\r\n                                        ],\r\n                                        \"fees\": [\r\n                                            {\r\n                                                \"taxCategoryId\": 105,\r\n                                                \"taxCategoryDescription\": \"BIG DOG - Sales Tax\",\r\n                                                \"taxableAmount\": 10.00,\r\n                                                \"amount\": 1.10\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"Id\": 117,\r\n                                        \"Description\": \"Pet Fee\",\r\n                                        \"quantity\": 1,\r\n                                        \"startDate\": \"2022-10-28\",\r\n                                        \"endDate\": \"2022-10-28\",\r\n                                        \"beforeTax\": 10.00,\r\n                                        \"afterTax\": 11.10,\r\n                                        \"includedInRoomRate\": 0,\r\n                                        \"pricingType\": 0,\r\n                                        \"validDays\": [\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1\r\n                                        ],\r\n                                        \"fees\": [\r\n                                            {\r\n                                                \"taxCategoryId\": 105,\r\n                                                \"taxCategoryDescription\": \"BIG DOG - Sales Tax\",\r\n                                                \"taxableAmount\": 10.00,\r\n                                                \"amount\": 1.10\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"Id\": 119,\r\n                                        \"Description\": \"Newspapers\",\r\n                                        \"quantity\": 1,\r\n                                        \"startDate\": \"2022-10-28\",\r\n                                        \"endDate\": \"2022-10-28\",\r\n                                        \"beforeTax\": 5.55,\r\n                                        \"afterTax\": 42.30,\r\n                                        \"includedInRoomRate\": 0,\r\n                                        \"pricingType\": 0,\r\n                                        \"validDays\": [\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1\r\n                                        ],\r\n                                        \"fees\": [\r\n                                            {\r\n                                                \"taxCategoryId\": 105,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Sales Tax\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 0.61\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 106,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Occupancy Tax\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 0.14\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 107,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Flat Test\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 2.00\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 108,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Each Adult Test\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 20.00\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 109,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Per Person Test\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 14.00\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"Id\": 119,\r\n                                        \"Description\": \"Newspapers\",\r\n                                        \"quantity\": 1,\r\n                                        \"startDate\": \"2022-10-28\",\r\n                                        \"endDate\": \"2022-10-28\",\r\n                                        \"beforeTax\": 5.55,\r\n                                        \"afterTax\": 42.30,\r\n                                        \"includedInRoomRate\": 0,\r\n                                        \"pricingType\": 0,\r\n                                        \"validDays\": [\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1,\r\n                                            1\r\n                                        ],\r\n                                        \"fees\": [\r\n                                            {\r\n                                                \"taxCategoryId\": 105,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Sales Tax\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 0.61\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 106,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Occupancy Tax\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 0.14\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 107,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Flat Test\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 2.00\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 108,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Each Adult Test\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 20.00\r\n                                            },\r\n                                            {\r\n                                                \"taxCategoryId\": 109,\r\n                                                \"taxCategoryDescription\": \"DAILY PAPER - Per Person Test\",\r\n                                                \"taxableAmount\": 5.55,\r\n                                                \"amount\": 14.00\r\n                                            }\r\n                                        ]\r\n                                    }\r\n                                ]\r\n                            }\r\n                        ],\r\n                        \"hotelInfo\": {\r\n                            \"hotelId\": \"{{pmsid}}\",\r\n                            \"hotelName\": \"InnQuest Software\",\r\n                            \"starRating\": \"0\",\r\n                            \"phoneNumbers\": [\r\n                                \"\"\r\n                            ],\r\n                            \"emails\": null,\r\n                            \"checkIn\": {\r\n                                \"from\": null,\r\n                                \"to\": null\r\n                            },\r\n                            \"checkOut\": {\r\n                                \"from\": null,\r\n                                \"to\": null\r\n                            },\r\n                            \"addressInfo\": {\r\n                                \"address1\": \"500 N Westshore Blvd, Suite 950\",\r\n                                \"address2\": \"\",\r\n                                \"city\": \"Tampa\",\r\n                                \"state\": \"FL 33609\",\r\n                                \"region\": \"\",\r\n                                \"zipPostal\": \"33609\",\r\n                                \"countryCode\": \"\",\r\n                                \"latitude\": \"0.000000\",\r\n                                \"longitude\": \"0.000000\",\r\n                                \"websiteURL\": \"\"\r\n                            }\r\n                        },\r\n                        \"status\": {\r\n                            \"propertyid\": \"{{pmsid}}\",\r\n                            \"messagetype\": \"Generic Reservation\",\r\n                            \"status\": 0,\r\n                            \"errorThrown\": false,\r\n                            \"errorException\": [\r\n                                \"Generic Reservation Success\"\r\n                            ],\r\n                            \"message\": \"Generic Reservation - Success\",\r\n                            \"timestamp\": \"2022-10-28 17:45:07\",\r\n                            \"traceid\": \"572\",\r\n                            \"postingId\": \"\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/stays","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","hotel","stays"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"42e9f580-22e1-4c6b-b258-8080d11b7999"},{"name":"BluesQA_GenericReservation_Single BookingID","id":"a8c42931-0467-4f59-8823-ec7ebd8c9df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Ocp-Apim-Subscription-Key","value":"a423634b7a7a47f5957cc1dfbe1d717c"},{"key":"Async","value":"true"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"propertyId\": \"BLUESQA\",\r\n    \"bookingId\": \"738200\",\r\n    \"Action\": \"2\",\r\n    \"otaReferenceId\": \"\",\r\n    \"companyName\": \"InnQuest roomMaster\",\r\n    \"groupCode\": \"\",\r\n    \"groupName\": null,\r\n    \"folioNumber\": \"170528\",\r\n    \"reservationStatus\": \"CHECKED_IN\",\r\n    \"startDate\": \"2025-01-03\",\r\n    \"endDate\": \"2025-01-08\",\r\n    \"numberOfRooms\": 1,\r\n    \"roomType\": \"DLX\",\r\n    \"adults\": 2,\r\n    \"children\": 0,\r\n    \"roomNumber\": [\"107\"],\r\n    \"prevRoomNumber\": [\"\"],\r\n    \"createdAt\": \"2024-12-11 12:30:44\",\r\n    \"guestProfiles\": [\r\n      {\r\n        \"uniqueId\": \"45314\",\r\n        \"propertyId\": \"BLUESQA\",\r\n        \"obsoleteId\": null,\r\n        \"crsId\": \"45314\",\r\n        \"namePrefix\": \"Mrs.\",\r\n        \"firstName\": \"Eman FlairsTech\",\r\n        \"middleName\": \"\",\r\n        \"lastName\": \"Samy\",\r\n        \"gender\": \"Female\",\r\n        \"address\": \"123 Main Street\",\r\n        \"city\": \"Florida\",\r\n        \"state\": \"FL\",\r\n        \"zipPostal\": \"21411\",\r\n        \"countryCode\": \"US\",\r\n        \"email\": \"eman.samy@flairstech.com\",\r\n        \"dateOfBirth\": \"1987-10-29\",\r\n        \"VIP\": false,\r\n        \"language\": \"English\",\r\n        \"marketingConsent\": 0,\r\n        \"vehicleInfo\": null,\r\n        \"customerLoyalty\": {\r\n          \"ProgramID\": \"BLUESQA\",\r\n          \"SignupDate\": null,\r\n          \"ExpireDate\": null,\r\n          \"LoyaltyLevel\": null,\r\n          \"MemebershipID\": \"\"\r\n        },\r\n        \"jobTitle\": \"\",\r\n        \"Action\": \"2\",\r\n        \"telephone\": [\r\n          {\r\n            \"phoneNumber\": \"8125559632\",\r\n            \"phoneType\": \"Contact\"\r\n          },\r\n          {\r\n            \"phoneNumber\": \"9566527588\",\r\n            \"phoneType\": \"Contact\"\r\n          }\r\n        ],\r\n        \"docs\": null,\r\n        \"comments\": [\"\"],\r\n        \"tpaExtensions\": [\r\n          {\r\n            \"labelName\": \"OptIn\",\r\n            \"labelValue\": false\r\n          }\r\n        ],\r\n        \"createDateTime\": \"2024-06-12 04:43:53\",\r\n        \"lastModifiedAt\": \"2024-12-11 07:26:52\",\r\n        \"StatusMessage\": null\r\n      }\r\n    ],\r\n    \"travelAgents\": [],\r\n    \"extraFields\": [\r\n      { \"labelName\": \"Passport\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"DOB\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"DL\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"CF4\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"CF5\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"CF6\", \"labelValue\": \"\" }\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"TC_DataProvider\",\r\n        \"labelValue\": \"BLUESQA\"\r\n      }\r\n    ],\r\n    \"marketFields\": [\r\n      {\r\n        \"labelName\": \"MKTC\",\r\n        \"labelValue\": \"Leisure\"\r\n      },\r\n      {\r\n        \"labelName\": \"SRCB\",\r\n        \"labelValue\": \"Triple A Directory\"\r\n      }\r\n    ],\r\n    \"hotelRates\": [\r\n      {\r\n        \"roomTypeCode\": \"DLX\",\r\n        \"roomTypeDescription\": \"Deluxe Garden View\",\r\n        \"numberOfUnits\": \"1\",\r\n        \"discountType\": 0,\r\n        \"discountNumber\": \"0.00\",\r\n        \"totalBeforeTax\": \"0.00\",\r\n        \"totalAfterTax\": \"0.00\",\r\n        \"totalStayAmount\": \"0.00\",\r\n        \"currencyCode\": \"USD\",\r\n        \"taxInclusive\": 0,\r\n        \"rateBreakdown\": {\r\n          \"rateId\": \"BAR\",\r\n          \"rateDescription\": \"Test First nights room charges, plus all applicable taxes and fees, will be collected at the time of reservation. Deposits are fully refundable up to four (4) days in advance of the arrival date. A fee equivalent to one night's room and tax will be forfeited for any cancellations within four (4) days of the arrival date. You can book with confidence with our Best Available Rate. One night's room plus tax is required at time of reservation and is subject to Blue Lagoon Hotel's Cancelation Policy. Rates are subject to change without notice until a confirmed reservation is made. Rates are subject to all applicable federal, state and local taxes.\\n\\nA new line of information\\n\\nSome more information\\n\",\r\n          \"rateName\": \"Best Available Rate\",\r\n          \"cancellationPolicy\": \"\",\r\n          \"totalRoom\": \"0.00\",\r\n          \"totalTaxes\": \"0.00\",\r\n          \"depositAmount\": \"0.00\",\r\n          \"subTotal\": \"0.00\",\r\n          \"totalStayAmount\": \"0.00\",\r\n          \"balanceDue\": \"0.00\",\r\n          \"avgPerNight\": \"0.00\",\r\n          \"rates\": null\r\n        },\r\n        \"dailyRoomCharge\": null\r\n      }\r\n    ],\r\n    \"hotelInfo\": {\r\n      \"hotelId\": \"BLUESQA\",\r\n      \"hotelName\": \"InnQuest Software\",\r\n      \"starRating\": \"0\",\r\n      \"phoneNumbers\": [\"\"],\r\n      \"emails\": null,\r\n      \"checkIn\": { \"from\": null, \"to\": null },\r\n      \"checkOut\": { \"from\": null, \"to\": null },\r\n      \"addressInfo\": {\r\n        \"address1\": \"500 N Westshore Blvd, Suite 950\",\r\n        \"address2\": \"\",\r\n        \"city\": \"Tampa\",\r\n        \"state\": \"FL 33609\",\r\n        \"region\": \"\",\r\n        \"zipPostal\": \"33609\",\r\n        \"countryCode\": \"\",\r\n        \"latitude\": \"0.000000\",\r\n        \"longitude\": \"0.000000\",\r\n        \"websiteURL\": \"\"\r\n      }\r\n    },\r\n    \"status\": {\r\n      \"propertyid\": \"BLUESQA\",\r\n      \"messagetype\": \"Generic Reservation\",\r\n      \"status\": 0,\r\n      \"errorThrown\": false,\r\n      \"errorException\": [\"Generic Reservation Success\"],\r\n      \"message\": \"Generic Reservation - Success\",\r\n      \"timestamp\": \"2024-12-11 17:30:45\",\r\n      \"traceid\": \"1355\",\r\n      \"postingId\": \"\"\r\n    }\r\n  }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/reservations","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","hotel","reservations"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"a8c42931-0467-4f59-8823-ec7ebd8c9df7"},{"name":"GenericReservation_Single BookingID","id":"c8888770-769c-4d59-a27a-d2d7dd743bad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}"},{"key":"Async","value":"true"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"propertyId\": \"{{pmsid}}\",\r\n    \"bookingId\": \"{{BookingID_Single}}\",\r\n    \"Action\": \"2\",\r\n    \"otaReferenceId\": \"\",\r\n    \"companyName\": \"InnQuest roomMaster\",\r\n    \"groupCode\": \"\",\r\n    \"groupName\": null,\r\n    \"folioNumber\": \"170528\",\r\n    \"reservationStatus\": \"CHECKED_IN\",\r\n    \"startDate\": \"2025-01-03\",\r\n    \"endDate\": \"2025-01-08\",\r\n    \"numberOfRooms\": 1,\r\n    \"roomType\": \"DLX\",\r\n    \"adults\": 2,\r\n    \"children\": 0,\r\n    \"roomNumber\": [\"107\"],\r\n    \"prevRoomNumber\": [\"\"],\r\n    \"createdAt\": \"2024-12-11 12:30:44\",\r\n    \"guestProfiles\": [\r\n      {\r\n        \"uniqueId\": \"45314\",\r\n        \"propertyId\": \"AGORADEV\",\r\n        \"obsoleteId\": null,\r\n        \"crsId\": \"45314\",\r\n        \"namePrefix\": \"Mrs.\",\r\n        \"firstName\": \"Eman FlairsTech\",\r\n        \"middleName\": \"\",\r\n        \"lastName\": \"Samy\",\r\n        \"gender\": \"Female\",\r\n        \"address\": \"123 Main Street\",\r\n        \"city\": \"Florida\",\r\n        \"state\": \"FL\",\r\n        \"zipPostal\": \"21411\",\r\n        \"countryCode\": \"US\",\r\n        \"email\": \"eman.samy@flairstech.com\",\r\n        \"dateOfBirth\": \"1987-10-29\",\r\n        \"VIP\": false,\r\n        \"language\": \"English\",\r\n        \"marketingConsent\": 0,\r\n        \"vehicleInfo\": null,\r\n        \"customerLoyalty\": {\r\n          \"ProgramID\": \"AGORADEV\",\r\n          \"SignupDate\": null,\r\n          \"ExpireDate\": null,\r\n          \"LoyaltyLevel\": null,\r\n          \"MemebershipID\": \"\"\r\n        },\r\n        \"jobTitle\": \"\",\r\n        \"Action\": \"2\",\r\n        \"telephone\": [\r\n          {\r\n            \"phoneNumber\": \"8125559632\",\r\n            \"phoneType\": \"Contact\"\r\n          },\r\n          {\r\n            \"phoneNumber\": \"9566527588\",\r\n            \"phoneType\": \"Contact\"\r\n          }\r\n        ],\r\n        \"docs\": null,\r\n        \"comments\": [\"\"],\r\n        \"tpaExtensions\": [\r\n          {\r\n            \"labelName\": \"OptIn\",\r\n            \"labelValue\": false\r\n          }\r\n        ],\r\n        \"createDateTime\": \"2024-06-12 04:43:53\",\r\n        \"lastModifiedAt\": \"2024-12-11 07:26:52\",\r\n        \"StatusMessage\": null\r\n      }\r\n    ],\r\n    \"travelAgents\": [],\r\n    \"extraFields\": [\r\n      { \"labelName\": \"Passport\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"DOB\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"DL\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"CF4\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"CF5\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"CF6\", \"labelValue\": \"\" }\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"TC_DataProvider\",\r\n        \"labelValue\": \"AGORADEV\"\r\n      }\r\n    ],\r\n    \"marketFields\": [\r\n      {\r\n        \"labelName\": \"MKTC\",\r\n        \"labelValue\": \"Leisure\"\r\n      },\r\n      {\r\n        \"labelName\": \"SRCB\",\r\n        \"labelValue\": \"Triple A Directory\"\r\n      }\r\n    ],\r\n    \"hotelRates\": [\r\n      {\r\n        \"roomTypeCode\": \"DLX\",\r\n        \"roomTypeDescription\": \"Deluxe Garden View\",\r\n        \"numberOfUnits\": \"1\",\r\n        \"discountType\": 0,\r\n        \"discountNumber\": \"0.00\",\r\n        \"totalBeforeTax\": \"0.00\",\r\n        \"totalAfterTax\": \"0.00\",\r\n        \"totalStayAmount\": \"0.00\",\r\n        \"currencyCode\": \"USD\",\r\n        \"taxInclusive\": 0,\r\n        \"rateBreakdown\": {\r\n          \"rateId\": \"BAR\",\r\n          \"rateDescription\": \"Test First nights room charges, plus all applicable taxes and fees, will be collected at the time of reservation. Deposits are fully refundable up to four (4) days in advance of the arrival date. A fee equivalent to one night's room and tax will be forfeited for any cancellations within four (4) days of the arrival date. You can book with confidence with our Best Available Rate. One night's room plus tax is required at time of reservation and is subject to Blue Lagoon Hotel's Cancelation Policy. Rates are subject to change without notice until a confirmed reservation is made. Rates are subject to all applicable federal, state and local taxes.\\n\\nA new line of information\\n\\nSome more information\\n\",\r\n          \"rateName\": \"Best Available Rate\",\r\n          \"cancellationPolicy\": \"\",\r\n          \"totalRoom\": \"0.00\",\r\n          \"totalTaxes\": \"0.00\",\r\n          \"depositAmount\": \"0.00\",\r\n          \"subTotal\": \"0.00\",\r\n          \"totalStayAmount\": \"0.00\",\r\n          \"balanceDue\": \"0.00\",\r\n          \"avgPerNight\": \"0.00\",\r\n          \"rates\": null\r\n        },\r\n        \"dailyRoomCharge\": null\r\n      }\r\n    ],\r\n    \"hotelInfo\": {\r\n      \"hotelId\": \"AGORADEV\",\r\n      \"hotelName\": \"InnQuest Software\",\r\n      \"starRating\": \"0\",\r\n      \"phoneNumbers\": [\"\"],\r\n      \"emails\": null,\r\n      \"checkIn\": { \"from\": null, \"to\": null },\r\n      \"checkOut\": { \"from\": null, \"to\": null },\r\n      \"addressInfo\": {\r\n        \"address1\": \"500 N Westshore Blvd, Suite 950\",\r\n        \"address2\": \"\",\r\n        \"city\": \"Tampa\",\r\n        \"state\": \"FL 33609\",\r\n        \"region\": \"\",\r\n        \"zipPostal\": \"33609\",\r\n        \"countryCode\": \"\",\r\n        \"latitude\": \"0.000000\",\r\n        \"longitude\": \"0.000000\",\r\n        \"websiteURL\": \"\"\r\n      }\r\n    },\r\n    \"status\": {\r\n      \"propertyid\": \"AGORADEV\",\r\n      \"messagetype\": \"Generic Reservation\",\r\n      \"status\": 0,\r\n      \"errorThrown\": false,\r\n      \"errorException\": [\"Generic Reservation Success\"],\r\n      \"message\": \"Generic Reservation - Success\",\r\n      \"timestamp\": \"2024-12-11 17:30:45\",\r\n      \"traceid\": \"1355\",\r\n      \"postingId\": \"\"\r\n    }\r\n  }\r\n]\r\n"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/reservations","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","hotel","reservations"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"c8888770-769c-4d59-a27a-d2d7dd743bad"},{"name":"GenericReservation_Multiple BookingIDs","id":"a537bd74-dc96-4fe4-8926-37ac34f130eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}"},{"key":"Async","value":"true"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"propertyId\": \"{{pmsid}}\",\r\n    \"bookingId\": \"{{BookingID_Multiple}}\",\r\n    \"Action\": \"1\",\r\n    \"otaReferenceId\": \"BLS12505020717\",\r\n    \"companyName\": \"InnQuest roomMaster\",\r\n    \"groupCode\": \"\",\r\n    \"groupName\": null,\r\n    \"folioNumber\": \"0\",\r\n    \"reservationStatus\": \"CONFIRMED\",\r\n    \"startDate\": \"2026-12-01\",\r\n    \"endDate\": \"2026-12-03\",\r\n    \"numberOfRooms\": 1,\r\n    \"roomType\": \"SUP\",\r\n    \"adults\": 1,\r\n    \"children\": 0,\r\n    \"roomNumber\": [\r\n      \"302\"\r\n    ],\r\n    \"prevRoomNumber\": [\r\n      \" \"\r\n    ],\r\n    \"createdAt\": \"2025-10-15 06:54:29\",\r\n    \"guestProfiles\": [\r\n      {\r\n        \"uniqueId\": \"117313\",\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"obsoleteId\": null,\r\n        \"crsId\": \"117313\",\r\n        \"namePrefix\": null,\r\n        \"firstName\": \"Mirabelle\",\r\n        \"middleName\": \"\",\r\n        \"lastName\": \"Hartley\",\r\n        \"gender\": null,\r\n        \"address\": \"4579 Kincheloe Road\",\r\n        \"city\": \"Arapahoe\",\r\n        \"state\": \"NC\",\r\n        \"zipPostal\": \"95610\",\r\n        \"countryCode\": \"US\",\r\n        \"email\": \"mirabelle.hartley@gmail.com\",\r\n        \"dateOfBirth\": null,\r\n        \"VIP\": false,\r\n        \"language\": \"English\",\r\n        \"marketingConsent\": 0,\r\n        \"vehicleInfo\": null,\r\n        \"customerLoyalty\": {\r\n          \"ProgramID\": \"{{pmsid}}\",\r\n          \"SignupDate\": null,\r\n          \"ExpireDate\": null,\r\n          \"LoyaltyLevel\": null,\r\n          \"MemebershipID\": null\r\n        },\r\n        \"jobTitle\": null,\r\n        \"Action\": \"1\",\r\n        \"telephone\": [\r\n          {\r\n            \"phoneNumber\": \"5034544038\",\r\n            \"phoneType\": \"Evening Contact\"\r\n          },\r\n          {\r\n            \"phoneNumber\": \"\",\r\n            \"phoneType\": \"Contact\"\r\n          }\r\n        ],\r\n        \"docs\": null,\r\n        \"comments\": [\r\n          null\r\n        ],\r\n        \"tpaExtensions\": [\r\n          {\r\n            \"labelName\": \"OptIn\",\r\n            \"labelValue\": false\r\n          }\r\n        ],\r\n        \"createDateTime\": \"2025-10-15 06:54:30\",\r\n        \"lastModifiedAt\": \"2025-10-15 06:54:30\",\r\n        \"StatusMessage\": null\r\n      }\r\n    ],\r\n    \"travelAgents\": [],\r\n    \"extraFields\": [\r\n      {\r\n        \"labelName\": \"Estimated Arrival\",\r\n        \"labelValue\": \"Early Evening (3-7pm)\"\r\n      },\r\n      {\r\n        \"labelName\": \"Pet\",\r\n        \"labelValue\": \"\"\r\n      },\r\n      {\r\n        \"labelName\": \"Passport/ID Number\",\r\n        \"labelValue\": \"\"\r\n      },\r\n      {\r\n        \"labelName\": \"DOB\",\r\n        \"labelValue\": \"\"\r\n      }\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"TC_DataProvider\",\r\n        \"labelValue\": \"{{pmsid}}\"\r\n      }\r\n    ],\r\n    \"marketFields\": [\r\n      {\r\n        \"labelName\": \"MKTC\",\r\n        \"labelValue\": \"Booking.Com\"\r\n      },\r\n      {\r\n        \"labelName\": \"SRCB\",\r\n        \"labelValue\": \"OTA Booking\"\r\n      }\r\n    ],\r\n    \"hotelRates\": [\r\n      {\r\n        \"roomTypeCode\": \"SUP\",\r\n        \"roomTypeDescription\": \"Superior Room\",\r\n        \"numberOfUnits\": \"1\",\r\n        \"discountType\": 0,\r\n        \"discountNumber\": \"0.00\",\r\n        \"totalBeforeTax\": \"202.00\",\r\n        \"totalAfterTax\": \"208.06\",\r\n        \"totalStayAmount\": \"208.06\",\r\n        \"currencyCode\": \"USD\",\r\n        \"taxInclusive\": 0,\r\n        \"rateBreakdown\": {\r\n          \"rateId\": \"BAR\",\r\n          \"rateDescription\": \"You can book with confidence with our Best Available Rate. One night room plus tax is required at time of reservation and is subject to the Hotel Cancelation Policy. Rates are subject to change without notice until a confirmed reservation is made. Rates are subject to all applicable federal, state and local taxes\",\r\n          \"rateName\": \"Best Available Rate\",\r\n          \"cancellationPolicy\": \"\",\r\n          \"totalRoom\": \"202.00\",\r\n          \"totalTaxes\": \"6.06\",\r\n          \"depositAmount\": \"0.00\",\r\n          \"subTotal\": \"202.00\",\r\n          \"totalStayAmount\": \"208.06\",\r\n          \"balanceDue\": \"208.06\",\r\n          \"avgPerNight\": \"104.03\",\r\n          \"rates\": [\r\n            {\r\n              \"startDate\": \"2026-12-01\",\r\n              \"endDate\": \"2026-12-02\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 101,\r\n              \"amountAfterTax\": 104.03,\r\n              \"fees\": []\r\n            },\r\n            {\r\n              \"startDate\": \"2026-12-02\",\r\n              \"endDate\": \"2026-12-03\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 101,\r\n              \"amountAfterTax\": 104.03,\r\n              \"fees\": []\r\n            }\r\n          ]\r\n        },\r\n        \"dailyRoomCharge\": null\r\n      }\r\n    ],\r\n    \"hotelInfo\": {\r\n      \"hotelId\": \"{{pmsid}}\",\r\n      \"hotelName\": \"InnQuest Software\",\r\n      \"starRating\": \"0\",\r\n      \"phoneNumbers\": [\r\n        \"\"\r\n      ],\r\n      \"emails\": null,\r\n      \"checkIn\": {\r\n        \"from\": null,\r\n        \"to\": null\r\n      },\r\n      \"checkOut\": {\r\n        \"from\": null,\r\n        \"to\": null\r\n      },\r\n      \"addressInfo\": {\r\n        \"address1\": \"500 N Westshore Blvd, Suite 950\",\r\n        \"address2\": \"\",\r\n        \"city\": \"Tampa\",\r\n        \"state\": \"FL 33609\",\r\n        \"region\": \"\",\r\n        \"zipPostal\": \"33609\",\r\n        \"countryCode\": \"\",\r\n        \"latitude\": \"0.000000\",\r\n        \"longitude\": \"0.000000\",\r\n        \"websiteURL\": \"\"\r\n      }\r\n    },\r\n    \"status\": {\r\n      \"propertyid\": \"{{pmsid}}\",\r\n      \"messagetype\": \"Generic Reservation\",\r\n      \"status\": 0,\r\n      \"errorThrown\": false,\r\n      \"errorException\": [\r\n        \"Generic Reservation Success\"\r\n      ],\r\n      \"message\": \"Generic Reservation - Success\",\r\n      \"timestamp\": \"2025-12-01 17:09:48\",\r\n      \"traceid\": \"2271\",\r\n      \"postingId\": \"\"\r\n    }\r\n  },\r\n  {\r\n    \"propertyId\": \"{{pmsid}}\",\r\n    \"bookingId\": \"{{BookingID2}}\",\r\n    \"Action\": \"1\",\r\n    \"otaReferenceId\": \"BLS12505020721\",\r\n    \"companyName\": \"InnQuest roomMaster\",\r\n    \"groupCode\": \"\",\r\n    \"groupName\": null,\r\n    \"folioNumber\": \"0\",\r\n    \"reservationStatus\": \"CONFIRMED\",\r\n    \"startDate\": \"2025-12-22\",\r\n    \"endDate\": \"2025-12-26\",\r\n    \"numberOfRooms\": 1,\r\n    \"roomType\": \"DLX\",\r\n    \"adults\": 1,\r\n    \"children\": 0,\r\n    \"roomNumber\": [\r\n      \" \"\r\n    ],\r\n    \"prevRoomNumber\": [\r\n      \" \"\r\n    ],\r\n    \"createdAt\": \"2025-10-15 07:04:26\",\r\n    \"guestProfiles\": [\r\n      {\r\n        \"uniqueId\": \"117314\",\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"obsoleteId\": null,\r\n        \"crsId\": \"117314\",\r\n        \"namePrefix\": null,\r\n        \"firstName\": \"Blossom\",\r\n        \"middleName\": \"\",\r\n        \"lastName\": \"Hartley\",\r\n        \"gender\": null,\r\n        \"address\": \"Cr 10 No. 6-105, C.P 76001\",\r\n        \"city\": \"Cali\",\r\n        \"state\": \"CALI\",\r\n        \"zipPostal\": \"95610\",\r\n        \"countryCode\": \"US\",\r\n        \"email\": \"blossom.hartley@gmail.com\",\r\n        \"dateOfBirth\": null,\r\n        \"VIP\": false,\r\n        \"language\": \"English\",\r\n        \"marketingConsent\": 0,\r\n        \"vehicleInfo\": null,\r\n        \"customerLoyalty\": {\r\n          \"ProgramID\": \"{{pmsid}}\",\r\n          \"SignupDate\": null,\r\n          \"ExpireDate\": null,\r\n          \"LoyaltyLevel\": null,\r\n          \"MemebershipID\": null\r\n        },\r\n        \"jobTitle\": null,\r\n        \"Action\": \"1\",\r\n        \"telephone\": [\r\n          {\r\n            \"phoneNumber\": \"916 729 0269\",\r\n            \"phoneType\": \"Mobile\"\r\n          },\r\n          {\r\n            \"phoneNumber\": \"\",\r\n            \"phoneType\": \"Contact\"\r\n          }\r\n        ],\r\n        \"docs\": null,\r\n        \"comments\": [\r\n          null\r\n        ],\r\n        \"tpaExtensions\": [\r\n          {\r\n            \"labelName\": \"OptIn\",\r\n            \"labelValue\": false\r\n          }\r\n        ],\r\n        \"createDateTime\": \"2025-10-15 07:04:28\",\r\n        \"lastModifiedAt\": \"2025-10-15 07:04:28\",\r\n        \"StatusMessage\": null\r\n      }\r\n    ],\r\n    \"travelAgents\": [],\r\n    \"extraFields\": [\r\n      {\r\n        \"labelName\": \"Estimated Arrival\",\r\n        \"labelValue\": \"Early Evening (3-7pm)\"\r\n      },\r\n      {\r\n        \"labelName\": \"Pet\",\r\n        \"labelValue\": \"\"\r\n      },\r\n      {\r\n        \"labelName\": \"Passport/ID Number\",\r\n        \"labelValue\": \"\"\r\n      },\r\n      {\r\n        \"labelName\": \"DOB\",\r\n        \"labelValue\": \"\"\r\n      }\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"TC_DataProvider\",\r\n        \"labelValue\": \"{{pmsid}}\"\r\n      }\r\n    ],\r\n    \"marketFields\": [\r\n      {\r\n        \"labelName\": \"MKTC\",\r\n        \"labelValue\": \"Booking.Com\"\r\n      },\r\n      {\r\n        \"labelName\": \"SRCB\",\r\n        \"labelValue\": \"OTA Booking\"\r\n      }\r\n    ],\r\n    \"hotelRates\": [\r\n      {\r\n        \"roomTypeCode\": \"DLX\",\r\n        \"roomTypeDescription\": \"Deluxe Garden View\",\r\n        \"numberOfUnits\": \"1\",\r\n        \"discountType\": 0,\r\n        \"discountNumber\": \"0.00\",\r\n        \"totalBeforeTax\": \"2316.00\",\r\n        \"totalAfterTax\": \"2385.48\",\r\n        \"totalStayAmount\": \"2385.48\",\r\n        \"currencyCode\": \"USD\",\r\n        \"taxInclusive\": 0,\r\n        \"rateBreakdown\": {\r\n          \"rateId\": \"BAR\",\r\n          \"rateDescription\": \"You can book with confidence with our Best Available Rate. One night room plus tax is required at time of reservation and is subject to the Hotel Cancelation Policy. Rates are subject to change without notice until a confirmed reservation is made. Rates are subject to all applicable federal, state and local taxes\",\r\n          \"rateName\": \"Best Available Rate\",\r\n          \"cancellationPolicy\": \"\",\r\n          \"totalRoom\": \"2316.00\",\r\n          \"totalTaxes\": \"69.48\",\r\n          \"depositAmount\": \"0.00\",\r\n          \"subTotal\": \"2316.00\",\r\n          \"totalStayAmount\": \"2385.48\",\r\n          \"balanceDue\": \"2385.48\",\r\n          \"avgPerNight\": \"596.37\",\r\n          \"rates\": [\r\n            {\r\n              \"startDate\": \"2025-12-22\",\r\n              \"endDate\": \"2025-12-23\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 579,\r\n              \"amountAfterTax\": 596.37,\r\n              \"fees\": []\r\n            },\r\n            {\r\n              \"startDate\": \"2025-12-23\",\r\n              \"endDate\": \"2025-12-24\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 579,\r\n              \"amountAfterTax\": 596.37,\r\n              \"fees\": []\r\n            },\r\n            {\r\n              \"startDate\": \"2025-12-24\",\r\n              \"endDate\": \"2025-12-25\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 579,\r\n              \"amountAfterTax\": 596.37,\r\n              \"fees\": []\r\n            },\r\n            {\r\n              \"startDate\": \"2025-12-25\",\r\n              \"endDate\": \"2025-12-26\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 579,\r\n              \"amountAfterTax\": 596.37,\r\n              \"fees\": []\r\n            }\r\n          ]\r\n        },\r\n        \"dailyRoomCharge\": null\r\n      }\r\n    ],\r\n    \"hotelInfo\": {\r\n      \"hotelId\": \"{{pmsid}}\",\r\n      \"hotelName\": \"InnQuest Software\",\r\n      \"starRating\": \"0\",\r\n      \"phoneNumbers\": [\r\n        \"\"\r\n      ],\r\n      \"emails\": null,\r\n      \"checkIn\": {\r\n        \"from\": null,\r\n        \"to\": null\r\n      },\r\n      \"checkOut\": {\r\n        \"from\": null,\r\n        \"to\": null\r\n      },\r\n      \"addressInfo\": {\r\n        \"address1\": \"500 N Westshore Blvd, Suite 950\",\r\n        \"address2\": \"\",\r\n        \"city\": \"Tampa\",\r\n        \"state\": \"FL 33609\",\r\n        \"region\": \"\",\r\n        \"zipPostal\": \"33609\",\r\n        \"countryCode\": \"\",\r\n        \"latitude\": \"0.000000\",\r\n        \"longitude\": \"0.000000\",\r\n        \"websiteURL\": \"\"\r\n      }\r\n    },\r\n    \"status\": {\r\n      \"propertyid\": \"{{pmsid}}\",\r\n      \"messagetype\": \"Generic Reservation\",\r\n      \"status\": 0,\r\n      \"errorThrown\": false,\r\n      \"errorException\": [\r\n        \"Generic Reservation Success\"\r\n      ],\r\n      \"message\": \"Generic Reservation - Success\",\r\n      \"timestamp\": \"2025-12-01 17:09:48\",\r\n      \"traceid\": \"2273\",\r\n      \"postingId\": \"\"\r\n    }\r\n  },\r\n  {\r\n    \"propertyId\": \"{{pmsid}}\",\r\n    \"bookingId\": \"{{BookingID3}}\",\r\n    \"Action\": \"1\",\r\n    \"otaReferenceId\": \"BLS12505020723\",\r\n    \"companyName\": \"InnQuest roomMaster\",\r\n    \"groupCode\": \"\",\r\n    \"groupName\": null,\r\n    \"folioNumber\": \"0\",\r\n    \"reservationStatus\": \"NO_SHOW\",\r\n    \"startDate\": \"2025-11-28\",\r\n    \"endDate\": \"2025-12-01\",\r\n    \"numberOfRooms\": 1,\r\n    \"roomType\": \"SUIT\",\r\n    \"adults\": 1,\r\n    \"children\": 0,\r\n    \"roomNumber\": [\r\n      \" \"\r\n    ],\r\n    \"prevRoomNumber\": [\r\n      \" \"\r\n    ],\r\n    \"createdAt\": \"2025-10-15 07:11:01\",\r\n    \"guestProfiles\": [\r\n      {\r\n        \"uniqueId\": \"117315\",\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"obsoleteId\": null,\r\n        \"crsId\": \"117315\",\r\n        \"namePrefix\": null,\r\n        \"firstName\": \"Britney\",\r\n        \"middleName\": \"\",\r\n        \"lastName\": \"Hartley\",\r\n        \"gender\": null,\r\n        \"address\": \"Leipziger Strasse 46\",\r\n        \"city\": \"Wiesbaden\",\r\n        \"state\": \"HESSEN\",\r\n        \"zipPostal\": \"95610\",\r\n        \"countryCode\": \"US\",\r\n        \"email\": \"emerson.hartley@gmail.com\",\r\n        \"dateOfBirth\": null,\r\n        \"VIP\": false,\r\n        \"language\": \"English\",\r\n        \"marketingConsent\": 0,\r\n        \"vehicleInfo\": null,\r\n        \"customerLoyalty\": {\r\n          \"ProgramID\": \"{{pmsid}}\",\r\n          \"SignupDate\": null,\r\n          \"ExpireDate\": null,\r\n          \"LoyaltyLevel\": null,\r\n          \"MemebershipID\": null\r\n        },\r\n        \"jobTitle\": null,\r\n        \"Action\": \"1\",\r\n        \"telephone\": [\r\n          {\r\n            \"phoneNumber\": \"0611 71 18 36\",\r\n            \"phoneType\": \"Daytime Contact\"\r\n          },\r\n          {\r\n            \"phoneNumber\": \"\",\r\n            \"phoneType\": \"Contact\"\r\n          }\r\n        ],\r\n        \"docs\": null,\r\n        \"comments\": [\r\n          null\r\n        ],\r\n        \"tpaExtensions\": [\r\n          {\r\n            \"labelName\": \"OptIn\",\r\n            \"labelValue\": false\r\n          }\r\n        ],\r\n        \"createDateTime\": \"2025-10-15 07:11:04\",\r\n        \"lastModifiedAt\": \"2025-10-15 07:11:04\",\r\n        \"StatusMessage\": null\r\n      }\r\n    ],\r\n    \"travelAgents\": [],\r\n    \"extraFields\": [\r\n      {\r\n        \"labelName\": \"Estimated Arrival\",\r\n        \"labelValue\": \"Evening (7-10pm)\"\r\n      },\r\n      {\r\n        \"labelName\": \"Pet\",\r\n        \"labelValue\": \"\"\r\n      },\r\n      {\r\n        \"labelName\": \"Passport/ID Number\",\r\n        \"labelValue\": \"\"\r\n      },\r\n      {\r\n        \"labelName\": \"DOB\",\r\n        \"labelValue\": \"\"\r\n      }\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"TC_DataProvider\",\r\n        \"labelValue\": \"{{pmsid}}\"\r\n      }\r\n    ],\r\n    \"marketFields\": [\r\n      {\r\n        \"labelName\": \"MKTC\",\r\n        \"labelValue\": \"Booking.Com\"\r\n      },\r\n      {\r\n        \"labelName\": \"SRCB\",\r\n        \"labelValue\": \"OTA Booking\"\r\n      }\r\n    ],\r\n    \"hotelRates\": [\r\n      {\r\n        \"roomTypeCode\": \"SUIT\",\r\n        \"roomTypeDescription\": \"Executive Suite\",\r\n        \"numberOfUnits\": \"1\",\r\n        \"discountType\": 0,\r\n        \"discountNumber\": \"0.00\",\r\n        \"totalBeforeTax\": \"1803.00\",\r\n        \"totalAfterTax\": \"1857.09\",\r\n        \"totalStayAmount\": \"1857.09\",\r\n        \"currencyCode\": \"USD\",\r\n        \"taxInclusive\": 0,\r\n        \"rateBreakdown\": {\r\n          \"rateId\": \"BAR\",\r\n          \"rateDescription\": \"You can book with confidence with our Best Available Rate. One night room plus tax is required at time of reservation and is subject to the Hotel Cancelation Policy. Rates are subject to change without notice until a confirmed reservation is made. Rates are subject to all applicable federal, state and local taxes\",\r\n          \"rateName\": \"Best Available Rate\",\r\n          \"cancellationPolicy\": \"\",\r\n          \"totalRoom\": \"1803.00\",\r\n          \"totalTaxes\": \"54.09\",\r\n          \"depositAmount\": \"0.00\",\r\n          \"subTotal\": \"1803.00\",\r\n          \"totalStayAmount\": \"1857.09\",\r\n          \"balanceDue\": \"1857.09\",\r\n          \"avgPerNight\": \"619.03\",\r\n          \"rates\": [\r\n            {\r\n              \"startDate\": \"2025-11-28\",\r\n              \"endDate\": \"2025-11-29\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 601,\r\n              \"amountAfterTax\": 619.03,\r\n              \"fees\": []\r\n            },\r\n            {\r\n              \"startDate\": \"2025-11-29\",\r\n              \"endDate\": \"2025-11-30\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 601,\r\n              \"amountAfterTax\": 619.03,\r\n              \"fees\": []\r\n            },\r\n            {\r\n              \"startDate\": \"2025-11-30\",\r\n              \"endDate\": \"2025-12-01\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 601,\r\n              \"amountAfterTax\": 619.03,\r\n              \"fees\": []\r\n            }\r\n          ]\r\n        },\r\n        \"dailyRoomCharge\": null\r\n      }\r\n    ],\r\n    \"hotelInfo\": {\r\n      \"hotelId\": \"{{pmsid}}\",\r\n      \"hotelName\": \"InnQuest Software\",\r\n      \"starRating\": \"0\",\r\n      \"phoneNumbers\": [\r\n        \"\"\r\n      ],\r\n      \"emails\": null,\r\n      \"checkIn\": {\r\n        \"from\": null,\r\n        \"to\": null\r\n      },\r\n      \"checkOut\": {\r\n        \"from\": null,\r\n        \"to\": null\r\n      },\r\n      \"addressInfo\": {\r\n        \"address1\": \"500 N Westshore Blvd, Suite 950\",\r\n        \"address2\": \"\",\r\n        \"city\": \"Tampa\",\r\n        \"state\": \"FL 33609\",\r\n        \"region\": \"\",\r\n        \"zipPostal\": \"33609\",\r\n        \"countryCode\": \"\",\r\n        \"latitude\": \"0.000000\",\r\n        \"longitude\": \"0.000000\",\r\n        \"websiteURL\": \"\"\r\n      }\r\n    },\r\n    \"status\": {\r\n      \"propertyid\": \"{{pmsid}}\",\r\n      \"messagetype\": \"Generic Reservation\",\r\n      \"status\": 0,\r\n      \"errorThrown\": false,\r\n      \"errorException\": [\r\n        \"Generic Reservation Success\"\r\n      ],\r\n      \"message\": \"Generic Reservation - Success\",\r\n      \"timestamp\": \"2025-12-01 17:09:48\",\r\n      \"traceid\": \"2274\",\r\n      \"postingId\": \"\"\r\n    }\r\n  },\r\n  {\r\n    \"propertyId\": \"{{pmsid}}\",\r\n    \"bookingId\": \"{{BookingID4}}\",\r\n    \"Action\": \"1\",\r\n    \"otaReferenceId\": \"20251020-51879204263\",\r\n    \"companyName\": \"InnQuest roomMaster\",\r\n    \"groupCode\": \"HGS25\",\r\n    \"groupName\": \"HG Group\",\r\n    \"folioNumber\": \"0\",\r\n    \"reservationStatus\": \"CONFIRMED\",\r\n    \"startDate\": \"2025-10-20\",\r\n    \"endDate\": \"2025-10-24\",\r\n    \"numberOfRooms\": 1,\r\n    \"roomType\": \"DLX\",\r\n    \"adults\": 1,\r\n    \"children\": 0,\r\n    \"roomNumber\": [\r\n      \" \"\r\n    ],\r\n    \"prevRoomNumber\": [\r\n      \"107\"\r\n    ],\r\n    \"createdAt\": \"2025-10-20 14:25:21\",\r\n    \"guestProfiles\": [\r\n      {\r\n        \"uniqueId\": \"117214\",\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"obsoleteId\": null,\r\n        \"crsId\": \"117214\",\r\n        \"namePrefix\": \"\",\r\n        \"firstName\": \"Test\",\r\n        \"middleName\": \"\",\r\n        \"lastName\": \"Group\",\r\n        \"gender\": \"\",\r\n        \"address\": \"\",\r\n        \"city\": \"\",\r\n        \"state\": \"\",\r\n        \"zipPostal\": \"\",\r\n        \"countryCode\": \"US\",\r\n        \"email\": \"\",\r\n        \"dateOfBirth\": null,\r\n        \"VIP\": false,\r\n        \"language\": \"English\",\r\n        \"marketingConsent\": 1,\r\n        \"vehicleInfo\": null,\r\n        \"customerLoyalty\": {\r\n          \"ProgramID\": \"{{pmsid}}\",\r\n          \"SignupDate\": null,\r\n          \"ExpireDate\": null,\r\n          \"LoyaltyLevel\": null,\r\n          \"MemebershipID\": \"\"\r\n        },\r\n        \"jobTitle\": \"\",\r\n        \"Action\": \"1\",\r\n        \"telephone\": [\r\n          {\r\n            \"phoneNumber\": \"343364643\",\r\n            \"phoneType\": \"Contact\"\r\n          },\r\n          {\r\n            \"phoneNumber\": \"\",\r\n            \"phoneType\": \"Evening Contact\"\r\n          }\r\n        ],\r\n        \"docs\": null,\r\n        \"comments\": [\r\n          \"\"\r\n        ],\r\n        \"tpaExtensions\": [\r\n          {\r\n            \"labelName\": \"OptIn\",\r\n            \"labelValue\": true\r\n          }\r\n        ],\r\n        \"createDateTime\": \"2025-05-22 23:53:15\",\r\n        \"lastModifiedAt\": \"2025-10-28 03:48:38\",\r\n        \"StatusMessage\": null\r\n      }\r\n    ],\r\n    \"travelAgents\": [],\r\n    \"extraFields\": [\r\n      {\r\n        \"labelName\": \"Estimated Arrival\",\r\n        \"labelValue\": \"\"\r\n      },\r\n      {\r\n        \"labelName\": \"Pet\",\r\n        \"labelValue\": \"\"\r\n      },\r\n      {\r\n        \"labelName\": \"Passport/ID Number\",\r\n        \"labelValue\": \"\"\r\n      },\r\n      {\r\n        \"labelName\": \"DOB\",\r\n        \"labelValue\": \"\"\r\n      }\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"TC_DataProvider\",\r\n        \"labelValue\": \"{{pmsid}}\"\r\n      }\r\n    ],\r\n    \"marketFields\": [\r\n      {\r\n        \"labelName\": \"MKTC\",\r\n        \"labelValue\": \"Leisure\"\r\n      },\r\n      {\r\n        \"labelName\": \"SRCB\",\r\n        \"labelValue\": \"Triple A Directory\"\r\n      }\r\n    ],\r\n    \"hotelRates\": [\r\n      {\r\n        \"roomTypeCode\": \"DLX\",\r\n        \"roomTypeDescription\": \"Deluxe Garden View\",\r\n        \"numberOfUnits\": \"1\",\r\n        \"discountType\": 0,\r\n        \"discountNumber\": \"0.00\",\r\n        \"totalBeforeTax\": \"688.00\",\r\n        \"totalAfterTax\": \"708.64\",\r\n        \"totalStayAmount\": \"708.64\",\r\n        \"currencyCode\": \"USD\",\r\n        \"taxInclusive\": 0,\r\n        \"rateBreakdown\": {\r\n          \"rateId\": \"BAR\",\r\n          \"rateDescription\": \"You can book with confidence with our Best Available Rate. One night room plus tax is required at time of reservation and is subject to the Hotel Cancelation Policy. Rates are subject to change without notice until a confirmed reservation is made. Rates are subject to all applicable federal, state and local taxes\",\r\n          \"rateName\": \"Best Available Rate\",\r\n          \"cancellationPolicy\": \"\",\r\n          \"totalRoom\": \"688.00\",\r\n          \"totalTaxes\": \"20.64\",\r\n          \"depositAmount\": \"0.00\",\r\n          \"subTotal\": \"688.00\",\r\n          \"totalStayAmount\": \"708.64\",\r\n          \"balanceDue\": \"708.64\",\r\n          \"avgPerNight\": \"177.16\",\r\n          \"rates\": [\r\n            {\r\n              \"startDate\": \"2025-10-20\",\r\n              \"endDate\": \"2025-10-21\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 172,\r\n              \"amountAfterTax\": 177.16,\r\n              \"fees\": []\r\n            },\r\n            {\r\n              \"startDate\": \"2025-10-21\",\r\n              \"endDate\": \"2025-10-22\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 172,\r\n              \"amountAfterTax\": 177.16,\r\n              \"fees\": []\r\n            },\r\n            {\r\n              \"startDate\": \"2025-10-22\",\r\n              \"endDate\": \"2025-10-23\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 172,\r\n              \"amountAfterTax\": 177.16,\r\n              \"fees\": []\r\n            },\r\n            {\r\n              \"startDate\": \"2025-10-23\",\r\n              \"endDate\": \"2025-10-24\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 172,\r\n              \"amountAfterTax\": 177.16,\r\n              \"fees\": []\r\n            }\r\n          ]\r\n        },\r\n        \"dailyRoomCharge\": null\r\n      }\r\n    ],\r\n    \"hotelInfo\": {\r\n      \"hotelId\": \"{{pmsid}}\",\r\n      \"hotelName\": \"InnQuest Software\",\r\n      \"starRating\": \"0\",\r\n      \"phoneNumbers\": [\r\n        \"\"\r\n      ],\r\n      \"emails\": null,\r\n      \"checkIn\": {\r\n        \"from\": null,\r\n        \"to\": null\r\n      },\r\n      \"checkOut\": {\r\n        \"from\": null,\r\n        \"to\": null\r\n      },\r\n      \"addressInfo\": {\r\n        \"address1\": \"500 N Westshore Blvd, Suite 950\",\r\n        \"address2\": \"\",\r\n        \"city\": \"Tampa\",\r\n        \"state\": \"FL 33609\",\r\n        \"region\": \"\",\r\n        \"zipPostal\": \"33609\",\r\n        \"countryCode\": \"\",\r\n        \"latitude\": \"0.000000\",\r\n        \"longitude\": \"0.000000\",\r\n        \"websiteURL\": \"\"\r\n      }\r\n    },\r\n    \"status\": {\r\n      \"propertyid\": \"{{pmsid}}\",\r\n      \"messagetype\": \"Generic Reservation\",\r\n      \"status\": 0,\r\n      \"errorThrown\": false,\r\n      \"errorException\": [\r\n        \"Generic Reservation Success\"\r\n      ],\r\n      \"message\": \"Generic Reservation - Success\",\r\n      \"timestamp\": \"2025-12-01 17:09:48\",\r\n      \"traceid\": \"2287\",\r\n      \"postingId\": \"\"\r\n    }\r\n  },\r\n  {\r\n    \"propertyId\": \"{{pmsid}}\",\r\n    \"bookingId\": \"{{BookingID5}}\",\r\n    \"Action\": \"1\",\r\n    \"otaReferenceId\": \"BLS12505025505\",\r\n    \"companyName\": \"InnQuest roomMaster\",\r\n    \"groupCode\": \"\",\r\n    \"groupName\": null,\r\n    \"folioNumber\": \"0\",\r\n    \"reservationStatus\": \"CANCELLED\",\r\n    \"startDate\": \"2025-11-24\",\r\n    \"endDate\": \"2025-11-26\",\r\n    \"numberOfRooms\": 1,\r\n    \"roomType\": \"SUP\",\r\n    \"adults\": 1,\r\n    \"children\": 0,\r\n    \"roomNumber\": [\r\n      \" \"\r\n    ],\r\n    \"prevRoomNumber\": [\r\n      \"322\"\r\n    ],\r\n    \"createdAt\": \"2025-10-20 12:51:16\",\r\n    \"guestProfiles\": [\r\n      {\r\n        \"uniqueId\": \"117322\",\r\n        \"propertyId\": \"{{pmsid}}\",\r\n        \"obsoleteId\": null,\r\n        \"crsId\": \"117322\",\r\n        \"namePrefix\": \"Mr.\",\r\n        \"firstName\": \"Emerson\",\r\n        \"middleName\": \"\",\r\n        \"lastName\": \"Hartley\",\r\n        \"gender\": null,\r\n        \"address\": \"2144 Timber Ridge Road\",\r\n        \"city\": \"Grand Casablanca\",\r\n        \"state\": \"CA\",\r\n        \"zipPostal\": \"20000\",\r\n        \"countryCode\": \"US\",\r\n        \"email\": \"random800@gmail.com\",\r\n        \"dateOfBirth\": null,\r\n        \"VIP\": false,\r\n        \"language\": \"English\",\r\n        \"marketingConsent\": 0,\r\n        \"vehicleInfo\": null,\r\n        \"customerLoyalty\": {\r\n          \"ProgramID\": \"{{pmsid}}\",\r\n          \"SignupDate\": null,\r\n          \"ExpireDate\": null,\r\n          \"LoyaltyLevel\": null,\r\n          \"MemebershipID\": null\r\n        },\r\n        \"jobTitle\": null,\r\n        \"Action\": \"1\",\r\n        \"telephone\": [\r\n          {\r\n            \"phoneNumber\": \"0522 227 337\",\r\n            \"phoneType\": \"Mobile\"\r\n          },\r\n          {\r\n            \"phoneNumber\": \"\",\r\n            \"phoneType\": \"Contact\"\r\n          }\r\n        ],\r\n        \"docs\": null,\r\n        \"comments\": [\r\n          null\r\n        ],\r\n        \"tpaExtensions\": [\r\n          {\r\n            \"labelName\": \"OptIn\",\r\n            \"labelValue\": false\r\n          }\r\n        ],\r\n        \"createDateTime\": \"2025-10-20 12:51:16\",\r\n        \"lastModifiedAt\": \"2025-10-24 15:29:53\",\r\n        \"StatusMessage\": null\r\n      }\r\n    ],\r\n    \"travelAgents\": [],\r\n    \"extraFields\": [\r\n      {\r\n        \"labelName\": \"Estimated Arrival\",\r\n        \"labelValue\": \"Early Evening (3-7pm)\"\r\n      },\r\n      {\r\n        \"labelName\": \"Pet\",\r\n        \"labelValue\": \"\"\r\n      },\r\n      {\r\n        \"labelName\": \"Passport/ID Number\",\r\n        \"labelValue\": \"\"\r\n      },\r\n      {\r\n        \"labelName\": \"DOB\",\r\n        \"labelValue\": \"\"\r\n      }\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"TC_DataProvider\",\r\n        \"labelValue\": \"{{pmsid}}\"\r\n      }\r\n    ],\r\n    \"marketFields\": [\r\n      {\r\n        \"labelName\": \"MKTC\",\r\n        \"labelValue\": \"Booking.Com\"\r\n      },\r\n      {\r\n        \"labelName\": \"SRCB\",\r\n        \"labelValue\": \"OTA Booking\"\r\n      }\r\n    ],\r\n    \"hotelRates\": [\r\n      {\r\n        \"roomTypeCode\": \"SUP\",\r\n        \"roomTypeDescription\": \"Superior Room\",\r\n        \"numberOfUnits\": \"1\",\r\n        \"discountType\": 0,\r\n        \"discountNumber\": \"0.00\",\r\n        \"totalBeforeTax\": \"1198.00\",\r\n        \"totalAfterTax\": \"1233.94\",\r\n        \"totalStayAmount\": \"1233.94\",\r\n        \"currencyCode\": \"USD\",\r\n        \"taxInclusive\": 0,\r\n        \"rateBreakdown\": {\r\n          \"rateId\": \"BAR\",\r\n          \"rateDescription\": \"You can book with confidence with our Best Available Rate. One night room plus tax is required at time of reservation and is subject to the Hotel Cancelation Policy. Rates are subject to change without notice until a confirmed reservation is made. Rates are subject to all applicable federal, state and local taxes\",\r\n          \"rateName\": \"Best Available Rate\",\r\n          \"cancellationPolicy\": \"\",\r\n          \"totalRoom\": \"1198.00\",\r\n          \"totalTaxes\": \"35.94\",\r\n          \"depositAmount\": \"0.00\",\r\n          \"subTotal\": \"1198.00\",\r\n          \"totalStayAmount\": \"1233.94\",\r\n          \"balanceDue\": \"1233.94\",\r\n          \"avgPerNight\": \"616.97\",\r\n          \"rates\": [\r\n            {\r\n              \"startDate\": \"2025-11-24\",\r\n              \"endDate\": \"2025-11-25\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 599,\r\n              \"amountAfterTax\": 616.97,\r\n              \"fees\": []\r\n            },\r\n            {\r\n              \"startDate\": \"2025-11-25\",\r\n              \"endDate\": \"2025-11-26\",\r\n              \"timeUnit\": 1,\r\n              \"unitMultiplier\": \"1\",\r\n              \"currencyCode\": \"USD\",\r\n              \"rateAmount\": 599,\r\n              \"amountAfterTax\": 616.97,\r\n              \"fees\": []\r\n            }\r\n          ]\r\n        },\r\n        \"dailyRoomCharge\": null\r\n      }\r\n    ],\r\n    \"hotelInfo\": {\r\n      \"hotelId\": \"{{pmsid}}\",\r\n      \"hotelName\": \"InnQuest Software\",\r\n      \"starRating\": \"0\",\r\n      \"phoneNumbers\": [\r\n        \"\"\r\n      ],\r\n      \"emails\": null,\r\n      \"checkIn\": {\r\n        \"from\": null,\r\n        \"to\": null\r\n      },\r\n      \"checkOut\": {\r\n        \"from\": null,\r\n        \"to\": null\r\n      },\r\n      \"addressInfo\": {\r\n        \"address1\": \"500 N Westshore Blvd, Suite 950\",\r\n        \"address2\": \"\",\r\n        \"city\": \"Tampa\",\r\n        \"state\": \"FL 33609\",\r\n        \"region\": \"\",\r\n        \"zipPostal\": \"33609\",\r\n        \"countryCode\": \"\",\r\n        \"latitude\": \"0.000000\",\r\n        \"longitude\": \"0.000000\",\r\n        \"websiteURL\": \"\"\r\n      }\r\n    },\r\n    \"status\": {\r\n      \"propertyid\": \"{{pmsid}}\",\r\n      \"messagetype\": \"Generic Reservation\",\r\n      \"status\": 0,\r\n      \"errorThrown\": false,\r\n      \"errorException\": [\r\n        \"Generic Reservation Success\"\r\n      ],\r\n      \"message\": \"Generic Reservation - Success\",\r\n      \"timestamp\": \"2025-12-01 17:09:48\",\r\n      \"traceid\": \"2288\",\r\n      \"postingId\": \"\"\r\n    }\r\n  }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/reservations","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","hotel","reservations"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"a537bd74-dc96-4fe4-8926-37ac34f130eb"},{"name":"GenericReservationInit","id":"74d610b4-2505-4135-af9b-7165fb3d852a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingId\": \"13973\",\r\n    \"Action\": \"2\",\r\n    \"otaReferenceId\": \"20221026-36583958540\",\r\n    \"companyName\": \"InnQuest roomMaster\",\r\n    \"groupCode\": \"\",\r\n    \"groupName\": null,\r\n    \"folioNumber\": \"0\",\r\n    \"reservationStatus\": \"DUE_IN\",\r\n    \"startDate\": \"2023-01-26\",\r\n    \"endDate\": \"2023-01-29\",\r\n    \"numberOfRooms\": 4,\r\n    \"roomType\": \"SUP\",\r\n    \"adults\": 2,\r\n    \"children\": 0,\r\n    \"roomnumber\": [\r\n        \"601\"\r\n    ],\r\n    \"createdAt\": \"2022-10-26 10:46:56\",\r\n    \"addons\": [\r\n        {\r\n            \"Id\": 119,\r\n            \"Description\": \"Newspapers\",\r\n            \"quantity\": 1,\r\n            \"startDate\": \"2022-10-26\",\r\n            \"endDate\": \"2022-10-26\",\r\n            \"beforeTax\": 5.00,\r\n            \"afterTax\": 41.68,\r\n            \"includedInRoomRate\": 0,\r\n            \"pricingType\": 0,\r\n            \"validDays\": [\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1\r\n            ],\r\n            \"fees\": [\r\n                {\r\n                    \"taxCategoryId\": 105,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Sales Tax\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 0.55\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 106,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Occupancy Tax\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 0.13\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 107,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Flat Test\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 2.00\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 108,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Each Adult Test\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 20.00\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 109,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Per Person Test\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 14.00\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"Id\": 119,\r\n            \"Description\": \"Newspapers\",\r\n            \"quantity\": 1,\r\n            \"startDate\": \"2022-10-27\",\r\n            \"endDate\": \"2022-10-27\",\r\n            \"beforeTax\": 5.00,\r\n            \"afterTax\": 41.68,\r\n            \"includedInRoomRate\": 0,\r\n            \"pricingType\": 0,\r\n            \"validDays\": [\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1\r\n            ],\r\n            \"fees\": [\r\n                {\r\n                    \"taxCategoryId\": 105,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Sales Tax\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 0.55\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 106,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Occupancy Tax\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 0.13\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 107,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Flat Test\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 2.00\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 108,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Each Adult Test\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 20.00\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 109,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Per Person Test\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 14.00\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"Id\": 119,\r\n            \"Description\": \"Newspapers\",\r\n            \"quantity\": 1,\r\n            \"startDate\": \"2022-10-28\",\r\n            \"endDate\": \"2022-10-28\",\r\n            \"beforeTax\": 5.00,\r\n            \"afterTax\": 41.68,\r\n            \"includedInRoomRate\": 0,\r\n            \"pricingType\": 0,\r\n            \"validDays\": [\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1\r\n            ],\r\n            \"fees\": [\r\n                {\r\n                    \"taxCategoryId\": 105,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Sales Tax\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 0.55\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 106,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Occupancy Tax\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 0.13\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 107,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Flat Test\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 2.00\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 108,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Each Adult Test\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 20.00\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 109,\r\n                    \"taxCategoryDescription\": \"DAILY PAPER - Per Person Test\",\r\n                    \"taxableAmount\": 5.00,\r\n                    \"amount\": 14.00\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"Id\": 118,\r\n            \"Description\": \"Hiking Trails\",\r\n            \"quantity\": 1,\r\n            \"startDate\": \"2022-10-26\",\r\n            \"endDate\": \"2022-10-26\",\r\n            \"beforeTax\": 15.00,\r\n            \"afterTax\": 31.03,\r\n            \"includedInRoomRate\": 0,\r\n            \"pricingType\": 0,\r\n            \"validDays\": [\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1\r\n            ],\r\n            \"fees\": [\r\n                {\r\n                    \"taxCategoryId\": 105,\r\n                    \"taxCategoryDescription\": \"HIKING TRAIL - Sales Tax\",\r\n                    \"taxableAmount\": 15.00,\r\n                    \"amount\": 1.65\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 106,\r\n                    \"taxCategoryDescription\": \"HIKING TRAIL - Occupancy Tax\",\r\n                    \"taxableAmount\": 15.00,\r\n                    \"amount\": 0.38\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 109,\r\n                    \"taxCategoryDescription\": \"HIKING TRAIL - Per Person Test\",\r\n                    \"taxableAmount\": 15.00,\r\n                    \"amount\": 14.00\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"Id\": 118,\r\n            \"Description\": \"Hiking Trails\",\r\n            \"quantity\": 1,\r\n            \"startDate\": \"2022-10-27\",\r\n            \"endDate\": \"2022-10-27\",\r\n            \"beforeTax\": 15.00,\r\n            \"afterTax\": 31.03,\r\n            \"includedInRoomRate\": 0,\r\n            \"pricingType\": 0,\r\n            \"validDays\": [\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1\r\n            ],\r\n            \"fees\": [\r\n                {\r\n                    \"taxCategoryId\": 105,\r\n                    \"taxCategoryDescription\": \"HIKING TRAIL - Sales Tax\",\r\n                    \"taxableAmount\": 15.00,\r\n                    \"amount\": 1.65\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 106,\r\n                    \"taxCategoryDescription\": \"HIKING TRAIL - Occupancy Tax\",\r\n                    \"taxableAmount\": 15.00,\r\n                    \"amount\": 0.38\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 109,\r\n                    \"taxCategoryDescription\": \"HIKING TRAIL - Per Person Test\",\r\n                    \"taxableAmount\": 15.00,\r\n                    \"amount\": 14.00\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"Id\": 118,\r\n            \"Description\": \"Hiking Trails\",\r\n            \"quantity\": 1,\r\n            \"startDate\": \"2022-10-28\",\r\n            \"endDate\": \"2022-10-28\",\r\n            \"beforeTax\": 15.00,\r\n            \"afterTax\": 31.03,\r\n            \"includedInRoomRate\": 0,\r\n            \"pricingType\": 0,\r\n            \"validDays\": [\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1,\r\n                1\r\n            ],\r\n            \"fees\": [\r\n                {\r\n                    \"taxCategoryId\": 105,\r\n                    \"taxCategoryDescription\": \"HIKING TRAIL - Sales Tax\",\r\n                    \"taxableAmount\": 15.00,\r\n                    \"amount\": 1.65\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 106,\r\n                    \"taxCategoryDescription\": \"HIKING TRAIL - Occupancy Tax\",\r\n                    \"taxableAmount\": 15.00,\r\n                    \"amount\": 0.38\r\n                },\r\n                {\r\n                    \"taxCategoryId\": 109,\r\n                    \"taxCategoryDescription\": \"HIKING TRAIL - Per Person Test\",\r\n                    \"taxableAmount\": 15.00,\r\n                    \"amount\": 14.00\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"guestProfiles\": [\r\n        {\r\n            \"uniqueId\": \"2454\",\r\n            \"propertyId\": \"{{pmsid}}\",\r\n            \"obsoleteId\": null,\r\n            \"crsId\": \"2454\",\r\n            \"namePrefix\": \"\",\r\n            \"firstName\": \"John\",\r\n            \"middleName\": \"\",\r\n            \"lastName\": \"Wick\",\r\n            \"gender\": \"Male\",\r\n            \"address\": \"123 Central Ave\",\r\n            \"city\": \"New York\",\r\n            \"state\": \"NY\",\r\n            \"zipPostal\": \"10001\",\r\n            \"countryCode\": \"\",\r\n            \"email\": \"johnwick@contract.net\",\r\n            \"dateOfBirth\": \"1980-08-20\",\r\n            \"VIP\": false,\r\n            \"language\": \"\",\r\n            \"marketingConsent\": 1,\r\n            \"vehicleInfo\": null,\r\n            \"customerLoyalty\": {\r\n                \"ProgramID\": \"\",\r\n                \"SignupDate\": null,\r\n                \"ExpireDate\": null,\r\n                \"LoyaltyLevel\": \"\",\r\n                \"MemebershipID\": \"\"\r\n            },\r\n            \"jobTitle\": \"\",\r\n            \"Action\": \"2\",\r\n            \"telephone\": [\r\n                {\r\n                    \"phoneNumber\": \"3215551212\",\r\n                    \"phoneType\": \"Mobile\"\r\n                },\r\n                {\r\n                    \"phoneNumber\": \"\",\r\n                    \"phoneType\": \"Evening Contact\"\r\n                }\r\n            ],\r\n            \"docs\": null,\r\n            \"comments\": [\r\n                \"\"\r\n            ],\r\n            \"tpaExtensions\": [\r\n                {\r\n                    \"labelName\": \"OptIn\",\r\n                    \"labelValue\": true\r\n                }\r\n            ],\r\n            \"createDateTime\": \"2022-08-26 13:11:31\",\r\n            \"lastModifiedAt\": \"2022-10-17 06:11:44\",\r\n            \"StatusMessage\": null\r\n        }\r\n    ],\r\n    \"travelAgents\": [],\r\n    \"extraFields\": [\r\n        {\r\n            \"labelName\": \"Estimated Arrival\",\r\n            \"labelValue\": \"\"\r\n        },\r\n        {\r\n            \"labelName\": \"Guest Loyalty ID2\",\r\n            \"labelValue\": \"\"\r\n        },\r\n        {\r\n            \"labelName\": \"CF3\",\r\n            \"labelValue\": \"\"\r\n        },\r\n        {\r\n            \"labelName\": \"CF4\",\r\n            \"labelValue\": \"\"\r\n        },\r\n        {\r\n            \"labelName\": \"GMS Loyalty Level\",\r\n            \"labelValue\": \"\"\r\n        },\r\n        {\r\n            \"labelName\": \"Loyalty Start,Expire\",\r\n            \"labelValue\": \"\"\r\n        }\r\n    ],\r\n    \"tpaExtensions\": [\r\n        {\r\n            \"labelName\": \"TC_DataProvider\",\r\n            \"labelValue\": \"testlExternalPMSId\"\r\n        }\r\n    ],\r\n    \"marketFields\": [],\r\n    \"hotelRates\": [\r\n        {\r\n            \"roomTypeCode\": \"SUP\",\r\n            \"numberOfUnits\": \"1\",\r\n            \"discountType\": 0,\r\n            \"discountNumber\": 0.00,\r\n            \"totalBeforeTax\": \"700.00\",\r\n            \"totalAfterTax\": \"902.51\",\r\n            \"totalStayAmount\": \"1210.63\",\r\n            \"currencyCode\": \"USD\",\r\n            \"taxInclusive\": 0,\r\n            \"rateBreakdown\": {\r\n                \"rateId\": \"BAR\",\r\n                \"rateDescription\": \"You can book with confidence with our Best Available Rate. One night's room plus tax is required at time of reservation and is subject to Blue Lagoon Hotel's Cancelation Policy. Rates are subject to change without notice until a confirmed reservation is made. Rates are subject to all applicable federal, state and local taxes.                                                                                                                                                                                                                                                                                                                         First night's room charges, plus all applicable taxes and fees, will be collected at the time of reservation. Deposits are fully refundable up to four (4) days in advance of the arrival date. A fee equivalent to one night's room and tax will be forfeited for any cancellations within four (4) days of the arrival date.                                                                                                                                                                                                                                                                                                                                  You can book with confidence with our Best Available Rate. One night's room plus tax is required at time of reservation and is subject to Blue Lagoon Hotel's Cancelation Policy. Rates are subject to change without notice until a confirmed reservation is made. Rates are subject to all applicable federal, state and local taxes.\",\r\n                \"rateName\": \"Best Available Rate\",\r\n                \"totalRoom\": \"700.00\",\r\n                \"totalTaxes\": \"202.51\",\r\n                \"depositAmount\": \"0.00\",\r\n                \"subTotal\": \"700.00\",\r\n                \"totalStayAmount\": \"1210.63\",\r\n                \"balanceDue\": \"1210.63\",\r\n                \"avgPerNight\": \"300.84\",\r\n                \"rates\": [\r\n                    {\r\n                        \"startDate\": \"2022-10-26\",\r\n                        \"endDate\": \"2022-10-27\",\r\n                        \"timeUnit\": 1,\r\n                        \"unitMultiplier\": \"1\",\r\n                        \"currencyCode\": \"USD\",\r\n                        \"rateAmount\": 225.00,\r\n                        \"amountAfterTax\": 291.38,\r\n                        \"fees\": [\r\n                            {\r\n                                \"taxCategoryId\": 105,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Sales Tax\",\r\n                                \"taxableAmount\": 225.00,\r\n                                \"amount\": 24.75\r\n                            },\r\n                            {\r\n                                \"taxCategoryId\": 106,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Occupancy Tax\",\r\n                                \"taxableAmount\": 225.00,\r\n                                \"amount\": 5.63\r\n                            },\r\n                            {\r\n                                \"taxCategoryId\": 107,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Flat Test\",\r\n                                \"taxableAmount\": 225.00,\r\n                                \"amount\": 2.00\r\n                            },\r\n                            {\r\n                                \"taxCategoryId\": 108,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Each Adult Test\",\r\n                                \"taxableAmount\": 225.00,\r\n                                \"amount\": 20.00\r\n                            },\r\n                            {\r\n                                \"taxCategoryId\": 109,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Per Person Test\",\r\n                                \"taxableAmount\": 225.00,\r\n                                \"amount\": 14.00\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"startDate\": \"2022-10-27\",\r\n                        \"endDate\": \"2022-10-28\",\r\n                        \"timeUnit\": 1,\r\n                        \"unitMultiplier\": \"1\",\r\n                        \"currencyCode\": \"USD\",\r\n                        \"rateAmount\": 225.00,\r\n                        \"amountAfterTax\": 291.38,\r\n                        \"fees\": [\r\n                            {\r\n                                \"taxCategoryId\": 105,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Sales Tax\",\r\n                                \"taxableAmount\": 225.00,\r\n                                \"amount\": 24.75\r\n                            },\r\n                            {\r\n                                \"taxCategoryId\": 106,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Occupancy Tax\",\r\n                                \"taxableAmount\": 225.00,\r\n                                \"amount\": 5.63\r\n                            },\r\n                            {\r\n                                \"taxCategoryId\": 107,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Flat Test\",\r\n                                \"taxableAmount\": 225.00,\r\n                                \"amount\": 2.00\r\n                            },\r\n                            {\r\n                                \"taxCategoryId\": 108,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Each Adult Test\",\r\n                                \"taxableAmount\": 225.00,\r\n                                \"amount\": 20.00\r\n                            },\r\n                            {\r\n                                \"taxCategoryId\": 109,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Per Person Test\",\r\n                                \"taxableAmount\": 225.00,\r\n                                \"amount\": 14.00\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"startDate\": \"2022-10-28\",\r\n                        \"endDate\": \"2022-10-29\",\r\n                        \"timeUnit\": 1,\r\n                        \"unitMultiplier\": \"1\",\r\n                        \"currencyCode\": \"USD\",\r\n                        \"rateAmount\": 250.00,\r\n                        \"amountAfterTax\": 319.75,\r\n                        \"fees\": [\r\n                            {\r\n                                \"taxCategoryId\": 105,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Sales Tax\",\r\n                                \"taxableAmount\": 250.00,\r\n                                \"amount\": 27.50\r\n                            },\r\n                            {\r\n                                \"taxCategoryId\": 106,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Occupancy Tax\",\r\n                                \"taxableAmount\": 250.00,\r\n                                \"amount\": 6.25\r\n                            },\r\n                            {\r\n                                \"taxCategoryId\": 107,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Flat Test\",\r\n                                \"taxableAmount\": 250.00,\r\n                                \"amount\": 2.00\r\n                            },\r\n                            {\r\n                                \"taxCategoryId\": 108,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Each Adult Test\",\r\n                                \"taxableAmount\": 250.00,\r\n                                \"amount\": 20.00\r\n                            },\r\n                            {\r\n                                \"taxCategoryId\": 109,\r\n                                \"taxCategoryDescription\": \"Room Revenue - Per Person Test\",\r\n                                \"taxableAmount\": 250.00,\r\n                                \"amount\": 14.00\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            },\r\n            \"dailyRoomCharge\": [\r\n                {\r\n                    \"Id\": 119,\r\n                    \"Description\": \"Newspapers\",\r\n                    \"quantity\": 1,\r\n                    \"startDate\": \"2022-10-26\",\r\n                    \"endDate\": \"2022-10-26\",\r\n                    \"beforeTax\": 5.00,\r\n                    \"afterTax\": 41.68,\r\n                    \"includedInRoomRate\": 0,\r\n                    \"pricingType\": 0,\r\n                    \"validDays\": [\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1\r\n                    ],\r\n                    \"fees\": [\r\n                        {\r\n                            \"taxCategoryId\": 105,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Sales Tax\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 0.55\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 106,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Occupancy Tax\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 0.13\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 107,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Flat Test\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 2.00\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 108,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Each Adult Test\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 20.00\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 109,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Per Person Test\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 14.00\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"Id\": 119,\r\n                    \"Description\": \"Newspapers\",\r\n                    \"quantity\": 1,\r\n                    \"startDate\": \"2022-10-27\",\r\n                    \"endDate\": \"2022-10-27\",\r\n                    \"beforeTax\": 5.00,\r\n                    \"afterTax\": 41.68,\r\n                    \"includedInRoomRate\": 0,\r\n                    \"pricingType\": 0,\r\n                    \"validDays\": [\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1\r\n                    ],\r\n                    \"fees\": [\r\n                        {\r\n                            \"taxCategoryId\": 105,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Sales Tax\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 0.55\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 106,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Occupancy Tax\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 0.13\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 107,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Flat Test\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 2.00\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 108,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Each Adult Test\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 20.00\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 109,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Per Person Test\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 14.00\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"Id\": 119,\r\n                    \"Description\": \"Newspapers\",\r\n                    \"quantity\": 1,\r\n                    \"startDate\": \"2022-10-28\",\r\n                    \"endDate\": \"2022-10-28\",\r\n                    \"beforeTax\": 5.00,\r\n                    \"afterTax\": 41.68,\r\n                    \"includedInRoomRate\": 0,\r\n                    \"pricingType\": 0,\r\n                    \"validDays\": [\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1\r\n                    ],\r\n                    \"fees\": [\r\n                        {\r\n                            \"taxCategoryId\": 105,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Sales Tax\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 0.55\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 106,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Occupancy Tax\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 0.13\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 107,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Flat Test\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 2.00\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 108,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Each Adult Test\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 20.00\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 109,\r\n                            \"taxCategoryDescription\": \"DAILY PAPER - Per Person Test\",\r\n                            \"taxableAmount\": 5.00,\r\n                            \"amount\": 14.00\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"Id\": 118,\r\n                    \"Description\": \"Hiking Trails\",\r\n                    \"quantity\": 1,\r\n                    \"startDate\": \"2022-10-26\",\r\n                    \"endDate\": \"2022-10-26\",\r\n                    \"beforeTax\": 15.00,\r\n                    \"afterTax\": 31.03,\r\n                    \"includedInRoomRate\": 0,\r\n                    \"pricingType\": 0,\r\n                    \"validDays\": [\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1\r\n                    ],\r\n                    \"fees\": [\r\n                        {\r\n                            \"taxCategoryId\": 105,\r\n                            \"taxCategoryDescription\": \"HIKING TRAIL - Sales Tax\",\r\n                            \"taxableAmount\": 15.00,\r\n                            \"amount\": 1.65\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 106,\r\n                            \"taxCategoryDescription\": \"HIKING TRAIL - Occupancy Tax\",\r\n                            \"taxableAmount\": 15.00,\r\n                            \"amount\": 0.38\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 109,\r\n                            \"taxCategoryDescription\": \"HIKING TRAIL - Per Person Test\",\r\n                            \"taxableAmount\": 15.00,\r\n                            \"amount\": 14.00\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"Id\": 118,\r\n                    \"Description\": \"Hiking Trails\",\r\n                    \"quantity\": 1,\r\n                    \"startDate\": \"2022-10-27\",\r\n                    \"endDate\": \"2022-10-27\",\r\n                    \"beforeTax\": 15.00,\r\n                    \"afterTax\": 31.03,\r\n                    \"includedInRoomRate\": 0,\r\n                    \"pricingType\": 0,\r\n                    \"validDays\": [\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1\r\n                    ],\r\n                    \"fees\": [\r\n                        {\r\n                            \"taxCategoryId\": 105,\r\n                            \"taxCategoryDescription\": \"HIKING TRAIL - Sales Tax\",\r\n                            \"taxableAmount\": 15.00,\r\n                            \"amount\": 1.65\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 106,\r\n                            \"taxCategoryDescription\": \"HIKING TRAIL - Occupancy Tax\",\r\n                            \"taxableAmount\": 15.00,\r\n                            \"amount\": 0.38\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 109,\r\n                            \"taxCategoryDescription\": \"HIKING TRAIL - Per Person Test\",\r\n                            \"taxableAmount\": 15.00,\r\n                            \"amount\": 14.00\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"Id\": 118,\r\n                    \"Description\": \"Hiking Trails\",\r\n                    \"quantity\": 1,\r\n                    \"startDate\": \"2022-10-28\",\r\n                    \"endDate\": \"2022-10-28\",\r\n                    \"beforeTax\": 15.00,\r\n                    \"afterTax\": 31.03,\r\n                    \"includedInRoomRate\": 0,\r\n                    \"pricingType\": 0,\r\n                    \"validDays\": [\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1,\r\n                        1\r\n                    ],\r\n                    \"fees\": [\r\n                        {\r\n                            \"taxCategoryId\": 105,\r\n                            \"taxCategoryDescription\": \"HIKING TRAIL - Sales Tax\",\r\n                            \"taxableAmount\": 15.00,\r\n                            \"amount\": 1.65\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 106,\r\n                            \"taxCategoryDescription\": \"HIKING TRAIL - Occupancy Tax\",\r\n                            \"taxableAmount\": 15.00,\r\n                            \"amount\": 0.38\r\n                        },\r\n                        {\r\n                            \"taxCategoryId\": 109,\r\n                            \"taxCategoryDescription\": \"HIKING TRAIL - Per Person Test\",\r\n                            \"taxableAmount\": 15.00,\r\n                            \"amount\": 14.00\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"hotelInfo\": {\r\n        \"hotelId\": \"testlExternalPMSId\",\r\n        \"hotelName\": \"InnQuest Software\",\r\n        \"starRating\": \"0\",\r\n        \"phoneNumbers\": [\r\n            \"\"\r\n        ],\r\n        \"emails\": null,\r\n        \"checkIn\": {\r\n            \"from\": null,\r\n            \"to\": null\r\n        },\r\n        \"checkOut\": {\r\n            \"from\": null,\r\n            \"to\": null\r\n        },\r\n        \"addressInfo\": {\r\n            \"address1\": \"500 N Westshore Blvd, Suite 950\",\r\n            \"address2\": \"\",\r\n            \"city\": \"Tampa\",\r\n            \"state\": \"FL 33609\",\r\n            \"region\": \"\",\r\n            \"zipPostal\": \"33609\",\r\n            \"countryCode\": \"\",\r\n            \"latitude\": \"0.000000\",\r\n            \"longitude\": \"0.000000\",\r\n            \"websiteURL\": \"\"\r\n        }\r\n    },\r\n    \"status\": {\r\n        \"propertyid\": \"{{pmsid}}\",\r\n        \"messagetype\": \"Generic Reservation\",\r\n        \"status\": 0,\r\n        \"errorThrown\": false,\r\n        \"errorException\": [\r\n            \"Generic Reservation Success\"\r\n        ],\r\n        \"message\": \"Generic Reservation - Success\",\r\n        \"timestamp\": \"2022-10-26 14:46:57\",\r\n        \"traceid\": \"1563\",\r\n        \"postingId\": \"\"\r\n    }\r\n}]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/reservations/init","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","hotel","reservations","init"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"74d610b4-2505-4135-af9b-7165fb3d852a"}],"id":"1c1ef04d-df8b-463d-bd1e-23074079faad","_postman_id":"1c1ef04d-df8b-463d-bd1e-23074079faad","description":""},{"name":"IQScan","item":[{"name":"IQScanReq","id":"ac0e6e02-01e5-4c22-b21d-c7816b30e489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n    \"OriginWorkstationId\": \"EmanWS1\",\r\n    \"ScannerName\": \"ATP\",\r\n    \"SerialNumber\":\"ATPSNS\",\r\n    \"WorkstationId\": \"ATPWS\",\r\n    \"PropertyId\": \"ATP\",\r\n    \"UniqueId\": \"c0ab527c79bc4b1fa3d5eef0c7e01d6aa\",\r\n    \"IsScanCancelled\": \"false\"\r\n}]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/iqscanreq","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","iqscanreq"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"ac0e6e02-01e5-4c22-b21d-c7816b30e489"}],"id":"79a4987e-628d-4dc9-9757-2287ff0ca970","_postman_id":"79a4987e-628d-4dc9-9757-2287ff0ca970","description":""},{"name":"IQPrint","item":[{"name":"IQPrintRequest","id":"3ef16688-50ed-4afc-b4a9-96aafc1ef94b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}"},{"key":"Async","value":"true"}],"body":{"mode":"raw","raw":"[\r\n   {\r\n      \"PropertyId\":\"AGORASANDBOX\",\r\n      \"OriginWorkstationId\":\"00a663e8077c96bc8d50a444120a4dd370a6dcb6864fba533d99ed3a1ebe0cb6\",\r\n      \"DeviceName\":\"Jan27\",\r\n      \"SerialNumber\":\"c24bccbc-d890-4d32-b30c-51d95aaae9cf\",\r\n      \"WorkstationId\":\"00a663e8077c96bc8d50a444120a4dd370a6dcb6864fba533d99ed3a1ebe0cb6\",\r\n      \"UniqueId\":\"0b9ddc09460611f0bdac9200d7b3f6bf\",\r\n      \"IsRequestCancelled\":false,\r\n      \"OpenCashDrawer\":\"1\",\r\n      \"PrintTime\":\"2025-10-06T14:12:00Z\",\r\n      \"RequestData\": [\r\n         \"183GmgAAAAAAALAJtA0sAQAAAAA5UgEACQAAAzUNAAAWACQAAAAAAAUAAAALAgAAAAAFAAAADAK0DbAJDAAAACYGDwAOACcFDgBERVRBSUwAAAAAFAAAACYGDwAdACcFCwBTTUFSVFNUUklORwBDRUlQVFFVRQAAAAAgAAMAAAAeAAUAAAAJAgAAAAIFAAAAAgEBAAAAHAAAAPsC3/8AAAAAAAC8AgAAAAAAAAAAVGFob21hAA+ACLJ0zAoKBgAACgAAAAAAYrwTd0AAAAAEAAAALQEAAAUAAAAuAQAAAAAUAAAAMgpLACwBEQAEAEwASwBJA30ASW5uUXVlc3QgU29mdHdhcmUwBAAAACcB//8SAAAAJgYPABoAJwUMAFNNQVJUU1RSSU5HAAcBEAAAAAQAAAAMAAAAJgYPAA4AJwUPAERFVEFJTAAAAAAMAAAAJgYPAA4AJwUOAERFVEFJTAAAAAAUAAAAJgYPAB0AJwULAFNNQVJUU1RSSU5HAENFSVBUUVVFAAAAACAAAwAAAB4ABQAAAAkCAAAAAgUAAAACAQEAAAAcAAAA+wLf/wAAAAAAAJABAAAAAAAAAABUYWhvbWEAD4AIsnTMCgoHAAAKAAAAAABivBN3QAAAAAQAAAAtAQEABQAAAC4BAAAAABsAAAAyCnMA3AAfAAQATABzAEkDpQA1MDAgTiBXZXN0c2hvcmUgQmx2ZCwgU3VpdGUgOTUwAAQAAAAnAf//EgAAACYGDwAaACcFDABTTUFSVFNUUklORwAHARAAAAAEAAAADAAAACYGDwAOACcFDwBERVRBSUwAAAAADAAAACYGDwAOACcFDgBERVRBSUwAAAAAFAAAACYGDwAdACcFCwBTTUFSVFNUUklORwBCbHZkLCBTdQAAAAA5AAMAAAAeAAUAAAAJAgAAAAIFAAAAAgEBAAAAHAAAAPsC3/8AAAAAAACQAQAAAAAAAAAAVGFob21hAA+ACLJ0zAoKCAAACgAAAAAAYrwTd0AAAAAEAAAALQECAAUAAAAuAQAAAAATAAAAMgqbAEwBDwAEAEwAmwBJA80AVGFtcGEsIEZMIDMzNjA5AAQAAAAnAf//EgAAACYGDwAaACcFDABTTUFSVFNUUklORwAHARAAAAAEAAAADAAAACYGDwAOACcFDwBERVRBSUwAAAAADAAAACYGDwAOACcFDgBERVRBSUwAAAAAFAAAACYGDwAdACcFCwBTTUFSVFNUUklORwBDRUlQVFFVRQAAAAAgAAMAAAAeAAUAAAAJAgAAAAIFAAAAAgEBAAAAHAAAAPsC3/8AAAAAAACQAQAAAAAAAAAAVGFob21hAA+ACLJ0zAoKCQAACgAAAAAAYrwTd0AAAAAEAAAALQEDAAUAAAAuAQAAAAAVAAAAMgrDAC0BEwAEAEwAwwBJA/UAUGhvbmU6IDgxMy0yODgtNDkwMAAEAAAAJwH//xIAAAAmBg8AGgAnBQwAU01BUlRTVFJJTkcABwEQAAAABAAAAAwAAAAmBg8ADgAnBQ8AREVUQUlMAAAAAAwAAAAmBg8ADgAnBQ4AREVUQUlMAAAAABQAAAAmBg8AHQAnBQsATElORQAzLTI4OC00OTAwACwgU3UAAAAAOQAIAAAA+gIAAAEAAAAAAAACBAAAAC0BBAAFAAAAFAL+AEwABQAAABMC/gBJAwgAAAD6AgAAAAAAAAAAAAAEAAAALQEFABIAAAAmBg8AGgAnBQwATElORQAATkFJAFzweg/lIwQBmAoAAAQAAADwAQQADAAAACYGDwAOACcFDwBERVRBSUwAAAAADAAAACYGDwAOACcFDgBERVRBSUwAAAAAFAAAACYGDwAdACcFCwBTVFJJTkcAUklORwBDRUlQVFFVRQAAAAAgAAMAAAAeAAUAAAAJAgAAAAIFAAAAAgEBAAAAHAAAAPsC3/8AAAAAAACQAQAAAAAAAAAAVGFob21hAA+ACLJ0tQoKEgAACgAAAAAAYrwTd0AAAAAEAAAALQEEAAUAAAAuAQAAAAAHAAAAMgoaAVYAAAAAAAQAAAAnAf//EgAAACYGDwAaACcFDABTVFJJTkcAAAAArZEGAQAAAAAAAAAADAAAACYGDwAOACcFDwBERVRBSUwAAAAADAAAACYGDwAOACcFDgBERVRBSUwAAAAAFAAAACYGDwAdACcFCwBTTUFSVFNUUklORwBDRUlQVFFVRQAAAAAgAAMAAAAeAAUAAAAJAgAAAAIFAAAAAgEBAAAAHAAAAPsCxv8AAAAAAACQAQAAAAAAAAAAQXJpYWwgTmFycm93AAoKEwAACgAAAAAAYrwTd0AAAAAEAAAALQEGAAUAAAAuAQAAAAASAAAAMgpJAQwBDgAEAEwASQFJA5UBUGFya2luZyBQZXJtaXQEAAAAJwH//xIAAAAmBg8AGgAnBQwAU01BUlRTVFJJTkcABwEQAAAABAAAAAwAAAAmBg8ADgAnBQ8AREVUQUlMAAAAAAwAAAAmBg8ADgAnBQ4AREVUQUlMAAAAABQAAAAmBg8AHQAnBQsAU1RSSU5HAFJJTkcAQ0VJUFRRVUUAAAAAIAADAAAAHgAFAAAACQIAAAACBQAAAAIBAQAAABwAAAD7At//AAAAAAAAkAEAAAAAAAAAAFRhaG9tYQAPgAiydLUKChQAAAoAAAAAAGK8E3dAAAAABAAAAC0BBwAFAAAALgEAAAAABwAAADIKiwFWAAAAAAAEAAAAJwH//xIAAAAmBg8AGgAnBQwAU1RSSU5HAAAAAK2RBgEAAAAAAAAAAAwAAAAmBg8ADgAnBQ8AREVUQUlMAAAAAAwAAAAmBg8ADgAnBQ4AREVUQUlMAAAAABQAAAAmBg8AHQAnBQsAU01BUlRTVFJJTkcAQ0VJUFRRVUUAAAAAIAADAAAAHgAFAAAACQIAAAACBQAAAAIBAQAAABwAAAD7Asb/AAAAAAAAkAEAAAAAAAAAAEFyaWFsIE5hcnJvdwAKChUAAAoAAAAAAGK8E3dAAAAABAAAAC0BCAAFAAAALgEAAAAAEAAAADIKugFMAAoABABMALoBSQMGAkRhdGUvVGltZToEAAAAJwH//xIAAAAmBg8AGgAnBQwAU01BUlRTVFJJTkcABwEAAAAABAAAABQAAAAmBg8AHQAnBQsAU01BUlRTVFJJTkcAMzYwOUi3IIMAAAAAAAADAAAAHgAFAAAACQIAAAACBQAAAAIBAQAAAAQAAAAtAQgABQAAAC4BAAAAABYAAAAyCroBAQEVAAQAFwG6AUoDBgIwNi8xMC8yMDI1IC0gMDU6MjAgUE0ABAAAACcB//8SAAAAJgYPABoAJwUMAFNNQVJUU1RSSU5HAAcBCAAAAAQAAAAMAAAAJgYPAA4AJwUPAERFVEFJTAAAAAAMAAAAJgYPAA4AJwUOAERFVEFJTAAAAAAUAAAAJgYPAB0AJwULAFNNQVJUU1RSSU5HAECV9BGglfQRAAAAAGAAAwAAAB4ABQAAAAkCAAAAAgUAAAACAQEAAAAcAAAA+wLG/wAAAAAAAJABAAAAAAAAAABBcmlhbCBOYXJyb3cACgoWAAAKAAAAAABivBN3QAAAAAQAAAAtAQkABQAAAC4BAAAAAA4AAAAyCvwBTAAGAAQATAD8AUkDSAJDbGVyazoEAAAAJwH//xIAAAAmBg8AGgAnBQwAU01BUlRTVFJJTkcABwEAAAAABAAAABQAAAAmBg8AHQAnBQsAU01BUlRTVFJJTkcAMjAgUE0AVUUAAAAAIAADAAAAHgAFAAAACQIAAAACBQAAAAIBAQAAAAQAAAAtAQkABQAAAC4BAAAAABYAAAAyCvwB/wAWAAQAFwH8AUoDSAJJUSAtIElublF1ZXN0IFNvZnR3YXJlBAAAACcB//8SAAAAJgYPABoAJwUMAFNNQVJUU1RSSU5HAAcBCAAAAAQAAAAMAAAAJgYPAA4AJwUPAERFVEFJTAAAAAAMAAAAJgYPAA4AJwUOAERFVEFJTAAAAAAUAAAAJgYPAB0AJwULAFNUUklORwBzdCBTb2Z0d2FyZQARAAAAAGB0AwAAAB4ABQAAAAkCAAAAAgUAAAACAQEAAAAcAAAA+wLf/wAAAAAAAJABAAAAAAAAAABUYWhvbWEAD4AIsnS1CgoXAAAKAAAAAABivBN3QAAAAAQAAAAtAQoABQAAAC4BAAAAAAcAAAAyCj4CVgAAAAAABAAAACcB//8SAAAAJgYPABoAJwUMAFNUUklORwAAAACtkQYBAAAAAAAAAAAMAAAAJgYPAA4AJwUPAERFVEFJTAAAAAAMAAAAJgYPAA4AJwUOAERFVEFJTAAAAAAUAAAAJgYPAB0AJwULAFNUUklORwBzdCBTb2Z0d2FyZQARAAAAAGAAAwAAAB4ABQAAAAkCAAAAAgUAAAACAQEAAAAcAAAA+wLf/wAAAAAAAJABAAAAAAAAAABUYWhvbWEAD4AIsnS1CgoYAAAKAAAAAABivBN3QAAAAAQAAAAtAQsABQAAAC4BAAAAAAcAAAAyCm0CVgAAAAAABAAAACcB//8SAAAAJgYPABoAJwUMAFNUUklORwAAAACtkQYBAAAAAAAAAAAMAAAAJgYPAA4AJwUPAERFVEFJTAAAAAAMAAAAJgYPAA4AJwUOAERFVEFJTAAAAAAUAAAAJgYPAB0AJwULAFNNQVJUU1RSSU5HAGZ0d2FyZQARAAAAAGAAAwAAAB4ABQAAAAkCAAAAAgUAAAACAQEAAAAcAAAA+wLG/wAAAAAAAJABAAAAAAAAAABBcmlhbCBOYXJyb3cACgoZAAAKAAAAAABivBN3QAAAAAQAAAAtAQwABQAAAC4BAAAAAA8AAAAyCpwCTAAIAAQATACcAkkD6AJDaGVja0luOgQAAAAnAf//EgAAACYGDwAaACcFDABTTUFSVFNUUklORwAHAQAAAAAEAAAAFAAAACYGDwAdACcFCwBTTUFSVFNUUklORwBmdHdhcmUAEQAAAABgMAMAAAAeAAUAAAAJAgAAAAIFAAAAAgEBAAAABAAAAC0BDAAFAAAALgEAAAAAEAAAADIKnAIqAgoABAAXAZwCSgPoAjA3LzAyLzIwMjUEAAAAJwH//xIAAAAmBg8AGgAnBQwAU01BUlRTVFJJTkcABwEIAAAABAAAAAwAAAAmBg8ADgAnBQ8AREVUQUlMAAAAAAwAAAAmBg8ADgAnBQ4AREVUQUlMAAAAABQAAAAmBg8AHQAnBQsAU01BUlRTVFJJTkcAZnR3YXJlABEAAAAAYAADAAAAHgAFAAAACQIAAAACBQAAAAIBAQAAABwAAAD7Asb/AAAAAAAAkAEAAAAAAAAAAEFyaWFsIE5hcnJvdwAKChoAAAoAAAAAAGK8E3dAAAAABAAAAC0BDQAFAAAALgEAAAAAEAAAADIK3gJMAAkABABMAN4CSQMqA0NoZWNrT3V0OgAEAAAAJwH//xIAAAAmBg8AGgAnBQwAU01BUlRTVFJJTkcABwEAAAAABAAAABQAAAAmBg8AHQAnBQsAU01BUlRTVFJJTkcAZnR3YXJlABEAAAAAYAADAAAAHgAFAAAACQIAAAACBQAAAAIBAQAAAAQAAAAtAQ0ABQAAAC4BAAAAABAAAAAyCt4CKgIKAAQAFwHeAkoDKgMwNy8wNC8yMDI1BAAAACcB//8SAAAAJgYPABoAJwUMAFNNQVJUU1RSSU5HAAcBCAAAAAQAAAAMAAAAJgYPAA4AJwUPAERFVEFJTAAAAAAMAAAAJgYPAA4AJwUOAERFVEFJTAAAAAAUAAAAJgYPAB0AJwULAFNUUklORwBSSU5HAGZ0d2FyZQARAAAAAGAAAwAAAB4ABQAAAAkCAAAAAgUAAAACAQEAAAAcAAAA+wLf/wAAAAAAAJABAAAAAAAAAABUYWhvbWEAD4AIsnS1CgobAAAKAAAAAABivBN3QAAAAAQAAAAtAQ4ABQAAAC4BAAAAAAcAAAAyCiADVgAAAAAABAAAACcB//8SAAAAJgYPABoAJwUMAFNUUklORwAAAACtkQYBAAAAAAAAAAAMAAAAJgYPAA4AJwUPAERFVEFJTAAAAAAMAAAAJgYPAA4AJwUOAERFVEFJTAAAAAAUAAAAJgYPAB0AJwULAFNUUklORwBSSU5HAGZ0d2FyZQARAAAAAGAAAwAAAB4ABQAAAAkCAAAAAgUAAAACAQEAAAAcAAAA+wLf/wAAAAAAAJABAAAAAAAAAABUYWhvbWEAD4AIsnS1CgocAAAKAAAAAABivBN3QAAAAAQAAAAtAQ8ABQAAAC4BAAAAAAcAAAAyCk8DVgAAAAAABAAAACcB//8SAAAAJgYPABoAJwUMAFNUUklORwAAAACtkQYBAAAAAAAAAAAMAAAAJgYPAA4AJwUPAERFVEFJTAAAAAAMAAAAJgYPAA4AJwUOAERFVEFJTAAAAAAUAAAAJgYPAB0AJwULAFNUUklORwBSSU5HAGZ0d2FyZQARAAAAAGB0AwAAAB4ABQAAAAkCAAAAAgUAAAACAQEAAAAcAAAA+wLf/wAAAAAAAJABAAAAAAAAAABUYWhvbWEAD4AIsnS1CgodAAAKAAAAAABivBN3QAAAAAQAAAAtARAABQAAAC4BAAAAAAcAAAAyCn4DVgAAAAAABAAAACcB//8SAAAAJgYPABoAJwUMAFNUUklORwAAAACtkQYBAAAAAAAAAAAMAAAAJgYPAA4AJwUPAERFVEFJTAAAAAAMAAAAJgYPAA4AJwUOAERFVEFJTAAAAAAUAAAAJgYPAB0AJwULAFNNQVJUU1RSSU5HAGZ0d2FyZQARAAAAAGAAAwAAAB4ABQAAAAkCAAAAAgUAAAACAQEAAAAcAAAA+wK9/wAAAAAAAJABAAAAAAAAAABBcmlhbCBCbGFjawC1CgoeAAAKAAAAAABivBN3QAAAAAQAAAAtAREABQAAAC4BAAAAABEAAAAyCq0D8QAMAAQATACtA0kDFgRUaWNrZXQgIzogNzYEAAAAJwH//xIAAAAmBg8AGgAnBQwAU01BUlRTVFJJTkcABwEQAAAABAAAAAwAAAAmBg8ADgAnBQ8AREVUQUlMAAAAAAwAAAAmBg8ADgAnBQ4AREVUQUlMAAAAABQAAAAmBg8AHQAnBQsAU1RSSU5HAFJJTkcAZnR3YXJlABEAAAAAYAADAAAAHgAFAAAACQIAAAACBQAAAAIBAQAAABwAAAD7At//AAAAAAAAkAEAAAAAAAAAAFRhaG9tYQAPgAiydLUKCh8AAAoAAAAAAGK8E3dAAAAABAAAAC0BEgAFAAAALgEAAAAABwAAADIKDARWAAAAAAAEAAAAJwH//xIAAAAmBg8AGgAnBQwAU1RSSU5HAAAAAK2RBgEAAAAAAAAAAAwAAAAmBg8ADgAnBQ8AREVUQUlMAAAAAAwAAAAmBg8ADgAnBQ4AREVUQUlMAAAAABQAAAAmBg8AHQAnBQsAU1RSSU5HAFJJTkcAZnR3YXJlABEAAAAAYDADAAAAHgAFAAAACQIAAAACBQAAAAIBAQAAABwAAAD7At//AAAAAAAAkAEAAAAAAAAAAFRhaG9tYQAPgAiydLUKCiAAAAoAAAAAAGK8E3dAAAAABAAAAC0BEwAFAAAALgEAAAAABwAAADIKOwRWAAAAAAAEAAAAJwH//xIAAAAmBg8AGgAnBQwAU1RSSU5HAAAAAK2RBgEAAAAAAAAAAAwAAAAmBg8ADgAnBQ8AREVUQUlMAAAAAAwAAAAmBg8ADgAnBQ4AREVUQUlMAAAAABQAAAAmBg8AHQAnBQsAVEVYVABHAFJJTkcAZnR3YXJlABEAAAAAYAADAAAAHgAFAAAACQIAAAACBQAAAAIBAgAAAAUAAAABAv///wIcAAAA+wLf/wAAAAAAAJABAAAAAAAAAABUYWhvbWEAD4AIsnS1CgohAAAKAAAAAABivBN3QAAAAAQAAAAtARQABQAAAC4BAAAAACIAAAAyCmoETAAtAAIATABqBEkDkgRUaGlzIGxpY2Vuc2UgcGVybWl0cyBvbmUgdmVoaWNsZSB0byBwYXJrIGluIGEABAAAACcB//8DAAAAHgAFAAAACQIAAAACBQAAAAIBAgAAAAUAAAABAv///wIEAAAALQEUAAUAAAAuAQAAAAAkAAAAMgqSBEwAMgACAEwAkgRJA7oEZGVzaWduYXRlZCBzcGFjZSBmb3IgdGhlIHRpbWUgcGVyaW9kIGxpc3RlZCBhYm92ZS4EAAAAJwH//wMAAAAeAAUAAAAJAgAAAAIFAAAAAgECAAAABQAAAAEC////AgQAAAAtARQABQAAAC4BAAAAACQAAAAyCroETAAyAAIATAC6BEkD4gRUaGlzIGZhY2lsaXR5IGlzIG5vdCByZXNwb25zaWJsZSBmb3IgbG9zc2VzIGR1ZSB0bwQAAAAnAf//AwAAAB4ABQAAAAkCAAAAAgUAAAACAQIAAAAFAAAAAQL///8CBAAAAC0BFAAFAAAALgEAAAAAIQAAADIK4gRMACwAAgBMAOIESQMKBXdlYXRoZXIgb3IgdmFuZGFsaXNtLiBQYXJrIGF0IHlvdXIgb3duIHJpc2suBAAAACcB//8SAAAAJgYPABoAJwUMAFRFWFQAD3pyBwH8AgcAAQAAAP0CAAAMAAAAJgYPAA4AJwUPAERFVEFJTAAAAAAMAAAAJgYPAA4AJwUOAERFVEFJTAAAAAAUAAAAJgYPAB0AJwULAFNUUklORwBSSU5HAGZ0d2FyZQARAAAAAGB0AwAAAB4ABQAAAAkCAAAAAgUAAAACAQEAAAAcAAAA+wL8/wAAAAAAAJABAAAAAAAAAABBcmlhbAB6D4AIsnS1CgoiAAAKAAAAAABivBN3QAAAAAQAAAAtARUABQAAAC4BAAAAAAgAAAAyCjYGaAABAAAALgoEAAAAJwH//xIAAAAmBg8AGgAnBQwAU1RSSU5HAAAAAK2RBgEAAAAAAAAAAAwAAAAmBg8ADgAnBQ8AREVUQUlMAAAAAAMAAAAAAA==\"\r\n      ]\r\n   }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/iqprint/request","urlObject":{"path":["aspire-{{pms-environment}}","iqprint","request"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"3ef16688-50ed-4afc-b4a9-96aafc1ef94b"}],"id":"18604861-ec5e-4b31-9e72-f5d136799949","_postman_id":"18604861-ec5e-4b31-9e72-f5d136799949","description":""}],"id":"80d3188f-4c1a-4403-9eaf-d6566240a01e","_postman_id":"80d3188f-4c1a-4403-9eaf-d6566240a01e","description":""},{"name":"Endpoints to PMS (SP Gateway)","item":[{"name":"Fuel","item":[{"name":"Fuel - RMA","item":[{"name":"ExtendedBookingReq - RMA","id":"3626d182-c4da-4ab5-b66f-b0a3282c510a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/extbooking?propertyid=Fuel_{{pmsid_RMA}}&bookingid=131755571&lastname=Samy&correlationid=BLS02493493","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","extbooking"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"propertyid","value":"Fuel_{{pmsid_RMA}}"},{"key":"bookingid","value":"131755571"},{"key":"lastname","value":"Samy"},{"key":"correlationid","value":"BLS02493493"}],"variable":[]}},"response":[],"_postman_id":"3626d182-c4da-4ab5-b66f-b0a3282c510a"},{"name":"BillingInfoReq - RMA","id":"ba21bc00-4e2c-40bb-ae60-d54eae0e953a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/billinginforeq?propertyid=Fuel_{{pmsid_RMA}}&bookingid=131755571&lastname=Samy","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","billinginforeq"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"propertyid","value":"Fuel_{{pmsid_RMA}}"},{"key":"bookingid","value":"131755571"},{"key":"lastname","value":"Samy"}],"variable":[]}},"response":[],"_postman_id":"ba21bc00-4e2c-40bb-ae60-d54eae0e953a"},{"name":"Checkin - RMA","id":"970ae516-189c-4fbf-bec4-2e3a4acf1913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyid\": \"Fuel_{{pmsid_RMA}}\",\r\n    \"bookingid\": \"131755571\",\r\n    \"lastname\": \"Samy\",\r\n    \"checkindate\": \"2024-05-01\",\r\n    \"checkintime\": \"15:54:30\",\r\n    \"estimatedcheckintime\": \"13:30:30\",\r\n    \"ressignatures\": \"data:image/png;base64,XXXX\",\r\n    \"vehicles\": [\r\n        {\r\n            \"vehicletype\": \"Toyota Corolla\",\r\n            \"vehicleplate\": \"Mkpj778\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/checkin","description":"<p>This is the request of the current status of a certain room on the fly . This is also used to get the status of a reservation</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","checkin"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"970ae516-189c-4fbf-bec4-2e3a4acf1913"},{"name":"Checkout -RMA","id":"dc2cb55c-450f-4abd-8381-32bb245b8fc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyid\": \"Fuel_{{pmsid_RMA}}\",\r\n    \"bookingid\": \"131755571\",\r\n    \"lastname\": \"Samy\",\r\n    \"checkoutdate\": \"2021-08-17\",\r\n    \"checkouttime\": \"10:51:00\" \r\n    }","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/checkout","description":"<p>This is the request of the current status of a certain room on the fly . This is also used to get the status of a reservation</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","checkout"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"dc2cb55c-450f-4abd-8381-32bb245b8fc1"}],"id":"f7412623-dc63-4e03-b8c5-6096e5ae60f1","_postman_id":"f7412623-dc63-4e03-b8c5-6096e5ae60f1","description":""},{"name":"AddOnAvailabilityReq","id":"e5497577-0b46-4071-bceb-1a0b28d89171","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"{{Fuel-Api-Key}}"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyid\": \"Fuel_{{pmsid}}\",\r\n    \"arrivaldate\": \"2021-04-01\",\r\n    \"departuredate\": \"2021-04-04\",\r\n    \"adults\": 1,\r\n    \"children\": 0,\r\n    \"roomtypecode\": \"DLX\"\r\n}"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/AddOnAvailabilityReq","description":"<p>This command will GET availability information for requested items and dates</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","AddOnAvailabilityReq"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"e5497577-0b46-4071-bceb-1a0b28d89171"},{"name":"ExtendedBookingReq","id":"053adbc1-33ec-4783-99f0-c1e1bc64cf4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/extbooking?propertyid=Fuel_{{pmsid}}&bookingid=14330&lastname=Hartley","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","extbooking"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"propertyid","value":"Fuel_{{pmsid}}"},{"key":"bookingid","value":"14330"},{"key":"lastname","value":"Hartley"}],"variable":[]}},"response":[],"_postman_id":"053adbc1-33ec-4783-99f0-c1e1bc64cf4b"},{"name":"BillingInfoReq","id":"f3f5d8b4-9a1a-43c2-8eb6-b9757fa45a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/billinginforeq?propertyid=Fuel_{{pmsid}}&bookingid=14309&lastname=Hartley","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","billinginforeq"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"propertyid","value":"Fuel_{{pmsid}}"},{"key":"bookingid","value":"14309"},{"key":"lastname","value":"Hartley"}],"variable":[]}},"response":[],"_postman_id":"f3f5d8b4-9a1a-43c2-8eb6-b9757fa45a68"},{"name":"ExtendedBookingUpdate","id":"5fa059c4-43f6-4293-b78a-d3e70ce32d7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlationid\": null,\r\n    \"propertyid\": \"Fuel_{{pmsid}}\",\r\n    \"bookingid\": \"14435\",\r\n    \"folionumber\": null,\r\n    \"otareference\": null,\r\n    \"resstatus\": \"R\",\r\n    \"reslastname\": \"Hartley\",\r\n    \"resfirstname\": \"Emerson\",\r\n    \"resstreet\": \"Kartanomaenkatu 64\",\r\n    \"rescity\": \"Suonenjoki\",\r\n    \"resstate\": \"CA\",\r\n    \"respostalcode\": \"95610\",\r\n    \"rescountry\": \"Finland\",\r\n    \"resemail\": \"random901@gmail.com\",\r\n    \"marketindicator\": \"6\",\r\n    \"resphone1\": \"046 803 5358\",\r\n    \"resphone1usetype\": \"Mobile\",\r\n    \"resphone2\": null,\r\n    \"resphone2usetype\": \"Contact\",\r\n    \"sublastname\": null,\r\n    \"subfirstname\": null,\r\n    \"substreet\": null,\r\n    \"subcity\": null,\r\n    \"substate\": null,\r\n    \"subcountry\": null,\r\n    \"subzipcode\": null,\r\n    \"subphone\": null,\r\n    \"subemail\": null,\r\n    \"subsubfolio\": null,\r\n    \"roomnumber\": null,\r\n    \"adults\": 2,\r\n    \"child\": 0,\r\n    \"checkin\": \"2026-04-15\",\r\n    \"nights\": 2,\r\n    \"checkout\": \"2026-04-17\",\r\n    \"groupcode\": null,\r\n    \"groupname\": null,\r\n    \"company\": \"0\",\r\n    \"bedtype\": \"DLX\",\r\n    \"rooms\": \"1\",\r\n    \"reshousenote\": null,\r\n    \"latecheckout\": false,\r\n    \"ressignatureendpoint\": null,\r\n    \"respictureendpoint\": null,\r\n    \"hasbeenauthenticated\": false,\r\n    \"entrydate\": null,\r\n    \"cancellationdate\": null,\r\n    \"showrates\": null,\r\n    \"resratecode\": \"BAR\",\r\n    \"resratedescription\": \"Best Available Rate\",\r\n    \"guestcomments\": null,\r\n    \"totalroom\": 800.0,\r\n    \"roomtax\": 96.02,\r\n    \"subtotal\": 896.02,\r\n    \"dailycharge\": 0.0,\r\n    \"dailytax\": 0.0,\r\n    \"totalstay\": 896.02,\r\n    \"totalpretax\": 800.0,\r\n    \"totaltaxes\": 96.02,\r\n    \"averagepernight\": 298.67,\r\n    \"depositamnt\": 0.0,\r\n    \"balancedue\": 896.02,\r\n    \"creditcards\": null,\r\n    \"extrafields\": null,\r\n    \"vehicles\": [{\r\n        \"vehicletype\": \"Mazda 6\",\r\n        \"vehicleplate\": \"V7M2K9\"\r\n    }],\r\n    \"addons\": null\r\n}"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/extbookingupdate","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","extbookingupdate"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"5fa059c4-43f6-4293-b78a-d3e70ce32d7a"},{"name":"AddonListReq","id":"fb29389b-9bcc-4573-b2cb-b7f399fa272d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/addonlistreq?propertyid=Fuel_{{pmsid}}","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","addonlistreq"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"propertyid","value":"Fuel_{{pmsid}}"}],"variable":[]}},"response":[],"_postman_id":"fb29389b-9bcc-4573-b2cb-b7f399fa272d"},{"name":"RoomTypeListReq","id":"5367e753-6e14-4c1d-835e-28cc2848af79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/roomtypelistreq?propertyid=Fuel_{{pmsid}}","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","roomtypelistreq"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"propertyid","value":"Fuel_{{pmsid}}"}],"variable":[]}},"response":[],"_postman_id":"5367e753-6e14-4c1d-835e-28cc2848af79"},{"name":"RoomStatusReq","id":"225d2e59-cef7-4865-8c32-ce0cbb2d3f75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/roomstatusreq/?propertyid=Fuel_{{pmsid}}&bookingid=14398&lastname=Hartley","description":"<p>This is the request of the current status of a certain room on the fly . This is also used to get the status of a reservation</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","roomstatusreq",""],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"propertyid","value":"Fuel_{{pmsid}}"},{"key":"bookingid","value":"14398"},{"key":"lastname","value":"Hartley"}],"variable":[]}},"response":[],"_postman_id":"225d2e59-cef7-4865-8c32-ce0cbb2d3f75"},{"name":"Checkin","id":"cf4442fc-8eb1-4c10-a942-67a8558564aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyid\": \"Fuel_{{pmsid}}\",\r\n    \"bookingid\": \"14347\",\r\n    \"lastname\": \"Hartley\",\r\n    \"checkindate\": \"2024-05-01\",\r\n    \"checkintime\": \"15:54:30\",\r\n    \"estimatedcheckintime\": \"13:30:30\",\r\n    \"ressignatures\": \"data:image/png;base64,XXXX\",\r\n    \"vehicles\": [\r\n        {\r\n            \"vehicletype\": \"Toyota Corolla\",\r\n            \"vehicleplate\": \"Mkpj778\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/checkin","description":"<p>This is the request of the current status of a certain room on the fly . This is also used to get the status of a reservation</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","checkin"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"cf4442fc-8eb1-4c10-a942-67a8558564aa"},{"name":"Checkout","id":"6faa75bc-8a80-4836-999d-24efa60a167b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyid\": \"Fuel_{{pmsid}}\",\r\n    \"bookingid\": \"14324\",\r\n    \"lastname\": \"Hartley\",\r\n    \"checkoutdate\": \"2021-08-17\",\r\n    \"checkouttime\": \"10:51:00\" \r\n    }","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/checkout","description":"<p>This is the request of the current status of a certain room on the fly . This is also used to get the status of a reservation</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","checkout"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"6faa75bc-8a80-4836-999d-24efa60a167b"}],"id":"6428738c-eaeb-41c3-b63b-de2f7d488bf2","_postman_id":"6428738c-eaeb-41c3-b63b-de2f7d488bf2","description":""},{"name":"Flexkeeping","item":[{"name":"RoomCleanness","event":[{"listen":"prerequest","script":{"id":"76100dc9-19b5-45f3-a2f2-a994ac591485","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"af26ce4c-1c6c-4fe5-aa55-0ce9528a3939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Flex-Api-Key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[{\n    \"Object\": \"FLEX_{{pmsid}}\",\n    \"Room\": \"104\",\n    \"Cleanness\": \"IN\"\n}]\n"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/flexkeeping/roomcleanness","urlObject":{"path":["aspire-{{sp-environment}}","flexkeeping","roomcleanness"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"af26ce4c-1c6c-4fe5-aa55-0ce9528a3939"},{"name":"RoomCleanness (Multiple)","event":[{"listen":"prerequest","script":{"id":"94965d13-5c68-4779-a4c0-91a7f5fb8472","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"a38c0acb-70d6-4e38-86d4-60e64ee2b8b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"{{Flex-Api-Key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Async","type":"text","value":"true"}],"body":{"mode":"raw","raw":"[{\n    \"Object\": \"FLEX_{{pmsid}}\",\n    \"Room\": \"101\",\n    \"Cleanness\": \"DI\",\n    \"DateTimeStamp\": \"2020-07-28T16:30:00\"\n}\n,{\n    \"Object\": \"FLEX_{{pmsid}}\",\n    \"Room\": \"102\",\n    \"Cleanness\": \"DI\",\n    \"DateTimeStamp\": \"2020-07-28T16:30:00\"\n},\n{\n    \"Object\": \"FLEX_{{pmsid}}\",\n    \"Room\": \"1002\",\n    \"Cleanness\": \"DI\",\n    \"DateTimeStamp\": \"2020-07-28T16:30:00\"\n},\n{\n    \"Object\": \"FLEX_{{pmsid}}\",\n    \"Room\": \"104\",\n    \"Cleanness\": \"DI\",\n    \"DateTimeStamp\": \"2020-07-28T16:30:00\"\n},\n{\n    \"Object\": \"FLEX_{{pmsid}}\",\n    \"Room\": \"105\",\n    \"Cleanness\": \"DI\",\n    \"DateTimeStamp\": \"2020-07-28T16:30:00\"\n},\n{\n    \"Object\": \"FLEX_{{pmsid}}\",\n    \"Room\": \"106\",\n    \"Cleanness\": \"DI\",\n    \"DateTimeStamp\": \"2020-07-28T16:30:00\"\n},\n{\n    \"Object\": \"FLEX_{{pmsid}}\",\n    \"Room\": \"107\",\n    \"Cleanness\": \"DI\",\n    \"DateTimeStamp\": \"2020-07-28T16:30:00\"\n},\n{\n    \"Object\": \"FLEX_{{pmsid}}\",\n    \"Room\": \"317\",\n    \"Cleanness\": \"IN\",\n    \"DateTimeStamp\": \"2020-07-28T16:30:00\"\n},\n{\n    \"Object\": \"FLEX_{{pmsid}}\",\n    \"Room\": \"319\",\n    \"Cleanness\": \"IN\",\n    \"DateTimeStamp\": \"2020-07-28T16:30:00\"\n},\n{\n    \"Object\": \"FLEX_{{pmsid}}\",\n    \"Room\": \"320\",\n    \"Cleanness\": \"IN\",\n    \"DateTimeStamp\": \"2020-07-28T16:30:00\"\n},\n{\n    \"Object\": \"FLEX_{{pmsid}}\",\n    \"Room\": \"321\",\n    \"Cleanness\": \"IN\",\n    \"DateTimeStamp\": \"2020-07-28T16:30:00\"\n},\n{\n    \"Object\": \"FLEX_{{pmsid}}\",\n    \"Room\": \"322\",\n    \"Cleanness\": \"DI\",\n    \"DateTimeStamp\": \"2020-07-28T16:30:00\"\n}\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/flexkeeping/roomcleanness","urlObject":{"path":["aspire-{{sp-environment}}","flexkeeping","roomcleanness"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"a38c0acb-70d6-4e38-86d4-60e64ee2b8b5"},{"name":"RoomMiniBarCharge","event":[{"listen":"prerequest","script":{"id":"a8d4383a-2244-42dd-8304-358f02cf50f9","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"913c44cc-a3df-4dd4-b0a2-2401665ce2c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"{{Flex-Api-Key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Async","type":"text","value":"true"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Object\": \"FLEX_{{pmsid}}\",\r\n        \"Room\": \"301\",\r\n        \"Items\": [\r\n           \r\n            {\r\n                \"ItemId\": \"4\",\r\n                \"Quantity\": 2,\r\n                \"Description\": \"Water\",\r\n                \"Price\": 2\r\n            }\r\n        ],\r\n        \"BookingId\": \"169949\",\r\n        \"TransactionDateTime\": \"{{timestamp}}\"\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/flexkeeping/roomminibar","urlObject":{"path":["aspire-{{sp-environment}}","flexkeeping","roomminibar"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"913c44cc-a3df-4dd4-b0a2-2401665ce2c4"}],"id":"bf1f936e-d864-4520-b6ca-6cf94e9db893","description":"<p>These are all the requests that can flow from Flexkeeping to a PMS system. </p>\n<p><strong>They do not require a JWT token, therefore no Bearer authorization</strong>.\nThe only thing required is the Subscription-key.</p>\n","_postman_id":"bf1f936e-d864-4520-b6ca-6cf94e9db893"},{"name":"Generic","item":[{"name":"CRM","item":[{"name":"CancelReservation","event":[{"listen":"prerequest","script":{"id":"1eb13a23-0c97-40f7-804a-cddc079948ae","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"b68f3bda-b5a5-4fae-acb8-a1bf26eb3a5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"{{Flex-Api-Key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Async","type":"text","value":"false"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Object\": \"{{pmsid}}\",\r\n        \"Room\": \"103\",\r\n        \"Items\": [\r\n           \r\n            {\r\n                \"ItemId\": \"3\",\r\n                \"Quantity\": 2,\r\n                \"Description\": \"Water\",\r\n                \"Price\": 2\r\n            }\r\n        ],\r\n        \"BookingId\": \"13603\",\r\n        \"TransactionDateTime\": \"{{timestamp}}\"\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/{{pmsid}}/CancelReservation","urlObject":{"path":["aspire-{{sp-environment}}","{{pmsid}}","CancelReservation"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"b68f3bda-b5a5-4fae-acb8-a1bf26eb3a5b"},{"name":"CreateProfile","event":[{"listen":"prerequest","script":{"id":"ac629411-d934-4c32-a9c0-672d2da2dc28","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"66557ad4-7356-4aa8-8fc3-2f6a925d9986","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"8b1bc5e315a8421b8d23d986c2927c41"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Async","type":"text","value":"true"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Object\": \"{{pmsid}}\",\r\n        \"Room\": \"103\",\r\n        \"Items\": [\r\n           \r\n            {\r\n                \"ItemId\": \"3\",\r\n                \"Quantity\": 2,\r\n                \"Description\": \"Water\",\r\n                \"Price\": 2\r\n            }\r\n        ],\r\n        \"BookingId\": \"13603\",\r\n        \"TransactionDateTime\": \"{{timestamp}}\"\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/{{pmsid}}/CreateProfile","urlObject":{"path":["aspire-{{sp-environment}}","{{pmsid}}","CreateProfile"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"66557ad4-7356-4aa8-8fc3-2f6a925d9986"},{"name":"CreateProfile - GMS","event":[{"listen":"prerequest","script":{"id":"ac629411-d934-4c32-a9c0-672d2da2dc28","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"bbcf9c84-7402-4853-a7e7-6e7d64a1e507","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"user-agent":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"fa70a68177454f92b6ba0e0b09c59723","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"<OTA_ProfileCreateRQ xmlns=\"http://www.opentravel.org/OTA/2003/05\" TimeStamp=\"2018-09-09T12:20:01\" Version=\"1.0\" EchoToken=\"45f110e5-df82-4be6-a42b-120f6e8e444c\">\r\n\t<UniqueID ID=\"99999999\" Type=\"PMS\"/>\r\n\t<Profile ProfileType=\"1\" LastModifyDateTime=\"2022-07-08T12:20:01\" CreateDateTime=\"2018-09-09T12:20:01\" CreatorID=\"PMS\" LastModifierID=\"Psalas\">\r\n\t\t<Customer VIP_Indicator=\"false\" Gender=\"Male\" BirthDate=\"1975-10-08\" Language=\"EN\">\r\n\t\t\t<PersonName>\r\n\t\t\t\t<NamePrefix>Mr</NamePrefix>\r\n\t\t\t\t<GivenName>Amelia</GivenName>\r\n\t\t\t\t<MiddleName></MiddleName>\r\n\t\t\t\t<Surname>Parson</Surname>\r\n\t\t\t\t<NameTitle>Eng</NameTitle>\r\n\t\t\t</PersonName>\r\n\t\t\t<Telephone PhoneNumber=\"2385832432\" PhoneTechType=\"3\" PhoneLocationType=\"123\"/>\r\n\t\t\t<Email>jdolores@test.com</Email>\r\n\t\t\t<Address>\r\n\t\t\t\t<AddressLine>106 Street</AddressLine>\r\n\t\t\t\t<AddressLine>GUadlupe</AddressLine>\r\n\t\t\t\t<CityName>East</CityName>\r\n\t\t\t\t<PostalCode>65003</PostalCode>\r\n\t\t\t\t<StateProv StateCode=\"NY\">NY</StateProv>\r\n\t\t\t\t<CountryName Code=\"USA\">United States</CountryName>\r\n\t\t\t</Address>\r\n\t\t\t<ContactPerson>\r\n\t\t\t\t<Email>Rperez@hotmail.com</Email>\r\n\t\t\t</ContactPerson>\r\n\t\t\t<EmployeeInfo EmployeeTitle=\"Dr\">\r\n\t\t\t</EmployeeInfo>\r\n\t\t\t<EmployerInfo CompanyShortName=\"TRavelCLick\">\r\n\t\t\t</EmployerInfo>\r\n\t\t\t<TPA_Extensions>\r\n\t\t\t\t<ZDirectExtension>\r\n\t\t\t\t\t<OptIn>false</OptIn>\r\n\t\t\t\t</ZDirectExtension>\r\n\t\t\t\t<Nationality Value=\"MX\">\r\n\t\t\t\t</Nationality>\r\n\t\t\t</TPA_Extensions>\r\n\t\t</Customer>\r\n\t\t<Comments>\r\n\t\t\t<Comment Category=\"1\" CreateDateTime=\"2018-09-09T12:20:01\">\r\n\t\t\t\t<Text>Profile test creation</Text>\r\n\t\t\t</Comment>\r\n\t\t</Comments>\r\n\t\t<TPA_Extensions>\r\n\t\t\t<TC_DataProvider>AgilysysQA</TC_DataProvider>\r\n\t\t</TPA_Extensions>\r\n\t\t<EmployerInfo CompanyShortName=\"TravelClick\" EmployeeTitle=\"Dr\">\r\n\t\t</EmployerInfo>\r\n\t\t<PrefCollections>\r\n\t\t\t<PrefCollection>\r\n\t\t\t\t<CommonPref>\r\n\t\t\t\t\t<InterestPref>Yes</InterestPref>\r\n\t\t\t\t</CommonPref>\r\n\t\t\t\t<HotelPref>\r\n\t\t\t\t\t<TPA_Extensions>\r\n\t\t\t\t\t\t<TPA_Extension>\r\n\t\t\t\t\t\t\t<Preferences>\r\n\t\t\t\t\t\t\t\t<Preference Type=\"1\" Value=\"123\">\r\n\t\t\t\t\t\t\t\t</Preference>\r\n\t\t\t\t\t\t\t</Preferences>\r\n\t\t\t\t\t\t</TPA_Extension>\r\n\t\t\t\t\t</TPA_Extensions>\r\n\t\t\t\t</HotelPref>\r\n\t\t\t</PrefCollection>\r\n\t\t</PrefCollections>\r\n\t\t<Services>\r\n\t\t</Services>\r\n\t</Profile>\r\n</OTA_ProfileCreateRQ>","options":{"raw":{"language":"xml"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/SANDBOX/CreateProfile","urlObject":{"path":["aspire-{{sp-environment}}","SANDBOX","CreateProfile"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"bbcf9c84-7402-4853-a7e7-6e7d64a1e507"},{"name":"GetProfile - GMS","event":[{"listen":"prerequest","script":{"id":"ac629411-d934-4c32-a9c0-672d2da2dc28","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"532dc676-7183-4e04-8d39-808281519c0b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"ad0c511ff4184a4f942903bc689df64a","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"xml"}}},"url":"https://p1.tcgms.net/pms_integration/roommasterota/profiles/RoomMaster/SANDBOX","urlObject":{"protocol":"https","path":["pms_integration","roommasterota","profiles","RoomMaster","SANDBOX"],"host":["p1","tcgms","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"532dc676-7183-4e04-8d39-808281519c0b"},{"name":"GetProfile - Production","event":[{"listen":"prerequest","script":{"id":"ac629411-d934-4c32-a9c0-672d2da2dc28","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6f574fba-d6fa-416d-86da-1eb8fe1139e7","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"ad0c511ff4184a4f942903bc689df64a","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"xml"}}},"url":"https://p1.tcgms.net/pms_integration/roommasterota/profiles/RoomMaster/SANDBOX","urlObject":{"protocol":"https","path":["pms_integration","roommasterota","profiles","RoomMaster","SANDBOX"],"host":["p1","tcgms","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f574fba-d6fa-416d-86da-1eb8fe1139e7"},{"name":"MergeProfile","event":[{"listen":"prerequest","script":{"id":"45e581f5-c71e-4af5-aec0-83c8db978ef5","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"5c05ac71-d1e0-4db9-bbe6-91761dfc91ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"{{Flex-Api-Key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Async","type":"text","value":"false"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Object\": \"{{pmsid}}\",\r\n        \"Room\": \"103\",\r\n        \"Items\": [\r\n           \r\n            {\r\n                \"ItemId\": \"3\",\r\n                \"Quantity\": 2,\r\n                \"Description\": \"Water\",\r\n                \"Price\": 2\r\n            }\r\n        ],\r\n        \"BookingId\": \"13603\",\r\n        \"TransactionDateTime\": \"{{timestamp}}\"\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/{{pmsid}}/MergeProfile","urlObject":{"path":["aspire-{{sp-environment}}","{{pmsid}}","MergeProfile"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"5c05ac71-d1e0-4db9-bbe6-91761dfc91ed"},{"name":"MergeProfile - GMS","event":[{"listen":"prerequest","script":{"id":"45e581f5-c71e-4af5-aec0-83c8db978ef5","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"44e1f9ba-7316-48d9-802a-d1d50a3e15b2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"d12d1934090947ff92bba99128f492bc"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Async","type":"text","value":"true"}],"body":{"mode":"raw","raw":"<OTA_ProfileMergeRQ EchoToken=\"18b3eba9856541e99e481929f178807b\" xmlns=\"http://www.opentravel.org/OTA/2003/05\">\r\n    <UniqueID ID_Context=\"PmsConfirmNumber\" ID=\"2396\"/>\r\n    <UniqueID ID_Context=\"CrsConfirmNumber\" ID=\"102871458\"/>\r\n    <ObsoleteProfileID ID_Context=\"PmsConfirmNumber\" ID=\"2397\"/>\r\n    <Profile>\r\n        <Customer>\r\n            <PersonName>\r\n                <GivenName>Brian</GivenName>\r\n                <Surname>Kruse</Surname>\r\n            </PersonName>\r\n            <Email>charlesy@email.com</Email>\r\n            <Address Type=\"1\">\r\n                <AddressLine>8552 Twana Drive</AddressLine>\r\n                <CityName>Garden Grove</CityName>\r\n                <PostalCode>K1N6Y1</PostalCode>\r\n                <StateProv StateCode=\"CA\">CA</StateProv>\r\n                <CountryName Code=\"US\">United States</CountryName>\r\n            </Address>\r\n        </Customer>\r\n\t\t<TPA_Extensions>\r\n            <TC_DataProvider>IQA</TC_DataProvider>\r\n        </TPA_Extensions>\r\n    </Profile>\r\n</OTA_ProfileMergeRQ>"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/AGORADEV/MergeProfile","urlObject":{"path":["aspire-{{sp-environment}}","AGORADEV","MergeProfile"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"44e1f9ba-7316-48d9-802a-d1d50a3e15b2"},{"name":"ModifyProfile","event":[{"listen":"prerequest","script":{"id":"d935a7ad-7443-43c7-bdd8-9ad0f1f5d66a","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"72d4bdea-70f2-4708-b466-963747c46591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"{{Flex-Api-Key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Async","type":"text","value":"false"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Object\": \"{{pmsid}}\",\r\n        \"Room\": \"103\",\r\n        \"Items\": [\r\n           \r\n            {\r\n                \"ItemId\": \"3\",\r\n                \"Quantity\": 2,\r\n                \"Description\": \"Water\",\r\n                \"Price\": 2\r\n            }\r\n        ],\r\n        \"BookingId\": \"13603\",\r\n        \"TransactionDateTime\": \"{{timestamp}}\"\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/{{pmsid}}/ModifyProfile","urlObject":{"path":["aspire-{{sp-environment}}","{{pmsid}}","ModifyProfile"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"72d4bdea-70f2-4708-b466-963747c46591"},{"name":"ModifyProfile - GMS","event":[{"listen":"prerequest","script":{"id":"d935a7ad-7443-43c7-bdd8-9ad0f1f5d66a","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"50114730-446e-450e-bc70-c3216bf9fd2f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"d12d1934090947ff92bba99128f492bc"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"<OTA_ProfileModifyRQ xmlns=\"http://www.opentravel.org/OTA/2003/05\" TimeStamp=\"2018-09-12T03:57:44-08:00\" EchoToken=\"858dec9d-681f-4e3c-8852-0369524273dd\" Target=\"Test\" Version=\"1.00\">\r\n   <UniqueID ID=\"2396\" Type=\"PMS\"/>\r\n    <ProfileModify ProfileType=\"1\" LastModifyDateTime=\"2018-09-09T12:20:01\" CreateDateTime=\"2018-09-09T12:20:01\" CreatorID=\"PMS\" LastModifierID=\"Psalas\">\r\n       <Customer VIP_Indicator=\"false\" Gender=\"Male\" BirthDate=\"1975-10-08\" Language=\"EN\">\r\n\t\t\t<PersonName>\r\n\t\t\t<NamePrefix>Mr</NamePrefix>\r\n\t\t\t\t<GivenName>Brian</GivenName>\r\n\t\t\t\t<MiddleName></MiddleName>\r\n\t\t\t\t<Surname>Kruse</Surname>\r\n\t\t\t\t<NameTitle>Eng</NameTitle>\r\n\t\t\t</PersonName>\r\n\t\t\t<Telephone PhoneNumber=\"2385832432\" PhoneTechType=\"3\" PhoneLocationType=\"123\"/>\r\n            <Telephone PhoneNumber=\"2342343534\" PhoneTechType=\"3\" PhoneLocationType=\"123\"/>\r\n\t\t\t<Email>jdolores@test.com</Email>\r\n\t\t\t<Address>\r\n\t\t\t\t<AddressLine>200 Street</AddressLine>\r\n\t\t\t\t<AddressLine>GUadlupe</AddressLine>\r\n\t\t\t\t<CityName>East</CityName>\r\n\t\t\t\t<PostalCode>65003</PostalCode>\r\n\t\t\t\t<StateProv StateCode=\"NY\">NY</StateProv>\r\n\t\t\t\t<CountryName Code=\"AU\">Australia</CountryName>\r\n\t\t\t</Address>\r\n\t\t\t<ContactPerson>\r\n\t\t\t\t<Email>Rperez@hotmail.com</Email>\r\n\t\t\t</ContactPerson>\r\n\t\t\t<EmployeeInfo EmployeeTitle=\"Dr\">\r\n\t\t\t</EmployeeInfo>\r\n\t\t\t<EmployerInfo CompanyShortName=\"TRavelCLick\">\r\n\t\t\t</EmployerInfo>\r\n\t\t\t<TPA_Extensions>\r\n\t\t\t\t<ZDirectExtension>\r\n\t\t\t\t\t<OptIn>false</OptIn>\r\n\t\t\t\t</ZDirectExtension>\r\n\t\t\t\t<Nationality Value=\"MX\">\r\n\t\t\t\t</Nationality>\r\n\t\t\t</TPA_Extensions>\r\n\t\t</Customer>\r\n\t\t<Comments>\r\n\t\t\t<Comment Category=\"1\" CreateDateTime=\"2018-09-09T12:20:01\">\r\n\t\t\t\t<Text>Profile test creation</Text>\r\n\t\t\t</Comment>\r\n\t\t</Comments>\r\n\t\t<TPA_Extensions>\r\n\t\t\t<TC_DataProvider>AgilysysQA</TC_DataProvider>\r\n\t\t</TPA_Extensions>\r\n\t\t<EmployerInfo CompanyShortName=\"TravelClick\" EmployeeTitle=\"Dr\">\r\n\t\t</EmployerInfo>\r\n\t\t<PrefCollections>\r\n\t\t\t<PrefCollection>\r\n\t\t\t\t<CommonPref>\r\n\t\t\t\t\t<InterestPref>Yes</InterestPref>\r\n\t\t\t\t</CommonPref>\r\n\t\t\t\t<HotelPref>\r\n\t\t\t\t\t<TPA_Extensions>\r\n\t\t\t\t\t\t<TPA_Extension>\r\n\t\t\t\t\t\t\t<Preferences>\r\n\t\t\t\t\t\t\t\t<Preference Type=\"1\" Value=\"123\">\r\n\t\t\t\t\t\t\t\t</Preference>\r\n\t\t\t\t\t\t\t</Preferences>\r\n\t\t\t\t\t\t</TPA_Extension>\r\n\t\t\t\t\t</TPA_Extensions>\r\n\t\t\t\t</HotelPref>\r\n\t\t\t</PrefCollection>\r\n\t\t</PrefCollections>\r\n\t\t<Services>\r\n\t\t</Services>\r\n    </ProfileModify>\r\n</OTA_ProfileModifyRQ>"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/AGORADEV/ModifyProfile","urlObject":{"path":["aspire-{{sp-environment}}","AGORADEV","ModifyProfile"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"50114730-446e-450e-bc70-c3216bf9fd2f"},{"name":"Create Reservation - GMS","event":[{"listen":"prerequest","script":{"id":"d935a7ad-7443-43c7-bdd8-9ad0f1f5d66a","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"a4578930-ff8b-477e-aa69-971c339c523c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"d12d1934090947ff92bba99128f492bc"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Async","type":"text","value":"true"}],"body":{"mode":"raw","raw":"<OTA_HotelResNotifRQ xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd\" xmlns=\"http://www.opentravel.org/OTA/2003/05\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"112233\" TimeStamp=\"2020-10-23T17:19:44\" PrimaryLangID=\"1\" Version=\"1.000\" ResStatus=\"Book\">\r\n\t<POS>\r\n\t\t<Source>\r\n\t\t\t<RequestorID Type=\"22\" ID=\"PMS\"/>\r\n\t\t\t<BookingChannel Primary=\"true\" Type=\"4\">\r\n\t\t\t\t<CompanyName Code=\"Agilysys\" CodeContext=\"hotel\">Agilysis</CompanyName>\r\n\t\t\t</BookingChannel>\r\n\t\t</Source>\r\n\t</POS>\r\n\t<HotelReservations>\r\n\t\t<HotelReservation CreatorID=\"PMS\" CreateDateTime=\"2020-10-23T12:14:00\" ResStatus=\"Book\">\r\n\t\t\t<UniqueID Type=\"14\" ID=\"19293567\" ID_Context=\"PMS\"/>\r\n\t\t\t<RoomStays>\r\n\t\t\t\t<RoomStay MarketCode=\"TRANS\" SourceOfBusiness=\"CHAMBER\">\r\n\t\t\t\t\t<RoomTypes>\r\n\t\t\t\t\t\t<RoomType RoomTypeCode=\"QUEEN\" IsRoom=\"true\" NumberOfUnits=\"1\" RoomID=\"123\">\r\n\t\t\t\t\t\t\t<RoomDescription>\r\n\t\t\t\t\t\t\t\t<Text>QUEEN Room type 2 beds</Text>\r\n\t\t\t\t\t\t\t</RoomDescription>\r\n\t\t\t\t\t\t</RoomType>\r\n\t\t\t\t\t</RoomTypes>\r\n\t\t\t\t\t<RatePlans>\r\n\t\t\t\t\t\t<RatePlan RatePlanCode=\"RACK\" RatePlanName=\"RACK Short description\" EffectiveDate=\"2021-04-18\" ExpireDate=\"2021-04-19\" PriceViewableInd=\"true\">\r\n\t\t\t\t\t\t\t<RatePlanInclusions TaxInclusive=\"false\"/>\r\n\t\t\t\t\t\t\t<RatePlanDescription>\r\n\t\t\t\t\t\t\t\t<Text>The best rate plan in town</Text>\r\n\t\t\t\t\t\t\t</RatePlanDescription>\r\n\t\t\t\t\t\t</RatePlan>\r\n\t\t\t\t\t</RatePlans>\r\n\t\t\t\t\t<RoomRates>\r\n\t\t\t\t\t\t<RoomRate RoomTypeCode=\"QUEEN\" NumberOfUnits=\"1\" RatePlanCode=\"RACK\">\r\n\t\t\t\t\t\t\t<Rates>\r\n\t\t\t\t\t\t\t\t<Rate RateTimeUnit=\"Day\" EffectiveDate=\"2021-04-18\" ExpireDate=\"2021-04-19\" UnitMultiplier=\"7\">\r\n\t\t\t\t\t\t\t\t\t<Base CurrencyCode=\"USD\" AmountBeforeTax=\"100.00\" AmountAfterTax=\"110.00\">\r\n\t\t\t\t\t\t\t\t\t\t<Taxes Amount=\"10.00\" CurrencyCode=\"USD\"/>\r\n\t\t\t\t\t\t\t\t\t</Base>\r\n\t\t\t\t\t\t\t\t\t<Total CurrencyCode=\"USD\" AmountBeforeTax=\"100.00\" AmountAfterTax=\"110.00\">\r\n\t\t\t\t\t\t\t\t\t\t<Taxes Amount=\"10.00\" CurrencyCode=\"USD\"/>\r\n\t\t\t\t\t\t\t\t\t</Total>\r\n\t\t\t\t\t\t\t\t</Rate>\r\n\t\t\t\t\t\t\t</Rates>\r\n\t\t\t\t\t\t</RoomRate>\r\n\t\t\t\t\t</RoomRates>\r\n\t\t\t\t\t<GuestCounts IsPerRoom=\"true\">\r\n\t\t\t\t\t\t<GuestCount AgeQualifyingCode=\"10\" Count=\"1\"/>\r\n\t\t\t\t\t</GuestCounts>\r\n\t\t\t\t\t<TimeSpan Start=\"2021-04-18\" End=\"2021-04-19\" Duration=\"7\"/>\r\n\t\t\t\t\t<Guarantee>\r\n\t\t\t\t\t\t<GuaranteesAccepted>\r\n\t\t\t\t\t\t\t<GuaranteeAccepted>\r\n\t\t\t\t\t\t\t\t<PaymentCard>\r\n\t\t\t\t\t\t\t\t\t<CardNumber>1234</CardNumber>\r\n\t\t\t\t\t\t\t\t</PaymentCard>\r\n\t\t\t\t\t\t\t</GuaranteeAccepted>\r\n\t\t\t\t\t\t</GuaranteesAccepted>\r\n\t\t\t\t\t</Guarantee>\r\n\t\t\t\t\t<Total CurrencyCode=\"USD\" AmountBeforeTax=\"100.00\" AmountAfterTax=\"110.00\" DecimalPlaces=\"2\" AdditionalFeesExcludedIndicator=\"false\">\r\n\t\t\t\t\t\t<Taxes Amount=\"10.00\" Code=\"City\" CurrencyCode=\"USD\" ChargeFrequency=\"Per Reservation\" Percent=\"10%\"/>\r\n\t\t\t\t\t\t<Tax>\r\n\t\t\t\t\t\t\t<TaxDescription>City Tax</TaxDescription>\r\n\t\t\t\t\t\t</Tax>\r\n\t\t\t\t\t</Total>\r\n\t\t\t\t\t<BasicPropertyInfo HotelCode=\"AgilysysQA\" ChainCode=\"6789\" HotelName=\"AgilysPR\"/>\r\n\t\t\t\t</RoomStay>\r\n\t\t\t</RoomStays>\r\n\t\t\t<ResGuests>\r\n\t\t\t\t<ResGuest ResGuestRPH=\"1\" PrimaryIndicator=\"true\">\r\n\t\t\t\t\t<Profiles>\r\n\t\t\t\t\t\t<ProfileInfo>\r\n\t\t\t\t\t\t\t<UniqueID Type=\"PMS\" ID=\"552231\" ID_Context=\"pms\">\r\n\t\t\t\t\t\t\t\t<CompanyName CodeContext=\"hotel\" Code=\"12345\"/>\r\n\t\t\t\t\t\t\t</UniqueID>\r\n\t\t\t\t\t\t\t<Profile ProfileType=\"1\">\r\n\t\t\t\t\t\t\t\t<Customer>\r\n\t\t\t\t\t\t\t\t\t<PersonName>\r\n\t\t\t\t\t\t\t\t\t\t<NamePrefix>Mr</NamePrefix>\r\n\t\t\t\t\t\t\t\t\t\t<GivenName>Angel</GivenName>\r\n\t\t\t\t\t\t\t\t\t\t<MiddleName>A</MiddleName>\r\n\t\t\t\t\t\t\t\t\t\t<Surname>Rangel</Surname>\r\n\t\t\t\t\t\t\t\t\t\t<NameSuffix>L</NameSuffix>\r\n\t\t\t\t\t\t\t\t\t\t<NameTitle>L</NameTitle>\r\n\t\t\t\t\t\t\t\t\t</PersonName>\r\n\t\t\t\t\t\t\t\t\t<Telephone PhoneUseType=\"7\" PhoneLocationType=\"6\" PhoneTechType=\"1\" PhoneNumber=\"4433122353\"/>\r\n\t\t\t\t\t\t\t\t\t<Email>angel.rangel@hotmail.com</Email>\r\n\t\t\t\t\t\t\t\t\t<Address Type=\"1\">\r\n\t\t\t\t\t\t\t\t\t\t<AddressLine>101 Main St</AddressLine>\r\n\t\t\t\t\t\t\t\t\t\t<CityName>Chicago</CityName>\r\n\t\t\t\t\t\t\t\t\t\t<PostalCode>54621</PostalCode>\r\n\t\t\t\t\t\t\t\t\t\t<StateProv StateCode=\"IL\">Illinois</StateProv>\r\n\t\t\t\t\t\t\t\t\t\t<CountryName code=\"US\">UNITED STATES</CountryName>\r\n\t\t\t\t\t\t\t\t\t</Address>\r\n\t\t\t\t\t\t\t\t\t<ContactPerson>\r\n\t\t\t\t\t\t\t\t\t\t<Email>angel.delon@amadeus.com</Email>\r\n\t\t\t\t\t\t\t\t\t</ContactPerson>\r\n\t\t\t\t\t\t\t\t\t<TPA_Extensions>\r\n\t\t\t\t\t\t\t\t\t\t<ZDirectExtension>\r\n\t\t\t\t\t\t\t\t\t\t\t<OptIn>true</OptIn>\r\n\t\t\t\t\t\t\t\t\t\t</ZDirectExtension>\r\n\t\t\t\t\t\t\t\t\t</TPA_Extensions>\r\n\t\t\t\t\t\t\t\t</Customer>\r\n\t\t\t\t\t\t\t</Profile>\r\n\t\t\t\t\t\t</ProfileInfo>\r\n\t\t\t\t\t</Profiles>\r\n\t\t\t\t</ResGuest>\r\n\t\t\t</ResGuests>\r\n\t\t\t<ResGlobalInfo>\r\n\t\t\t\t<HotelReservationIDs>\r\n\t\t\t\t\t<HotelReservationID ResID_Type=\"10\" ResID_Value=\"19293567\" ResID_Source=\"PMS\"/>\r\n\t\t\t\t</HotelReservationIDs>\r\n\t\t\t\t<CancelPenalties>\r\n\t\t\t\t\t<CancelPenalty>\r\n\t\t\t\t\t\t<Deadline AbsoluteDeadline=\"2021-03-16T17:19:44\">\r\n\t\t\t\t\t\t</Deadline>\r\n\t\t\t\t\t\t<AmountPercent Amount=\"7\">\r\n\t\t\t\t\t\t</AmountPercent>\r\n\t\t\t\t\t\t<PenaltyDescription>\r\n\t\t\t\t\t\t\t<Text>Cancelar antes de fecha para no cargar el feed</Text>\r\n\t\t\t\t\t\t</PenaltyDescription>\r\n\t\t\t\t\t</CancelPenalty>\r\n\t\t\t\t</CancelPenalties>\r\n\t\t\t\t<DepositPayments>\r\n\t\t\t\t\t<GuaranteePayment>\r\n\t\t\t\t\t\t<Deadline AbsoluteDeadline=\"2021-03-18\">\r\n\t\t\t\t\t\t</Deadline>\r\n\t\t\t\t\t\t<AcceptedPayments>\r\n\t\t\t\t\t\t\t<AcceptedPayment>\r\n\t\t\t\t\t\t\t\t<PaymentCard MaskedCardNumber=\"******4321\" ExpireDate=\"05/22\" CardCode=\"MC\">\r\n\t\t\t\t\t\t\t\t</PaymentCard>\r\n\t\t\t\t\t\t\t</AcceptedPayment>\r\n\t\t\t\t\t\t</AcceptedPayments>\r\n\t\t\t\t\t\t<AmountPercent Amount=\"7\">\r\n\t\t\t\t\t\t</AmountPercent>\r\n\t\t\t\t\t\t<AbsoluteDeadline AbsoluteDeadline=\"2021-03-18\">\r\n\t\t\t\t\t\t</AbsoluteDeadline>\r\n\t\t\t\t\t</GuaranteePayment>\r\n\t\t\t\t</DepositPayments>\r\n\t\t\t\t<SpecialRequests>\r\n\t\t\t\t\t<SpecialRequest RequestCode=\"WCHAIR\" CodeContext=\"Wheel Chair\">\r\n\t\t\t\t\t\t<Text>Wheel Chair electrico</Text>\r\n\t\t\t\t\t</SpecialRequest>\r\n\t\t\t\t</SpecialRequests>\r\n\t\t\t\t<Total>\r\n\t\t\t\t\t<Taxes Amount=\"10.00\">\r\n\t\t\t\t\t\t<Tax Code=\"City\" ChargeFrequency=\"Per Reservation\" Percent=\"7\">\r\n\t\t\t\t\t\t\t<TaxDescription>\r\n\t\t\t\t\t\t\t\t<Text>City Tax</Text>\r\n\t\t\t\t\t\t\t</TaxDescription>\r\n\t\t\t\t\t\t</Tax>\r\n\t\t\t\t\t</Taxes>\r\n\t\t\t\t</Total>\r\n\t\t\t\t<Comments>\r\n\t\t\t\t\t<Comment>\r\n\t\t\t\t\t\t<Text>Test reservation</Text>\r\n\t\t\t\t\t</Comment>\r\n\t\t\t\t</Comments>\r\n\t\t\t</ResGlobalInfo>\r\n\t\t\t<TPA_Extensions>\r\n\t\t\t\t<TC_DataProvider>Agilysys</TC_DataProvider>\r\n\t\t\t</TPA_Extensions>\r\n\t\t\t<Services>\r\n\t\t\t\t<Service Inclusive=\"false\" Quantity=\"1\" ServiceInventoryCode=\"RWINE\" ServicePricingType=\"Per stay\">\r\n\t\t\t\t\t<Price>\r\n\t\t\t\t\t\t<Total AmountAfterTax=\"35\" AmountBeforeTax=\"30\" CurrencyCode=\"USD\">\r\n\t\t\t\t\t\t</Total>\r\n\t\t\t\t\t</Price>\r\n\t\t\t\t\t<ServiceDetails>\r\n\t\t\t\t\t\t<TimeSpan Start=\"2021-05-23\" End=\"2021-05-23\">\r\n\t\t\t\t\t\t</TimeSpan>\r\n\t\t\t\t\t\t<GuestCounts IsPerRoom=\"false\">\r\n\t\t\t\t\t\t\t<GuestCount AgeQualifyingCode=\"10\" Count=\"1\">\r\n\t\t\t\t\t\t\t</GuestCount>\r\n\t\t\t\t\t\t</GuestCounts>\r\n\t\t\t\t\t</ServiceDetails>\r\n\t\t\t\t</Service>\r\n\t\t\t</Services>\r\n\t\t</HotelReservation>\r\n\t</HotelReservations>\r\n</OTA_HotelResNotifRQ>"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/AGORADEV/ReservationNotif","urlObject":{"path":["aspire-{{sp-environment}}","AGORADEV","ReservationNotif"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"a4578930-ff8b-477e-aa69-971c339c523c"},{"name":"ReservationModifyNotif","event":[{"listen":"prerequest","script":{"id":"2a068f3a-71cd-4565-a7f5-1c7c15dd7069","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"c7630344-3be8-48e6-9574-62de6334afc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"{{Flex-Api-Key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Async","type":"text","value":"false"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Object\": \"{{pmsid}}\",\r\n        \"Room\": \"103\",\r\n        \"Items\": [\r\n           \r\n            {\r\n                \"ItemId\": \"3\",\r\n                \"Quantity\": 2,\r\n                \"Description\": \"Water\",\r\n                \"Price\": 2\r\n            }\r\n        ],\r\n        \"BookingId\": \"13603\",\r\n        \"TransactionDateTime\": \"{{timestamp}}\"\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/{{pmsid}}/ReservationModifyNotif","urlObject":{"path":["aspire-{{sp-environment}}","{{pmsid}}","ReservationModifyNotif"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"c7630344-3be8-48e6-9574-62de6334afc5"},{"name":"Modify Reservation -GMS","event":[{"listen":"prerequest","script":{"id":"2a068f3a-71cd-4565-a7f5-1c7c15dd7069","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"d6327599-c9c0-4b3d-8d1a-1a781faee6bb","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"d12d1934090947ff92bba99128f492bc"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"<OTA_HotelResModifyNotifRQ xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 OTA_HotelResNotifRQ.xsd\" xmlns=\"http://www.opentravel.org/OTA/2003/05\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" EchoToken=\"112233\" TimeStamp=\"2021-03-09T17:19:44\" PrimaryLangID=\"1\" Version=\"1.000\" ResStatus=\"Modify\">\r\n\t<POS>\r\n\t\t<Source>\r\n\t\t\t<RequestorID Type=\"22\" ID=\"PMS\"/>\r\n\t\t\t<BookingChannel Primary=\"true\" Type=\"4\">\r\n\t\t\t\t<CompanyName Code=\"Agilysys\" CodeContext=\"hotel\">Agilysis</CompanyName>\r\n\t\t\t</BookingChannel>\r\n\t\t</Source>\r\n\t</POS>\r\n\t<HotelResModifies>\r\n\t\t<HotelResModify  CreatorID=\"PMS\" CreateDateTime=\"2020-10-23T12:14:00\" ResStatus=\"Modify\">\r\n\t\t\t<UniqueID Type=\"14\" ID=\"789908\" ID_Context=\"PMS\"/>\r\n\t\t\t<RoomStays>\r\n\t\t\t\t<RoomStay MarketCode=\"TRANS\" SourceOfBusiness=\"CHAMBER\">\r\n\t\t\t\t\t<RoomTypes>\r\n\t\t\t\t\t\t<RoomType RoomTypeCode=\"KING\" IsRoom=\"true\" NumberOfUnits=\"3\" RoomID=\"123\">\r\n\t\t\t\t\t\t\t<RoomDescription>\r\n\t\t\t\t\t\t\t\t<Text>KING Room type 2 beds</Text>\r\n\t\t\t\t\t\t\t</RoomDescription>\r\n\t\t\t\t\t\t</RoomType>\r\n\t\t\t\t\t</RoomTypes>\r\n\t\t\t\t\t<RatePlans>\r\n\t\t\t\t\t\t<RatePlan RatePlanCode=\"AAA\" RatePlanName=\"AAA Short description\" EffectiveDate=\"2021-04-18\" ExpireDate=\"2021-04-22\" PriceViewableInd=\"true\">\r\n\t\t\t\t\t\t\t<RatePlanInclusions TaxInclusive=\"false\"/>\r\n\t\t\t\t\t\t\t<RatePlanDescription>\r\n\t\t\t\t\t\t\t\t<Text>The best AAA rate plan in town</Text>\r\n\t\t\t\t\t\t\t</RatePlanDescription>\r\n\t\t\t\t\t\t</RatePlan>\r\n\t\t\t\t\t</RatePlans>\r\n\t\t\t\t\t<RoomRates>\r\n\t\t\t\t\t\t<RoomRate RoomTypeCode=\"KING\" NumberOfUnits=\"3\" RatePlanCode=\"AAA\">\r\n\t\t\t\t\t\t\t<Rates>\r\n\t\t\t\t\t\t\t\t<Rate RateTimeUnit=\"Day\" EffectiveDate=\"2021-04-18\" ExpireDate=\"2021-04-22\" UnitMultiplier=\"7\">\r\n\t\t\t\t\t\t\t\t\t<Base CurrencyCode=\"USD\" AmountBeforeTax=\"400.00\" AmountAfterTax=\"410.00\">\r\n\t\t\t\t\t\t\t\t\t\t<Taxes Amount=\"10.00\" CurrencyCode=\"USD\"/>\r\n\t\t\t\t\t\t\t\t\t</Base>\r\n\t\t\t\t\t\t\t\t\t<Total CurrencyCode=\"USD\" AmountBeforeTax=\"400.00\" AmountAfterTax=\"410.00\">\r\n\t\t\t\t\t\t\t\t\t\t<Taxes Amount=\"10.00\" CurrencyCode=\"USD\"/>\r\n\t\t\t\t\t\t\t\t\t</Total>\r\n\t\t\t\t\t\t\t\t</Rate>\r\n\t\t\t\t\t\t\t</Rates>\r\n\t\t\t\t\t\t</RoomRate>\r\n\t\t\t\t\t</RoomRates>\r\n\t\t\t\t\t<GuestCounts IsPerRoom=\"true\">\r\n\t\t\t\t\t\t<GuestCount AgeQualifyingCode=\"10\" Count=\"3\"/>\r\n\t\t\t\t\t\t<GuestCount AgeQualifyingCode=\"8\" Count=\"3\"/>\r\n\t\t\t\t\t\t</GuestCounts>\r\n\t\t\t\t\t<TimeSpan Start=\"2021-04-18\" End=\"2021-04-22\" Duration=\"7\"/>\r\n\t\t\t\t\t<Guarantee>\r\n\t\t\t\t\t\t<GuaranteesAccepted>\r\n\t\t\t\t\t\t\t<GuaranteeAccepted>\r\n\t\t\t\t\t\t\t\t<PaymentCard>\r\n\t\t\t\t\t\t\t\t\t<CardNumber>1234</CardNumber>\r\n\t\t\t\t\t\t\t\t</PaymentCard>\r\n\t\t\t\t\t\t\t</GuaranteeAccepted>\r\n\t\t\t\t\t\t</GuaranteesAccepted>\r\n\t\t\t\t\t</Guarantee>\r\n\t\t\t\t\t<Total CurrencyCode=\"USD\" AmountBeforeTax=\"400.00\" AmountAfterTax=\"410.00\" DecimalPlaces=\"2\" AdditionalFeesExcludedIndicator=\"false\">\r\n\t\t\t\t\t\t<Taxes Amount=\"10.00\" Code=\"City\" CurrencyCode=\"USD\" ChargeFrequency=\"Per Reservation\" Percent=\"10%\"/>\r\n\t\t\t\t\t\t<Tax>\r\n\t\t\t\t\t\t\t<TaxDescription>City Tax</TaxDescription>\r\n\t\t\t\t\t\t</Tax>\r\n\t\t\t\t\t</Total>\r\n\t\t\t\t\t<BasicPropertyInfo HotelCode=\"AgilysysQA\" ChainCode=\"6789\" HotelName=\"AgilysPR\"/>\r\n\t\t\t\t</RoomStay>\r\n\t\t\t</RoomStays>\r\n\t\t\t<ResGuests>\r\n\t\t\t\t<ResGuest ResGuestRPH=\"1\" PrimaryIndicator=\"true\">\r\n\t\t\t\t\t<Profiles>\r\n\t\t\t\t\t\t<ProfileInfo>\r\n\t\t\t\t\t\t\t<UniqueID Type=\"PMS\" ID=\"98990\" ID_Context=\"pms\">\r\n\t\t\t\t\t\t\t\t<CompanyName CodeContext=\"hotel\" Code=\"12345\"/>\r\n\t\t\t\t\t\t\t</UniqueID>\r\n\t\t\t\t\t\t\t<Profile ProfileType=\"1\">\r\n\t\t\t\t\t\t\t\t<Customer>\r\n\t\t\t\t\t\t\t\t\t<PersonName>\r\n\t\t\t\t\t\t\t\t\t\t<NamePrefix>Mr</NamePrefix>\r\n\t\t\t\t\t\t\t\t\t\t<GivenName>Alonso Alvaro</GivenName>\r\n\t\t\t\t\t\t\t\t\t\t<MiddleName>A</MiddleName>\r\n\t\t\t\t\t\t\t\t\t\t<Surname>Perez Gonzalez</Surname>\r\n\t\t\t\t\t\t\t\t\t\t<NameSuffix>L</NameSuffix>\r\n\t\t\t\t\t\t\t\t\t\t<NameTitle>L</NameTitle>\r\n\t\t\t\t\t\t\t\t\t</PersonName>\r\n\t\t\t\t\t\t\t\t\t<Telephone PhoneUseType=\"7\" PhoneLocationType=\"6\" PhoneTechType=\"1\" PhoneNumber=\"4433122353\"/>\r\n\t\t\t\t\t\t\t\t\t<Email>alo.perez@hotmail.com</Email>\r\n\t\t\t\t\t\t\t\t\t<Address Type=\"1\">\r\n\t\t\t\t\t\t\t\t\t\t<AddressLine>101 Main St</AddressLine>\r\n\t\t\t\t\t\t\t\t\t\t<CityName>Chicago</CityName>\r\n\t\t\t\t\t\t\t\t\t\t<PostalCode>54621</PostalCode>\r\n\t\t\t\t\t\t\t\t\t\t<StateProv StateCode=\"IL\">Illinois</StateProv>\r\n\t\t\t\t\t\t\t\t\t\t<CountryName code=\"US\">UNITED STATES</CountryName>\r\n\t\t\t\t\t\t\t\t\t</Address>\r\n\t\t\t\t\t\t\t\t\t<ContactPerson>\r\n\t\t\t\t\t\t\t\t\t\t<Email>rafael.delon@amadeus.com</Email>\r\n\t\t\t\t\t\t\t\t\t</ContactPerson>\r\n\t\t\t\t\t\t\t\t\t<TPA_Extensions>\r\n\t\t\t\t\t\t\t\t\t\t<ZDirectExtension>\r\n\t\t\t\t\t\t\t\t\t\t\t<OptIn>true</OptIn>\r\n\t\t\t\t\t\t\t\t\t\t</ZDirectExtension>\r\n\t\t\t\t\t\t\t\t\t</TPA_Extensions>\r\n\t\t\t\t\t\t\t\t</Customer>\r\n\t\t\t\t\t\t\t</Profile>\r\n\t\t\t\t\t\t</ProfileInfo>\r\n\t\t\t\t\t</Profiles>\r\n\t\t\t\t</ResGuest>\r\n\t\t\t</ResGuests>\r\n\t\t\t<ResGlobalInfo>\r\n\t\t\t\t<HotelReservationIDs>\r\n\t\t\t\t\t<HotelReservationID ResID_Type=\"10\" ResID_Value=\"789908\" ResID_Source=\"PMS\"/>\r\n\t\t\t\t</HotelReservationIDs>\r\n\t\t\t\t<CancelPenalties>\r\n\t\t\t\t\t<CancelPenalty>\r\n\t\t\t\t\t\t<Deadline AbsoluteDeadline=\"2021-03-16T17:19:44\">\r\n\t\t\t\t\t\t</Deadline>\r\n\t\t\t\t\t\t<AmountPercent Amount=\"7\">\r\n\t\t\t\t\t\t</AmountPercent>\r\n\t\t\t\t\t\t<PenaltyDescription>\r\n\t\t\t\t\t\t\t<Text>Cancelar antes de fecha para no cargar el feed</Text>\r\n\t\t\t\t\t\t</PenaltyDescription>\r\n\t\t\t\t\t</CancelPenalty>\r\n\t\t\t\t</CancelPenalties>\r\n\t\t\t\t<DepositPayments>\r\n\t\t\t\t\t<GuaranteePayment>\r\n\t\t\t\t\t\t<Deadline AbsoluteDeadline=\"2021-03-18\">\r\n\t\t\t\t\t\t</Deadline>\r\n\t\t\t\t\t\t<AcceptedPayments>\r\n\t\t\t\t\t\t\t<AcceptedPayment>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t</AcceptedPayment>\r\n\t\t\t\t\t\t</AcceptedPayments>\r\n\t\t\t\t\t\t<AmountPercent Amount=\"7\">\r\n\t\t\t\t\t\t</AmountPercent>\r\n\t\t\t\t\t\t<AbsoluteDeadline AbsoluteDeadline=\"2021-03-18\">\r\n\t\t\t\t\t\t</AbsoluteDeadline>\r\n\t\t\t\t\t</GuaranteePayment>\r\n\t\t\t\t</DepositPayments>\r\n\t\t\t\t<SpecialRequests>\r\n\t\t\t\t\t<SpecialRequest RequestCode=\"WCHAIR\" CodeContext=\"Wheel Chair\">\r\n\t\t\t\t\t\t<Text>Wheel Chair electrico</Text>\r\n\t\t\t\t\t</SpecialRequest>\r\n\t\t\t\t</SpecialRequests>\r\n\t\t\t\t<Total>\r\n\t\t\t\t\t<Taxes Amount=\"10.00\">\r\n\t\t\t\t\t\t<Tax Code=\"City\" ChargeFrequency=\"Per Reservation\" Percent=\"7\">\r\n\t\t\t\t\t\t\t<TaxDescription>\r\n\t\t\t\t\t\t\t\t<Text>City Tax</Text>\r\n\t\t\t\t\t\t\t</TaxDescription>\r\n\t\t\t\t\t\t</Tax>\r\n\t\t\t\t\t</Taxes>\r\n\t\t\t\t</Total>\r\n\t\t\t\t<Comments>\r\n\t\t\t\t\t<Comment>\r\n\t\t\t\t\t\t<Text>Test reservation</Text>\r\n\t\t\t\t\t</Comment>\r\n\t\t\t\t</Comments>\r\n\t\t\t</ResGlobalInfo>\r\n\t\t\t<TPA_Extensions>\r\n\t\t\t\t<TC_DataProvider>Agilysys</TC_DataProvider>\r\n\t\t\t</TPA_Extensions>\r\n\t\t</HotelResModify >\r\n\t</HotelResModifies>\r\n</OTA_HotelResModifyNotifRQ>"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/AGORADEV/ReservationModifyNotif","urlObject":{"path":["aspire-{{sp-environment}}","AGORADEV","ReservationModifyNotif"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"d6327599-c9c0-4b3d-8d1a-1a781faee6bb"},{"name":"Cancel Reservation -GMS","event":[{"listen":"prerequest","script":{"id":"2a068f3a-71cd-4565-a7f5-1c7c15dd7069","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"4feedd8b-b9cd-4693-a38d-05fd3c611de7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"d12d1934090947ff92bba99128f492bc"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"<OTA_CancelRQ xmlns=\"http://www.opentravel.org/OTA/2003/05\" TimeStamp=\"2018-09-12T03:57:39-08:00\" EchoToken=\"bef5803e-1cde-41cd-b3b8-562044923dea\" Target=\"Test\" \r\nVersion=\"1.00\" PrimaryLangID=\"en-US\" CancelType=\"Cancel\" SequenceNmbr=\"1234\">\r\n\t<POS>\r\n\t\t<Source AgentSine=\"123\" PseudoCityCode=\"123\" ISOCountry=\"US\" AirlineVendorID=\"AM\">\r\n\t\t\t<RequestorID Type=\"22\" ID=\"ITESSO\" />\r\n\t\t\t<BookingChannel Type=\"10\" Primary=\"true\">\r\n\t\t\t<CompanyName>Agilysys</CompanyName>\r\n\t\t\t</BookingChannel>\r\n\t\t</Source>\r\n\t</POS>\r\n\t<UniqueID Type=\"14\" ID=\"789908\" ResID_Type=\"14\" ResID_Value=\"789908\" ResID_Source=\"iTESSO\" ID_Context=\"PmsConfirmNumber\">\r\n\t<CompanyName TravelSector=\"PMS\" />\r\n\t</UniqueID>\r\n\t<TPA_Extensions>\r\n\t\t<BasicPropertyInfo HotelCode=\"TESTPMS\"/>\r\n\t\t<TC_DataProvider>AgilysysQA</TC_DataProvider>\r\n\t</TPA_Extensions>\r\n</OTA_CancelRQ>"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/AGORADEV/CancelReservation","urlObject":{"path":["aspire-{{sp-environment}}","AGORADEV","CancelReservation"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"4feedd8b-b9cd-4693-a38d-05fd3c611de7"},{"name":"ReservationNotif","event":[{"listen":"prerequest","script":{"id":"065ce103-fdf8-4c7a-9e2d-c8385e4b96e8","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"70be459a-835e-4e0d-9b5b-41638a3e7348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"{{Flex-Api-Key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Async","type":"text","value":"false"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Object\": \"{{pmsid}}\",\r\n        \"Room\": \"103\",\r\n        \"Items\": [\r\n           \r\n            {\r\n                \"ItemId\": \"3\",\r\n                \"Quantity\": 2,\r\n                \"Description\": \"Water\",\r\n                \"Price\": 2\r\n            }\r\n        ],\r\n        \"BookingId\": \"13603\",\r\n        \"TransactionDateTime\": \"{{timestamp}}\"\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/{{pmsid}}/ReservationNotif","urlObject":{"path":["aspire-{{sp-environment}}","{{pmsid}}","ReservationNotif"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"70be459a-835e-4e0d-9b5b-41638a3e7348"}],"id":"2cf7c766-91d2-4f3d-8ebf-a8e4e896278d","_postman_id":"2cf7c766-91d2-4f3d-8ebf-a8e4e896278d","description":""},{"name":"Generic - RMA","item":[{"name":"GenericCheckin - RMA","id":"819faaba-da0b-47cb-b8f5-597c8a3e0e94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyid\": \"AllGeneric_{{pmsid_RMA}}\",\r\n    \"bookingid\": \"131755571\",\r\n    \"lastname\": \"Samy\",\r\n    \"checkindate\": \"2023-11-01\",\r\n    \"checkintime\": \"15:54:30\",\r\n    \"estimatedcheckintime\": \"11:50:30\",\r\n    \"ressignatures\": \"data:image/png;base64,XXXX\",\r\n    \"vehicles\": [\r\n        {\r\n            \"vehicletype\": \"Toyota Corolla\",\r\n            \"vehicleplate\": \"Mkpj778\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/checkin","description":"<p>This is the request of the current status of a certain room on the fly . This is also used to get the status of a reservation</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","generic","checkin"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"819faaba-da0b-47cb-b8f5-597c8a3e0e94"},{"name":"GenericCheckout - RMA","id":"dc413e13-1594-472d-a114-266a20c4aa53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyid\": \"AllGeneric_{{pmsid_RMA}}\",\r\n    \"bookingid\": \"131755571\",\r\n    \"lastname\": \"Samy\",\r\n    \"checkoutdate\": \"2021-08-17\",\r\n    \"checkouttime\": \"10:51:00\" \r\n    }","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/checkout/","description":"<p>This is the request of the current status of a certain room on the fly . This is also used to get the status of a reservation</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","generic","checkout",""],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"dc413e13-1594-472d-a114-266a20c4aa53"},{"name":"GenericFolioPosting - Simple Version - RMA","event":[{"listen":"prerequest","script":{"id":"cfe87c74-2fa9-4641-95bb-1a9812692697","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day + \"T\" + hour + \":\" + minute + \":\" + second ; //\"2021-08-04\"\r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a155965a-f197-44da-b4d1-fec5d9191ae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{shift4-api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PropertyId\": \"Shift4_{{pmsid_RMA}}\",\r\n    \"FolioNumber\": \"1\",\r\n    \"PostingId\": \"{{PostingId}}\",\r\n    \"TransactionDateTime\": \"2024-05-12 01:59:21\",\r\n    \"VenueId\": \"SPA09\",\r\n    \"ReceiptNumber\": \"R5740BGA65338\",\r\n    \"TransactionId\": \"R55e9222-c5ea-48b3-a8ea-0b8c00e5338\",\r\n    \"TotalPostingAmount\": \"140.00\",\r\n    \"Tenders\": [\r\n        {\r\n            \"FolioId\": \"201\",\r\n            \"CurrencyCode\": \"USD\",\r\n            \"Amount\": \"35.00\",\r\n            \"Description\": \"Cappuccino\",\r\n            \"RevenueCategoryCode\": \"24644\",\r\n            \"AccountType\": null,\r\n            \"AccountId\": null\r\n        },\r\n         {\r\n            \"FolioId\": \"201\",\r\n            \"CurrencyCode\": \"USD\",\r\n            \"Amount\": \"105.00\",\r\n            \"Description\": \"Pasta White Sauce with Steak\",\r\n            \"RevenueCategoryCode\": \"24643\",\r\n            \"AccountType\": null,\r\n            \"AccountId\": null\r\n        }\r\n    ],\r\n    \"PosVoid\": false,\r\n    \"RoomNumber\": \"4\"\r\n}"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/Shift4_{{pmsid_RMA}}/billtofolio/4","urlObject":{"path":["aspire-{{sp-environment}}","Shift4_{{pmsid_RMA}}","billtofolio","4"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"9e1f01d0-83a5-4926-9f12-02da68336b53","name":"GenericFolioPosting","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{TigerTMS_ApiKey}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PropertyId\": \"TMS_AgoraSite2\",\r\n    \"RoomNumber\": \"111\",\r\n    \"PostingId\": \"INV890_10002\",\r\n    \"FolioNumber\": \"169263\",\r\n    \"SubFolioId\": \"B\",\r\n    \"TransactionId\": \"d65e9222-c5ea-48b3-a8ea-0b8c59e10002\",\r\n    \"VenueId\": \"FOOD_STORE\",\r\n    \"ReceiptNumber\": \"RCPT-2023-10002\",\r\n    \"TransactionDateTime\": \"2024-11-20 01:59:21\",\r\n    \"PosVoid\": \"false\",\r\n    \"Tenders\": [{\r\n        \"TenderType\": \"Food\",\r\n        \"FolioId\": \"B\",\r\n        \"CurrencyCode\": \"USD\",\r\n        \"Amount\": \"70.00\",\r\n        \"Quantity\": 1,\r\n        \"Price\": \"77.00\",\r\n        \"UnitPriceWithoutTax\": \"70.00\",\r\n        \"TotalPrice\": \"77.00\",\r\n        \"TotalPriceWithoutTax\": \"70.00\",\r\n        \"TaxPercentage\": 35,\r\n        \"ItemId\": \"129\",\r\n        \"Description\": \"Mozzarella sticks\",\r\n        \"RevenueCategoryCode\": \"180\",\r\n        \"AccountType\": \"Room\",\r\n        \"AccountID\": \"170481-B\"\r\n    },\r\n    {\r\n        \"TenderType\": \"Beverage\",\r\n        \"FolioId\": \"B\",\r\n        \"CurrencyCode\": \"USD\",\r\n        \"Amount\": \"13.00\",\r\n        \"Quantity\": 1,\r\n        \"Price\": \"17.00\",\r\n        \"UnitPriceWithoutTax\": \"13.00\",\r\n        \"TotalPrice\": \"17.00\",\r\n        \"TotalPriceWithoutTax\": \"70.00\",\r\n        \"TaxPercentage\": 3.5,\r\n        \"ItemId\": \"50\",\r\n        \"Description\": \"Orange Juice\",\r\n        \"RevenueCategoryCode\": \"125\",\r\n        \"AccountType\": \"Room\",\r\n        \"AccountID\": \"170481-B\"\r\n    },\r\n    {\r\n        \"TenderType\": \"Tips\",\r\n        \"FolioId\": \"B\",\r\n        \"CurrencyCode\": \"USD\",\r\n        \"Amount\": \"5.00\",\r\n        \"Quantity\": 1,\r\n        \"Price\": \"5.00\",\r\n        \"UnitPriceWithoutTax\": \"5.00\",\r\n        \"TotalPrice\": \"5.00\",\r\n        \"TotalPriceWithoutTax\": \"5.00\",\r\n        \"TaxPercentage\": 2,\r\n        \"ItemId\": \"11\",\r\n        \"Description\": \"Tips\",\r\n        \"RevenueCategoryCode\": \"100\",\r\n        \"AccountType\": \"Room\",\r\n        \"AccountID\": \"170481-B\"\r\n    }],\r\n    \r\n    \"TotalPostingAmount\": \"88.00\",\r\n    \"TotalTaxAmount\": \"18.65\",\r\n    \r\n    \"TotalDistribution\": [\r\n        {\r\n             \"revenueCode\": \"FOOD\",\r\n             \"description\": \"Food\",\r\n             \"totalCharges\": \"70.00\" \r\n        },\r\n        {\r\n             \"revenueCode\": \"TIPS\",\r\n             \"description\": \"Tips\",\r\n             \"totalCharges\": \"5.00\" \r\n        },\r\n        {\r\n            \"revenueCode\": \"BEVERAGE\",\r\n            \"description\": \"Beverage\",\r\n            \"totalCharges\": \"13.00\" \r\n        }\r\n    ]\r\n}"},"url":{"raw":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/TMS_AgoraSite2/billtofolio/111","host":["https://valsoft-uapi.developer.azure-api.net/ "],"path":["aspire-{{sp-environment}}","TMS_AgoraSite2","billtofolio","111"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:57024be8-486c-41a5-8524-4cdc73387683"},{"key":"Date","value":"Tue, 26 Nov 2024 16:55:37 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a155965a-f197-44da-b4d1-fec5d9191ae1"},{"name":"GenericFolioPosting - Extended Version - RMA","event":[{"listen":"prerequest","script":{"id":"cfe87c74-2fa9-4641-95bb-1a9812692697","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day + \"T\" + hour + \":\" + minute + \":\" + second ; //\"2021-08-04\"\r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1c9e1d20-6b52-478f-beba-6a94659f42d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{shift4-api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PropertyId\": \"Shift4_{{pmsid_RMA}}\",\r\n    \"RoomNumber\": \"5\",\r\n    \"PostingId\": \"INV900_1234T5\",\r\n    \"FolioNumber\": \"1\",\r\n    \"SubFolioId\": \"105\",\r\n    \"TransactionId\": \"d65e9222-c5ea-48b3-a8ea-0b8c59e171234\",\r\n    \"VenueId\":\"SPA\",\r\n    \"ReceiptNumber\": \"RCPT-2023-30003\",\r\n    \"TransactionDateTime\": \"2025-02-18 15:19:46\",\r\n    \"PosVoid\": \"false\",\r\n    \"Tenders\": \r\n    [\r\n        {\r\n            \"TenderType\": \"Food\",\r\n            \"FolioId\": \"105\",\r\n            \"CurrencyCode\": \"USD\",\r\n            \"Amount\": \"85.00\",\r\n            \"Quantity\": 1,\r\n            \"Price\": \"95.75\",\r\n            \"UnitPriceWithoutTax\": \"85.00\",\r\n            \"TotalPrice\": \"95.75\",\r\n            \"TotalPriceWithoutTax\": \"85.00\",\r\n            \"TaxPercentage\": 25.0,\r\n            \"ItemId\": \"336\",\r\n            \"Description\": \"Spinach cheese dip with chips\",\r\n            \"RevenueCategoryCode\": \"24644\",\r\n            \"AccountType\": \"Room\",\r\n            \"AccountID\": \"170660-B\"\r\n        },\r\n        {\r\n            \"TenderType\": \"Cold Drinks\",\r\n            \"FolioId\": \"105\",\r\n            \"CurrencyCode\": \"USD\",\r\n            \"Amount\": \"50.00\",\r\n            \"Quantity\": 1,\r\n            \"Price\": \"63.55\",\r\n            \"UnitPriceWithoutTax\": \"50.00\",\r\n            \"TotalPrice\": \"63.55\",\r\n            \"TotalPriceWithoutTax\": \"50.00\",\r\n            \"TaxPercentage\": 25.0,\r\n            \"ItemId\": \"336\",\r\n            \"Description\": \"Strawberry Milkshake\",\r\n            \"RevenueCategoryCode\": \"24643\",\r\n            \"AccountType\": \"Room\",\r\n            \"AccountID\": \"170660-B\" \r\n        }\r\n    ],\r\n    \r\n    \"TotalPostingAmount\": \"135.00\",\r\n    \"TotalTaxAmount\": \"8.75\",\r\n    \r\n    \"TotalDistribution\": [\r\n       {\r\n             \"revenueCode\": \"Food\",\r\n             \"description\": \"\",\r\n             \"totalCharges\": \"85\" \r\n       }, \r\n       {\r\n             \"revenueCode\": \"Cold Drinks\",\r\n             \"description\": \"\",\r\n             \"totalCharges\": \"50\"\r\n       }\r\n    ]\r\n}"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/Shift4_{{pmsid_RMA}}/billtofolio/5","urlObject":{"path":["aspire-{{sp-environment}}","Shift4_{{pmsid_RMA}}","billtofolio","5"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"31b691ed-81ed-4c48-9df5-d2d0c7e1e82e","name":"GenericFolioPosting","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{TigerTMS_ApiKey}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PropertyId\": \"TMS_AgoraSite2\",\r\n    \"RoomNumber\": \"111\",\r\n    \"PostingId\": \"INV890_10002\",\r\n    \"FolioNumber\": \"169263\",\r\n    \"SubFolioId\": \"B\",\r\n    \"TransactionId\": \"d65e9222-c5ea-48b3-a8ea-0b8c59e10002\",\r\n    \"VenueId\": \"FOOD_STORE\",\r\n    \"ReceiptNumber\": \"RCPT-2023-10002\",\r\n    \"TransactionDateTime\": \"2024-11-20 01:59:21\",\r\n    \"PosVoid\": \"false\",\r\n    \"Tenders\": [{\r\n        \"TenderType\": \"Food\",\r\n        \"FolioId\": \"B\",\r\n        \"CurrencyCode\": \"USD\",\r\n        \"Amount\": \"70.00\",\r\n        \"Quantity\": 1,\r\n        \"Price\": \"77.00\",\r\n        \"UnitPriceWithoutTax\": \"70.00\",\r\n        \"TotalPrice\": \"77.00\",\r\n        \"TotalPriceWithoutTax\": \"70.00\",\r\n        \"TaxPercentage\": 35,\r\n        \"ItemId\": \"129\",\r\n        \"Description\": \"Mozzarella sticks\",\r\n        \"RevenueCategoryCode\": \"180\",\r\n        \"AccountType\": \"Room\",\r\n        \"AccountID\": \"170481-B\"\r\n    },\r\n    {\r\n        \"TenderType\": \"Beverage\",\r\n        \"FolioId\": \"B\",\r\n        \"CurrencyCode\": \"USD\",\r\n        \"Amount\": \"13.00\",\r\n        \"Quantity\": 1,\r\n        \"Price\": \"17.00\",\r\n        \"UnitPriceWithoutTax\": \"13.00\",\r\n        \"TotalPrice\": \"17.00\",\r\n        \"TotalPriceWithoutTax\": \"70.00\",\r\n        \"TaxPercentage\": 3.5,\r\n        \"ItemId\": \"50\",\r\n        \"Description\": \"Orange Juice\",\r\n        \"RevenueCategoryCode\": \"125\",\r\n        \"AccountType\": \"Room\",\r\n        \"AccountID\": \"170481-B\"\r\n    },\r\n    {\r\n        \"TenderType\": \"Tips\",\r\n        \"FolioId\": \"B\",\r\n        \"CurrencyCode\": \"USD\",\r\n        \"Amount\": \"5.00\",\r\n        \"Quantity\": 1,\r\n        \"Price\": \"5.00\",\r\n        \"UnitPriceWithoutTax\": \"5.00\",\r\n        \"TotalPrice\": \"5.00\",\r\n        \"TotalPriceWithoutTax\": \"5.00\",\r\n        \"TaxPercentage\": 2,\r\n        \"ItemId\": \"11\",\r\n        \"Description\": \"Tips\",\r\n        \"RevenueCategoryCode\": \"100\",\r\n        \"AccountType\": \"Room\",\r\n        \"AccountID\": \"170481-B\"\r\n    }],\r\n    \r\n    \"TotalPostingAmount\": \"88.00\",\r\n    \"TotalTaxAmount\": \"18.65\",\r\n    \r\n    \"TotalDistribution\": [\r\n        {\r\n             \"revenueCode\": \"FOOD\",\r\n             \"description\": \"Food\",\r\n             \"totalCharges\": \"70.00\" \r\n        },\r\n        {\r\n             \"revenueCode\": \"TIPS\",\r\n             \"description\": \"Tips\",\r\n             \"totalCharges\": \"5.00\" \r\n        },\r\n        {\r\n            \"revenueCode\": \"BEVERAGE\",\r\n            \"description\": \"Beverage\",\r\n            \"totalCharges\": \"13.00\" \r\n        }\r\n    ]\r\n}"},"url":{"raw":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/TMS_AgoraSite2/billtofolio/111","host":["https://valsoft-uapi.developer.azure-api.net/ "],"path":["aspire-{{sp-environment}}","TMS_AgoraSite2","billtofolio","111"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:57024be8-486c-41a5-8524-4cdc73387683"},{"key":"Date","value":"Tue, 26 Nov 2024 16:55:37 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1c9e1d20-6b52-478f-beba-6a94659f42d8"},{"name":"GenericRoomLookup - RMA","event":[{"listen":"test","script":{"id":"8a7a5e2c-13dd-43b0-ba17-b205a456c8f0","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"150eefba-7953-417d-83c9-6f086b9159c4","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2d1f96fe-696a-4a89-a697-9828ab1b834d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{shift4-api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/Shift4_{{pmsid_RMA}}/foliolookup/4","urlObject":{"path":["aspire-{{sp-environment}}","Shift4_{{pmsid_RMA}}","foliolookup","4"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"disabled":true,"key":null,"value":""}],"variable":[]}},"response":[],"_postman_id":"2d1f96fe-696a-4a89-a697-9828ab1b834d"},{"name":"GenericBillingInfoReq - RMA","id":"034c9022-dd86-4305-8e26-95b363636cab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/AllGeneric_{{pmsid_RMA}}/billinginfo?bookingid=131755571&lastname=Samy","urlObject":{"path":["aspire-{{sp-environment}}","generic","AllGeneric_{{pmsid_RMA}}","billinginfo"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"bookingid","value":"131755571"},{"key":"lastname","value":"Samy"}],"variable":[]}},"response":[],"_postman_id":"034c9022-dd86-4305-8e26-95b363636cab"},{"name":"GenericRates JSON - RMA","id":"f8aa52ef-0be6-47a3-ad7d-34f489f94404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{PricePoint_API_Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyId\": \"PricePoint_{{pmsid_RMA}}\",\r\n    \"ratePlanDetails\": [\r\n        {\r\n            \"ratePlanCode\": \"{{ratePlanCode}}\",\r\n            \"rates\": [\r\n                {\r\n                    \"invTypeCode\": \"{{invTypeCode}}\",\r\n                    \"startDate\": \"2027-06-09\",\r\n                    \"endDate\": \"2027-06-11\",\r\n                    \"baseByGuestAmts\": [\r\n                        {\r\n                            \"amountAfterTax\": \"166.01\",\r\n                            \"amountBeforeTax\": \"\",\r\n                            \"numberOfGuests\": \"2\",\r\n                            \"ageQualifyingCode\": \"10\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"invTypeCode\": \"{{invTypeCode}}\",\r\n                    \"startDate\": \"2027-06-12\",\r\n                    \"endDate\": \"2027-06-13\",\r\n                    \"baseByGuestAmts\": [\r\n                        {\r\n                            \"amountAfterTax\": \"96.6\",\r\n                            \"amountBeforeTax\": \"\",\r\n                            \"numberOfGuests\": \"2\",\r\n                            \"ageQualifyingCode\": \"10\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"invTypeCode\": \"{{invTypeCode}}\",\r\n                    \"startDate\": \"2027-06-14\",\r\n                    \"endDate\": \"2027-06-15\",\r\n                    \"baseByGuestAmts\": [\r\n                        {\r\n                            \"amountAfterTax\": \"199.12\",\r\n                            \"amountBeforeTax\": \"\",\r\n                            \"numberOfGuests\": \"2\",\r\n                            \"ageQualifyingCode\": \"10\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/PushRates","urlObject":{"path":["aspire-{{sp-environment}}","PushRates"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"f8aa52ef-0be6-47a3-ad7d-34f489f94404"},{"name":"GenericRestrictions - RMA","id":"5749cf8c-b764-4e7b-b02e-5cc60a24929f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{PricePoint_API_Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyId\": \"PricePoint_{{pmsid_RMA}}\",\r\n    \"availStatusMessages\": [\r\n        {\r\n            \"startDate\": \"2027-06-09\",\r\n            \"endDate\": \"2027-06-11\",\r\n            \"invTypeCode\": \"{{invTypeCode}}\",\r\n            \"ratePlanCode\": \"{{ratePlanCode}}\",\r\n            \"restriction\": \"Arrival\",\r\n            \"restrictionStatus\": \"Close\",\r\n            \"minMaxMessageType\": \"SetMinLOS\",\r\n            \"time\": \"3\"\r\n        },\r\n        {\r\n            \"startDate\": \"2027-06-09\",\r\n            \"endDate\": \"2027-06-15\",\r\n            \"invTypeCode\": \"{{invTypeCode}}\",\r\n            \"ratePlanCode\": \"{{ratePlanCode}}\",\r\n            \"minMaxMessageType\": \"SetMaxLOS\",\r\n            \"time\": \"5\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/PushRestrictions","urlObject":{"path":["aspire-{{sp-environment}}","PushRestrictions"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"5749cf8c-b764-4e7b-b02e-5cc60a24929f"}],"id":"f34bd314-06b8-49ff-ac50-4cd991f11048","_postman_id":"f34bd314-06b8-49ff-ac50-4cd991f11048","description":""},{"name":"GenericProfile","event":[{"listen":"prerequest","script":{"id":"ac629411-d934-4c32-a9c0-672d2da2dc28","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day; \r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"77dec5b8-003d-4c40-a098-9054d8f9d7f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"uniqueId\": \"1389\",\r\n    \"propertyId\": \"AllGeneric_{{pmsid}}\",\r\n    \"obsoleteId\": null,\r\n    \"crsId\": \"1389\",\r\n    \"namePrefix\": \"Mr.\",\r\n    \"firstName\": \"Robertooo3\",\r\n    \"middleName\": \"\",\r\n    \"lastName\": \"Carlossss3\",\r\n    \"gender\": \"Male\",\r\n    \"address\": \"3452 College View\",\r\n    \"city\": \"Hamel\",\r\n    \"state\": \"IL\",\r\n    \"zipPostal\": \"62046\",\r\n    \"countryCode\": \"US\",\r\n    \"email\": \"robertooo.carlosss3@gmail.com\",\r\n    \"dateOfBirth\": \"1980-05-04\",\r\n    \"VIP\": false,\r\n    \"language\": \"German\",\r\n    \"marketingConsent\": 1,\r\n    \"customerLoyalty\": {\r\n      \"ProgramID\": \"{{pmsid}}\",\r\n      \"SignupDate\": null,\r\n      \"ExpireDate\": null,\r\n      \"LoyaltyLevel\": null,\r\n      \"MemebershipID\": \"\"\r\n    },\r\n    \"jobTitle\": \"Engineer\",\r\n    \"Action\": \"1\",\r\n    \"telephone\": [\r\n      {\r\n        \"phoneNumber\": \"6186338611\",\r\n        \"phoneType\": \"Mobile\"\r\n      },\r\n      {\r\n        \"phoneNumber\": \"8476104955\",\r\n        \"phoneType\": \"Contact\"\r\n      }\r\n    ],\r\n    \"docs\": null,\r\n    \"comments\": [\r\n      \"\"\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"OptIn\",\r\n        \"labelValue\": true\r\n      }\r\n    ],\r\n    \"createDateTime\": \"2022-11-23 12:56:12\",\r\n    \"lastModifiedAt\": \"2022-11-23 12:59:32\"\r\n  }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/AllGeneric_{{pmsid}}/genericprofile","urlObject":{"path":["aspire-{{sp-environment}}","AllGeneric_{{pmsid}}","genericprofile"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"77dec5b8-003d-4c40-a098-9054d8f9d7f0"},{"name":"GenericRoomStatus","id":"5f662c1d-fb90-44a8-8452-6565591a8523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"propertyId\": \"AllGeneric_{{pmsid}}\",\r\n        \"roomNumber\": \"503\",\r\n        \"clean\": true,\r\n        \"roomOccupied\": false,\r\n        \"roomStatus\": \"checkedin\",\r\n        \"occupancyDetector\": false,\r\n        \"doNotDisturb\": false,\r\n        \"status\": {\r\n            \"propertyid\": \"AllGeneric_{{pmsid}}\",\r\n            \"messagetype\": \"Generic Room Status\",\r\n            \"status\": 0,\r\n            \"errorThrown\": false,\r\n            \"errorException\": [\r\n                \"Generic Room Status Success\"\r\n            ],\r\n            \"message\": \"Generic Room Status - Success\",\r\n            \"timestamp\": \"2022-03-17 01:55:52\",\r\n            \"traceid\": \"1\"\r\n        }\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/pushroomstatus","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","generic","pushroomstatus"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"5f662c1d-fb90-44a8-8452-6565591a8523"},{"name":"GenericAddOnAvailabilityReq","id":"b41e4b32-ca88-4058-8fc3-0b3dbc29f880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"{{Allgeneric_Api-Key}}"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyid\": \"AllGeneric_{{pmsid}}\",\r\n    \"arrivaldate\": \"2021-04-01\",\r\n    \"departuredate\": \"2021-04-04\",\r\n    \"adults\": 1,\r\n    \"children\": 0,\r\n    \"roomtypecode\": \"DLX\"\r\n}"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/addonavailabilityreq","description":"<p>This command will GET availability information for requested items and dates</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","generic","addonavailabilityreq"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"b41e4b32-ca88-4058-8fc3-0b3dbc29f880"},{"name":"GenericCheckin","id":"9ba1dbc8-0c07-4910-84ca-f0ef70b16705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyid\": \"AllGeneric_{{pmsid}}\",\r\n    \"bookingid\": \"14722\",\r\n    \"lastname\": \"Hawkins\",\r\n    \"checkindate\": \"2023-11-01\",\r\n    \"checkintime\": \"15:54:30\",\r\n    \"estimatedcheckintime\": \"11:50:30\",\r\n    \"ressignatures\": \"data:image/png;base64,XXXX\",\r\n    \"vehicles\": [\r\n        {\r\n            \"vehicletype\": \"Toyota Corolla\",\r\n            \"vehicleplate\": \"Mkpj778\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/checkin","description":"<p>This is the request of the current status of a certain room on the fly . This is also used to get the status of a reservation</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","generic","checkin"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"9ba1dbc8-0c07-4910-84ca-f0ef70b16705"},{"name":"GenericCheckout","id":"f17183da-1630-44d4-b26a-885bb06d63cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyid\": \"AllGeneric_{{pmsid}}\",\r\n    \"bookingid\": \"14347\",\r\n    \"lastname\": \"Hartley\",\r\n    \"checkoutdate\": \"2021-08-17\",\r\n    \"checkouttime\": \"10:51:00\" \r\n    }","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/checkout/","description":"<p>This is the request of the current status of a certain room on the fly . This is also used to get the status of a reservation</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","generic","checkout",""],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"f17183da-1630-44d4-b26a-885bb06d63cc"},{"name":"GenericReservationReq","id":"ed737956-776a-48df-974f-334a88ea0195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/AllGeneric_{{pmsid}}/reservation?bookingid=192052&lastname=Farel","urlObject":{"path":["aspire-{{sp-environment}}","generic","AllGeneric_{{pmsid}}","reservation"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"bookingid","value":"192052"},{"key":"lastname","value":"Farel"}],"variable":[]}},"response":[],"_postman_id":"ed737956-776a-48df-974f-334a88ea0195"},{"name":"GenericBillingInfoReq","id":"33c154dd-9098-43c9-a8e8-1bd002a5727a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/AllGeneric_{{pmsid}}/billinginfo?bookingid=14459&lastname=Hartley","urlObject":{"path":["aspire-{{sp-environment}}","generic","AllGeneric_{{pmsid}}","billinginfo"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"bookingid","value":"14459"},{"key":"lastname","value":"Hartley"}],"variable":[]}},"response":[],"_postman_id":"33c154dd-9098-43c9-a8e8-1bd002a5727a"},{"name":"GenericRoomStatusReq","id":"456c3b29-725f-4099-bba8-f2e3ac90e2c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/AllGeneric_{{pmsid}}/roomstatusreq/?bookingid=14459&lastname=Hartley","description":"<p>This is the request of the current status of a certain room on the fly . This is also used to get the status of a reservation</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","generic","AllGeneric_{{pmsid}}","roomstatusreq",""],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"bookingid","value":"14459"},{"key":"lastname","value":"Hartley"}],"variable":[]}},"response":[],"_postman_id":"456c3b29-725f-4099-bba8-f2e3ac90e2c1"},{"name":"GenericHotelInfoReq","id":"d2f66a3b-3bee-41aa-b7f8-0dd8a00ef4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/AllGeneric_{{pmsid}}/hotelinforeq","urlObject":{"path":["aspire-{{sp-environment}}","generic","AllGeneric_{{pmsid}}","hotelinforeq"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"d2f66a3b-3bee-41aa-b7f8-0dd8a00ef4b5"},{"name":"GenericRoomTypeListReq","id":"d11807ee-f281-4d89-ac3a-b79cf2664315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/AllGeneric_{{pmsid}}/roomtypelistreq","urlObject":{"path":["aspire-{{sp-environment}}","generic","AllGeneric_{{pmsid}}","roomtypelistreq"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"d11807ee-f281-4d89-ac3a-b79cf2664315"},{"name":"GenericRates JSON","id":"41a24899-d4b3-43a2-8ba5-facffe59ddc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyId\": \"AllGeneric_{{pmsid}}\",\r\n    \"ratePlanDetails\": [\r\n        {\r\n            \"ratePlanCode\": \"BAR\",\r\n            \"rates\": [\r\n                {\r\n                    \"invTypeCode\": \"DLX\",\r\n                    \"startDate\": \"2027-06-09\",\r\n                    \"endDate\": \"2027-06-11\",\r\n                    \"baseByGuestAmts\": [\r\n                        {\r\n                            \"amountAfterTax\": \"166.01\",\r\n                            \"amountBeforeTax\": \"150.99\",\r\n                            \"numberOfGuests\": \"7\",\r\n                            \"ageQualifyingCode\": \"10\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"invTypeCode\": \"SUIT\",\r\n                    \"startDate\": \"2027-06-09\",\r\n                    \"endDate\": \"2027-06-11\",\r\n                    \"baseByGuestAmts\": [\r\n                        {\r\n                            \"amountAfterTax\": \"96.6\",\r\n                            \"amountBeforeTax\": \"85.36\",\r\n                            \"numberOfGuests\": \"5\",\r\n                            \"ageQualifyingCode\": \"10\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"invTypeCode\": \"PENT\",\r\n                    \"startDate\": \"2027-06-12\",\r\n                    \"endDate\": \"2027-06-13\",\r\n                    \"baseByGuestAmts\": [\r\n                        {\r\n                            \"amountAfterTax\": \"199.12\",\r\n                            \"amountBeforeTax\": \"178.33\",\r\n                            \"numberOfGuests\": \"7\",\r\n                            \"ageQualifyingCode\": \"10\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"ratePlanCode\": \"WEEK\",\r\n            \"rates\": [\r\n                {\r\n                    \"invTypeCode\": \"DLX\",\r\n                    \"startDate\": \"2027-06-09\",\r\n                    \"endDate\": \"2027-06-11\",\r\n                    \"baseByGuestAmts\": [\r\n                        {\r\n                            \"amountAfterTax\": \"80.80\",\r\n                            \"amountBeforeTax\": \"78.64\",\r\n                            \"numberOfGuests\": \"2\",\r\n                            \"ageQualifyingCode\": \"10\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"invTypeCode\": \"SUIT\",\r\n                    \"startDate\": \"2027-06-12\",\r\n                    \"endDate\": \"2027-06-13\",\r\n                    \"baseByGuestAmts\": [\r\n                        {\r\n                            \"amountAfterTax\": \"24.50\",\r\n                            \"amountBeforeTax\": \"22.50\",\r\n                            \"numberOfGuests\": \"2\",\r\n                            \"ageQualifyingCode\": \"10\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/PushRates","urlObject":{"path":["aspire-{{sp-environment}}","PushRates"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"41a24899-d4b3-43a2-8ba5-facffe59ddc8"},{"name":"GenericRates XML","id":"858d933b-f9bf-4b02-a3f5-2d95ba487748","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"19456471f31e413c8ec181c27bc56ea9","type":"text"},{"key":"Async","value":"true","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\r\n<soapenv:Envelope\r\n\txmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\"\r\n\txmlns:wsa=\"http://www.w3.org/2005/08/addressing\"\r\n\txmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\"\r\n\txmlns:htnga=\"http://htng.org/PWSWG/2007/02/AsyncHeaders\">\r\n\t<soapenv:Header>\r\n\t\t<wsa:MessageID>0314b0e5d6f9f35abd658fddc330a4d1</wsa:MessageID>\r\n\t\t<wsa:Action>OTA_HotelRatePlanNotifRQ</wsa:Action>\r\n\t\t<wsa:ReplyTo>\r\n\t\t\t<wsa:Address>http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address>\r\n\t\t</wsa:ReplyTo>\r\n\t\t<htnga:ReplyTo>\r\n\t\t\t<wsa:Address>https://api.getampliphi.dev/api/pricing/callbacks/agora/c4e7bc1750bf416e92d34b787be688bd</wsa:Address>\r\n\t\t</htnga:ReplyTo>\r\n\t\t<wsse:Security>\r\n\t\t\t<wsse:UsernameToken>\r\n\t\t\t\t<wsse:Username>Ocp-Apim-Subscription-Key</wsse:Username>\r\n\t\t\t\t<wsse:Password>{{Ampliphi_ApiKey}}</wsse:Password>\r\n\t\t\t</wsse:UsernameToken>\r\n\t\t</wsse:Security>\r\n\t\t<htnga:CorrelationID>c4e7bc1750bf416e92d34b787be688bd</htnga:CorrelationID>\r\n\t</soapenv:Header>\r\n\t<soapenv:Body>\r\n\t\t<otp:OTA_HotelRatePlanNotifRQ MessageContentCode=\"8\" TimeStamp=\"2025-04-08T23:27:18.512Z\" Version=\"1.00\"\r\n\t\t\txmlns:otp=\"http://www.opentravel.org/OTA/2003/05\">\r\n\t\t\t<otp:RatePlans HotelCode=\"{{Ampliphi_PropertyID}}\">\r\n\t\t\t\t<otp:RatePlan Start=\"2026-11-05\" End=\"2026-11-11\" MarketCode=\"OTA\" RatePlanCode=\"BAR\" RatePlanNotifType=\"Delta\"> <!-- Base Rate -->\r\n\t\t\t\t\t<otp:Rates>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-11-05\" End=\"2026-11-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"410\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        <otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-11-06\" End=\"2026-11-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"450\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-11-07\" End=\"2026-11-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"432\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                       \r\n\r\n\r\n                        <otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-11-05\" End=\"2026-11-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"100\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\r\n                        <otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-11-06\" End=\"2026-11-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"101\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        \r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-11-07\" End=\"2026-11-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"102\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        \r\n\r\n\r\n\r\n\r\n                        <otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-11-05\" End=\"2026-11-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"99\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        <otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-11-06\" End=\"2026-11-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"99\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-11-07\" End=\"2026-11-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"98\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t</otp:Rates>\r\n\t\t\t\t</otp:RatePlan>\r\n\r\n\r\n               <otp:RatePlan Start=\"2026-11-05\" End=\"2026-11-07\" MarketCode=\"OTA\" RatePlanCode=\"BOOK\" RatePlanNotifType=\"Delta\"> <!-- Derived Rate -->\r\n\t\t\t\t\t<otp:Rates>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-11-05\" End=\"2026-11-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"600\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        <otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-11-06\" End=\"2026-11-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"650\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-11-07\" End=\"2026-11-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"670\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                       \r\n\r\n\r\n                        <otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-11-05\" End=\"2026-11-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"700\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\r\n                        <otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-11-06\" End=\"2026-11-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"701\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        \r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-11-07\" End=\"2026-11-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"702\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        \r\n\r\n\r\n\r\n\r\n                        <otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-11-05\" End=\"2026-11-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"555\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        <otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-11-06\" End=\"2026-11-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"556\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-11-07\" End=\"2026-11-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"557\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t</otp:Rates>\r\n\t\t\t\t</otp:RatePlan>\r\n\r\n\r\n                <otp:RatePlan Start=\"2026-11-05\" End=\"2026-11-07\" MarketCode=\"OTA\" RatePlanCode=\"WEEK\" RatePlanNotifType=\"Delta\">\r\n\t\t\t\t\t<otp:Rates>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-11-05\" End=\"2026-11-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"380\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        <otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-11-06\" End=\"2026-11-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"385\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-11-07\" End=\"2026-11-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"390\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                       \r\n\r\n\r\n                        <otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-11-05\" End=\"2026-11-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"181\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\r\n                        <otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-11-06\" End=\"2026-11-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"182\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        \r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-11-07\" End=\"2026-11-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"186\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        \r\n\r\n\r\n\r\n\r\n                        <otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-11-05\" End=\"2026-11-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"300\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        <otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-11-06\" End=\"2026-11-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"299\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-11-07\" End=\"2026-11-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"295\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t</otp:Rates>\r\n\t\t\t\t</otp:RatePlan>\r\n\r\n\r\n\t\t\t</otp:RatePlans>\r\n\t\t</otp:OTA_HotelRatePlanNotifRQ>\r\n\t</soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/PushRatesXml","urlObject":{"path":["aspire-{{sp-environment}}","PushRatesXml"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"858d933b-f9bf-4b02-a3f5-2d95ba487748"},{"name":"Rates Duetto","id":"760acea0-7226-4563-9a8e-3495c914d20c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Duetto_ApiKey}}","type":"text"},{"key":"Async","value":"true","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\r\n<soapenv:Envelope\r\n\txmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\"\r\n\txmlns:wsa=\"http://www.w3.org/2005/08/addressing\"\r\n\txmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\"\r\n\txmlns:htnga=\"http://htng.org/PWSWG/2007/02/AsyncHeaders\">\r\n\t<soapenv:Header>\r\n\t\t<wsa:MessageID>0314b0e5d6f9f35abd658fddc330a4d1</wsa:MessageID>\r\n\t\t<wsa:Action>OTA_HotelRatePlanNotifRQ</wsa:Action>\r\n\t\t<wsa:ReplyTo>\r\n\t\t\t<wsa:Address>http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address>\r\n\t\t</wsa:ReplyTo>\r\n\t\t<htnga:ReplyTo>\r\n\t\t\t<wsa:Address>https://integration-demo.duettoresearch.com/external/async/1_0/rate/fb576?token=0314b0e5d6f9f35abd658fddc330a4d1</wsa:Address>\r\n\t\t</htnga:ReplyTo>\r\n\t\t<wsse:Security>\r\n\t\t\t<wsse:UsernameToken>\r\n\t\t\t\t<wsse:Username>Ocp-Apim-Subscription-Key</wsse:Username>\r\n\t\t\t\t<wsse:Password>{{Duetto_ApiKey}}</wsse:Password>\r\n\t\t\t</wsse:UsernameToken>\r\n\t\t</wsse:Security>\r\n\t\t<htnga:CorrelationID>0314b0e5d6f9f35abd658fddc330a4d1</htnga:CorrelationID>\r\n\t</soapenv:Header>\r\n\t<soapenv:Body>\r\n\t\t<otp:OTA_HotelRatePlanNotifRQ MessageContentCode=\"8\" TimeStamp=\"2024-07-21T23:27:18.512Z\" Version=\"1.00\"\r\n\t\t\txmlns:otp=\"http://www.opentravel.org/OTA/2003/05\">\r\n\t\t\t<otp:RatePlans HotelCode=\"{{Duetto_PropertyID}}\">\r\n\t\t\t\t<otp:RatePlan Start=\"2026-10-05\" End=\"2026-10-07\" MarketCode=\"OTA\" RatePlanCode=\"BAR\" RatePlanNotifType=\"Delta\">\r\n\t\t\t\t\t<otp:Rates>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-10-05\" End=\"2026-10-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"410\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        <otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-10-06\" End=\"2026-10-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"450\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-10-07\" End=\"2026-10-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"432\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                       \r\n\r\n\r\n                        <otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-10-05\" End=\"2026-10-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"100\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\r\n                        <otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-10-06\" End=\"2026-10-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"101\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        \r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-10-07\" End=\"2026-10-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"102\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        \r\n\r\n\r\n\r\n\r\n                        <otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-10-05\" End=\"2026-10-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"99\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        <otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-10-06\" End=\"2026-10-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"99\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-10-07\" End=\"2026-10-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"98\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t</otp:Rates>\r\n\t\t\t\t</otp:RatePlan>\r\n\r\n\r\n               <otp:RatePlan Start=\"2026-10-05\" End=\"2026-10-07\" MarketCode=\"OTA\" RatePlanCode=\"BOOK\" RatePlanNotifType=\"Delta\">\r\n\t\t\t\t\t<otp:Rates>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-10-05\" End=\"2026-10-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"500\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        <otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-10-06\" End=\"2026-10-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"550\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-10-07\" End=\"2026-10-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"570\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                       \r\n\r\n\r\n                        <otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-10-05\" End=\"2026-10-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"500\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\r\n                        <otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-10-06\" End=\"2026-10-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"501\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        \r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-10-07\" End=\"2026-10-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"502\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        \r\n\r\n\r\n\r\n\r\n                        <otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-10-05\" End=\"2026-10-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"555\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        <otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-10-06\" End=\"2026-10-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"556\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-10-07\" End=\"2026-10-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"557\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t</otp:Rates>\r\n\t\t\t\t</otp:RatePlan>\r\n\r\n\r\n                <otp:RatePlan Start=\"2026-10-05\" End=\"2026-10-07\" MarketCode=\"OTA\" RatePlanCode=\"WEEK\" RatePlanNotifType=\"Delta\">\r\n\t\t\t\t\t<otp:Rates>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-10-05\" End=\"2026-10-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"380\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        <otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-10-06\" End=\"2026-10-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"385\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUIT\" CurrencyCode=\"USD\" Start=\"2026-10-07\" End=\"2026-10-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"390\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                       \r\n\r\n\r\n                        <otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-10-05\" End=\"2026-10-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"181\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\r\n                        <otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-10-06\" End=\"2026-10-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"182\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        \r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"DLX\" CurrencyCode=\"USD\" Start=\"2026-10-07\" End=\"2026-10-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"186\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        \r\n\r\n\r\n\r\n\r\n                        <otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-10-05\" End=\"2026-10-05\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"300\" NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n                        <otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-10-06\" End=\"2026-10-06\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"299\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t\t<otp:Rate InvTypeCode=\"SUP\" CurrencyCode=\"USD\" Start=\"2026-10-07\" End=\"2026-10-07\" Mon=\"1\" Tue=\"1\" Weds=\"1\" Thur=\"1\" Fri=\"1\" Sat=\"1\"  Sun=\"1\">\r\n\t\t\t\t\t\t\t<otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t\t\t<otp:BaseByGuestAmt AgeQualifyingCode=\"10\" AmountBeforeTax=\"295\"  NumberOfGuests=\"1\" />\r\n\t\t\t\t\t\t\t</otp:BaseByGuestAmts>\r\n\t\t\t\t\t\t</otp:Rate>\r\n\t\t\t\t\t</otp:Rates>\r\n\t\t\t\t</otp:RatePlan>\r\n\r\n\r\n\t\t\t</otp:RatePlans>\r\n\t\t</otp:OTA_HotelRatePlanNotifRQ>\r\n\t</soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/PushDuettoRates","urlObject":{"path":["aspire-{{sp-environment}}","PushDuettoRates"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"760acea0-7226-4563-9a8e-3495c914d20c"},{"name":"GenericRestrictions","id":"44c62129-a3ce-4319-9a47-ebd266740d86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyId\": \"AllGeneric_{{pmsid}}\",\r\n    \"availStatusMessages\": [\r\n        {\r\n            \"startDate\": \"2024-05-09\",\r\n            \"endDate\": \"2024-05-11\",\r\n            \"invTypeCode\": \"7350\",\r\n            \"ratePlanCode\": \"59405\",\r\n            \"restriction\": \"Arrival\",\r\n            \"restrictionStatus\": \"Close\",\r\n            \"minMaxMessageType\": \"SetMinLOS\",\r\n            \"time\": \"3\"\r\n        },\r\n        {\r\n            \"startDate\": \"2024-05-09\",\r\n            \"endDate\": \"2024-05-11\",\r\n            \"invTypeCode\": \"7350\",\r\n            \"ratePlanCode\": \"59405\",\r\n            \"minMaxMessageType\": \"SetMaxLOS\",\r\n            \"time\": \"5\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/PushRestrictions","urlObject":{"path":["aspire-{{sp-environment}}","PushRestrictions"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"44c62129-a3ce-4319-9a47-ebd266740d86"},{"name":"GenericFolioPosting - Simple Version","event":[{"listen":"prerequest","script":{"id":"cfe87c74-2fa9-4641-95bb-1a9812692697","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day + \"T\" + hour + \":\" + minute + \":\" + second ; //\"2021-08-04\"\r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"04568aa2-6f9c-47a7-b191-f5089a23327e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{shift4-api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PropertyId\": \"Shift4_{{pmsid}}\",\r\n    \"FolioNumber\": \"170330\",\r\n    \"PostingId\": \"INV900_1235\",\r\n    \"TransactionDateTime\": \"2025-06-17 10:59:21\",\r\n    \"VenueId\": \"Restaurant\",\r\n    \"ReceiptNumber\": \"RCPT-2023-30006\",\r\n    \"TransactionId\": \"R55e9222-c5ea-48b3-a8ea-0b8c00e5338\",\r\n    \"TotalPostingAmount\": \"92.68\",\r\n    \"Tenders\": [\r\n        {\r\n            \"FolioId\": \"B\",\r\n            \"CurrencyCode\": \"USD\",\r\n            \"Amount\": \"20.00\",\r\n            \"Description\": \"Cappuccino\",\r\n            \"RevenueCategoryCode\": \"180\",\r\n            \"AccountType\": null,\r\n            \"AccountId\": null\r\n        },\r\n        {\r\n            \"FolioId\": \"B\",\r\n            \"CurrencyCode\": \"USD\",\r\n            \"Amount\": \"25.15\",\r\n            \"Description\": \"French Fries\",\r\n            \"RevenueCategoryCode\": \"185\",\r\n            \"AccountType\": null,\r\n            \"AccountId\": null\r\n        },\r\n        {\r\n            \"FolioId\": \"B\",\r\n            \"CurrencyCode\": \"USD\",\r\n            \"Amount\": \"47.53\",\r\n            \"Description\": \"Cheese Cake\",\r\n            \"RevenueCategoryCode\": \"193\",\r\n            \"AccountType\": null,\r\n            \"AccountId\": null\r\n        }\r\n    ],\r\n    \"PosVoid\": false,\r\n    \"RoomNumber\": \"120\"\r\n}"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/Shift4_{{pmsid}}/billtofolio/120","urlObject":{"path":["aspire-{{sp-environment}}","Shift4_{{pmsid}}","billtofolio","120"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"0057755a-d6ad-44a2-aaea-f5f839b47af2","name":"GenericFolioPosting","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{TigerTMS_ApiKey}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PropertyId\": \"TMS_AgoraSite2\",\r\n    \"RoomNumber\": \"111\",\r\n    \"PostingId\": \"INV890_10002\",\r\n    \"FolioNumber\": \"169263\",\r\n    \"SubFolioId\": \"B\",\r\n    \"TransactionId\": \"d65e9222-c5ea-48b3-a8ea-0b8c59e10002\",\r\n    \"VenueId\": \"FOOD_STORE\",\r\n    \"ReceiptNumber\": \"RCPT-2023-10002\",\r\n    \"TransactionDateTime\": \"2024-11-20 01:59:21\",\r\n    \"PosVoid\": \"false\",\r\n    \"Tenders\": [{\r\n        \"TenderType\": \"Food\",\r\n        \"FolioId\": \"B\",\r\n        \"CurrencyCode\": \"USD\",\r\n        \"Amount\": \"70.00\",\r\n        \"Quantity\": 1,\r\n        \"Price\": \"77.00\",\r\n        \"UnitPriceWithoutTax\": \"70.00\",\r\n        \"TotalPrice\": \"77.00\",\r\n        \"TotalPriceWithoutTax\": \"70.00\",\r\n        \"TaxPercentage\": 35,\r\n        \"ItemId\": \"129\",\r\n        \"Description\": \"Mozzarella sticks\",\r\n        \"RevenueCategoryCode\": \"180\",\r\n        \"AccountType\": \"Room\",\r\n        \"AccountID\": \"170481-B\"\r\n    },\r\n    {\r\n        \"TenderType\": \"Beverage\",\r\n        \"FolioId\": \"B\",\r\n        \"CurrencyCode\": \"USD\",\r\n        \"Amount\": \"13.00\",\r\n        \"Quantity\": 1,\r\n        \"Price\": \"17.00\",\r\n        \"UnitPriceWithoutTax\": \"13.00\",\r\n        \"TotalPrice\": \"17.00\",\r\n        \"TotalPriceWithoutTax\": \"70.00\",\r\n        \"TaxPercentage\": 3.5,\r\n        \"ItemId\": \"50\",\r\n        \"Description\": \"Orange Juice\",\r\n        \"RevenueCategoryCode\": \"125\",\r\n        \"AccountType\": \"Room\",\r\n        \"AccountID\": \"170481-B\"\r\n    },\r\n    {\r\n        \"TenderType\": \"Tips\",\r\n        \"FolioId\": \"B\",\r\n        \"CurrencyCode\": \"USD\",\r\n        \"Amount\": \"5.00\",\r\n        \"Quantity\": 1,\r\n        \"Price\": \"5.00\",\r\n        \"UnitPriceWithoutTax\": \"5.00\",\r\n        \"TotalPrice\": \"5.00\",\r\n        \"TotalPriceWithoutTax\": \"5.00\",\r\n        \"TaxPercentage\": 2,\r\n        \"ItemId\": \"11\",\r\n        \"Description\": \"Tips\",\r\n        \"RevenueCategoryCode\": \"100\",\r\n        \"AccountType\": \"Room\",\r\n        \"AccountID\": \"170481-B\"\r\n    }],\r\n    \r\n    \"TotalPostingAmount\": \"88.00\",\r\n    \"TotalTaxAmount\": \"18.65\",\r\n    \r\n    \"TotalDistribution\": [\r\n        {\r\n             \"revenueCode\": \"FOOD\",\r\n             \"description\": \"Food\",\r\n             \"totalCharges\": \"70.00\" \r\n        },\r\n        {\r\n             \"revenueCode\": \"TIPS\",\r\n             \"description\": \"Tips\",\r\n             \"totalCharges\": \"5.00\" \r\n        },\r\n        {\r\n            \"revenueCode\": \"BEVERAGE\",\r\n            \"description\": \"Beverage\",\r\n            \"totalCharges\": \"13.00\" \r\n        }\r\n    ]\r\n}"},"url":{"raw":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/TMS_AgoraSite2/billtofolio/111","host":["https://valsoft-uapi.developer.azure-api.net/ "],"path":["aspire-{{sp-environment}}","TMS_AgoraSite2","billtofolio","111"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:57024be8-486c-41a5-8524-4cdc73387683"},{"key":"Date","value":"Tue, 26 Nov 2024 16:55:37 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"04568aa2-6f9c-47a7-b191-f5089a23327e"},{"name":"GenericFolioPosting - Extended Version","event":[{"listen":"prerequest","script":{"id":"cfe87c74-2fa9-4641-95bb-1a9812692697","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day + \"T\" + hour + \":\" + minute + \":\" + second ; //\"2021-08-04\"\r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7d7e85bf-28e0-4e48-aee8-e3db0f071d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PropertyId\": \"AllGeneric_{{pmsid}}\",\r\n    \"RoomNumber\": \"506\",\r\n    \"PostingId\": \"INV900_1234\",\r\n    \"FolioNumber\": \"170383\",\r\n    \"SubFolioId\": \"B\",\r\n    \"TransactionId\": \"d65e9222-c5ea-48b3-a8ea-0b8c59e171234\",\r\n    \"VenueId\":\"SPA\",\r\n    \"ReceiptNumber\": \"RCPT-2023-30003\",\r\n    \"TransactionDateTime\": \"2025-02-18 15:19:46\",\r\n    \"PosVoid\": \"false\",\r\n    \"Tenders\": [{\r\n        \"TenderType\": \"Food\",\r\n        \"FolioId\": \"A\",\r\n        \"CurrencyCode\": \"USD\",\r\n        \"Amount\": \"35.00\",\r\n        \"Quantity\": 1,\r\n        \"Price\": \"43.75\",\r\n        \"UnitPriceWithoutTax\": \"35.00\",\r\n        \"TotalPrice\": \"43.75\",\r\n        \"TotalPriceWithoutTax\": \"35.00\",\r\n        \"TaxPercentage\": 25.0,\r\n        \"ItemId\": \"336\",\r\n        \"Description\": \"Spinach cheese dip with chips\",\r\n        \"RevenueCategoryCode\": \"180\",\r\n        \"AccountType\": \"Room\",\r\n        \"AccountID\": \"170660-B\"\r\n    }],\r\n    \r\n    \"TotalPostingAmount\": \"35.00\",\r\n    \"TotalTaxAmount\": \"8.75\",\r\n    \r\n    \"TotalDistribution\": [\r\n       {\r\n             \"revenueCode\": \"FOOD\",\r\n             \"description\": \"\",\r\n             \"totalCharges\": \"110\" \r\n       }\r\n    ]\r\n}"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/AllGeneric_{{pmsid}}/billtofolio/506","urlObject":{"path":["aspire-{{sp-environment}}","AllGeneric_{{pmsid}}","billtofolio","506"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"7e55351f-e5f2-4da8-ac99-6aaa23a6e833","name":"GenericFolioPosting","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{TigerTMS_ApiKey}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PropertyId\": \"TMS_AgoraSite2\",\r\n    \"RoomNumber\": \"111\",\r\n    \"PostingId\": \"INV890_10002\",\r\n    \"FolioNumber\": \"169263\",\r\n    \"SubFolioId\": \"B\",\r\n    \"TransactionId\": \"d65e9222-c5ea-48b3-a8ea-0b8c59e10002\",\r\n    \"VenueId\": \"FOOD_STORE\",\r\n    \"ReceiptNumber\": \"RCPT-2023-10002\",\r\n    \"TransactionDateTime\": \"2024-11-20 01:59:21\",\r\n    \"PosVoid\": \"false\",\r\n    \"Tenders\": [{\r\n        \"TenderType\": \"Food\",\r\n        \"FolioId\": \"B\",\r\n        \"CurrencyCode\": \"USD\",\r\n        \"Amount\": \"70.00\",\r\n        \"Quantity\": 1,\r\n        \"Price\": \"77.00\",\r\n        \"UnitPriceWithoutTax\": \"70.00\",\r\n        \"TotalPrice\": \"77.00\",\r\n        \"TotalPriceWithoutTax\": \"70.00\",\r\n        \"TaxPercentage\": 35,\r\n        \"ItemId\": \"129\",\r\n        \"Description\": \"Mozzarella sticks\",\r\n        \"RevenueCategoryCode\": \"180\",\r\n        \"AccountType\": \"Room\",\r\n        \"AccountID\": \"170481-B\"\r\n    },\r\n    {\r\n        \"TenderType\": \"Beverage\",\r\n        \"FolioId\": \"B\",\r\n        \"CurrencyCode\": \"USD\",\r\n        \"Amount\": \"13.00\",\r\n        \"Quantity\": 1,\r\n        \"Price\": \"17.00\",\r\n        \"UnitPriceWithoutTax\": \"13.00\",\r\n        \"TotalPrice\": \"17.00\",\r\n        \"TotalPriceWithoutTax\": \"70.00\",\r\n        \"TaxPercentage\": 3.5,\r\n        \"ItemId\": \"50\",\r\n        \"Description\": \"Orange Juice\",\r\n        \"RevenueCategoryCode\": \"125\",\r\n        \"AccountType\": \"Room\",\r\n        \"AccountID\": \"170481-B\"\r\n    },\r\n    {\r\n        \"TenderType\": \"Tips\",\r\n        \"FolioId\": \"B\",\r\n        \"CurrencyCode\": \"USD\",\r\n        \"Amount\": \"5.00\",\r\n        \"Quantity\": 1,\r\n        \"Price\": \"5.00\",\r\n        \"UnitPriceWithoutTax\": \"5.00\",\r\n        \"TotalPrice\": \"5.00\",\r\n        \"TotalPriceWithoutTax\": \"5.00\",\r\n        \"TaxPercentage\": 2,\r\n        \"ItemId\": \"11\",\r\n        \"Description\": \"Tips\",\r\n        \"RevenueCategoryCode\": \"100\",\r\n        \"AccountType\": \"Room\",\r\n        \"AccountID\": \"170481-B\"\r\n    }],\r\n    \r\n    \"TotalPostingAmount\": \"88.00\",\r\n    \"TotalTaxAmount\": \"18.65\",\r\n    \r\n    \"TotalDistribution\": [\r\n        {\r\n             \"revenueCode\": \"FOOD\",\r\n             \"description\": \"Food\",\r\n             \"totalCharges\": \"70.00\" \r\n        },\r\n        {\r\n             \"revenueCode\": \"TIPS\",\r\n             \"description\": \"Tips\",\r\n             \"totalCharges\": \"5.00\" \r\n        },\r\n        {\r\n            \"revenueCode\": \"BEVERAGE\",\r\n            \"description\": \"Beverage\",\r\n            \"totalCharges\": \"13.00\" \r\n        }\r\n    ]\r\n}"},"url":{"raw":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/TMS_AgoraSite2/billtofolio/111","host":["https://valsoft-uapi.developer.azure-api.net/ "],"path":["aspire-{{sp-environment}}","TMS_AgoraSite2","billtofolio","111"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:57024be8-486c-41a5-8524-4cdc73387683"},{"key":"Date","value":"Tue, 26 Nov 2024 16:55:37 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7d7e85bf-28e0-4e48-aee8-e3db0f071d4e"},{"name":"GenericInventoryBlock","event":[{"listen":"prerequest","script":{"id":"cfe87c74-2fa9-4641-95bb-1a9812692697","exec":["var date = new Date();\r","var day = date.getDate();       // yields date\r","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)\r","var year = date.getFullYear();  // yields year\r","var hour = date.getHours();     // yields hours \r","var minute = date.getMinutes(); // yields minutes\r","var second = date.getSeconds(); // yields seconds\r","var time = year + \"-\" + month + \"-\" + day + \"T\" + hour + \":\" + minute + \":\" + second ; //\"2021-08-04\"\r","\r","pm.environment.set('timestamp', time);"],"type":"text/javascript"}}],"id":"f770d513-caff-4fdb-9d38-3eea4fd7d7ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"PropertyId\": \"AllGeneric_{{pmsid}}\",\r\n        \"BookingStatus\": \"ACTIVE\",\r\n        \"BlockCode\": \"T2\",\r\n        \"BlockGroupName\": \"Second Testing Group\",\r\n        \"BlockLongName\": \"Second Testing Group\",\r\n        \"BlockStatusCode\": \"2\",\r\n        \"PmsBlockId\": \"350\",\r\n        \"OpportunityId\": null,\r\n        \"TransactionAction\": \"2\",\r\n        \"BlockStartDate\": \"2023-01-31\",\r\n        \"BlockEndDate\": \"2023-02-16\",\r\n        \"BlockCutoffDate\": \"2023-01-30\",\r\n        \"MarketCode\": \"\",\r\n        \"MarketCodeName\": \" Description\",\r\n        \"SourceOfBusinessCode\": \"\",\r\n        \"SourceOfBusinessCodeName\": \" Description\",\r\n        \"inventoryBlockTypeCode\": \"8\",\r\n        \"Allocations\": [\r\n            {\r\n                \"roomTypeCode\": \"DLX\",\r\n                \"pickupStatus\": \"21\",\r\n                \"startDate\": \"2023-01-31\",\r\n                \"endDate\": \"2023-02-16\",\r\n                \"numberOfUnits\": 1,\r\n                \"sellLimit\": 0\r\n            },\r\n            {\r\n                \"roomTypeCode\": \"SUIT\",\r\n                \"pickupStatus\": \"21\",\r\n                \"startDate\": \"2023-01-31\",\r\n                \"endDate\": \"2023-02-16\",\r\n                \"numberOfUnits\": 1,\r\n                \"sellLimit\": 1\r\n            },\r\n            {\r\n                \"roomTypeCode\": \"SUP\",\r\n                \"pickupStatus\": \"21\",\r\n                \"startDate\": \"2023-01-31\",\r\n                \"endDate\": \"2023-02-16\",\r\n                \"numberOfUnits\": 1,\r\n                \"sellLimit\": 1\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"PropertyId\": \"AllGeneric_{{pmsid}}\",\r\n        \"BookingStatus\": \"ACTIVE\",\r\n        \"BlockCode\": \"T2\",\r\n        \"BlockGroupName\": \"Second Testing Group\",\r\n        \"BlockLongName\": \"Second Testing Group\",\r\n        \"BlockStatusCode\": \"2\",\r\n        \"PmsBlockId\": \"350\",\r\n        \"OpportunityId\": null,\r\n        \"TransactionAction\": \"2\",\r\n        \"BlockStartDate\": \"2023-01-31\",\r\n        \"BlockEndDate\": \"2023-02-16\",\r\n        \"BlockCutoffDate\": \"2023-01-30\",\r\n        \"MarketCode\": \"\",\r\n        \"MarketCodeName\": \" Description\",\r\n        \"SourceOfBusinessCode\": \"\",\r\n        \"SourceOfBusinessCodeName\": \" Description\",\r\n        \"inventoryBlockTypeCode\": \"8\",\r\n        \"Allocations\": [\r\n            {\r\n                \"roomTypeCode\": \"DLX\",\r\n                \"pickupStatus\": \"21\",\r\n                \"startDate\": \"2023-01-31\",\r\n                \"endDate\": \"2023-02-16\",\r\n                \"numberOfUnits\": 1,\r\n                \"sellLimit\": 0\r\n            },\r\n            {\r\n                \"roomTypeCode\": \"SUIT\",\r\n                \"pickupStatus\": \"21\",\r\n                \"startDate\": \"2023-01-31\",\r\n                \"endDate\": \"2023-02-16\",\r\n                \"numberOfUnits\": 1,\r\n                \"sellLimit\": 1\r\n            },\r\n            {\r\n                \"roomTypeCode\": \"SUP\",\r\n                \"pickupStatus\": \"21\",\r\n                \"startDate\": \"2023-01-31\",\r\n                \"endDate\": \"2023-02-16\",\r\n                \"numberOfUnits\": 1,\r\n                \"sellLimit\": 1\r\n            }\r\n        ]\r\n    }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/inventoryblock","urlObject":{"path":["aspire-{{sp-environment}}","generic","inventoryblock"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"f770d513-caff-4fdb-9d38-3eea4fd7d7ff"},{"name":"UK_SkySqlMigration_GenericRoomLookup","event":[{"listen":"test","script":{"id":"8a7a5e2c-13dd-43b0-ba17-b205a456c8f0","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"150eefba-7953-417d-83c9-6f086b9159c4","exec":[""],"type":"text/javascript"}}],"id":"7e205276-4a52-4cf2-a30f-5195ddaa2fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"86f52611e32740139e445c1954316eb7","type":"text"},{"key":"Async","value":"false","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/CCH6279/foliolookup/503?includeNonChargeable=false","urlObject":{"path":["aspire-{{sp-environment}}","CCH6279","foliolookup","503"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"includeNonChargeable","value":"false"},{"disabled":true,"key":null,"value":""}],"variable":[]}},"response":[],"_postman_id":"7e205276-4a52-4cf2-a30f-5195ddaa2fc5"},{"name":"AU_SkySqlMigration_GenericRoomLookup","event":[{"listen":"test","script":{"id":"8a7a5e2c-13dd-43b0-ba17-b205a456c8f0","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"150eefba-7953-417d-83c9-6f086b9159c4","exec":[""],"type":"text/javascript"}}],"id":"b0420419-6b76-4472-bd2f-146e2d1567ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"226c3735a2d9458d96c137c26b08817e","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/WMBH11961/foliolookup/503?includeNonChargeable=false","urlObject":{"path":["aspire-{{sp-environment}}","WMBH11961","foliolookup","503"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"includeNonChargeable","value":"false"},{"disabled":true,"key":null,"value":""}],"variable":[]}},"response":[],"_postman_id":"b0420419-6b76-4472-bd2f-146e2d1567ae"},{"name":"GenericRoomLookup","event":[{"listen":"test","script":{"id":"8a7a5e2c-13dd-43b0-ba17-b205a456c8f0","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"150eefba-7953-417d-83c9-6f086b9159c4","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"0c298b18-25db-4d78-95dc-a95d6a830fb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{shift4-api-key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/Shift4_{{pmsid}}/foliolookup/514?includeNonChargeable=true","urlObject":{"path":["aspire-{{sp-environment}}","Shift4_{{pmsid}}","foliolookup","514"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"includeNonChargeable","value":"true"}],"variable":[]}},"response":[],"_postman_id":"0c298b18-25db-4d78-95dc-a95d6a830fb9"},{"name":"ResendFailedTransactions","id":"7826e95f-e456-4611-a544-80420407346c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}"},{"key":"Async","value":"true"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"PropertyId\": \"AllGeneric_{{pmsid}}\",\r\n        \"RequestType\": \"\"//,\r\n        //\"DateFrom\": \"2025-01-01\",\r\n        //\"DateTo\": \"2025-01-11\"\r\n    }\r\n]\r\n","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/generic/resendfailedtransactions","urlObject":{"path":["aspire-{{sp-environment}}","generic","resendfailedtransactions"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"7826e95f-e456-4611-a544-80420407346c"},{"name":"GenericReservationWithActiveFolios","id":"adb774cd-1b20-4f8d-b3f4-409337a80b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Allgeneric_Api-Key}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/GenericReservationWithActiveFolios/AllGeneric_{{pmsid}}","urlObject":{"path":["aspire-{{sp-environment}}","GenericReservationWithActiveFolios","AllGeneric_{{pmsid}}"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"adb774cd-1b20-4f8d-b3f4-409337a80b65"}],"id":"1b646c7d-c7cf-4c54-9401-6d4cde25d635","_postman_id":"1b646c7d-c7cf-4c54-9401-6d4cde25d635","description":""},{"name":"LightSpeed Interceptor","item":[{"name":"GetRoomById","id":"9f2ee2e8-7f01-4cd7-8358-867de4e403f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Auth-Token","value":"{{lightspeed-token}}","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /{{lightspeed-env}}/{{pmsid}}/room?search=109","urlObject":{"path":["{{lightspeed-env}}","{{pmsid}}","room"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"search","value":"109"}],"variable":[]}},"response":[],"_postman_id":"9f2ee2e8-7f01-4cd7-8358-867de4e403f0"},{"name":"GetRoomById [RMA]","id":"02f01abf-14e6-446b-9158-4931e7834088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Auth-Token","value":"5e8c0510838d42129e3c7e40e8ca2c2a","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /{{lightspeed-env}}/rma/9391/room?search=3","urlObject":{"path":["{{lightspeed-env}}","rma","9391","room"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"search","value":"3"}],"variable":[]}},"response":[],"_postman_id":"02f01abf-14e6-446b-9158-4931e7834088"},{"name":"GetRoomById NEW","id":"8a35e344-0518-4be7-90fc-514cf17172cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{lightspeed-token}}","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/MR10668/roomid/42090","urlObject":{"path":["aspire-{{sp-environment}}","MR10668","roomid","42090"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"8a35e344-0518-4be7-90fc-514cf17172cb"},{"name":"Charge Room","id":"1acffd67-84d1-46b9-957e-4f09d1ce1f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Token","value":"{{lightSpeed-token}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"9\",\r\n    \"date\": \"2022-11-04T21:33:44.481Z\",\r\n    \"waiterName\": \"Richard Lambakis\",\r\n    \"guestName\": \"Eman Samy-169167-A\",\r\n    \"amount\": 1.62,\r\n    \"receiptId\": \"56484\",\r\n    \"details\": [\r\n        {\r\n            \"productId\": 920237,\r\n            \"name\": \"Extra Syrup\",\r\n            \"productGroupName\": \"Coffee\",\r\n            \"amount\": 1,\r\n            \"price\": 1.62\r\n        }\r\n    ],\r\n    \"vatDetails\": [\r\n        {\r\n            \"name\": \"7.75%\",\r\n            \"vatPercentage\": 7.75,\r\n            \"priceWithVat\": 1.62,\r\n            \"priceWithoutVat\": 1.5,\r\n            \"vat\": 0.12,\r\n            \"taxClass\": false\r\n        }\r\n    ],\r\n    \"paymentDetails\": [\r\n        {\r\n            \"amount\": 1.62,\r\n            \"tips\": 0.0,\r\n            \"type\": \"Room Charge\",\r\n            \"paymentTypeTypeId\": 9\r\n        }\r\n    ],\r\n    \"receiptVoided\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /{{lightspeed-env}}/{{pmsid}}/room/9/charge","urlObject":{"path":["{{lightspeed-env}}","{{pmsid}}","room","9","charge"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"1acffd67-84d1-46b9-957e-4f09d1ce1f49"},{"name":"Charge Room [RMA]","id":"b1d9c5a4-b062-4c6b-944a-ddb16b22f82d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Token","value":"5e8c0510838d42129e3c7e40e8ca2c2a","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"9\",\r\n    \"date\": \"2022-11-04T21:33:44.481Z\",\r\n    \"waiterName\": \"Richard Lambakis\",\r\n    \"guestName\": \"Eman Samy-169167-A\",\r\n    \"amount\": 1.62,\r\n    \"receiptId\": \"56484\",\r\n    \"details\": [\r\n        {\r\n            \"productId\": 920237,\r\n            \"name\": \"Extra Syrup\",\r\n            \"productGroupName\": \"Coffee\",\r\n            \"amount\": 1,\r\n            \"price\": 1.62\r\n        }\r\n    ],\r\n    \"vatDetails\": [\r\n        {\r\n            \"name\": \"7.75%\",\r\n            \"vatPercentage\": 7.75,\r\n            \"priceWithVat\": 1.62,\r\n            \"priceWithoutVat\": 1.5,\r\n            \"vat\": 0.12,\r\n            \"taxClass\": false\r\n        }\r\n    ],\r\n    \"paymentDetails\": [\r\n        {\r\n            \"amount\": 1.62,\r\n            \"tips\": 0.0,\r\n            \"type\": \"Room Charge\",\r\n            \"paymentTypeTypeId\": 9\r\n        }\r\n    ],\r\n    \"receiptVoided\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /{{lightspeed-env}}/rma/{{pmsid}}/room/9/charge","urlObject":{"path":["{{lightspeed-env}}","rma","{{pmsid}}","room","9","charge"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"b1d9c5a4-b062-4c6b-944a-ddb16b22f82d"},{"name":"GetTokenFromAgora","event":[{"listen":"prerequest","script":{"id":"84840a20-1d9c-42a8-8e9b-9a6e738f69d5","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"6c2d95df-7e56-41d0-8801-636245b8846d","exec":[""],"type":"text/javascript"}}],"id":"82884561-5604-48a1-8f45-28db4c226b3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"44191535-13d6-4fe7-b9ac-e9e25bd98f85\",\r\n    \"password\": \"d4a1fcd4ebb443cca1ea6a7119618d58\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /{{lightspeed-env}}/AGORADEV/token","urlObject":{"path":["{{lightspeed-env}}","AGORADEV","token"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"82884561-5604-48a1-8f45-28db4c226b3a"},{"name":"GetTokenFromAgora [RMA]","event":[{"listen":"prerequest","script":{"id":"84840a20-1d9c-42a8-8e9b-9a6e738f69d5","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"6c2d95df-7e56-41d0-8801-636245b8846d","exec":[""],"type":"text/javascript"}}],"id":"787dedd6-1308-4bbf-b770-24751d78183d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Token","value":"{{lightspeed-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"1163933c-8b79-46ad-923d-e81bb66d23b2\",\r\n    \"password\": \"9961534213b04cba8c46c0183b50beb1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /{{lightspeed-env}}/rma/9391/token","urlObject":{"path":["{{lightspeed-env}}","rma","9391","token"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"787dedd6-1308-4bbf-b770-24751d78183d"}],"id":"5897330f-7e03-42bf-ad59-67e40e3e33d9","_postman_id":"5897330f-7e03-42bf-ad59-67e40e3e33d9","description":""},{"name":"Telematel","item":[{"name":"PurchaseOrder","id":"9858c630-32da-4c96-8887-9c00b7eb38db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"b785b60442224da38ec54983fa123bdb","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"document_id\": \"1002100010\",\r\n    \"origen\": \"1\",\r\n    \"empresa\": \"0\",\r\n    \"cod_cliente\": \"1\",\r\n    \"nombre_cliente\": \"Eléctricas Telematel, SA\",\r\n    \"fecha_pedido\": \"30-06-2022\",\r\n    \"ref_pedido_cliente\": \"Test Agora\",\r\n    \"obra\": \"\",\r\n    \"generar_obra_sn\": \"n\",\r\n    \"email\": \"marga.noguera@telematel.com\",\r\n    \"lineas_pedido\": [\r\n        {\r\n            \"cod_articulo\": \"0701018637\",\r\n            \"descripcion\": \"BASE ENCHUFE NORMAL 2 POLOS\",\r\n            \"unidades\": \"20\",\r\n            \"precio_unidad\": \"65,850\",\r\n            \"dto\": \"1\",\r\n            \"dto2\": \"2\",\r\n            \"dto3\": \"3\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/telematel/purchaseorder","urlObject":{"path":["aspire-{{sp-environment}}","telematel","purchaseorder"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"9858c630-32da-4c96-8887-9c00b7eb38db"}],"id":"934844c4-4cfa-4edb-a9b9-af1b9a49e2aa","_postman_id":"934844c4-4cfa-4edb-a9b9-af1b9a49e2aa","description":""},{"name":"LightSpeed","item":[{"name":"GetRoomById","id":"b4dd9223-56b4-4b06-aa34-3f30bf42b885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{lightspeed-token}}","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/MBR7289/room?search=AQUA.","urlObject":{"path":["aspire-{{sp-environment}}","MBR7289","room"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"search","value":"AQUA."}],"variable":[]}},"response":[],"_postman_id":"b4dd9223-56b4-4b06-aa34-3f30bf42b885"},{"name":"GetRoomById [RMA]","id":"54c1f956-9640-47fd-bd47-a4a6c85fff32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{lightspeed-token}}","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/rma/MBR7289/room?search=AQUA.","urlObject":{"path":["aspire-{{sp-environment}}","rma","MBR7289","room"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"search","value":"AQUA."}],"variable":[]}},"response":[],"_postman_id":"54c1f956-9640-47fd-bd47-a4a6c85fff32"},{"name":"GetRoomById Full Folio","id":"3d27125f-cacb-43b3-af9c-697bbb2562e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{lightspeed-token}}","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/{{pmsid}}/room/204","urlObject":{"path":["aspire-{{sp-environment}}","{{pmsid}}","room","204"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"3d27125f-cacb-43b3-af9c-697bbb2562e6"},{"name":"GetRoomById NEW Copy","id":"67bd2dc4-4bb9-4cdd-82c1-abe94274d2dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{lightspeed-token}}","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/MR10668/roomid/42090","urlObject":{"path":["aspire-{{sp-environment}}","MR10668","roomid","42090"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"67bd2dc4-4bb9-4cdd-82c1-abe94274d2dc"},{"name":"GetRoomById NEW Copy [RMA]","id":"e738d0b3-5575-4f04-91d2-d2766437b21f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{lightspeed-token}}","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/rma/MR10668/roomid/42090","urlObject":{"path":["aspire-{{sp-environment}}","rma","MR10668","roomid","42090"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"e738d0b3-5575-4f04-91d2-d2766437b21f"},{"name":"Charge Room","id":"cbd6622a-5c87-41a5-97b9-72e255eb9d6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{lightspeed-token}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"216\",\r\n    \"date\": \"2022-04-04 16:45:33\",\r\n    \"waiterName\": \"John Doe-A\",\r\n    \"guestName\": \"Jason Ko-54908-A\",\r\n    \"amount\": 2.00,\r\n    \"receiptId\": \"311285\",\r\n    \"details\": [\r\n        {\r\n            \"productId\": 1,\r\n            \"name\": \"Gin tonic\",\r\n            \"productGroupName\": \"Alcoholic beverages\",\r\n            \"amount\": 1,\r\n            \"price\": 1.0000\r\n        },\r\n        {\r\n            \"productId\": 2,\r\n            \"name\": \"Four course meal\",\r\n            \"productGroupName\": \"Meals\",\r\n            \"amount\": 1,\r\n            \"price\": 1.0000\r\n        }\r\n    ],\r\n    \"vatDetails\": [\r\n        {\r\n            \"name\": \"21.0%\",\r\n            \"vatPercentage\": 21.0,\r\n            \"priceWithVat\": 79.0000,\r\n            \"priceWithoutVat\": 62.4100,\r\n            \"vat\": 16.59,\r\n            \"taxClass\": false\r\n        }\r\n    ],\r\n    \"paymentDetails\": [\r\n        {\r\n            \"amount\": 2.0000,\r\n            \"tips\": 1.0000,\r\n            \"type\": \"Cheque\",\r\n            \"paymentTypeTypeId\": 3\r\n        },\r\n        {\r\n            \"amount\": 12.0000,\r\n            \"tips\": 0.0000,\r\n            \"type\": \"My custom cash type\",\r\n            \"paymentTypeTypeId\": 1\r\n        },\r\n        {\r\n            \"amount\": 64.0000,\r\n            \"tips\": 0.0000,\r\n            \"type\": \"put on room\",\r\n            \"paymentTypeTypeId\": 9\r\n        }\r\n    ],\r\n    \"receiptVoided\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/APHS11592/room/318/charge","urlObject":{"path":["aspire-{{sp-environment}}","APHS11592","room","318","charge"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"cbd6622a-5c87-41a5-97b9-72e255eb9d6a"},{"name":"Charge Room [RMA]","id":"a7bf17f1-ee89-4216-8e21-e9ac269e1bb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{lightspeed-token}}","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"216\",\r\n    \"date\": \"2022-04-04 16:45:33\",\r\n    \"waiterName\": \"John Doe-A\",\r\n    \"guestName\": \"Jason Ko-54908-A\",\r\n    \"amount\": 2.00,\r\n    \"receiptId\": \"311285\",\r\n    \"details\": [\r\n        {\r\n            \"productId\": 1,\r\n            \"name\": \"Gin tonic\",\r\n            \"productGroupName\": \"Alcoholic beverages\",\r\n            \"amount\": 1,\r\n            \"price\": 1.0000\r\n        },\r\n        {\r\n            \"productId\": 2,\r\n            \"name\": \"Four course meal\",\r\n            \"productGroupName\": \"Meals\",\r\n            \"amount\": 1,\r\n            \"price\": 1.0000\r\n        }\r\n    ],\r\n    \"vatDetails\": [\r\n        {\r\n            \"name\": \"21.0%\",\r\n            \"vatPercentage\": 21.0,\r\n            \"priceWithVat\": 79.0000,\r\n            \"priceWithoutVat\": 62.4100,\r\n            \"vat\": 16.59,\r\n            \"taxClass\": false\r\n        }\r\n    ],\r\n    \"paymentDetails\": [\r\n        {\r\n            \"amount\": 2.0000,\r\n            \"tips\": 1.0000,\r\n            \"type\": \"Cheque\",\r\n            \"paymentTypeTypeId\": 3\r\n        },\r\n        {\r\n            \"amount\": 12.0000,\r\n            \"tips\": 0.0000,\r\n            \"type\": \"My custom cash type\",\r\n            \"paymentTypeTypeId\": 1\r\n        },\r\n        {\r\n            \"amount\": 64.0000,\r\n            \"tips\": 0.0000,\r\n            \"type\": \"put on room\",\r\n            \"paymentTypeTypeId\": 9\r\n        }\r\n    ],\r\n    \"receiptVoided\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/rma/APHS11592/room/318/charge","urlObject":{"path":["aspire-{{sp-environment}}","rma","APHS11592","room","318","charge"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"a7bf17f1-ee89-4216-8e21-e9ac269e1bb2"},{"name":"GetTokenFromAgora","event":[{"listen":"test","script":{"id":"b99c4663-ae30-4d30-9365-f5b3db47a784","exec":["var data = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"lightspeed-token\", data.token)"],"type":"text/javascript"}}],"id":"5537c905-30f1-479e-8076-165631b01595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Token","value":"14867874b7394d4993671fba476bbb6b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"e9a1381a-8ef3-4a7b-865a-2d6185606847\",\r\n    \"password\": \"674fc66504d94ed592da6543d456ad1d\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/{{pmsid}}/token","urlObject":{"path":["aspire-{{sp-environment}}","{{pmsid}}","token"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"5537c905-30f1-479e-8076-165631b01595"},{"name":"GetTokenFromAgora [RMA]","event":[{"listen":"test","script":{"id":"b99c4663-ae30-4d30-9365-f5b3db47a784","exec":["var data = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"lightspeed-token\", data.token)"],"type":"text/javascript"}}],"id":"21440694-cf3f-46fa-b135-e7f2e9d24048","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Token","value":"14867874b7394d4993671fba476bbb6b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"e9a1381a-8ef3-4a7b-865a-2d6185606847\",\r\n    \"password\": \"674fc66504d94ed592da6543d456ad1d\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/rma/{{pmsid}}/token","urlObject":{"path":["aspire-{{sp-environment}}","rma","{{pmsid}}","token"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"21440694-cf3f-46fa-b135-e7f2e9d24048"}],"id":"669db756-aac9-4b64-ace7-a52d505142d6","_postman_id":"669db756-aac9-4b64-ace7-a52d505142d6","description":""},{"name":"IQScan","item":[{"name":"IQScanResult","id":"bac83e58-9c1d-4956-b7aa-fdec76c247f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"ed4ceef4a2f2490c923331b881de36a4","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"UniqueId\": \"c0ab527c79bc4b1fa3d5eef0c7e01d6a\",\r\n  \"PropertyId\": \"AGORADEV\",\r\n  \"OriginWorkstationId\": \"workstation123\",\r\n  \"Data\": {\r\n    \"Description\": \"Passport scan\",\r\n    \"Code\": \"SCAN_PASSPORT\",\r\n    \"Status\": \"Success\",\r\n    \"_DateOfScan\": \"2023-08-02T12:34:56Z\",\r\n    \"_DocumentType\": \"Passport\",\r\n    \"_DocumentSubtype\": \"Ordinary\",\r\n    \"FullName\": \"John Doe\",\r\n    \"FirstName\": \"John\",\r\n    \"FirstNameShort\": \"J\",\r\n    \"MiddleName\": \"\",\r\n    \"LastName\": \"Doe\",\r\n    \"Gender\": \"Male\",\r\n    \"BirthDate\": \"1985-07-15\",\r\n    \"IDNumber\": \"A123456789\",\r\n    \"ExpiryDate\": \"2030-07-14\",\r\n    \"IssueDate\": \"2015-07-15\",\r\n    \"Restrictions\": \"\",\r\n    \"ISO_A3\": \"USA\",\r\n    \"NationalityISO_A3\": \"USA\",\r\n    \"Address\": \"123 Main Street\",\r\n    \"City\": \"New York\",\r\n    \"Zip\": \"10001\",\r\n    \"County\": \"Manhattan\",\r\n    \"State\": \"NY\",\r\n    \"LicenseNumber\": \"\",\r\n    \"PlaceOfBirth\": \"Chicago, IL\",\r\n    \"SocialSecurityNumber\": \"123-45-6789\",\r\n    \"TaxNumber\": \"987654321\",\r\n    \"BloodGroup\": \"A+\",\r\n    \"Categories\": \"\",\r\n    \"Endorsements\": \"\",\r\n    \"EyesColor\": \"Brown\",\r\n    \"MothersName\": \"Mary Doe\",\r\n    \"FathersName\": \"John Doe Sr.\",\r\n    \"HairColor\": \"Black\",\r\n    \"Height\": \"180 cm\",\r\n    \"Limitations\": \"\",\r\n    \"MarriedStatus\": \"Single\",\r\n    \"MembershipNumber\": \"123456789\",\r\n    \"Profession\": \"Engineer\",\r\n    \"SurnameAtBirth\": \"\",\r\n    \"Type\": \"Passport\",\r\n    \"Weight\": \"75 kg\",\r\n    \"ISO_A2\": \"US\",\r\n    \"CountryName_EN\": \"United States\",\r\n    \"CountryShort\": \"USA\",\r\n    \"Country\": \"United States of America\",\r\n    \"NationalityISO_A2\": \"US\",\r\n    \"NationalityShort\": \"USA\",\r\n    \"Nationality\": \"United States of America\",\r\n    \"Nationality_ENG\": \"United States\",\r\n    \"YearOfBirth\": 1985,\r\n    \"CalculatedIssueDate\": \"2015-07-15\",\r\n    \"MRZ1\": \"P<USADOE<<JOHN<<<<<<<<<<<<<<<<<<\",\r\n    \"MRZ2\": \"A12345678USA8507152M3007014<<<<<<<<<<<<<<04\",\r\n    \"MRZ3\": \"D12345678USA<<<<<<<2\",\r\n    \"ImageDocumentBack\": \"base64_encoded_back_image_data_here\",\r\n    \"ImageDocumentFront\": \"base64_encoded_front_image_data_here\",\r\n    \"ImageFace\": \"base64_encoded_face_image_data_here\",\r\n    \"ImageSignature\": \"base64_encoded_signature_image_data_here\"\r\n  },\r\n  \"Status\": {\r\n    \"propertyid\": \"AGORADEV\",\r\n    \"messagetype\": \"Success\",\r\n    \"status\": 200,\r\n    \"errorThrown\": false,\r\n    \"errorException\": [],\r\n    \"message\": \"Scan successful\",\r\n    \"timestamp\": \"2023-08-02T12:34:56Z\",\r\n    \"traceid\": \"abc123def456\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/iqscan/result","description":"<p>This is the request of the current status of a certain room on the fly . This is also used to get the status of a reservation</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","iqscan","result"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"bac83e58-9c1d-4956-b7aa-fdec76c247f3"},{"name":"IQScanConfig","id":"2c75cbf4-4b7d-4dc7-97cf-dc96ba42037c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Async","value":"true","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"ed4ceef4a2f2490c923331b881de36a4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Actions\": \"2\",\r\n    \"ScannerName\": \"Scanner1\",\r\n    \"SerialNumber\": \"55U22090163\",\r\n    \"WorkStationId\": \"WS2\",\r\n    \"PropertyId\": \"AGORADEV\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/iqscan/config","description":"<p>Sending Updates on Each Device modification</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","iqscan","config"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"2c75cbf4-4b7d-4dc7-97cf-dc96ba42037c"}],"id":"d301c0c1-8441-4396-a71b-3846c1645659","_postman_id":"d301c0c1-8441-4396-a71b-3846c1645659","description":""},{"name":"IQPrint","item":[{"name":"IQPrintResponse","id":"46ad6055-5f52-46cb-941f-bd0c3e38efa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"d6252ee94ddb42bc8856024de159da3d","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"UniqueId\": \"c0ab527c79bc4b1fa3d5eef0c7e01d6a\",\r\n  \"PropertyId\": \"AGORASANDBOX\",\r\n  \"OriginWorkstationId\": \"EMAN-SAMY\",\r\n  \"Data\": null,\r\n  \"Status\": {\r\n    \"propertyid\": \"AGORASANDBOX\",\r\n    \"messagetype\": \"IQPrintResponse\",\r\n    \"status\": 1000,\r\n    \"errorThrown\": false,\r\n    \"errorException\": [],\r\n    \"message\": \"Agora Timeout in Workstation ID EMAN-SAMY and Device Name FD01Printer\",\r\n    \"timestamp\": \"2023-08-02T12:34:56Z\",\r\n    \"traceid\": \"abc123def456\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/iqprint/response","urlObject":{"path":["aspire-{{sp-environment}}","iqprint","response"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"46ad6055-5f52-46cb-941f-bd0c3e38efa0"},{"name":"IQPrinterConfig","id":"e8fe2a6d-206f-473f-ae1e-8fee05bd98dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"7a96743677e04fa8ab488da4cc76ef3a","type":"text"},{"key":"Async","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Actions\": \"3\",\r\n    \"DeviceName\": \"BK20250815fake2\",\r\n    \"SerialNumber\": \"793858c3-968d-4ac3-af49-213dc21a086b\",\r\n    \"WorkStationId\": \"e910e45dc91aed7d04afb9a5ab41b800b23201a607780b3034546f1c127e03bf\",\r\n    \"PropertyId\": \"ALEXANDERDEV\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/iqprint/config","urlObject":{"path":["aspire-{{sp-environment}}","iqprint","config"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"e8fe2a6d-206f-473f-ae1e-8fee05bd98dc"}],"id":"3cbcd910-6d69-4337-a82d-78e82639cfc4","_postman_id":"3cbcd910-6d69-4337-a82d-78e82639cfc4","description":""},{"name":"Homepage","id":"e5a1cebb-7dff-44ee-9d22-e888a63b9ce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"false","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/extbooking?propertyid={{pmsid}}&bookingid=13597&lastname=Brookfield&correlationid=98722ab238382823","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","extbooking"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[{"key":"propertyid","value":"{{pmsid}}"},{"key":"bookingid","value":"13597"},{"key":"lastname","value":"Brookfield"},{"key":"correlationid","value":"98722ab238382823"}],"variable":[]}},"response":[],"_postman_id":"e5a1cebb-7dff-44ee-9d22-e888a63b9ce9"},{"name":"Event","id":"7a62d8bd-48fd-4fe5-a88f-d2c5442dcb08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Async","value":"false","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"bookingid\": \"13597\",\r\n    \"roomnumber\": \"Brookfield\",\r\n    \"eventid\": 0,\r\n    \"datetime\": \"03-06-2021\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/guestmobile/event","description":"<p>This is the request of the current status of a certain room on the fly . This is also used to get the status of a reservation</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","guestmobile","event"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"7a62d8bd-48fd-4fe5-a88f-d2c5442dcb08"}],"id":"cc1f36fd-8662-4ed5-a37c-5529e082dcd3","_postman_id":"cc1f36fd-8662-4ed5-a37c-5529e082dcd3","description":""},{"name":"Transactional Agora Endpoints","item":[{"name":"[To PMS Request]GetStatus","id":"24b12d2f-0151-46f4-8bc8-3c4a542d19d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"},{"key":"Async","value":"false","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/getStatus/0b51d888f9b2412b8c3e9fa580810c87","description":"<p>Will provide the status of the request.\nSee Enums section TRANSACTIONSTATUS for possible values.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","getStatus","0b51d888f9b2412b8c3e9fa580810c87"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[{"id":"7d9ca2a1-b4a2-4770-88e8-b9ea6c0ff3c4","name":"GetStatus","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"url":"https://valsoft-uapi.azure-api.net/aspire-{{environment}}/getStatus/24cb38a1008c499ea935a8729934ed7f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"189","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Request-Context","value":"appId=cid-v1:9c3440d2-5eb3-42f0-8189-46ca048b2d86","enabled":true},{"key":"Ocp-Apim-Trace-Location","value":"https://apimstxeozgdas9s9djd3r2g.blob.core.windows.net/apiinspectorcontainer/-BQqvSPafx44iLRSokDkj6CKeuI1-4?sv=2018-03-28&sr=b&sig=tZT8f385QPrhRzHSBQj5oKnODi6oU59fYkNssE%2FMh%2Bk%3D&se=2020-03-14T22%3A15%3A16Z&sp=r&traceId=4d188b39819f4ea0869e6241a83e01f7","enabled":true},{"key":"Date","value":"Fri, 13 Mar 2020 22:15:17 GMT","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"currentStatus\": \"Running\",\n    \"result\": null,\n    \"customStatus\": \"Started_Orchestration: 1/5\"\n}"}],"_postman_id":"24b12d2f-0151-46f4-8bc8-3c4a542d19d2"},{"name":"[To SP Request]GetStatus Copy","id":"f8eed632-fa1d-4d00-9b8c-4db1aaf52b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"},{"key":"Async","value":"false","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/getStatus/70ffa034e1ae4f02924795cbc20b4cac","description":"<p>Will provide the status of the request.\nSee Enums section TRANSACTIONSTATUS for possible values.</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","getStatus","70ffa034e1ae4f02924795cbc20b4cac"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[{"id":"e3e03947-13fa-4d61-a97d-cb1e3e0277d1","name":"GetStatus","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"url":"https://valsoft-uapi.azure-api.net/aspire-{{environment}}/getStatus/24cb38a1008c499ea935a8729934ed7f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"189","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Request-Context","value":"appId=cid-v1:9c3440d2-5eb3-42f0-8189-46ca048b2d86","enabled":true},{"key":"Ocp-Apim-Trace-Location","value":"https://apimstxeozgdas9s9djd3r2g.blob.core.windows.net/apiinspectorcontainer/-BQqvSPafx44iLRSokDkj6CKeuI1-4?sv=2018-03-28&sr=b&sig=tZT8f385QPrhRzHSBQj5oKnODi6oU59fYkNssE%2FMh%2Bk%3D&se=2020-03-14T22%3A15%3A16Z&sp=r&traceId=4d188b39819f4ea0869e6241a83e01f7","enabled":true},{"key":"Date","value":"Fri, 13 Mar 2020 22:15:17 GMT","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"currentStatus\": \"Running\",\n    \"result\": null,\n    \"customStatus\": \"Started_Orchestration: 1/5\"\n}"}],"_postman_id":"f8eed632-fa1d-4d00-9b8c-4db1aaf52b7c"},{"name":"Healthcheck ALIVE","id":"72124bd2-887f-490b-b20f-38d0405e2729","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Flex-Api-Key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/alive","description":"<p>Will provide the status of the request.\nSee Enums section TRANSACTIONSTATUS for possible values.</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","alive"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[{"id":"dad42f7e-48a7-4fdf-8d6e-95e626bfde4a","name":"GetStatus","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"url":"https://valsoft-uapi.azure-api.net/aspire-{{environment}}/getStatus/24cb38a1008c499ea935a8729934ed7f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"189","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Request-Context","value":"appId=cid-v1:9c3440d2-5eb3-42f0-8189-46ca048b2d86","enabled":true},{"key":"Ocp-Apim-Trace-Location","value":"https://apimstxeozgdas9s9djd3r2g.blob.core.windows.net/apiinspectorcontainer/-BQqvSPafx44iLRSokDkj6CKeuI1-4?sv=2018-03-28&sr=b&sig=tZT8f385QPrhRzHSBQj5oKnODi6oU59fYkNssE%2FMh%2Bk%3D&se=2020-03-14T22%3A15%3A16Z&sp=r&traceId=4d188b39819f4ea0869e6241a83e01f7","enabled":true},{"key":"Date","value":"Fri, 13 Mar 2020 22:15:17 GMT","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"currentStatus\": \"Running\",\n    \"result\": null,\n    \"customStatus\": \"Started_Orchestration: 1/5\"\n}"}],"_postman_id":"72124bd2-887f-490b-b20f-38d0405e2729"},{"name":"Healthcheck ALIVE (PMS)","id":"e12cf8fa-47d3-489d-88f5-9d223aa54f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"},{"key":"Async","value":"false","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/getStatus/70ffa034e1ae4f02924795cbc20b4cac","description":"<p>Will provide the status of the request.\nSee Enums section TRANSACTIONSTATUS for possible values.</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","getStatus","70ffa034e1ae4f02924795cbc20b4cac"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[{"id":"a4151c41-787e-4054-8627-a414aa84fa53","name":"GetStatus","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"url":"https://valsoft-uapi.azure-api.net/aspire-{{environment}}/getStatus/24cb38a1008c499ea935a8729934ed7f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"189","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Request-Context","value":"appId=cid-v1:9c3440d2-5eb3-42f0-8189-46ca048b2d86","enabled":true},{"key":"Ocp-Apim-Trace-Location","value":"https://apimstxeozgdas9s9djd3r2g.blob.core.windows.net/apiinspectorcontainer/-BQqvSPafx44iLRSokDkj6CKeuI1-4?sv=2018-03-28&sr=b&sig=tZT8f385QPrhRzHSBQj5oKnODi6oU59fYkNssE%2FMh%2Bk%3D&se=2020-03-14T22%3A15%3A16Z&sp=r&traceId=4d188b39819f4ea0869e6241a83e01f7","enabled":true},{"key":"Date","value":"Fri, 13 Mar 2020 22:15:17 GMT","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"currentStatus\": \"Running\",\n    \"result\": null,\n    \"customStatus\": \"Started_Orchestration: 1/5\"\n}"}],"_postman_id":"e12cf8fa-47d3-489d-88f5-9d223aa54f2b"},{"name":"ImmediateResponse","id":"c0dc221f-6342-425d-81f6-714e14da8a70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/immediateresponse","description":"<p>Will provide the status of the request.\nSee Enums section TRANSACTIONSTATUS for possible values.</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","immediateresponse"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[{"id":"b30eb678-a4ff-47de-9dd6-737e21d1ff18","name":"GetStatus","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"url":"https://valsoft-uapi.azure-api.net/aspire-{{environment}}/getStatus/24cb38a1008c499ea935a8729934ed7f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"189","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Request-Context","value":"appId=cid-v1:9c3440d2-5eb3-42f0-8189-46ca048b2d86","enabled":true},{"key":"Ocp-Apim-Trace-Location","value":"https://apimstxeozgdas9s9djd3r2g.blob.core.windows.net/apiinspectorcontainer/-BQqvSPafx44iLRSokDkj6CKeuI1-4?sv=2018-03-28&sr=b&sig=tZT8f385QPrhRzHSBQj5oKnODi6oU59fYkNssE%2FMh%2Bk%3D&se=2020-03-14T22%3A15%3A16Z&sp=r&traceId=4d188b39819f4ea0869e6241a83e01f7","enabled":true},{"key":"Date","value":"Fri, 13 Mar 2020 22:15:17 GMT","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"currentStatus\": \"Running\",\n    \"result\": null,\n    \"customStatus\": \"Started_Orchestration: 1/5\"\n}"}],"_postman_id":"c0dc221f-6342-425d-81f6-714e14da8a70"},{"name":"ServiceProvider List","id":"a5f52ee9-20ac-4a40-bec0-f9226b6f39e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"},{"key":"Async","value":"false","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/serviceprovider/all","description":"<p>Will provide the status of the request.\nSee Enums section TRANSACTIONSTATUS for possible values.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","serviceprovider","all"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[{"id":"63704ab4-5610-4741-9b0f-626148bd4058","name":"GetStatus","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"url":"https://valsoft-uapi.azure-api.net/aspire-{{environment}}/getStatus/24cb38a1008c499ea935a8729934ed7f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"189","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Request-Context","value":"appId=cid-v1:9c3440d2-5eb3-42f0-8189-46ca048b2d86","enabled":true},{"key":"Ocp-Apim-Trace-Location","value":"https://apimstxeozgdas9s9djd3r2g.blob.core.windows.net/apiinspectorcontainer/-BQqvSPafx44iLRSokDkj6CKeuI1-4?sv=2018-03-28&sr=b&sig=tZT8f385QPrhRzHSBQj5oKnODi6oU59fYkNssE%2FMh%2Bk%3D&se=2020-03-14T22%3A15%3A16Z&sp=r&traceId=4d188b39819f4ea0869e6241a83e01f7","enabled":true},{"key":"Date","value":"Fri, 13 Mar 2020 22:15:17 GMT","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"currentStatus\": \"Running\",\n    \"result\": null,\n    \"customStatus\": \"Started_Orchestration: 1/5\"\n}"}],"_postman_id":"a5f52ee9-20ac-4a40-bec0-f9226b6f39e3"},{"name":"ServiceProvider List By PMS","id":"eca87833-4b4d-42af-b573-e3876f6095e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"},{"key":"Async","value":"false","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/{{pmsid}}/serviceprovider/all","description":"<p>Will provide the status of the request.\nSee Enums section TRANSACTIONSTATUS for possible values.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","{{pmsid}}","serviceprovider","all"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[{"id":"c65ff187-4ef8-4d57-a38e-d7ed731c52ff","name":"GetStatus","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"url":"https://valsoft-uapi.azure-api.net/aspire-{{environment}}/getStatus/24cb38a1008c499ea935a8729934ed7f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"189","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Request-Context","value":"appId=cid-v1:9c3440d2-5eb3-42f0-8189-46ca048b2d86","enabled":true},{"key":"Ocp-Apim-Trace-Location","value":"https://apimstxeozgdas9s9djd3r2g.blob.core.windows.net/apiinspectorcontainer/-BQqvSPafx44iLRSokDkj6CKeuI1-4?sv=2018-03-28&sr=b&sig=tZT8f385QPrhRzHSBQj5oKnODi6oU59fYkNssE%2FMh%2Bk%3D&se=2020-03-14T22%3A15%3A16Z&sp=r&traceId=4d188b39819f4ea0869e6241a83e01f7","enabled":true},{"key":"Date","value":"Fri, 13 Mar 2020 22:15:17 GMT","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"currentStatus\": \"Running\",\n    \"result\": null,\n    \"customStatus\": \"Started_Orchestration: 1/5\"\n}"}],"_postman_id":"eca87833-4b4d-42af-b573-e3876f6095e2"},{"name":"Get Status","id":"a494f72d-88f1-49ce-b91d-f48c69a8ab3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"},{"key":"Async","value":"false","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/getStatus/9039fa36985843c8ac5ac32c5c8a6f57","description":"<p>This method will terminate the request.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","getStatus","9039fa36985843c8ac5ac32c5c8a6f57"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[{"id":"fe4b0f53-3fb8-4854-9b6b-a02d43af8f06","name":"GetStatus","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"url":"https://valsoft-uapi.azure-api.net/aspire-{{environment}}/getStatus/24cb38a1008c499ea935a8729934ed7f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"189","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Request-Context","value":"appId=cid-v1:9c3440d2-5eb3-42f0-8189-46ca048b2d86","enabled":true},{"key":"Ocp-Apim-Trace-Location","value":"https://apimstxeozgdas9s9djd3r2g.blob.core.windows.net/apiinspectorcontainer/-BQqvSPafx44iLRSokDkj6CKeuI1-4?sv=2018-03-28&sr=b&sig=tZT8f385QPrhRzHSBQj5oKnODi6oU59fYkNssE%2FMh%2Bk%3D&se=2020-03-14T22%3A15%3A16Z&sp=r&traceId=4d188b39819f4ea0869e6241a83e01f7","enabled":true},{"key":"Date","value":"Fri, 13 Mar 2020 22:15:17 GMT","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"currentStatus\": \"Running\",\n    \"result\": null,\n    \"customStatus\": \"Started_Orchestration: 1/5\"\n}"}],"_postman_id":"a494f72d-88f1-49ce-b91d-f48c69a8ab3b"},{"name":"Terminate Instance","id":"5e106320-10e0-4489-afdc-98638157ba57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"},{"key":"Async","value":"false","type":"text"}],"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/terminateInstance/9039fa36985843c8ac5ac32c5c8a6f57","description":"<p>This method will terminate the request.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","terminateInstance","9039fa36985843c8ac5ac32c5c8a6f57"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[{"id":"a55e732a-0bd6-493d-a53d-42459f2cdd17","name":"GetStatus","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"url":"https://valsoft-uapi.azure-api.net/aspire-{{environment}}/getStatus/24cb38a1008c499ea935a8729934ed7f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"189","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Request-Context","value":"appId=cid-v1:9c3440d2-5eb3-42f0-8189-46ca048b2d86","enabled":true},{"key":"Ocp-Apim-Trace-Location","value":"https://apimstxeozgdas9s9djd3r2g.blob.core.windows.net/apiinspectorcontainer/-BQqvSPafx44iLRSokDkj6CKeuI1-4?sv=2018-03-28&sr=b&sig=tZT8f385QPrhRzHSBQj5oKnODi6oU59fYkNssE%2FMh%2Bk%3D&se=2020-03-14T22%3A15%3A16Z&sp=r&traceId=4d188b39819f4ea0869e6241a83e01f7","enabled":true},{"key":"Date","value":"Fri, 13 Mar 2020 22:15:17 GMT","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"currentStatus\": \"Running\",\n    \"result\": null,\n    \"customStatus\": \"Started_Orchestration: 1/5\"\n}"}],"_postman_id":"5e106320-10e0-4489-afdc-98638157ba57"},{"name":"Ping","id":"ef43c8f5-e61d-44a5-b1cb-318d9e7cf52d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyid\": \"OWPH11501\",\r\n    \"propertygroupid\": \"1cbdc1f5-5135-4dff-a35a-e76c4c49f6aa\"\r\n}"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/ping","description":"<p>This method will terminate the request.</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","ping"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[{"id":"554d53d4-5687-4838-a712-85aa335fd4d8","name":"GetStatus","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Api-key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"url":"https://valsoft-uapi.azure-api.net/aspire-{{environment}}/getStatus/24cb38a1008c499ea935a8729934ed7f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"189","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Request-Context","value":"appId=cid-v1:9c3440d2-5eb3-42f0-8189-46ca048b2d86","enabled":true},{"key":"Ocp-Apim-Trace-Location","value":"https://apimstxeozgdas9s9djd3r2g.blob.core.windows.net/apiinspectorcontainer/-BQqvSPafx44iLRSokDkj6CKeuI1-4?sv=2018-03-28&sr=b&sig=tZT8f385QPrhRzHSBQj5oKnODi6oU59fYkNssE%2FMh%2Bk%3D&se=2020-03-14T22%3A15%3A16Z&sp=r&traceId=4d188b39819f4ea0869e6241a83e01f7","enabled":true},{"key":"Date","value":"Fri, 13 Mar 2020 22:15:17 GMT","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"currentStatus\": \"Running\",\n    \"result\": null,\n    \"customStatus\": \"Started_Orchestration: 1/5\"\n}"}],"_postman_id":"ef43c8f5-e61d-44a5-b1cb-318d9e7cf52d"},{"name":"SMS Message","id":"c050c1dc-ced2-4f93-9d90-8ea90361bed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{uapi_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Fuel-Api-Key}}","type":"text"},{"key":"Ocp-Apim-Trace","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyid\": \"{{pmsid}}\",\r\n    \"propertygroupid\": \"{{pmsgroupid}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{sp-environment}}/sms","description":"<p>This method will terminate the request.</p>\n","urlObject":{"path":["aspire-{{sp-environment}}","sms"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"c050c1dc-ced2-4f93-9d90-8ea90361bed9"}],"id":"167c66c3-f613-404e-9928-5692d02bdf7b","description":"<p>These endpoints are available to verify if previous submitted requests have been completed successfuly. \nYou can also Terminate the request processing.</p>\n<p>IMPORTANT: In all cases, you need to provide the instance id of the request which you receive when you POST a request to Agora.</p>\n","_postman_id":"167c66c3-f613-404e-9928-5692d02bdf7b"},{"name":"try bulk","item":[{"name":"GenericReservation 1","id":"5daf4c00-7cf1-45fd-a465-bdc6456b6d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Roommaster-Api-key}}"},{"key":"Async","value":"true"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"propertyId\": \"{{pmsid}}\",\r\n    \"bookingId\": \"11223\",\r\n    \"Action\": \"2\",\r\n    \"otaReferenceId\": \"\",\r\n    \"companyName\": \"InnQuest roomMaster\",\r\n    \"groupCode\": \"\",\r\n    \"groupName\": null,\r\n    \"folioNumber\": \"170528\",\r\n    \"reservationStatus\": \"CHECKED_IN\",\r\n    \"startDate\": \"2025-01-03\",\r\n    \"endDate\": \"2025-01-08\",\r\n    \"numberOfRooms\": 1,\r\n    \"roomType\": \"DLX\",\r\n    \"adults\": 2,\r\n    \"children\": 0,\r\n    \"roomNumber\": [\"107\"],\r\n    \"prevRoomNumber\": [\"\"],\r\n    \"createdAt\": \"2024-12-11 12:30:44\",\r\n    \"guestProfiles\": [\r\n      {\r\n        \"uniqueId\": \"45314\",\r\n        \"propertyId\": \"AGORADEV\",\r\n        \"obsoleteId\": null,\r\n        \"crsId\": \"45314\",\r\n        \"namePrefix\": \"Mrs.\",\r\n        \"firstName\": \"Eman FlairsTech\",\r\n        \"middleName\": \"\",\r\n        \"lastName\": \"Samy\",\r\n        \"gender\": \"Female\",\r\n        \"address\": \"123 Main Street\",\r\n        \"city\": \"Florida\",\r\n        \"state\": \"FL\",\r\n        \"zipPostal\": \"21411\",\r\n        \"countryCode\": \"US\",\r\n        \"email\": \"eman.samy@flairstech.com\",\r\n        \"dateOfBirth\": \"1987-10-29\",\r\n        \"VIP\": false,\r\n        \"language\": \"English\",\r\n        \"marketingConsent\": 0,\r\n        \"vehicleInfo\": null,\r\n        \"customerLoyalty\": {\r\n          \"ProgramID\": \"AGORADEV\",\r\n          \"SignupDate\": null,\r\n          \"ExpireDate\": null,\r\n          \"LoyaltyLevel\": null,\r\n          \"MemebershipID\": \"\"\r\n        },\r\n        \"jobTitle\": \"\",\r\n        \"Action\": \"2\",\r\n        \"telephone\": [\r\n          {\r\n            \"phoneNumber\": \"8125559632\",\r\n            \"phoneType\": \"Contact\"\r\n          },\r\n          {\r\n            \"phoneNumber\": \"9566527588\",\r\n            \"phoneType\": \"Contact\"\r\n          }\r\n        ],\r\n        \"docs\": null,\r\n        \"comments\": [\"\"],\r\n        \"tpaExtensions\": [\r\n          {\r\n            \"labelName\": \"OptIn\",\r\n            \"labelValue\": false\r\n          }\r\n        ],\r\n        \"createDateTime\": \"2024-06-12 04:43:53\",\r\n        \"lastModifiedAt\": \"2024-12-11 07:26:52\",\r\n        \"StatusMessage\": null\r\n      }\r\n    ],\r\n    \"travelAgents\": [],\r\n    \"extraFields\": [\r\n      { \"labelName\": \"Passport\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"DOB\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"DL\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"CF4\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"CF5\", \"labelValue\": \"\" },\r\n      { \"labelName\": \"CF6\", \"labelValue\": \"\" }\r\n    ],\r\n    \"tpaExtensions\": [\r\n      {\r\n        \"labelName\": \"TC_DataProvider\",\r\n        \"labelValue\": \"AGORADEV\"\r\n      }\r\n    ],\r\n    \"marketFields\": [\r\n      {\r\n        \"labelName\": \"MKTC\",\r\n        \"labelValue\": \"Leisure\"\r\n      },\r\n      {\r\n        \"labelName\": \"SRCB\",\r\n        \"labelValue\": \"Triple A Directory\"\r\n      }\r\n    ],\r\n    \"hotelRates\": [\r\n      {\r\n        \"roomTypeCode\": \"DLX\",\r\n        \"roomTypeDescription\": \"Deluxe Garden View\",\r\n        \"numberOfUnits\": \"1\",\r\n        \"discountType\": 0,\r\n        \"discountNumber\": \"0.00\",\r\n        \"totalBeforeTax\": \"0.00\",\r\n        \"totalAfterTax\": \"0.00\",\r\n        \"totalStayAmount\": \"0.00\",\r\n        \"currencyCode\": \"USD\",\r\n        \"taxInclusive\": 0,\r\n        \"rateBreakdown\": {\r\n          \"rateId\": \"BAR\",\r\n          \"rateDescription\": \"Test First nights room charges, plus all applicable taxes and fees, will be collected at the time of reservation. Deposits are fully refundable up to four (4) days in advance of the arrival date. A fee equivalent to one night's room and tax will be forfeited for any cancellations within four (4) days of the arrival date. You can book with confidence with our Best Available Rate. One night's room plus tax is required at time of reservation and is subject to Blue Lagoon Hotel's Cancelation Policy. Rates are subject to change without notice until a confirmed reservation is made. Rates are subject to all applicable federal, state and local taxes.\\n\\nA new line of information\\n\\nSome more information\\n\",\r\n          \"rateName\": \"Best Available Rate\",\r\n          \"cancellationPolicy\": \"\",\r\n          \"totalRoom\": \"0.00\",\r\n          \"totalTaxes\": \"0.00\",\r\n          \"depositAmount\": \"0.00\",\r\n          \"subTotal\": \"0.00\",\r\n          \"totalStayAmount\": \"0.00\",\r\n          \"balanceDue\": \"0.00\",\r\n          \"avgPerNight\": \"0.00\",\r\n          \"rates\": null\r\n        },\r\n        \"dailyRoomCharge\": null\r\n      }\r\n    ],\r\n    \"hotelInfo\": {\r\n      \"hotelId\": \"AGORADEV\",\r\n      \"hotelName\": \"InnQuest Software\",\r\n      \"starRating\": \"0\",\r\n      \"phoneNumbers\": [\"\"],\r\n      \"emails\": null,\r\n      \"checkIn\": { \"from\": null, \"to\": null },\r\n      \"checkOut\": { \"from\": null, \"to\": null },\r\n      \"addressInfo\": {\r\n        \"address1\": \"500 N Westshore Blvd, Suite 950\",\r\n        \"address2\": \"\",\r\n        \"city\": \"Tampa\",\r\n        \"state\": \"FL 33609\",\r\n        \"region\": \"\",\r\n        \"zipPostal\": \"33609\",\r\n        \"countryCode\": \"\",\r\n        \"latitude\": \"0.000000\",\r\n        \"longitude\": \"0.000000\",\r\n        \"websiteURL\": \"\"\r\n      }\r\n    },\r\n    \"status\": {\r\n      \"propertyid\": \"AGORADEV\",\r\n      \"messagetype\": \"Generic Reservation\",\r\n      \"status\": 0,\r\n      \"errorThrown\": false,\r\n      \"errorException\": [\"Generic Reservation Success\"],\r\n      \"message\": \"Generic Reservation - Success\",\r\n      \"timestamp\": \"2024-12-11 17:30:45\",\r\n      \"traceid\": \"1355\",\r\n      \"postingId\": \"\"\r\n    }\r\n  }\r\n]"},"url":"https://valsoft-uapi.developer.azure-api.net/ /aspire-{{pms-environment}}/hotel/reservations","description":"<p>This message is meant to notify the service provider,during the check-in process, that the property has assigned a room to the booking and/or that the guest has checked-in or checked-out.</p>\n","urlObject":{"path":["aspire-{{pms-environment}}","hotel","reservations"],"host":["https://valsoft-uapi.developer.azure-api.net/ "],"query":[],"variable":[]}},"response":[],"_postman_id":"5daf4c00-7cf1-45fd-a465-bdc6456b6d90"}],"id":"39fc5e92-0ef5-416d-93c5-e1413241606b","_postman_id":"39fc5e92-0ef5-416d-93c5-e1413241606b","description":""},{"name":"Parallel Run - Selected Requests","item":[],"id":"0a65fd71-bc7e-4ade-9570-0281f1145e35","_postman_id":"0a65fd71-bc7e-4ade-9570-0281f1145e35","description":""}],"event":[{"listen":"prerequest","script":{"id":"b3337ca3-8910-4eea-9175-4b2774dc2fd5","type":"text/javascript","exec":["var date = new Date();","var day = date.getDate();       // yields date","var month = date.getMonth() + 1;    // yields month (add one as '.getMonth()' is zero indexed)","var year = date.getFullYear();  // yields year","var hour = date.getHours();     // yields hours ","var minute = date.getMinutes(); // yields minutes","var second = date.getSeconds(); // yields seconds","var time = year + \"-\" + month + \"-\" + day; ","","pm.environment.set('timestamp', time);"]}},{"listen":"test","script":{"id":"ec674330-ca82-4c7a-86ba-9e5e16f46c74","type":"text/javascript","exec":[""]}}],"variable":[{"key":"server","value":"https://valsoft-uapi.developer.azure-api.net/ "}]}