{"info":{"_postman_id":"1d7da0b9-c90b-4bd6-a917-4b192500f291","name":"HK Datastream API","description":"<html><head></head><body><p>Welcome to the HotelKey API Documentation.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24963757","collectionId":"1d7da0b9-c90b-4bd6-a917-4b192500f291","publishedId":"2s93saZCuD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-07T20:22:31.000Z"},"item":[{"name":"Overview","item":[{"name":"New Request","id":"6ca59a14-7d59-41ae-be3a-53f57df66b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"6ca59a14-7d59-41ae-be3a-53f57df66b0f"}],"id":"683b6f5e-1a3d-4ea3-b73a-59169f4cf08d","description":"<p>HotelKey (HK) supports both the PUSH and POLL models for transmitting data to third-party systems:</p>\n<ol>\n<li><p><strong>PUSH Model:</strong></p>\n<ul>\n<li><p>In the PUSH model, third-party systems provide an endpoint to which HotelKey will deliver the event data when events occur.</p>\n</li>\n<li><p>Third-party systems share the endpoint URL, and HotelKey initiates calls to this URL to push event data as soon as events are detected within the HK platform.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>POLL Model:</strong></p>\n<ul>\n<li><p>In contrast, in the POLL model, the third-party system actively queries HK for event data.</p>\n</li>\n<li><p>Third-party systems periodically make calls to specific APIs provided by HK to poll for events that have occurred in the HK platform.</p>\n</li>\n<li><p>This model allows third-party systems to retrieve event data on their own schedule, rather than relying on immediate delivery from HK.</p>\n</li>\n</ul>\n</li>\n</ol>\n<p>HK supports the below events</p>\n<ul>\n<li>Reservations</li>\n<li>Groups</li>\n<li>House Accounts</li>\n<li>Housekeeping</li>\n<li>Maintenance</li>\n<li>Statistics &amp; Balances</li>\n<li>Property Info</li>\n<li>Account Receivable</li>\n<li>Direct Bill Invoive</li>\n<li>LDB Settlement</li>\n<li>Advance Deposit</li>\n</ul>\n","_postman_id":"683b6f5e-1a3d-4ea3-b73a-59169f4cf08d"},{"name":"Datastream APIs","item":[{"name":"Push Model","item":[{"name":"Push Message","id":"5c731b3c-d9d9-436f-a5da-3701f36e2ccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"url":"{host}/ third_party_url","description":"<p>HK supports both <strong>PUT</strong> and <strong>POST</strong> schemes while publishing the payload to a Third-Party URL.</p>\n<p><strong>Authentication</strong></p>\n<p>HK supports different authentications such as <strong>BASIC, OAuth, API Keys, or any Custom Authentication</strong> for the provided URL.</p>\n","urlObject":{"path":[" third_party_url"],"host":["{host}"],"query":[],"variable":[]}},"response":[{"id":"a7c6abe1-fcbe-42d4-bb7a-be944b759e63","name":"Push Message","originalRequest":{"method":"POST","header":[],"url":{"raw":"{host}/webhook.site/69030062-ce8b-46fd-b4ad-d927258f5a04?","host":["{host}"],"path":["webhook.site","69030062-ce8b-46fd-b4ad-d927258f5a04"],"query":[{"key":"","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"property_id\": \"test596-7826-42da-a6f3-6f840a028ece\",\n    \"property_code\": \"PT01\",\n    \"type\": \"reservation\",\n    \"reservation\": {\n         \"id\": \"fb7f0877-1a0f-4496-9e87-b319916dtest\"\n    // Please refer the Payloads section for complete payload generated on different events\n  }\n}"}],"_postman_id":"5c731b3c-d9d9-436f-a5da-3701f36e2ccf"}],"id":"546cb835-6390-48c2-b53e-84e671b7c2ab","description":"<p>Push Model is designed to publish events to a partner system whenever an event occurs in the HK system. The partner systems provides Webhooks for HotelKey to deliver events with payloads.</p>\n<p>The Framework works as below -</p>\n<ol>\n<li>Third-Party provides the Webhook URL/ Third Party URL for the required events.</li>\n<li>Third-Party provides the authentication details for the provided Webhook URL.</li>\n<li>Once the above details are provided, HK will do an on-demand requisite configuration to publish the data to the specific Third Party URL for the specified events.</li>\n<li>Events get triggered in HK platform.</li>\n<li>HK calls the Third-Party URL to publish the details of the event.</li>\n<li>If the message is delivered successfully to the third party URL/Webhook URL, the Webhook needs to acknowledge the receipt of the message with status = 200.</li>\n<li>If the message is not delivered to the Third-Party URL due to an error at the third-party's end, several retries as per the defined Retry Policy are made to republish the message.</li>\n</ol>\n<img src=\"https://dev1-s3-public-images.s3.amazonaws.com/hk_data_stream.png\" />","_postman_id":"546cb835-6390-48c2-b53e-84e671b7c2ab"},{"name":"Poll Model","item":[{"name":"Poll","item":[{"name":"Poll Message","id":"d26b3683-0faf-429d-b209-7867c5043d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{host}/thirdparty/hotelbrand/stream/{app_id}/poll?num_of_messages=1","description":"<p>This is the API dealing with the polling/receiving the messages by the client.</p>\n<p>The API supports basic authentication.</p>\n<p>The query parameter <strong>no_of_messages</strong> is an integer and can have any value from 1 to 10. The number specifies the maximum number of messages that can be received/polled by the third party in a single request. This is an optional query parameter and if not specified, the request will return a single message.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"app_id"},{"key":"password","value":"app_secret"}]},"isInherited":true,"source":{"_postman_id":"78566614-e96a-45ad-9564-7c5ed5fd83f8","id":"78566614-e96a-45ad-9564-7c5ed5fd83f8","name":"Poll Model","type":"folder"}},"urlObject":{"path":["thirdparty","hotelbrand","stream","{app_id}","poll"],"host":["{host}"],"query":[{"key":"num_of_messages","value":"1"}],"variable":[]}},"response":[{"id":"9d23f594-3b57-48ae-a181-a06267678b50","name":"Poll Message","originalRequest":{"method":"GET","header":[],"url":{"raw":"{host}/thirdparty/hotelbrand/stream/{app_id}/poll?num_of_messages=1","host":["{host}"],"path":["thirdparty","hotelbrand","stream","{app_id}","poll"],"query":[{"key":"num_of_messages","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"receipt_handle\": \"AQEBR7fiFs70oTleUUpHuy2CAZoze7/GjT9ahPhrvUEkjaX/RAF4e71uWs9z6te10wxB3ghCwVX7F0Rq5bluwwAKS5c3fRi+6Gc3X37uMq7dg1z9bcerUYB2wgpSjyoo2yhXqAKiwT5Wk0o4fE27Z6j4qYHDATwvyF2qm9ziJ5HCHdHkCI6xZhlQ3qRGZZiTYLZwEJ4vZhxCxkMBtKU++fGT7MNGPSsSxseG6RYpA1AslonT4LIh/TxtfYrH2UPKlV58WZ2ktUhfo+dPfmavKbSjPH5XaS3DTux8n0Hh5X4/6NuO45GVFGMRuZLkAiVKoev1x45/sh4+JZamwHcUtGan9K7Zq5h8vwEvAUFCidYsY5Tb4Wk27bKucpknkQBFaQ2Nog3+ArsJdo/FtVzGBuSA/oASqInG+3oy0Xt5MFaokf69qEKJOYXfoWN7N2g3d6nnwWWQnjfmBlKZQuNY2Gpe/g==\",\n    \"payload\": \"Please refer the Payloads section for payloads generated on different events\"\n  }\n]"}],"_postman_id":"d26b3683-0faf-429d-b209-7867c5043d28"}],"id":"5b8dcc46-ef54-42b9-b28c-c051aee42a41","description":"<p>HK will create eventing queues for clients on demand. The event queues can contain one of the following events.</p>\n<ul>\n<li>Reservation Events</li>\n<li>Group Blocks Events</li>\n<li>House Accounts Events</li>\n<li>Housekeeping Events</li>\n<li>Maintenance Events</li>\n<li>Statistics and Balance Events</li>\n<li>Property Info</li>\n</ul>\n<p>Once HK has created the event queues, HK will provide app id (queue identifier) and app_secret (password) to third-party clients. Clients will then call the poll API to receive messages in the queue.</p>\n<p>The format of the payload that will be available is added to the section \"Payloads\" for each event type.</p>\n","_postman_id":"5b8dcc46-ef54-42b9-b28c-c051aee42a41","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"app_id"},{"key":"password","value":"app_secret"}]},"isInherited":true,"source":{"_postman_id":"78566614-e96a-45ad-9564-7c5ed5fd83f8","id":"78566614-e96a-45ad-9564-7c5ed5fd83f8","name":"Poll Model","type":"folder"}}},{"name":"Acknowledge","item":[{"name":"Acknowledge Message","id":"8bccfa06-90fb-462a-806f-0131f46d6e20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"receipt_handle\": \"AQEBuLKiBZ0omgZMD91o+YAGhEMJui8Jis/tg71CkrVKr9h2K8ZxuHfT3EPL1auY2JOQ7AOc+FHOvmxPjBGqddU6RZguwUgVhBkrHcNCl86tO/evZfdAS6/UVPl0WwwyZ7cuiGVN/zztHOvwySaAdKsUMkfiGYu/+dCw6w3+Zmf01Lv0jmpCAjGOjtGRwbe5+Xb+tMbAhQYPdHStfo8yRFcaHkOlwgijZ1pWSWt53pkJzv4/RmRPm1QlSfbh62lOvwf7M+tWtOhD0h0DUL3fE7b+P125RI1TtIe1SpSNROfMhMIL8zS9oJg2kj/PKhiqGbs7HLuRAokZCbe0n207Au7Nuofk3i3Ewpt/UbX0fiuBXjm9\"\n}","options":{"raw":{"language":"json"}}},"url":"{host}/thirdparty/hotelbrand/stream/{app_id}/ack","description":"<p>Third-Party has to call the below API to acknowledge if the message is received successfully.</p>\n<p><strong>Body</strong></p>\n<p>Each polled message by the third party is associated with an attribute <strong>receipt handle</strong> that is unique to each message.</p>\n<p>The Poll API returns the receipt handle as a part of the message that is polled by the third party.</p>\n<p>Third-Party needs to pass the value of the receipt handle as a part of the post request while acknowledging the message.</p>\n","urlObject":{"path":["thirdparty","hotelbrand","stream","{app_id}","ack"],"host":["{host}"],"query":[],"variable":[]}},"response":[{"id":"dcb5528d-74e9-4bb4-bd26-7069d1409708","name":"Acknowledge Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"receipt_handle\": \"AQEBuLKiBZ0omgZMD91o+YAGhEMJui8Jis/tg71CkrVKr9h2K8ZxuHfT3EPL1auY2JOQ7AOc+FHOvmxPjBGqddU6RZguwUgVhBkrHcNCl86tO/evZfdAS6/UVPl0WwwyZ7cuiGVN/zztHOvwySaAdKsUMkfiGYu/+dCw6w3+Zmf01Lv0jmpCAjGOjtGRwbe5+Xb+tMbAhQYPdHStfo8yRFcaHkOlwgijZ1pWSWt53pkJzv4/RmRPm1QlSfbh62lOvwf7M+tWtOhD0h0DUL3fE7b+P125RI1TtIe1SpSNROfMhMIL8zS9oJg2kj/PKhiqGbs7HLuRAokZCbe0n207Au7Nuofk3i3Ewpt/UbX0fiuBXjm9\"\n}","options":{"raw":{"language":"json"}}},"url":"{host}/thirdparty/hotelbrand/stream/{app_id}/ack"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\"\n}"}],"_postman_id":"8bccfa06-90fb-462a-806f-0131f46d6e20"}],"id":"d557900e-bf8d-4206-8ef0-fffaad193064","description":"<p>The third-party needs to acknowledge the message if polled/received successfully. This is done by passing the unique <strong>receipt_handle</strong> in the acknowledge API. Once the message is acknowledged by the third-party it will be permanently deleted from the queue.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d01a3bf5-2044-4a91-b106-75ab59b33cc6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4804bd89-6311-465b-9f46-a047a7b7cde1"}}],"_postman_id":"d557900e-bf8d-4206-8ef0-fffaad193064","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"app_id"},{"key":"password","value":"app_secret"}]},"isInherited":true,"source":{"_postman_id":"78566614-e96a-45ad-9564-7c5ed5fd83f8","id":"78566614-e96a-45ad-9564-7c5ed5fd83f8","name":"Poll Model","type":"folder"}}},{"name":"Message Visibility and Retries","item":[{"name":"Resend Queue Message","id":"80071d1b-f0d0-4cac-b0c2-853fc60285c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{host}/thirdparty/hotelbrand/stream/{app_id}/resend?date=yyyy-mm-dd&status={status}","description":"<p>This endpoint enables retrieval of reservation data, providing the option to filter by particular dates (format: yyyy-mm-dd) and various reservation states (ARRIVALS, IN_HOUSE, DEPARTURE, BOOKED). User can pass both future and historical date for status.</p>\n<p>For users needing to resend all previous data irrespective of status, simply omit the status parameter from the endpoint.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"app_id"},{"key":"password","value":"app_secret"}]},"isInherited":true,"source":{"_postman_id":"78566614-e96a-45ad-9564-7c5ed5fd83f8","id":"78566614-e96a-45ad-9564-7c5ed5fd83f8","name":"Poll Model","type":"folder"}},"urlObject":{"path":["thirdparty","hotelbrand","stream","{app_id}","resend"],"host":["{host}"],"query":[{"key":"date","value":"yyyy-mm-dd"},{"key":"status","value":"{status}"}],"variable":[]}},"response":[{"id":"2d6b9091-a74f-4d18-a92a-615a22f10e95","name":"Resend Queue Message","originalRequest":{"method":"GET","header":[],"url":{"raw":"{host}/thirdparty/hotelbrand/stream/{app_id}/resend?date=yyyy-mm-dd","host":["{host}"],"path":["thirdparty","hotelbrand","stream","{app_id}","resend"],"query":[{"key":"date","value":"yyyy-mm-dd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"}],"_postman_id":"80071d1b-f0d0-4cac-b0c2-853fc60285c2"}],"id":"a28336c2-c9e0-4776-9c0b-9db3a91d7ca5","description":"<p>If a message is polled by the client and it is not acknowledged within 5 minutes (<strong>visibility timeout period</strong>). The message will go back into the event queue, and it will be eligible for polling again. The client has to poll the message again and acknowledge it.</p>\n<p>If the client polls a certain message 3 times (<strong>retry period</strong>) and fails to acknowledge it in 5 minutes. The message will be permanently deleted from the queue. The retry period is configurable and can be modified if the client requests for it.</p>\n<p>A message will be available in the queue for 14 days (<strong>retention period</strong>). If the client fails to process it will be permanently removed from the queue.</p>\n<p>If third-party wants to process all events again for a given day, they can call the below service which will add events in the queue; which then can be polled by the third party using the above polling mechanism.</p>\n","_postman_id":"a28336c2-c9e0-4776-9c0b-9db3a91d7ca5","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"app_id"},{"key":"password","value":"app_secret"}]},"isInherited":true,"source":{"_postman_id":"78566614-e96a-45ad-9564-7c5ed5fd83f8","id":"78566614-e96a-45ad-9564-7c5ed5fd83f8","name":"Poll Model","type":"folder"}}}],"id":"78566614-e96a-45ad-9564-7c5ed5fd83f8","description":"<p>Poll Model is designed so that partner clients can poll/receive the messages from the HK platform.</p>\n<p>The below 3 APIs corresponds to the process of polling messages.</p>\n<ol>\n<li>Poll API -- Endpoint to poll/receive the message</li>\n<li>Acknowledge API -- Endpoint to acknowledge the received message</li>\n<li>Resend API -- Endpoint to re-poll the unreceived messages within Message Retention Period</li>\n</ol>\n<img src=\"https://dev1-s3-public-images.s3.amazonaws.com/Queue+Stream.png\" alt />\n\n<p>All the APIs support basic authentication and third parties need to pass the username and password provided by HK to access the endpoints.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"app_id"},{"key":"password","value":"app_secret"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"011857e9-9df0-4bea-a6f0-dea07531833c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"47ce9fc1-5b07-42b9-bca3-4a2435bf142c"}}],"_postman_id":"78566614-e96a-45ad-9564-7c5ed5fd83f8"},{"name":"Non POS Inquire Model","item":[{"name":"Inquire Charge Details","item":[{"name":"Inquiry Reservation","id":"78e98ca8-85d1-46d7-849b-53a64d6e5555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{host}/thirdparty/v1/inquire-post/inquire?property_code={Property_code}&interface_type={interface_type}&room_alias={room_alias}&type=RESERVATION ","description":"<p>This API is used to get the Guest details of the reservation against which the charge(s) needs to be posted.</p>\n<p>This API supports the mandatory query parameters</p>\n<ul>\n<li><strong>room_alias -</strong> room number of the requested reservation</li>\n<li><strong>property_code -</strong> property code where the reservation lies</li>\n<li><strong>interface_type -</strong> type of the interface charge needs to be posted. For example : WIFI, PARKING</li>\n</ul>\n","urlObject":{"path":["thirdparty","v1","inquire-post","inquire"],"host":["{host}"],"query":[{"key":"property_code","value":"{Property_code}"},{"key":"interface_type","value":"{interface_type}"},{"key":"room_alias","value":"{room_alias}"},{"key":"type","value":"RESERVATION "}],"variable":[]}},"response":[{"id":"138bf038-dd81-4528-a162-6c088debeb64","name":"Inquiry -","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://00.us-east-1.dev.hotelkeyapp.com/thirdparty/v1/inquire-post/inquire?property_code=BWITI&interface_type=WIFI&room_alias=R11&type=RESERVATION","protocol":"https","host":["00","us-east-1","dev","hotelkeyapp","com"],"path":["thirdparty","v1","inquire-post","inquire"],"query":[{"key":"property_code","value":"BWITI"},{"key":"interface_type","value":"WIFI"},{"key":"room_alias","value":"R11"},{"key":"type","value":"RESERVATION"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 13 Nov 2023 18:21:20 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, PUT"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, X-Codingpedia, Authorization,hk-token,hk-info,hk-push-token,hk-device-license-hash,hk-properties,is-update,property-type,hk-shift-id,hk-session-id,hk-device-number,request-id,hk-app-id,hk-app-version,file-id,hk-print-logs,hk-shift-user-id,first-time-print,hk-outlet-id"},{"key":"Access-Control-Expose-Headers","value":"file-id,request-id,first-time-print"},{"key":"Server","value":"HK"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5b6fc5e6e81eb4e8322aa4aa6e8072d6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"DFW57-P7"},{"key":"X-Amz-Cf-Id","value":"mPZ8xdjK7ypBfS-jppz2HiwEtySFA_mlzPvW72VePAH4DitVmMLHrg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"property_code\": \"BWITI\",\n    \"type\": \"RESERVATION\",\n    \"inquiry_list\": [\n        {\n            \"id\": \"033005b0-797d-41eb-835f-d1452a3c6474\",\n            \"confirmation_no\": \"BWITI012515\",\n            \"status\": \"HOLD\",\n            \"check_in_date\": \"2023-10-04T00:00:00.000Z\",\n            \"check_out_date\": \"2023-10-05T00:00:00.000Z\",\n            \"room_type_name\": \"RT4\",\n            \"room_type_code\": \"14\",\n            \"room_number\": \"R11\",\n            \"guest_first_name\": \"NORMAN\",\n            \"guest_last_name\": \"STOTTS\",\n            \"folio_name\": \"012515\",\n            \"folio_no\": \"BWITI012516\",\n            \"folio_type\": \"GENERAL\"\n        },\n        {\n            \"id\": \"711bd163-498e-45f2-a23e-c75ec58bbc24\",\n            \"confirmation_no\": \"BWITI016460\",\n            \"status\": \"CHECKED_IN\",\n            \"check_in_date\": \"2023-08-26T00:00:00.000Z\",\n            \"check_out_date\": \"2023-08-27T00:00:00.000Z\",\n            \"room_type_name\": \"RT4\",\n            \"room_type_code\": \"14\",\n            \"room_number\": \"R11\",\n            \"guest_first_name\": \"t\",\n            \"guest_last_name\": \"t\",\n            \"folio_name\": \"GENERAL\",\n            \"folio_no\": \"016461\",\n            \"folio_type\": \"GENERAL\"\n        },\n        {\n            \"id\": \"cafa2385-8e3e-4e54-ae44-04e64f177745\",\n            \"confirmation_no\": \"BWITI011869\",\n            \"status\": \"HOLD\",\n            \"check_in_date\": \"2023-08-17T00:00:00.000Z\",\n            \"check_out_date\": \"2023-08-18T00:00:00.000Z\",\n            \"room_type_name\": \"RT4\",\n            \"room_type_code\": \"14\",\n            \"room_number\": \"R11\",\n            \"guest_first_name\": \"sd\",\n            \"guest_last_name\": \"sd\",\n            \"folio_name\": \"011869\",\n            \"folio_no\": \"BWITI011870\",\n            \"folio_type\": \"GENERAL\"\n        }\n    ]\n}"}],"_postman_id":"78e98ca8-85d1-46d7-849b-53a64d6e5555"},{"name":"Inquiry House Account","id":"2073342f-715f-4b97-8fff-3da59c92535e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{host}/thirdparty/v1/inquire-post/inquire?property_code={Property_code}&interface_type={interface_type}&house_account_code={house_account_code}&type=HOUSE_ACCOUNT ","description":"<p>This API is used to get the Guest details of the Houseaccout against which the charge(s) needs to be posted.</p>\n<p>This API supports the mandatory query parameters</p>\n<ul>\n<li><strong>house_account_code -</strong> House_account code of requrested Houseaccount</li>\n<li><strong>property_code -</strong> property code where the reservation lies</li>\n<li><strong>interface_type -</strong> type of the interface charge needs to be posted. For example : WIFI, PARKING</li>\n</ul>\n","urlObject":{"path":["thirdparty","v1","inquire-post","inquire"],"host":["{host}"],"query":[{"key":"property_code","value":"{Property_code}"},{"key":"interface_type","value":"{interface_type}"},{"key":"house_account_code","value":"{house_account_code}"},{"key":"type","value":"HOUSE_ACCOUNT "}],"variable":[]}},"response":[{"id":"44499219-4401-45fd-a04d-0659ec5270b2","name":"Inquiry House_Account","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://00.us-east-1.dev.hotelkeyapp.com/thirdparty/v1/inquire-post/inquire?property_code=BWI[…]e_type=WIFI&house_account_code=ff&type=HOUSE_ACCOUNT","protocol":"https","host":["00","us-east-1","dev","hotelkeyapp","com"],"path":["thirdparty","v1","inquire-post","inquire"],"query":[{"key":"property_code","value":"BWI[…]e_type=WIFI"},{"key":"house_account_code","value":"ff"},{"key":"type","value":"HOUSE_ACCOUNT"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"property_code\": \"BWITI\",\n    \"type\": \"HOUSE_ACCOUNT\",\n    \"inquiry_list\": [\n        {\n            \"id\": \"2cc5c8f2-89d3-4665-9bf6-7de7e142733c\",\n            \"confirmation_no\": \"ff\",\n            \"status\": \"OPEN\",\n            \"open_date\": \"2023-08-05T00:00:00.000Z\",\n            \"name\": \"dd\",\n            \"folio_name\": \"2\",\n            \"folio_no\": \"BWITI012367\",\n            \"folio_type\": \"GENERAL\"\n        },\n        {\n            \"id\": \"40269023-3337-422c-bfa5-6964a62d0e15\",\n            \"confirmation_no\": \"TESTwfdsfffs\",\n            \"status\": \"CLOSED\",\n            \"open_date\": \"2023-08-08T00:00:00.000Z\",\n            \"close_date\": \"2023-08-08T00:00:00.000Z\",\n            \"name\": \"TEST\",\n            \"folio_name\": \"test\",\n            \"folio_no\": \"BWITI012773\",\n            \"folio_type\": \"LDB\"\n        },\n        {\n            \"id\": \"5747ec66-3cad-4e2c-95f3-9f57a5a8bf36\",\n            \"confirmation_no\": \"Buffer Error\",\n            \"status\": \"CLOSED\",\n            \"open_date\": \"2023-08-08T00:00:00.000Z\",\n            \"close_date\": \"2023-08-08T00:00:00.000Z\",\n            \"name\": \"Object Array\",\n            \"folio_name\": \"013022\",\n            \"folio_no\": \"013022\",\n            \"folio_type\": \"GENERAL\"\n        },\n        {\n            \"id\": \"7f305671-c6a1-41c8-82e7-2fcb0ccbac89\",\n            \"confirmation_no\": \"TESTwfdsfffs\",\n            \"status\": \"CLOSED\",\n            \"open_date\": \"2023-08-07T00:00:00.000Z\",\n            \"close_date\": \"2023-08-08T00:00:00.000Z\",\n            \"name\": \"TEST\",\n            \"folio_name\": \"2\",\n            \"folio_no\": \"BWITI012434\",\n            \"folio_type\": \"GENERAL\"\n        },\n        {\n            \"id\": \"ccc83a08-ebd1-4823-96cc-b81ee25332d6\",\n            \"confirmation_no\": \"TESTwfdsfffs\",\n            \"status\": \"CLOSED\",\n            \"open_date\": \"2023-08-08T00:00:00.000Z\",\n            \"close_date\": \"2023-08-08T00:00:00.000Z\",\n            \"name\": \"TEST\",\n            \"folio_name\": \"test\",\n            \"folio_no\": \"BWITI012735\",\n            \"folio_type\": \"LDB\"\n        },\n        {\n            \"id\": \"e26b2762-4c9f-4cff-b88c-46195ed1f9aa\",\n            \"confirmation_no\": \"TESTwfdsfffs\",\n            \"status\": \"OPEN\",\n            \"open_date\": \"2023-08-08T00:00:00.000Z\",\n            \"name\": \"TEST\",\n            \"folio_name\": \"test\",\n            \"folio_no\": \"BWITI012972\",\n            \"folio_type\": \"LDB\"\n        }\n    ]\n}"}],"_postman_id":"2073342f-715f-4b97-8fff-3da59c92535e"},{"name":"Inquiry Group","id":"f6a466f2-f8ee-4589-8111-718139faef3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{host}/thirdparty/v1/inquire-post/inquire?property_code={Property_code}&interface_type={interface_type}&group_code={group_code}&type=GROUP ","description":"<p>This API is used to get the Guest details of the Group against which the charge(s) needs to be posted.</p>\n<p>This API supports the mandatory query parameters</p>\n<ul>\n<li><strong>group-code -</strong> group code of requested group</li>\n<li><strong>property_code -</strong> property code where the reservation lies</li>\n<li><strong>interface_type -</strong> type of the interface charge needs to be posted. For example WIFI, PARKING</li>\n</ul>\n","urlObject":{"path":["thirdparty","v1","inquire-post","inquire"],"host":["{host}"],"query":[{"key":"property_code","value":"{Property_code}"},{"key":"interface_type","value":"{interface_type}"},{"key":"group_code","value":"{group_code}"},{"key":"type","value":"GROUP "}],"variable":[]}},"response":[{"id":"31c297c4-67b1-4d45-889f-7aa258927c68","name":"Inquiry Group","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://00.us-east-1.dev.hotelkeyapp.com/thirdparty/v1/inquire-post/inquire?property_code=BWI[…]nterface_type=WIFI&group_code=BWITI015197&type=GROUP","protocol":"https","host":["00","us-east-1","dev","hotelkeyapp","com"],"path":["thirdparty","v1","inquire-post","inquire"],"query":[{"key":"property_code","value":"BWI[…]nterface_type=WIFI"},{"key":"group_code","value":"BWITI015197"},{"key":"type","value":"GROUP"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"property_code\": \"BWITI\",\n    \"type\": \"GROUP\",\n    \"inquiry_list\": [\n        {\n            \"id\": \"5abc2a39-99e4-4138-9dc5-7718fa325950\",\n            \"confirmation_no\": \"BWITI015197\",\n            \"status\": \"HOLD\",\n            \"check_in_date\": \"2023-09-24T00:00:00.000Z\",\n            \"check_out_date\": \"2023-09-25T00:00:00.000Z\",\n            \"guest_first_name\": \"Test\",\n            \"guest_last_name\": \"Test\",\n            \"name\": \"AAA \",\n            \"folio_name\": \"G-015198\",\n            \"folio_no\": \"015198\",\n            \"folio_type\": \"GENERAL\"\n        }\n    ]\n}"}],"_postman_id":"f6a466f2-f8ee-4589-8111-718139faef3d"}],"id":"050cf39e-02fa-4edb-a6ad-7c5315cf18b0","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"414e1359-1bb0-48ff-bec1-50b43174861f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ce051e11-bdbc-4b76-8256-9d47f842fe44"}}],"_postman_id":"050cf39e-02fa-4edb-a6ad-7c5315cf18b0","description":""},{"name":"Posting of  Charges","item":[{"name":"Charge Posting Reservation","id":"4de029b0-046f-4492-81a7-cd0530c43294","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\n    \"property_code\": \"DA01\",\n    \"interface_type\": \"WIFI\",\n    \"type\": \"RESERVATION\",\n    \"room\": \"203\",\n    \"folio_no\": \"DA01AAF594\",\n    \"charge\": [\n\n        {\n\n            \"name\": \"tst-charge\",\n            \"amount\": 50,\n            \"remarks\": \"remarks\"\n\n        }\n\n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"{host}/thirdparty/v1/inquire-post/post","description":"<p>Based on the configuration requested by client, charges can be posted to the guest folio against bucket specified.</p>\n<p>This API can post changes on both pre-check-in and post-check-in guest account.</p>\n","urlObject":{"path":["thirdparty","v1","inquire-post","post"],"host":["{host}"],"query":[],"variable":[]}},"response":[{"id":"4a97d68d-ebcc-4931-89b0-1e21892e9dc3","name":"Charge Posting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"property_code\": \"BWITI\",\n    \"interface_type\": \"WIFI\",\n    \"type\": \"RESERVATION\",\n    \"room\": \"R11\",\n    \"folio_no\": \"016461\",\n    \"charge\": [\n        {\n            \"name\": \"tst-charge\",\n            \"amount\": 50,\n            \"remarks\": \"remarks\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://00.us-east-1.dev.hotelkeyapp.com/thirdparty/v1/inquire-post/post"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"property_code\": \"BWITI\",\n    \"posted_charges\": [\n        {\n            \"name\": \"FOOD - tst-charge\",\n            \"amount\": 50.0,\n            \"date\": \"2023-09-24T00:00:00.000Z\",\n            \"taxes\": [\n                {\n                    \"name\": \"Food Tax\",\n                    \"amount\": 2.5,\n                    \"tax_type_code\": \"POS-BAR\",\n                    \"is_flat\": false,\n                    \"id\": \"c260ed69-9b6b-4802-b21f-8c7cc09a53d9\"\n                }\n            ],\n            \"id\": \"32dcdb3b-1c9d-40a5-b270-91e34ae2c4b2\"\n        }\n    ],\n    \"posted_account\": {\n        \"id\": \"711bd163-498e-45f2-a23e-c75ec58bbc24\",\n        \"confirmation_no\": \"BWITI016460\",\n        \"status\": \"CHECKED_IN\",\n        \"check_in_date\": \"2023-08-26T00:00:00.000Z\",\n        \"check_out_date\": \"2023-08-27T00:00:00.000Z\",\n        \"room_type_name\": \"RT4\",\n        \"room_type_code\": \"14\",\n        \"room_number\": \"R11\",\n        \"guest_first_name\": \"t\",\n        \"guest_last_name\": \"t\",\n        \"folio_name\": \"GENERAL\",\n        \"folio_no\": \"016461\",\n        \"folio_type\": \"GENERAL\"\n    }\n}"}],"_postman_id":"4de029b0-046f-4492-81a7-cd0530c43294"},{"name":"Charge Posting House Account","id":"a8d9b1c4-ff20-457d-b286-ed626af9c2e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\n    \"property_code\": \"DA01\",\n    \"interface_type\": \"WIFI\",\n    \"type\": \"HOUSE_ACCOUNT\",\n    \"room\": \"203\",\n    \"house_account_code\":\"PAD01\",\n    \"folio_no\": \"DA01AAF546\",\n    \"charge\": [\n\n        {\n\n            \"name\": \"tst-charge\",\n            \"amount\": 50,\n            \"remarks\": \"remarks\"\n\n        }\n\n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"{host}/thirdparty/v1/inquire-post/post","description":"<p>Based on the configuration requested by client, charges can be posted to the House_Account folio against bucket specified.</p>\n<p>It's required to send 'room' in Body, but it's not mandatory to assigned any value</p>\n","urlObject":{"path":["thirdparty","v1","inquire-post","post"],"host":["{host}"],"query":[],"variable":[]}},"response":[{"id":"4f431172-a25e-43f0-955d-b15a3bd953fe","name":"Charge Posting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"property_code\": \"D417\",\n    \"interface_type\": \"WIFI\",\n    \"room\": \"103\",\n    \"charge\": [\n        {\n            \"name\": \"tst-charge\",\n            \"amount\": 50,\n            \"remarks\": \"remarks\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://00.us-east-1.dev.hotelkeyapp.com/thirdparty/v1/inquire-post/post"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"property_code\": \"BWITI\",\n    \"posted_charges\": [\n        {\n            \"name\": \"FOOD - tst-charge\",\n            \"amount\": 50.0,\n            \"date\": \"2023-09-24T00:00:00.000Z\",\n            \"taxes\": [\n                {\n                    \"name\": \"Food Tax\",\n                    \"amount\": 2.5,\n                    \"tax_type_code\": \"POS-BAR\",\n                    \"is_flat\": false,\n                    \"id\": \"32ea57fc-aec2-4815-ace2-17198618ccd9\"\n                }\n            ],\n            \"id\": \"7a1a4f9b-67ce-481e-811e-7b4ca8aa0695\"\n        }\n    ],\n    \"posted_account\": {\n        \"id\": \"2cc5c8f2-89d3-4665-9bf6-7de7e142733c\",\n        \"confirmation_no\": \"ff\",\n        \"status\": \"OPEN\",\n        \"open_date\": \"2023-08-05T00:00:00.000Z\",\n        \"name\": \"dd\",\n        \"folio_name\": \"2\",\n        \"folio_no\": \"BWITI012367\",\n        \"folio_type\": \"GENERAL\"\n    }\n}"}],"_postman_id":"a8d9b1c4-ff20-457d-b286-ed626af9c2e6"},{"name":"Charge Posting Group","id":"99b30feb-ad52-432b-921b-15ddd2245d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\n    \"property_code\": \"DA01\",\n    \"interface_type\": \"WIFI\",\n    \"type\": \"HOUSE_ACCOUNT\",\n    \"room\": \"203\",\n    \"group_code\":\"022\",\n    \"folio_no\": \"DA01AAF546\",\n    \"charge\": [\n\n        {\n\n            \"name\": \"tst-charge\",\n            \"amount\": 50,\n            \"remarks\": \"remarks\"\n\n        }\n\n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"{host}/thirdparty/v1/inquire-post/post","description":"<p>Based on the configuration requested by client, charges can be posted to the guest folio against bucket specified.</p>\n<p>It's required to send 'room' in Body, but it's not mandatory to assigned any value</p>\n","urlObject":{"path":["thirdparty","v1","inquire-post","post"],"host":["{host}"],"query":[],"variable":[]}},"response":[{"id":"0ecd344d-9ff2-47db-b2e1-b7debb1d4596","name":"Charge Posting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"property_code\": \"D417\",\n    \"interface_type\": \"WIFI\",\n    \"room\": \"103\",\n    \"charge\": [\n        {\n            \"name\": \"tst-charge\",\n            \"amount\": 50,\n            \"remarks\": \"remarks\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://00.us-east-1.dev.hotelkeyapp.com/thirdparty/v1/inquire-post/post"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"property_code\": \"BWITI\",\n    \"posted_charges\": [\n        {\n            \"name\": \"FOOD - tst-charge\",\n            \"amount\": 50.0,\n            \"date\": \"2023-09-24T00:00:00.000Z\",\n            \"taxes\": [\n                {\n                    \"name\": \"Food Tax\",\n                    \"amount\": 2.5,\n                    \"tax_type_code\": \"POS-BAR\",\n                    \"is_flat\": false,\n                    \"id\": \"f981c9b0-a211-43ed-8a2f-98f6c616a355\"\n                }\n            ],\n            \"id\": \"2f483684-49e7-497c-a3e9-eda205b997b9\"\n        }\n    ],\n    \"posted_account\": {\n        \"id\": \"5abc2a39-99e4-4138-9dc5-7718fa325950\",\n        \"confirmation_no\": \"BWITI015197\",\n        \"status\": \"HOLD\",\n        \"check_in_date\": \"2023-09-24T00:00:00.000Z\",\n        \"check_out_date\": \"2023-09-25T00:00:00.000Z\",\n        \"guest_first_name\": \"Test\",\n        \"guest_last_name\": \"Test\",\n        \"name\": \"AAA \",\n        \"folio_name\": \"G-015198\",\n        \"folio_no\": \"015198\",\n        \"folio_type\": \"GENERAL\"\n    }\n}"}],"_postman_id":"99b30feb-ad52-432b-921b-15ddd2245d98"},{"name":"Adjustment Posting","id":"8f80ce8d-585e-4505-86c6-96d39ac12251","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{host}/thirdparty/v1/inquire-post/adjust/{parent_charge_id}","description":"<p>Adjustments can be made to the parent charge by sending the parent charge id in the request. Parent charge id is the id received in the response of Posting Charge Details request in <em>posted_charges</em> object</p>\n","urlObject":{"path":["thirdparty","v1","inquire-post","adjust","{parent_charge_id}"],"host":["{host}"],"query":[],"variable":[]}},"response":[{"id":"f1a20e20-f3af-4e8b-b738-ecabb5f992ae","name":"Adjustment Posting","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"property_code\": \"D417\",\n    \"interface_type\": \"WIFI\",\n    \"room\": \"103\",\n    \"adjustment_code\": \"CADJ\",\n    \"charge\": {\n        \"name\": \"discount-adj-f\",\n        \"amount\": \"15.00\",\n        \"remarks\": \"discount-adj-r-f\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{host}/thirdparty/v1/inquire-post/adjust/{parent_charge_id}"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"property_code\": \"D417\",\n    \"posted_charges\": [\n        {\n            \"name\": \"42006 - WiFi - remarks\",\n            \"amount\": -35.0,\n            \"date\": \"2022-04-05T00:00:00.000Z\",\n            \"charge_id\": \"0638084d-2ba8-4873-ab95-336c3be76ab0\",\n            \"taxes\": [],\n            \"charge_type_code\": \"WIFI\",\n            \"charge_type_category\": \"SYSTEM\",\n            \"charge_type_name\": \"42006 - WiFi\",\n            \"id\": \"b433cd3a-c5a8-468c-9842-04e60d8a1340\"\n        }\n    ]\n}"}],"_postman_id":"8f80ce8d-585e-4505-86c6-96d39ac12251"}],"id":"1d2fa4b6-d7ed-4b00-bd18-f5d34b789ec7","description":"<p>This API can be used to post charge(s) to the guest folio.</p>\n","_postman_id":"1d2fa4b6-d7ed-4b00-bd18-f5d34b789ec7"}],"id":"4f9786fa-c523-4cfb-8de3-a2404093a0bf","description":"<p>Inquire Post Model is designed to post charges and adjustments for services such as Wi-Fi, parking, and other miscellaneous items to the guest folio of Reservation, Houseaccount or Group.</p>\n<p>HK provides following sets of APIs to support the process -</p>\n<ol>\n<li>Inquire Charge Details - This API is used to inquire the stay details against a room.</li>\n<li>Posting of Charges - This API is used to post the actual charge(s) on the guest folio.</li>\n<li>Posting of Adjusemtents - This API is used to post the adjustment on the parent charge on the guest folio</li>\n</ol>\n","_postman_id":"4f9786fa-c523-4cfb-8de3-a2404093a0bf"},{"name":"POS Inquire Model","item":[{"name":"POS Inquiry","item":[{"name":"POS Inquiry","id":"b3aabeed-d4fa-4baf-8b9c-1358e23ad838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{host}/hk-property-interfaces/hotelbrand/properties/{property_id}/inquiry?outlet_code={outlet_code}&type=RESERVATION&last_name=&room_number={room_number}&group_code=&house_account_code=&house_account_name=&is_partial=","description":"<p>This API is used to get the reservation/group/house account details against which the charge(s) needs to be posted.</p>\n<p>This API supports the mandatory query parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Definition</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>outlet_code</strong></td>\n<td>code of the outlet to which charge is to be posted</td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td>RESERVATION/GROUP/HOUSE_ACCOUNT</td>\n</tr>\n<tr>\n<td><strong>room_number</strong></td>\n<td>optional (can be used in case type = RESERVATOIN)</td>\n</tr>\n<tr>\n<td><strong>last_name</strong></td>\n<td>optional (can be used in case type = RESERVATOIN)</td>\n</tr>\n<tr>\n<td><strong>room_number</strong></td>\n<td>required in case type = RESERVATION</td>\n</tr>\n<tr>\n<td><strong>group_code</strong></td>\n<td>required in case type = GROUP</td>\n</tr>\n<tr>\n<td><strong>house_account_code</strong></td>\n<td>required in case type = HOUSE_ACCOUNT</td>\n</tr>\n<tr>\n<td><strong>house_account_name</strong></td>\n<td>required in case type = HOUSE_ACCOUNT</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4b63122f-f187-4a50-a87c-933c4a79871c","id":"4b63122f-f187-4a50-a87c-933c4a79871c","name":"POS Inquiry","type":"folder"}},"urlObject":{"path":["hk-property-interfaces","hotelbrand","properties","{property_id}","inquiry"],"host":["{host}"],"query":[{"key":"outlet_code","value":"{outlet_code}"},{"key":"type","value":"RESERVATION"},{"key":"last_name","value":""},{"key":"room_number","value":"{room_number}"},{"key":"group_code","value":""},{"key":"house_account_code","value":""},{"key":"house_account_name","value":""},{"key":"is_partial","value":""}],"variable":[]}},"response":[{"id":"4f472e76-37e2-4aa5-98e0-fd49a3ff8861","name":"POS Inquiry","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://hkdev0.hotelkeyapp.com/hk-property-interfaces/hotelbrand/properties/1d398a3b-d76d-46e3-9211-3a36b0f36635/inquiry?outlet_code=PANTRY&type=RESERVATION&last_name=&room_number=106&group_code&house_account_code&house_account_name&is_partial","protocol":"https","host":["hkdev0","hotelkeyapp","com"],"path":["hk-property-interfaces","hotelbrand","properties","1d398a3b-d76d-46e3-9211-3a36b0f36635","inquiry"],"query":[{"key":"outlet_code","value":"PANTRY"},{"key":"type","value":"RESERVATION"},{"key":"last_name","value":""},{"key":"room_number","value":"106"},{"key":"group_code","value":null},{"key":"house_account_code","value":null},{"key":"house_account_name","value":null},{"key":"is_partial","value":null}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"room\": \"106\",\n        \"status\": \"CHECKED_IN\",\n        \"is_guaranteed\": true,\n        \"posting_allowed\": true,\n        \"primary_id\": \"1238a14b-c2c6-420a-ad3a-441771aeb4ec\",\n        \"type\": \"RESERVATION\",\n        \"loyalty\": {},\n        \"folio_id\": \"998e8853-aa44-4d5a-ba5a-f7c39a8dfca9\",\n        \"guest_id\": \"05a3096b-2ea2-4d69-8a71-e9c3c52e2a4d\",\n        \"guest_first_name\": \"Abhinav\",\n        \"guest_last_name\": \"Hingnekar\",\n        \"check_in_date\": \"2022-12-27T00:00:00.000Z\",\n        \"check_out_date\": \"2022-12-30T00:00:00.000Z\",\n        \"confirmation_no\": \"QS20AAF247\",\n        \"adults\": 1,\n        \"children\": 0,\n        \"folios\": [\n            {\n                \"name\": \"Hotelkey\",\n                \"payment_method\": \"COMPANY\",\n                \"charge_type_category_codes\": [\n                    \"PHONE\",\n                    \"ROOM_RENT\",\n                    \"SEA\",\n                    \"MISC\"\n                ],\n                \"id\": \"6838f405-789d-4809-9af3-bfb7d0437b8b\"\n            },\n            {\n                \"name\": \"GENERAL\",\n                \"payment_method\": \"PAYMENT_TYPE\",\n                \"charge_type_category_codes\": [\n                    null\n                ],\n                \"payment_source_id\": \"450316a8-1839-46a7-a97c-c1a5c809828e\",\n                \"id\": \"998e8853-aa44-4d5a-ba5a-f7c39a8dfca9\"\n            }\n        ]\n    }\n]"}],"_postman_id":"b3aabeed-d4fa-4baf-8b9c-1358e23ad838"}],"id":"4b63122f-f187-4a50-a87c-933c4a79871c","description":"<p>POS Inquiry Model is designed to post charges and payments for outlet</p>\n<p>HK provides following sets of APIs to support the process -</p>\n<ol>\n<li>POS Inquiry - This API is used to inquire the stay/group/house account details..</li>\n<li>POS Charge Posting - This API is used to post the actual charge(s) on the expected folio</li>\n</ol>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a3f22f81-3946-4f8d-be38-b52062c1fc4b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f8c09052-b47d-48eb-8803-f9e3c0d38fb4"}}],"_postman_id":"4b63122f-f187-4a50-a87c-933c4a79871c"},{"name":"POS Charge Posting","item":[{"name":"POS Charge Posting","id":"dde91803-8c78-458b-8a15-3aceef6a4ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{host}/hk-property-interfaces/hotelbrand/properties/{property_id}/posting","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Object</strong></th>\n<th><strong>JSON Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Root</td>\n<td>outlet_code</td>\n<td>code of the outlet charge needs to be posted</td>\n</tr>\n<tr>\n<td>routing</td>\n<td>primary_id</td>\n<td>id of the reservation/house_account/group</td>\n</tr>\n<tr>\n<td>routing</td>\n<td>secondary_id</td>\n<td>id of the folio charge to be posted</td>\n</tr>\n<tr>\n<td>routing</td>\n<td>type</td>\n<td>type = RESERVATION/GROUP/HOUSE_ACCOUNT</td>\n</tr>\n<tr>\n<td>sale_items</td>\n<td>amount</td>\n<td>amount of charge to be posted</td>\n</tr>\n<tr>\n<td>sale_items</td>\n<td>pos_menu_type</td>\n<td>POS menu type to which charge is to be posted</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>amount</td>\n<td>amount of tax to be posted</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>pos_tax_type</td>\n<td>POS tax type codfe to be posted</td>\n</tr>\n<tr>\n<td>sale_items</td>\n<td>pos_item_type</td>\n<td>POS item type for which charge is to be posted</td>\n</tr>\n<tr>\n<td>order_header</td>\n<td>order_no</td>\n<td>POS order number from which charge is to be posted</td>\n</tr>\n<tr>\n<td>order_header</td>\n<td>bill_no</td>\n<td>POS bill number from which charge is to be posted</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["hk-property-interfaces","hotelbrand","properties","{property_id}","posting"],"host":["{host}"],"query":[],"variable":[]}},"response":[{"id":"21880786-f287-4f4b-9a5a-f6fde424278f","name":"POS Charge Posting","originalRequest":{"method":"GET","header":[],"url":"https://hkdev0.hotelkeyapp.com/hk-property-interfaces/hotelbrand/properties/1d398a3b-d76d-46e3-9211-3a36b0f36635/posting"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dde91803-8c78-458b-8a15-3aceef6a4ecf"}],"id":"8f7018e2-6b36-4116-a8a7-9bb8a13a5230","_postman_id":"8f7018e2-6b36-4116-a8a7-9bb8a13a5230","description":""}],"id":"f139e56b-54c8-406e-8f2f-742a3e32ebb6","_postman_id":"f139e56b-54c8-406e-8f2f-742a3e32ebb6","description":""}],"id":"cae75b6c-0260-4b65-8019-32dd574de13e","description":"<p>HK Eventing APIs are designed to support:</p>\n<ul>\n<li>Publishing event to a partner system whenever an event occurs in the HK system</li>\n<li>Third parties to poll messages for the events that occur in the HK system</li>\n</ul>\n","_postman_id":"cae75b6c-0260-4b65-8019-32dd574de13e"},{"name":"Payloads","item":[{"name":"Reservation","item":[],"id":"acc5c642-a343-4217-928d-4f43a4b40dc0","description":"<p>Third-Party will be able to poll/receive the messages for the below all reservation events in HK platform.</p>\n<ul>\n<li><p>Reservations booked</p>\n</li>\n<li><p>Stay date modifications</p>\n</li>\n<li><p>Reservations checked in, no show, canceled, checked out</p>\n</li>\n<li><p>Reservation stay extensions/reductions post-check-in</p>\n</li>\n<li><p>Room/room type changes move pre/post-check-in</p>\n</li>\n<li><p>Change in the number of adults OR number of children in a dededed.</p>\n</li>\n<li><p>Any accounting transaction on the reservation like posting of charges, payments, refunds, taxes, or tax exemptions.</p>\n</li>\n</ul>\n<p>Note : Reservations for the past year will only be returned in the reservation refresh stream.</p>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream : Yes</strong></p>\n<p><strong>Event Payload</strong></p>\n<ol>\n<li><strong>Header Details</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the uuid of the reservation in the HK platform.</td>\n</tr>\n<tr>\n<td>stream_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream configured for DataStream in Admin</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the UUID of the property in the HK platform</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 4 characters, maximum of 10 characters. This is the code for the property in the HK platform</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a payload identifier for different events. The value is \"reservation\" for reservation events payload.</td>\n</tr>\n<tr>\n<td>total_items</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This field displays the count of total payloads present in refresh stream</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This field displays the item number of current payload out of total_items</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>A time zone is an area which observes a uniform standard time for legal, commercial and social purposes.</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone offset with respect to UTC. For ex: UTC-08:00, UTC-5:30:00</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format is\"YYYY MM DDT00:00:00\". This is the applicable date for which rate is applicable as per the property business date.</td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This field displays the events (actions) performed on the reseravtion if those are configured in the Reservation Datastream</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream configured</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format is \"YYYY MM DDT00:00:00\". This is the applicable date for which rate is applicable as per the property business date.</td>\n</tr>\n</tbody>\n</table>\n</div><p>2. <strong>Reservation Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the uuid of the reservation in the HK platform.</td>\n</tr>\n<tr>\n<td>parent_reservation</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Group block number to which the reservation is associated.</td>\n</tr>\n<tr>\n<td>reservation_no</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 8 characters, maximum of 25 characters. Unique number for each reservation in the HK platform.</td>\n</tr>\n<tr>\n<td>external_reference_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>External Confirmation Number, the number coming from CRS.</td>\n</tr>\n<tr>\n<td>booking_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DD T00:00:00\". Property business date when the reservation is booked.</td>\n</tr>\n<tr>\n<td>booking_status</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Possible values: \"CHECKED_IN\", \"BOOKED\", \"CHECKED_OUT\", \"CANCELLED\", \"NO_SHOW\".</td>\n</tr>\n<tr>\n<td>booking_time</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DD T00:00:000Z\". Local date &amp; time when the booking is done (property timezone).</td>\n</tr>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Booking source code.</td>\n</tr>\n<tr>\n<td>market_segment</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Displays the market segment associated with the rate code.</td>\n</tr>\n<tr>\n<td>actual_check_in</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DD T00:00:00\". Check-in date of the reservation with a timestamp.</td>\n</tr>\n<tr>\n<td>actual_check_out</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DD T00:00:00\". Check-out date of the reservation with a timestamp.</td>\n</tr>\n<tr>\n<td>expected_check_in</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DD T00:00:00\". Expected arrival date and time.</td>\n</tr>\n<tr>\n<td>expected_check_out</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DD T00:00:00\". Expected departure date and time.</td>\n</tr>\n<tr>\n<td>check_in_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DD T00:00:00\". Check-in date of the reservation.</td>\n</tr>\n<tr>\n<td>check_out_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DD T00:00:00\". Departure date of the reservation.</td>\n</tr>\n<tr>\n<td>actual_check_in_local</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DD T00:00:000Z\". Local timestamp of actual check-in.</td>\n</tr>\n<tr>\n<td>actual_check_out_local</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DD T00:00:000Z\". Local timestamp of actual check-out.</td>\n</tr>\n<tr>\n<td>cancellation_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Cancellation date if the reservation is cancelled.</td>\n</tr>\n<tr>\n<td>room_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Room number attached to the reservation. Can be null/empty for CANCELLED/No-SHOW.</td>\n</tr>\n<tr>\n<td>old_room_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Old room number if a room move action was performed on the reservation.</td>\n</tr>\n<tr>\n<td>room_count</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>Number of rooms booked in a reservation (always 1).</td>\n</tr>\n<tr>\n<td>room_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Room type for the reservation.</td>\n</tr>\n<tr>\n<td>room_type_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>36-character unique room ID.</td>\n</tr>\n<tr>\n<td>rate_plan</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Rate code for the reservation.</td>\n</tr>\n<tr>\n<td>room_rate</td>\n<td>Double</td>\n<td>Double</td>\n<td>One-day room charge for the selected rate code.</td>\n</tr>\n<tr>\n<td>adult_count</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>Number of adults added to the reservation.</td>\n</tr>\n<tr>\n<td>child_count</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>Number of children added to the reservation.</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>String</td>\n<td>String</td>\n<td>Additional comments on the reservation level.</td>\n</tr>\n<tr>\n<td>guaranteed</td>\n<td>Boolean</td>\n<td></td>\n<td>True if guaranteed is applied to the reservation, false otherwise.</td>\n</tr>\n<tr>\n<td>guarantee_method_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Guarantee method code.</td>\n</tr>\n<tr>\n<td>guarantee_method_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Guarantee type name.</td>\n</tr>\n<tr>\n<td>tax_exempt</td>\n<td>Boolean</td>\n<td></td>\n<td>True if tax exemption is applied, false otherwise.</td>\n</tr>\n<tr>\n<td>receivable_flag</td>\n<td>Boolean</td>\n<td></td>\n<td>True if the guaranteed type is Direct Bill, false otherwise.</td>\n</tr>\n<tr>\n<td>username</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the user who created/modified the reservation.</td>\n</tr>\n<tr>\n<td>created_username</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Username of the user who created the reservation.</td>\n</tr>\n<tr>\n<td>voucher_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Voucher number attached to the reservation.</td>\n</tr>\n<tr>\n<td>cancellation_no</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique number for the reservation if cancelled in the HK platform. Can be nullable.</td>\n</tr>\n<tr>\n<td>source_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Booking source selected by the user (e.g., Walk-in).</td>\n</tr>\n<tr>\n<td>sub_source</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code of the booking sub source.</td>\n</tr>\n<tr>\n<td>booking_sub_source</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the booking sub source</td>\n</tr>\n<tr>\n<td>transactions_file</td>\n<td>URL</td>\n<td>URL</td>\n<td>This comes when the size of payload goes beyond 10 mb and this contains a downloadable link for the complete transaction array</td>\n</tr>\n<tr>\n<td>company_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the company code</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the company name</td>\n</tr>\n<tr>\n<td>promo_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>promo_code</td>\n</tr>\n<tr>\n<td>market_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the market segment code associated with the ratecode which is linked to the reservation</td>\n</tr>\n<tr>\n<td>other_pet_count</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the pet count of other pets than Cats and dogs</td>\n</tr>\n<tr>\n<td>cat_count</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the cat count associated with the reservation with pets</td>\n</tr>\n<tr>\n<td>dog_count</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the dog count associated with the reservation with pets</td>\n</tr>\n<tr>\n<td>check_out_method</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field dispalys they check out method like DIGITAL_CHECK_IN or FRONTDESK_WEB or FRONTDESK</td>\n</tr>\n<tr>\n<td>check_out_agent</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field display the agent's username who performs the check out action</td>\n</tr>\n<tr>\n<td>reservation_rate_details(Default V2)</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This object is added to the Reservation DS and shows the details of the rate_type , estimated exclusive taxes and estimated inclusive taxes , amount.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>This field shows package amount</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field shows the remarks added at the reservation-level</td>\n</tr>\n<tr>\n<td>housekeeping_schedule_config_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field shows the name of houseking schedule config</td>\n</tr>\n<tr>\n<td>housekeeping_schedule_config_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field shows the code of houseking schedule config</td>\n</tr>\n<tr>\n<td>hide_rates</td>\n<td>Boolean</td>\n<td></td>\n<td>True if hide_rates is true on reservation else false</td>\n</tr>\n</tbody>\n</table>\n</div><p>3. <strong>Transaction Details - Array of transactions consisting of posted revenue and payments</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is fixed 36 characters ID representing the UUID of the transaction</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DDT00:00:00\". This is in UTC Timezone as per the property's current date.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the Charge, Payment, Tax or Adjustment</td>\n</tr>\n<tr>\n<td>folio_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the name of the folio attached to the reservation.</td>\n</tr>\n<tr>\n<td>folio_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 1 character, maximum of 16 characters</td>\n</tr>\n<tr>\n<td>folio_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the type of the folio.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is charge types codes for charges, tax types codes for taxes, payment type codes for payments.</td>\n</tr>\n<tr>\n<td>code_description</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Charge type name for charges , payment type name for payments and tax type name for taxes</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Values debit or credit. Value is debit if amount is positive. Value is credit if amount is negative</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 1 character and maximum of 8 characters. This is currency code for a transaction such as USD, INR .</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>Charge amount/ tax amount/ payment amount/ refund amount. The value is \"ve\" for approved payment and +ve for Refund in the respective part of the payload.</td>\n</tr>\n<tr>\n<td>charge_category</td>\n<td>String</td>\n<td>String</td>\n<td>This is the category under which the respective charge is configured in HK Admin</td>\n</tr>\n<tr>\n<td>gross_amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>Can be one of the following depending on the type of transaction. Charge = Amount + Amount(s) from the Taxes. Tax = Amount. Payment = Amount Refund = Amount</td>\n</tr>\n<tr>\n<td>username</td>\n<td>Reservation stream</td>\n<td>Varchar(0-255)</td>\n<td>Username of the user undertaking the action</td>\n</tr>\n<tr>\n<td>receivable_flag</td>\n<td>Boolean</td>\n<td>Only Two Values True or False</td>\n<td>Values as true or false. If folio type is Direct Bill, the value is true else the value is false.</td>\n</tr>\n<tr>\n<td>transaction_link</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the uuid of the linked parent id. parent charge id in case of taxes corresponding to the charge, parent payment id in case of refund.</td>\n</tr>\n<tr>\n<td>transaction_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This Field displays type of transactions  <br />like CHARGE, FEE, TAX, PAYMENT, REFUND, CHARGE_ADJUSTMENT, FEE_ADJUSTMENT, TAX_EXEMPTION, FEE_EXEMPTION</td>\n</tr>\n<tr>\n<td>adjustment_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the adjustment code if the transaction is a refund for payment or adjustment of past charge.The adjustment codes configured for the property and the adjustment code associated with the reservation will be displayed here</td>\n</tr>\n<tr>\n<td>adjustment_code_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the adjustment code name if the transaction is a refund for payment or adjustment of past charge.</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This filed show the remarks added while charge adjustment, manager payment refund and refund of payment</td>\n</tr>\n<tr>\n<td>card_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Card type such as VISA, MASTER in the case of card payment. The card used for payment will be displayed here</td>\n</tr>\n<tr>\n<td>masked_card_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>The card number is masked and only last 4 digits are displayed.</td>\n</tr>\n<tr>\n<td>username</td>\n<td>Reservation stream</td>\n<td>Varchar(0-255)</td>\n<td>Username of the person who recently updated the reservation. reservation refresh stream username of the person who created the reservation. reservation refresh</td>\n</tr>\n<tr>\n<td>user_first_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>first name of the person who recently updated the reservation. reservation refresh stream first name of the person who created the reservation. reservation refresh</td>\n</tr>\n<tr>\n<td>user_last_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>last name of the person who recently updated the reservation. reservation refresh stream last name of the person who created the reservation. reservation refresh</td>\n</tr>\n<tr>\n<td>bill</td>\n<td>Object</td>\n<td>Varchar(0-255)</td>\n<td>This is bill object, transactions which have closed invoice. This appears only on checked_out reservations</td>\n</tr>\n<tr>\n<td>bill.bill_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the bill</td>\n</tr>\n<tr>\n<td>bill.open_business_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>The start date of the billing period</td>\n</tr>\n<tr>\n<td>bill.close_business_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>The end date of the billing period</td>\n</tr>\n<tr>\n<td>bill.status</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Status of the bill</td>\n</tr>\n<tr>\n<td>bill.id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the bill record</td>\n</tr>\n<tr>\n<td>estimated_exclusive_taxes</td>\n<td>Double</td>\n<td>Double</td>\n<td>This field shows the taxes associated to the charge amount</td>\n</tr>\n<tr>\n<td>estimated_inclusive_taxes</td>\n<td>Double</td>\n<td>Double</td>\n<td>This field shows the taxes associated to the charge amount</td>\n</tr>\n<tr>\n<td>$.house_account.transactions[0].external_bill_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This field is added on transactional level and will show the external Bill number(POS check Number) associated with the charge</td>\n</tr>\n<tr>\n<td>posted_timestamp</td>\n<td>DATATIME</td>\n<td></td>\n<td>shows the actual charge/payment posted date time</td>\n</tr>\n</tbody>\n</table>\n</div><p>4. <strong>Rate Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rate_plan</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the rate code entered while booking a reservation</td>\n</tr>\n<tr>\n<td>rate_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DDT00:00:00\". This is the applicable date for which rate is applicable as per the property business date.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Double</td>\n<td>Double</td>\n<td>Minimum of 1 character and maximum of 8 characters. This is currency code for a transaction such as USD, INR</td>\n</tr>\n<tr>\n<td>rate_amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>This is rate amount for a given day - excluding taxes</td>\n</tr>\n<tr>\n<td>room_type_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the Room type code for selected room type</td>\n</tr>\n<tr>\n<td>room_type_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the Room type name for which we have selected.</td>\n</tr>\n<tr>\n<td>user_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>username of the person who recently updated the reservation. reservation refresh stream username of the person who created the reservation. reservation refresh</td>\n</tr>\n<tr>\n<td>total_taxes</td>\n<td>Double</td>\n<td>Double</td>\n<td>This is the total tax amount on the respective charge</td>\n</tr>\n<tr>\n<td>commission_amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>This is the commision amount if any</td>\n</tr>\n<tr>\n<td>original_rate_amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>This is rate amount for a given day which is showed in the bill - excluding taxes</td>\n</tr>\n<tr>\n<td>commission_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This comes from rate code configuration, we can configure this type form HK home - Percent/Amount</td>\n</tr>\n<tr>\n<td>rate_code_description</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Additional details configured in rate code, data type.</td>\n</tr>\n<tr>\n<td>rate_detail_packages</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This object shows the below fields and displays the details of the packages</td>\n</tr>\n<tr>\n<td>element_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Shows the element name of the package</td>\n</tr>\n<tr>\n<td>element_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This field displays the element code of the element name</td>\n</tr>\n<tr>\n<td>charge_type_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This field displays the charge type code for the charge attached to the package</td>\n</tr>\n<tr>\n<td>charge_type_category_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This field displays the charge type category of the charge attached to the package</td>\n</tr>\n</tbody>\n</table>\n</div><p>5. <strong>Guest Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>guest_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a unique identifier of the guest</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is guest first name</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is guest last name</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a street name of the guest's address</td>\n</tr>\n<tr>\n<td>street_2</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a street name of the guest's address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is name of the city</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is name of the state</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a valid zip code.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is country code such as GB, IN, US</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a valid guest phone number</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a valid guest email id.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the gender of the guest.</td>\n</tr>\n<tr>\n<td>guest_language</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the specific language of the guest.</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Date of Birth of the guest.</td>\n</tr>\n<tr>\n<td>photo_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Photo Id provided by the guest.</td>\n</tr>\n<tr>\n<td>age_group</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the age group in which the guest fall. eg. ADULT, CHILD</td>\n</tr>\n<tr>\n<td>guest_fields</td>\n<td>Object</td>\n<td>Varchar(0-255)</td>\n<td>This is guest fields object which show the local guest fields configured on steam object mapping on data steam config</td>\n</tr>\n<tr>\n<td>guest_fields.Nationality</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a valid Nationality of guest</td>\n</tr>\n<tr>\n<td>guest_fields.Identification Number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a valid Identification Number of guest</td>\n</tr>\n<tr>\n<td>guest_fields.Purpose of Visit</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a valid .Purpose of Visit of guest</td>\n</tr>\n<tr>\n<td>travel_documents</td>\n<td>Object</td>\n<td>Varchar(0-255)</td>\n<td>This is travel_documents object which show the travel document fields</td>\n</tr>\n<tr>\n<td>travel_documents.PASSPORT</td>\n<td>Object</td>\n<td>Varchar(0-255)</td>\n<td>This is travel_documents.PASSPORT object which show the travel document type fields</td>\n</tr>\n<tr>\n<td>travel_documents.PASSPORT.Nationality</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a valid Nationality of guest entred in travel document</td>\n</tr>\n<tr>\n<td>travel_documents.PASSPORT.Passport</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a valid Passport no of guest entred in travel document</td>\n</tr>\n<tr>\n<td>travel_documents.PASSPORT.Coming_From</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a valid Coming From of guest entred in travel document</td>\n</tr>\n<tr>\n<td>travel_documents.PASSPORT.Next_Destination</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a valid Next Destination of guest entred in travel document</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>6. Addtional Guest Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>guest_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a unique identifier of the guest</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is guest first name</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is guest last name</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a street name of the guest's address</td>\n</tr>\n<tr>\n<td>street_2</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a street name of the guest's address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is name of the city</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is name of the state</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is country code such as GB, IN, US</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a valid zip code.</td>\n</tr>\n<tr>\n<td>age_group</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the age group in which the additional guest fall. eg. ADULT, CHILD</td>\n</tr>\n<tr>\n<td>photo_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Photo Id provided by the additional guest.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>7. Vehicle Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>license_plate</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Number plate of the vehicle</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>State of the vehicle to which it belongs such as TX, CA, OH</td>\n</tr>\n<tr>\n<td>make</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Brand of the vehicle such as BMW, AUDI</td>\n</tr>\n<tr>\n<td>color</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Colour of the vehicle such as black, red, blue</td>\n</tr>\n<tr>\n<td>parking_policy_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code which drives the parking policy such as 6hr parking, 12hr parking</td>\n</tr>\n<tr>\n<td>parking_ticket</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Parking ticket number</td>\n</tr>\n<tr>\n<td>vehicle_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique vehicle id</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>8.Group Block Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reservation.group_block[0].group_block_no</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Group block number to which the reservation belongs</td>\n</tr>\n<tr>\n<td>reservation.group_block[0].group_block_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Group block name to which the reservation belongs</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>9. Loyalty Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>program_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Loyalty program name in which the guest is enrolled</td>\n</tr>\n<tr>\n<td>program_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Loyalty program code in which the guest is enrolled</td>\n</tr>\n<tr>\n<td>loyalty_guest_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique loyalty id of the guest in the enrolled program</td>\n</tr>\n<tr>\n<td>tier_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Guest status under the enrolled loyalty program such as Gold, Daimond, Platinum</td>\n</tr>\n<tr>\n<td>tier_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Guest status code under the enrolled loyalty program such as G, D, PL</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>10. Loyalty Certificate</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>certificate_number</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This field shows the number associated with the loyalty certificate</td>\n</tr>\n<tr>\n<td>loyalty_account_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This field shows the program ID associated with Loyalty Certificate</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Created dateTime of loyalty Certificate</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Updated dateTime of loyalty Certificate</td>\n</tr>\n<tr>\n<td>certificate_status</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>It is enum for LC it has following values = 'PENDING,'POSTED','CANCELLED'</td>\n</tr>\n<tr>\n<td>created_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Created dateTime of loyalty Certificate</td>\n</tr>\n<tr>\n<td>points_value</td>\n<td>Integer</td>\n<td>Varchar(0-255)</td>\n<td>Its points based off</td>\n</tr>\n<tr>\n<td>issued_to_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>First + last name of Reservation</td>\n</tr>\n<tr>\n<td>stay_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Date of loyalty Certificate</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>11. Folio Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the name of the folio attached to the reservation.</td>\n</tr>\n<tr>\n<td>folio_No</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 1 character, maximum of 16 characters must be Unique.</td>\n</tr>\n<tr>\n<td>folio_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Identifier Id for the folio</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the type of the folio.</td>\n</tr>\n<tr>\n<td>default</td>\n<td>Binary</td>\n<td>0 or 1</td>\n<td>1 for default folio, 0 for Non default folio</td>\n</tr>\n<tr>\n<td>guest_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Id of the guest associated to the reservation</td>\n</tr>\n<tr>\n<td>company_pays</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Value of this field will be true if company attached to reservation has company pays as true</td>\n</tr>\n<tr>\n<td>payment_type_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the payment type name</td>\n</tr>\n<tr>\n<td>payment_type_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the payment type code</td>\n</tr>\n<tr>\n<td>accounting_balance</td>\n<td>Double</td>\n<td>Double</td>\n<td>Amount which is balanced in the folio</td>\n</tr>\n<tr>\n<td>currency_label</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 1 character and maximum of 8 characters. This is currency code for a transaction such as USD, INR.</td>\n</tr>\n<tr>\n<td>masked_card_number</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the masked card number in case of card payment in payment method</td>\n</tr>\n<tr>\n<td>card_type</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the card type for ex Visa, Mastercard, Amex in case of card payment</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the expiry date associated with the card in case of card payment</td>\n</tr>\n<tr>\n<td>is_virtual_card</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the flag as True or False incase if the flag for Virtual is enabled or disabled for the respective card type</td>\n</tr>\n<tr>\n<td>company_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the company code for Local Direct bill/Corporate direct bill company</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the company name (Local Direct bill/Corporate Direct bill)</td>\n</tr>\n<tr>\n<td>company_address</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the company address which is configured for the respective Local direct bill or corporate direct bill company</td>\n</tr>\n<tr>\n<td>company_city</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the city associated with the company (Local Direct Bill/Corporate Direct Bill)</td>\n</tr>\n<tr>\n<td>company_state</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the state associated with the company (Local Direct Bill/Corporate Direct Bill)</td>\n</tr>\n<tr>\n<td>company_zip_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the Zip code associated with the company (Local Direct Bill/Corporate Direct Bill)</td>\n</tr>\n<tr>\n<td>company_country</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the country name associated with the company (Local Direct Bill/Corporate Direct Bill)</td>\n</tr>\n<tr>\n<td>company_email</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the email id configured for the company (Local Direct Bill/Corporate Direct Bill)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>12. Rate Details/ Previous Rate Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rate_plan</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the rate code entered while booking a reservation</td>\n</tr>\n<tr>\n<td>rate_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DDT00:00:00\". This is the applicable date for which rate is applicable as per the property business date.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 1 character and maximum of 8 characters. This is currency code for a transaction such as USD, INR</td>\n</tr>\n<tr>\n<td>rate_amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>This is rate amount for a given day</td>\n</tr>\n<tr>\n<td>room_type_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the Room type code for selected room type</td>\n</tr>\n<tr>\n<td>room_type_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the Room type name for which we have selected.</td>\n</tr>\n<tr>\n<td>user_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Username of the person who recently updated the reservation. reservation refresh stream username of the person who created the reservation. reservation refresh</td>\n</tr>\n<tr>\n<td>total_taxes</td>\n<td>Double</td>\n<td>Double</td>\n<td>This is the total tax amount on the respective charge</td>\n</tr>\n<tr>\n<td>commission_amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>This is the commision amount if any</td>\n</tr>\n<tr>\n<td>original_rate_amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>This is rate amount for a given day which is showed in the bill</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>13. Company Info</strong></p>\n<p>This object is present at three levels in the payload.</p>\n<ul>\n<li><p>Reservation - Company with negotiated rates.</p>\n</li>\n<li><p>Folio - Direct Bill company which to which the transactions are supposed to be billed from and post current business date.</p>\n</li>\n<li><p>Transaction - Direct Bill company to which the transaction was billed</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Uniqe company code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the company against the corporate_id</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Street address of the company</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>City of the company</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>State of the company</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Postal code of the company</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Country code of the company</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Email address of the company</td>\n</tr>\n<tr>\n<td>tax_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Contact number of the company</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>14. Booking Fee</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the UUID of the transaction</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DDT00:00:00\". This is in UTC Timezone as per the property's current date.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the Charge, Payment, Tax or Adjustment</td>\n</tr>\n<tr>\n<td>folio_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the name of the folio attached to the reservation.</td>\n</tr>\n<tr>\n<td>folio_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 1 character, maximum of 16 characters</td>\n</tr>\n<tr>\n<td>folio_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the type of the folio.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is charge types codes for charges, tax types codes for taxes, payment type codes for payments.</td>\n</tr>\n<tr>\n<td>code_description</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Charge type name for charges , payment type name for payments and tax type name for taxes</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Values debit or credit. Value is debit if amount is positive. Value is credit if amount is negative</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 1 character and maximum of 8 characters. This is currency code for a transaction such as USD, INR.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>Charge amount/ tax amount/ payment amount/ refund amount. The value is \"ve\" for approved payment and +ve for Refund in the respective part of the payload.</td>\n</tr>\n<tr>\n<td>gross_amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>Can be one of the following depending on the type of transaction. Charge = Amount + Amount(s) from the Taxes. Tax = Amount. Payment = Amount. Refund = Amount.</td>\n</tr>\n<tr>\n<td>username</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Username of the user undertaking the action</td>\n</tr>\n<tr>\n<td>tax_exempt</td>\n<td>Boolean</td>\n<td>Only Two Values True or False</td>\n<td>Values as true or false. 1. For payload of charges, if tax exemption is applied, the value is true else the value is false. 2. For tax payload with exempted taxes, the value is true for exempted taxes with +ve amount and false for exempted taxes with</td>\n</tr>\n<tr>\n<td>receivable_flag</td>\n<td>Boolean</td>\n<td>Only Two Values True or False</td>\n<td>Values as true or false. If folio type is Direct Bill, the value is true else the value is false.</td>\n</tr>\n<tr>\n<td>transaction_link</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the uuid of the linked parent id. parent charge id in case of taxes corresponding to the charge, parent payment id in case of refund.</td>\n</tr>\n<tr>\n<td>adjustment_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the adjustment code if the transaction is a refund for payment or adjustment of past charge.</td>\n</tr>\n<tr>\n<td>adjustment_code_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the adjustment code name if the transaction is a refund for payment or adjustment of past charge.</td>\n</tr>\n<tr>\n<td>username</td>\n<td>Reservation stream</td>\n<td>Varchar(0-255)</td>\n<td>Username of the person who recently updated the reservation. reservation refresh stream username of the person who created the reservation. reservation refresh</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>15. Add on</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the UUID of the transaction</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DDT00:00:00\". This is in UTC Timezone as per the property's current date.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the Charge, Payment, Tax or Adjustment</td>\n</tr>\n<tr>\n<td>folio_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the name of the folio attached to the reservation.</td>\n</tr>\n<tr>\n<td>folio_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 1 character, maximum of 16 characters</td>\n</tr>\n<tr>\n<td>folio_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the type of the folio.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is charge types codes for charges, tax types codes for taxes, payment type codes for payments.</td>\n</tr>\n<tr>\n<td>code_description</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Charge type name for charges , payment type name for payments and tax type name for taxes</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Values debit or credit. Value is debit if amount is positive. Value is credit if amount is negative</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 1 character and maximum of 8 characters. This is currency code for a transaction such as USD, INR.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>Charge amount/ tax amount/ payment amount/ refund amount. The value is \"-ve\" for approved payment and +ve for Refund in the respective part of the payload.</td>\n</tr>\n<tr>\n<td>gross_amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>Can be one of the following depending on the type of transaction. Charge = Amount + Amount(s) from the Taxes. Tax = Amount. Payment = Amount. Refund = Amount.</td>\n</tr>\n<tr>\n<td>username</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Username of the user undertaking the action</td>\n</tr>\n<tr>\n<td>tax_exempt</td>\n<td>Boolean</td>\n<td>Only Two Values True or False</td>\n<td>Values as true or false. 1. For payload of charges, if tax exemption is applied, the value is true else the value is false. 2. For tax payload with exempted taxes, the value is true for exempted taxes with +ve amount and false for exempted taxes with ve amount.</td>\n</tr>\n<tr>\n<td>receivable_flag</td>\n<td>Boolean</td>\n<td>Only Two Values True or False</td>\n<td>Values as true or false. If folio type is Direct Bill, the value is true else the value is false.</td>\n</tr>\n<tr>\n<td>transaction_link</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the uuid of the linked parent id. parent charge id in case of taxes corresponding to the charge, parent payment id in case of refund.</td>\n</tr>\n<tr>\n<td>adjustment_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the adjustment code if the transaction is a refund for payment or adjustment of past charge.</td>\n</tr>\n<tr>\n<td>adjustment_code_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the adjustment code name if the transaction is a refund for payment or adjustment of past charge.</td>\n</tr>\n<tr>\n<td>username</td>\n<td>Reservation Stream</td>\n<td>Varchar(0-255)</td>\n<td>Username of the person who recently updated the reservation. reservation refresh stream username of the person who created the reservation. reservation refresh</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>16. Additional Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>local_market_segment_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This field displays the local market segment code associated with the rate code.</td>\n</tr>\n<tr>\n<td>local_market_segment_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This field displays the local market segment name associated with the rate code.</td>\n</tr>\n<tr>\n<td>expected_check_in_utc</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the expected check-in date converted to the UTC timezone.</td>\n</tr>\n<tr>\n<td>expected_check_out_utc</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the expected check-out date converted to the UTC timezone.</td>\n</tr>\n<tr>\n<td>check_in_date_with_property_time_utc</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Check-in date in the property timezone, converted to UTC with a timestamp.</td>\n</tr>\n<tr>\n<td>check_out_date_with_property_time_utc</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Check-out date in the property timezone, converted to UTC with a timestamp.</td>\n</tr>\n<tr>\n<td>check_in_agent</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Username of the user who checked in the guest.</td>\n</tr>\n<tr>\n<td>check_out_agent</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Username of the user who checked out the guest</td>\n</tr>\n<tr>\n<td>check_in_method</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>The method by which the guest checked in (e.g., Front Desk, Web).</td>\n</tr>\n<tr>\n<td>child_age</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>The age of the child, if any.</td>\n</tr>\n<tr>\n<td>reservation_analytics</td>\n<td>Array</td>\n<td>Varchar(0-255)</td>\n<td>This field contains an array of key-value pairs that mirror the data sent in the reservation creation request.</td>\n</tr>\n<tr>\n<td>room_keys</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>Number of keys issued for the room.</td>\n</tr>\n<tr>\n<td>dog_count</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Number of dogs associated with the reservation.</td>\n</tr>\n<tr>\n<td>cat_count</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Number of cats associated with the reservation.</td>\n</tr>\n<tr>\n<td>other_pet_count</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Number of other pets associated with the reservation.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>17. Travel agency</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reservation.travel_agent.travel_agent_commission_amount</td>\n<td>Double</td>\n<td></td>\n<td>This is under travel_agent in the payload. It is the commision amount of travel agent</td>\n</tr>\n<tr>\n<td>reservation.travel_agent.travel_agency_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID for travel agency</td>\n</tr>\n<tr>\n<td>reservation.travel_agent.iata_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>IATA number</td>\n</tr>\n<tr>\n<td>reservation.travel_agent.commission_percent</td>\n<td>Double</td>\n<td></td>\n<td>This is under travel_agent in the payload. It is the commision percent of travel agent</td>\n</tr>\n<tr>\n<td>agency_iata_number</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays reservation IATA number attached to it.</td>\n</tr>\n<tr>\n<td>agency_flag</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays Boolean with Default Value of TRUE</td>\n</tr>\n<tr>\n<td>agency</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays travel agent company name</td>\n</tr>\n<tr>\n<td>travel_agent_iata</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays travel agent company name</td>\n</tr>\n<tr>\n<td>travel_agent_company_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays travel agent company name</td>\n</tr>\n<tr>\n<td>travel_agent_commission_type</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays Travel agent commission type</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>18. Change events:</strong></p>\n<p>Change events are triggers for real-time Reservation Stream. When any specified change event occurs, it triggers the transmission of reservation Payload. The implementation of change events is optional and customizable; they can be added or removed according to specific requirements, providing flexibility in managing the system's responses and suiting to individuals requirements.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Change Events</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reservation_created</td>\n<td>When Reservation is created.</td>\n</tr>\n<tr>\n<td>check_in_date_changed</td>\n<td>When Check In date is changed.</td>\n</tr>\n<tr>\n<td>reservation_status_changed</td>\n<td>When there is any change in the Reservation Status eg. check in, check out, cancelled, etc.</td>\n</tr>\n<tr>\n<td>payment_status_changed</td>\n<td>When there is a change in Payment status.</td>\n</tr>\n<tr>\n<td>guest_data_changed</td>\n<td>When there is a change in guest data.</td>\n</tr>\n<tr>\n<td>reservation_checked_in</td>\n<td>When Reservation is checked in.</td>\n</tr>\n<tr>\n<td>reservation_checked_out</td>\n<td>When Reservation is checked out.</td>\n</tr>\n<tr>\n<td>reservation_company_removed</td>\n<td>When Company associated with Reservation is removed.</td>\n</tr>\n<tr>\n<td>remarks_changed</td>\n<td>When Booking Remarks is changed.</td>\n</tr>\n<tr>\n<td>total_payments_changed</td>\n<td>When there is a change in the Total Payments.</td>\n</tr>\n<tr>\n<td>total_charges_changed</td>\n<td>When Total Charges for a Reservation has been updated.</td>\n</tr>\n<tr>\n<td>payment_source_removed</td>\n<td>When payment source is removed from the Folio.</td>\n</tr>\n<tr>\n<td>pre_check_in_room_number_changed</td>\n<td>When there is a change in the Room Number before check in.</td>\n</tr>\n<tr>\n<td>departure_time_changed</td>\n<td>When there is a change in the Departure Time.</td>\n</tr>\n<tr>\n<td>cancel_reinstate</td>\n<td>When a cancelled Reservation is Reinstated.</td>\n</tr>\n<tr>\n<td>room_key_updated</td>\n<td>When Room Key is issued or changed.</td>\n</tr>\n<tr>\n<td>vehicle_updated</td>\n<td>When Vehicle associated with Reservation is updated.</td>\n</tr>\n<tr>\n<td>ota_booking_number_changed</td>\n<td>When Online Travel Agency booking number is changed.</td>\n</tr>\n<tr>\n<td>employee_verification_code_changed</td>\n<td>When Employee Verification Code has been updated.</td>\n</tr>\n<tr>\n<td>aarp_number</td>\n<td>When AARP Membership Number associated with a Reservation has been updated.</td>\n</tr>\n<tr>\n<td>check_out_date_extended</td>\n<td>When Check In Date is changed.</td>\n</tr>\n<tr>\n<td>payment_source_verified</td>\n<td>When Payment Source is verified.</td>\n</tr>\n<tr>\n<td>archive_charge</td>\n<td>When a charge is archived.</td>\n</tr>\n<tr>\n<td>room_number_changed</td>\n<td>When Room Number is assigned or changed.</td>\n</tr>\n<tr>\n<td>preferences_changed</td>\n<td>When there is a change in the references of a Reservation.</td>\n</tr>\n<tr>\n<td>undo_checkout</td>\n<td>When Undo Check Out is done.</td>\n</tr>\n<tr>\n<td>reservation_cancel_re_instate</td>\n<td>When a cancelled Reservation is Reinstated.</td>\n</tr>\n<tr>\n<td>post_check_in_room_number_changed</td>\n<td>When there is a change in the Room Number after check in.</td>\n</tr>\n<tr>\n<td>payment_source_added</td>\n<td>When a Payment Source is added.</td>\n</tr>\n<tr>\n<td>additional_guest_data_changed</td>\n<td>When there is a change in the Additional Guest Data.</td>\n</tr>\n<tr>\n<td>arrival_time_changed</td>\n<td>When there is a change in Arrival Time of a Reservation.</td>\n</tr>\n<tr>\n<td>add_charge</td>\n<td>When a Charge is added.</td>\n</tr>\n<tr>\n<td>aaa_number</td>\n<td>When AAA membership number associated with a reservation has been updated.</td>\n</tr>\n<tr>\n<td>reservation_guarantee_changed</td>\n<td>When there is a change in Reservation Guarantee.</td>\n</tr>\n<tr>\n<td>direct_bill_po_number_changed</td>\n<td>When Purchase Order Number for a Direct Bill has been updated.</td>\n</tr>\n<tr>\n<td>reservation_company_added</td>\n<td>When Company is added to a Reservation.</td>\n</tr>\n<tr>\n<td>stop_charge</td>\n<td>When Charging to a reservation has been stopped.</td>\n</tr>\n<tr>\n<td>group_reservation</td>\n<td>When a Group Reservation has been made.</td>\n</tr>\n<tr>\n<td>check_out_date_reduced</td>\n<td>When check out date has been reduced.</td>\n</tr>\n<tr>\n<td>no_show_reinstate</td>\n<td>When No Show is Reinstated.</td>\n</tr>\n<tr>\n<td>rate_override</td>\n<td>When the Rates for a Reservation is manually adjusted.</td>\n</tr>\n<tr>\n<td>cancel_charge</td>\n<td>When a Charge has been cancelled.</td>\n</tr>\n<tr>\n<td>children_changed</td>\n<td>When Number of Children or details has been changed.</td>\n</tr>\n<tr>\n<td>check_out_date_changed</td>\n<td>When there is a change in Check Out date.</td>\n</tr>\n<tr>\n<td>mop_changed_to_company</td>\n<td>When Method of Payment changed to company.</td>\n</tr>\n<tr>\n<td>room_type_changed</td>\n<td>When Room Type is changed.</td>\n</tr>\n<tr>\n<td>mop_changed_to_guest</td>\n<td>When Method of Payment changed to Guest.</td>\n</tr>\n<tr>\n<td>rate_code_changed</td>\n<td>When Rate Code is changed for a Reservation.</td>\n</tr>\n<tr>\n<td>iata_number</td>\n<td>When IATA Number is updated.</td>\n</tr>\n<tr>\n<td>connect_reservation</td>\n<td>When the reservation is linked to any other reservation/HA/GB this event is triggered</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>19. reservation_rate_details - This object is added to the Reservation DS and shows the details of the rate_type , estimated exclusive taxes and estimated inclusive taxes , amount:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rate_detail_packages</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This object shows the below fields and displays the details of the packages</td>\n</tr>\n<tr>\n<td>element_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Shows the element name of the package</td>\n</tr>\n<tr>\n<td>element_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the element code of the element name</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>This field shows package amount</td>\n</tr>\n<tr>\n<td>estimated_exclusive_taxes</td>\n<td>Double</td>\n<td>Double</td>\n<td>This field shows the taxes associated to the charge amount</td>\n</tr>\n<tr>\n<td>estimated_inclusive_taxes</td>\n<td>Double</td>\n<td>Double</td>\n<td>This field shows the taxes associated to the charge amount</td>\n</tr>\n<tr>\n<td>charge_type_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the charge type code for the charge attached to the package</td>\n</tr>\n<tr>\n<td>charge_type_category_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the charge type category of the charge attached to the package</td>\n</tr>\n</tbody>\n</table>\n</div><p>Payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"64bae651-9cab-438b-a001-93f1313a1744\",\n  \"stream_name\": \"RESERVATION1\",\n  \"event_id\": \"abdef935-b285-4383-bb27-1cb7f0192e03\",\n  \"event_type\": \"RESERVATION\",\n  \"property_id\": \"5f5f9e11-9af2-476f-9244-5f6fbe032769\",\n  \"property_code\": \"1234\",\n  \"type\": \"reservation\",\n  \"total_items\": \"5\",\n  \"item_number\": \"1\",\n  \"reservation\": {\n    \"id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n    \"reservation_no\": \"1234034249\",\n    \"booking_date\": \"2025-05-22T00:00:00.000Z\",\n    \"original_booking_date\": \"2025-05-20T00:00:00.000Z\",\n    \"booking_time\": \"2025-05-20T11:40:39.000Z\",\n    \"booking_status\": \"CHECKED_IN\",\n    \"source\": \"WKIN\",\n    \"source_detail\": {\n      \"name\": \"Walk In\",\n      \"code\": \"WKIN\"\n    },\n    \"actual_check_in\": \"2025-05-23T10:32:52.000Z\",\n    \"actual_check_in_local\": \"2025-05-23T06:32:52.000Z\",\n    \"expected_check_out\": \"2025-12-31T11:00:00.000Z\",\n    \"check_in_date\": \"2025-05-23T00:00:00.000Z\",\n    \"check_out_date\": \"2025-12-31T00:00:00.000Z\",\n    \"room_nights\": 222,\n    \"room_number\": \"212\",\n    \"old_room_number\": \"212\",\n    \"room_count\": 1,\n    \"room_type\": \"STD2QN\",\n    \"room_type_id\": \"415a19ca-7ae9-4bb4-8436-9c80156622b7\",\n    \"rate_plan\": \"BAR\",\n    \"rate_plan_detail\": {\n      \"complimentary\": false,\n      \"house_use\": false,\n      \"day_use\": false,\n      \"min_los\": 1,\n      \"max_los\": 365,\n      \"is_loyalty_rate_code\": false,\n      \"group_enabled\": false,\n      \"no_show_nights\": 1,\n      \"is_company_rate_code\": false\n    },\n    \"room_rate\": 117.31,\n    \"status\": \"CHECKED_IN\",\n    \"adult_count\": 1,\n    \"child_count\": 0,\n    \"remarks\": \"Remarks\",\n    \"guarantee_method_code\": \"CHCK\",\n    \"guaranteed\": true,\n    \"tax_exempt\": true,\n    \"receivable_flag\": false,\n    \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n    \"created_username\": \"aavgo\",\n    \"transactions\": [\n      {\n        \"id\": \"007de203-ab84-4a19-9065-e94caa93c08b\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-08-17T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-08-18T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"008255ec-de1d-438c-be77-09441ab35003\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-09-28T00:00:00.000Z\",\n        \"description\": \"40000 - Room Rent\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"RR\",\n        \"code_description\": \"40000 - Room Rent\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 110.99,\n        \"gross_amount\": 110.99,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-09-29T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"009ddc52-412d-4766-a6e9-599ccc8158ed\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-12-01T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-12-02T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"6dfc17ea-4612-4a1a-ae93-1333c0efc133\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-07-04T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-07-05T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"6f90dcbf-ea14-44ac-b257-ec8d69d63e35\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-10-05T00:00:00.000Z\",\n        \"description\": \"42751 - Linen services\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"LINSERVE\",\n        \"code_description\": \"42751 - Linen services\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 1.75,\n        \"gross_amount\": 1.75,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-10-06T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"6ff8bcd6-56c3-4a05-afb4-5658df29666d\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-10-12T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-10-13T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"703a2ce3-1731-4a0d-b525-228bd6ea9d3d\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-08-31T00:00:00.000Z\",\n        \"description\": \"40000 - Room Rent\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"RR\",\n        \"code_description\": \"40000 - Room Rent\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 110.99,\n        \"gross_amount\": 110.99,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-09-01T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"70571d47-864b-4eaf-9bae-f718294e492f\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-07-04T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-07-05T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"707a68bf-d792-4901-a43c-e6725f45c6bf\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-06-19T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-06-20T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"70b11bcd-bfd7-45c0-99bc-7c7f87b1096d\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-08-13T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-08-14T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"70c39755-b0d7-45bf-b5a8-abf330049769\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-11-01T00:00:00.000Z\",\n        \"description\": \"40000 - Room Rent\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"RR\",\n        \"code_description\": \"40000 - Room Rent\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 105.74,\n        \"gross_amount\": 105.74,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-11-02T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"70d0553e-bfff-490f-ae3a-3d63065d4a54\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-11-05T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-11-06T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"7146f6f3-6e98-45d2-bed8-ae176b223e30\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-07-05T00:00:00.000Z\",\n        \"description\": \"42751 - Linen services\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"LINSERVE\",\n        \"code_description\": \"42751 - Linen services\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 1.75,\n        \"gross_amount\": 1.75,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-07-06T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"72225740-c217-4256-a4c3-dbc2c8377530\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-11-07T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-11-08T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"72856c2b-4734-4405-bc27-893c3dd80b5a\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-06-10T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-06-11T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"72c2dacd-9372-4da8-ba8c-5015cf717ab5\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-07-03T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-07-04T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"72e2f4ee-4681-4fa5-8380-2dd28b0a2e0d\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-12-07T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-12-08T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"7309774a-308e-4b3e-aa47-36b0ed7156bd\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-09-06T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-09-07T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"7324f348-f967-43b5-a015-dd26a171ea0f\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-09-10T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-09-11T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"736c9def-e551-4a87-9573-e453820555fb\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-12-07T00:00:00.000Z\",\n        \"description\": \"42751 - Linen services\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"LINSERVE\",\n        \"code_description\": \"42751 - Linen services\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 1.75,\n        \"gross_amount\": 1.75,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-12-08T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"738302e3-3c35-4174-aa78-02b921387bab\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-08-20T00:00:00.000Z\",\n        \"description\": \"42750 - Pet Fee\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"PEFE\",\n        \"code_description\": \"42750 - Pet Fee\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 10,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-08-21T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"7406d497-c3cc-41f8-ab41-bbc3b6297962\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-09-16T00:00:00.000Z\",\n        \"description\": \"40000 - Room Rent\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"RR\",\n        \"code_description\": \"40000 - Room Rent\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 110.99,\n        \"gross_amount\": 110.99,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-09-17T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"4735942f-e615-4675-b945-f8bc004c06ae\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-07-27T00:00:00.000Z\",\n        \"description\": \"State Room Tax\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"SRT\",\n        \"code_description\": \"State Room Tax\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 0.5,\n        \"charge_category\": \"MISC_CHARGE\",\n        \"gross_amount\": 0.5,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_link\": \"09b67fd0-7b0c-4230-b942-96745c88d3c6\",\n        \"transaction_type\": \"TAX\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-07-28T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"04fbc471-095d-4d36-9f06-64e710c604b4\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-08-30T00:00:00.000Z\",\n        \"description\": \"State Room Tax\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"SRT\",\n        \"code_description\": \"State Room Tax\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 5.55,\n        \"charge_category\": \"ROOM_RENT\",\n        \"gross_amount\": 5.55,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_link\": \"09bc69ee-1b45-4f68-946a-7a7af3a1a50e\",\n        \"transaction_type\": \"TAX\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-08-31T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"4bd03153-0301-4f64-8f02-dc5eadb3fc04\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-08-30T00:00:00.000Z\",\n        \"description\": \"County Room Tax\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"CNTRT\",\n        \"code_description\": \"County Room Tax\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 6.66,\n        \"charge_category\": \"ROOM_RENT\",\n        \"gross_amount\": 6.66,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_link\": \"09bc69ee-1b45-4f68-946a-7a7af3a1a50e\",\n        \"transaction_type\": \"TAX\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-08-31T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"9afcdabf-8737-403f-9e0b-34be6e407578\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-09-19T00:00:00.000Z\",\n        \"description\": \"State Room Tax\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"SRT\",\n        \"code_description\": \"State Room Tax\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 0.5,\n        \"charge_category\": \"MISC_CHARGE\",\n        \"gross_amount\": 0.5,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_link\": \"0a14984d-ac62-4435-81c7-123a4f714cfd\",\n        \"transaction_type\": \"TAX\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-09-20T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"d6816d22-61e7-4ef3-bd9b-cb0a9171ab2a\",\n        \"reservation_id\": \"800b66c2-6ee4-404a-bd38-70ad0c31bca5\",\n        \"date\": \"2025-09-19T00:00:00.000Z\",\n        \"description\": \"County Room Tax\",\n        \"folio_name\": \"1\",\n        \"folio_number\": \"8016034250\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"CNTRT\",\n        \"code_description\": \"County Room Tax\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 0.6,\n        \"charge_category\": \"MISC_CHARGE\",\n        \"gross_amount\": 0.6,\n        \"username\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"transaction_link\": \"0a14984d-ac62-4435-81c7-123a4f714cfd\",\n        \"transaction_type\": \"TAX\",\n        \"tax_exempt\": true,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-09-20T00:00:00.000Z\"\n      }\n    ],\n    \"rate_details\": [\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-05-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-05-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-05-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-05-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-05-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-05-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-05-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-05-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-05-31T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-06-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-31T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-31T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-31T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 31.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 31.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 31.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 120,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 14.2,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 120\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 125,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 14.75,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 125\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 130,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.3,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 130\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      }\n    ],\n    \"previous_rate_details\": [\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-05-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-05-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-05-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-05-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-05-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-05-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-05-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-05-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-05-31T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-06-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-06-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-07-31T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-08-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 140.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.51,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 140.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-08-31T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-09-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"MNTH\",\n        \"rate_date\": \"2025-10-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 110.99,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.21,\n        \"commission_amount\": 0,\n        \"rate_code_description\": \"RATE IS NON COMMISSIONABLE \",\n        \"original_rate_amount\": 110.99\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-10-31T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 11.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 31.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 31.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 31.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 120,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 14.2,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 120\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 125,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 14.75,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 125\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-11-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 130,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 15.3,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 130\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-01T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-02T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-03T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-04T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-05T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-06T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-07T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-08T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-09T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-10T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-11T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-12T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-13T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-14T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-15T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-16T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-17T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-18T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-19T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-20T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-21T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-22T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-23T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-24T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-25T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-26T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-27T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-28T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-29T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      },\n      {\n        \"rate_plan\": \"BAR\",\n        \"rate_date\": \"2025-12-30T00:00:00.000Z\",\n        \"currency\": \"USD\",\n        \"rate_amount\": 105.74,\n        \"room_type_code\": \"STD2QN\",\n        \"room_type_name\": \"STD2QN\",\n        \"user_name\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"total_taxes\": 12.63,\n        \"commission_amount\": 0,\n        \"original_rate_amount\": 105.74\n      }\n    ],\n    \"guest_info\": {},\n    \"additional_guest_info\": [],\n    \"vehicles\": [],\n    \"loyalty\": {\n      \"program_id\": \"769193aa-ab25-44d7-823b-6641b1225400\",\n      \"program_name\": \"Loyalty Perks\",\n      \"program_code\": \"1234\",\n      \"loyalty_guest_id\": \"z3g7eg4z\",\n      \"tier_name\": \"Perks Program\",\n      \"tier_code\": \"LOYALTYPERKS\",\n      \"tier_icon\": \"https://hk-1234-test-s3-public-images.s3.amazonaws.com/uploads/other/09e9da7e-933e-44b7-bced-989f17aaabd5.png\",\n      \"tier_id\": \"2222e490-e544-43d2-9c74-37c523e10a4d\",\n      \"loyalty_guest_number\": \"z3g7eg4z\"\n    },\n    \"room_keys\": [],\n    \"folios\": [\n      {\n        \"name\": \"1\",\n        \"folio_no\": \"8016034250\",\n        \"folio_id\": \"cc24a597-c012-4eff-9590-d88112d3062c\",\n        \"type\": \"GENERAL\",\n        \"default\": 1,\n        \"guest_id\": \"0e200de0-04b0-482d-b7cd-20daf0626776\",\n        \"company_pays\": false,\n        \"paymentMethod\": [],\n        \"declined_payments\": [],\n        \"accounting_balance\": 30139.81,\n        \"currency_label\": \"$\"\n      }\n    ],\n    \"add_ons\": [],\n    \"booking_fee\": [],\n    \"other_pet_count\": 1,\n    \"cat_count\": 0,\n    \"dog_count\": 0,\n    \"check_in_agent\": \"aavgo\",\n    \"cancellation_policy\": \"6 PM HOLD DAY OF ARRIVAL\",\n    \"check_in_method\": \"FRONTDESK\",\n    \"travel_agent\": {\n      \"travel_agent_commission_amount\": 0,\n      \"commission_percent\": 0\n    },\n    \"expected_check_out_utc\": \"2025-12-31T16:00:00.359Z\",\n    \"loyalty_certificate\": [],\n    \"check_in_date_with_property_time_utc\": \"2025-05-24 00:00:00\",\n    \"check_out_date_with_property_time_utc\": \"2025-12-31 21:00:00\",\n    \"company_code\": \"2377\",\n    \"company_name\": \"Nassal Company, The\",\n    \"child_age\": [],\n    \"reservation_analytics\": [],\n    \"reservation_rate_details\": [\n      {\n        \"date\": \"2025-05-23T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-05-24T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-05-25T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-05-26T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-05-27T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-05-28T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-05-29T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-05-30T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-05-31T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-01T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-02T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-03T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-04T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-05T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-06T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-07T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-08T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-09T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-10T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-11T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-12T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-13T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-14T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-15T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-16T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-17T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-18T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-19T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-20T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-21T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-22T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-23T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-24T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-25T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-26T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-27T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-28T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-29T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-06-30T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-01T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-02T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-03T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-04T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-05T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-06T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-07T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-08T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-09T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-10T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-11T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-12T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-13T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-14T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-15T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-16T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-17T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-18T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-19T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-20T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-21T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-22T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-23T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-24T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-25T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-26T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-27T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-28T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-29T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-30T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-07-31T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-01T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-02T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-03T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-04T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-05T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-06T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-07T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-08T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-09T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-10T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-11T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-12T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-13T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-14T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-15T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-16T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-17T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-18T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-19T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-20T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-21T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-22T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-23T00:00:00.000Z\",\n        \"amount\": 140.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 140.99,\n        \"estimated_exclusive_taxes\": 15.51,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-24T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-25T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-26T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-27T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-28T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-29T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-30T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-08-31T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-01T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-02T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-03T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-04T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-05T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-06T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-07T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-08T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-09T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-10T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-11T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-12T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-13T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-14T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-15T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-16T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-17T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-18T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-19T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-20T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-21T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-22T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-23T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-24T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-25T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-26T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-27T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-28T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-29T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-09-30T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-01T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-02T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-03T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-04T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-05T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-06T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-07T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-08T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-09T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-10T00:00:00.000Z\",\n        \"amount\": 110.99,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 110.99,\n        \"estimated_exclusive_taxes\": 12.21,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-11T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-12T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-13T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-14T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-15T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-16T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-17T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-18T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-19T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-20T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-21T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-22T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-23T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-24T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-25T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-26T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-27T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-28T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-29T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-30T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-10-31T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-01T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-02T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-03T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-04T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-05T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-06T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-07T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-08T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-09T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-10T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-11T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-12T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-13T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-14T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-15T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-16T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-17T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-18T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-19T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-20T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-21T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-22T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-23T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-24T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-25T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-26T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-27T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 11.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-28T00:00:00.000Z\",\n        \"amount\": 120,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 120,\n        \"estimated_exclusive_taxes\": 14.2,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-29T00:00:00.000Z\",\n        \"amount\": 125,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 125,\n        \"estimated_exclusive_taxes\": 14.75,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-11-30T00:00:00.000Z\",\n        \"amount\": 130,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 130,\n        \"estimated_exclusive_taxes\": 15.3,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-01T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-02T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-03T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-04T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-05T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-06T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-07T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-08T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-09T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-10T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-11T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-12T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-13T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-14T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-15T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-16T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-17T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-18T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-19T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-20T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-21T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-22T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-23T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-24T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-25T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-26T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-27T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-28T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-29T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      },\n      {\n        \"date\": \"2025-12-30T00:00:00.000Z\",\n        \"amount\": 105.74,\n        \"rate_type\": \"NON_COMPLIMENTARY\",\n        \"display_amount\": 105.74,\n        \"estimated_exclusive_taxes\": 12.63,\n        \"estimated_inclusive_taxes\": 0,\n        \"rate_detail_packages\": []\n      }\n    ],\n    \"preferences\": [],\n    \"reservation_company_name\": \"Nassal Company, The\",\n    \"reservation_company_code\": \"2377\",\n    \"booker_details\": {},\n    \"hide_rates\": false\n  },\n  \"timezone\": \"EST5EDT\",\n  \"change_events\": [\n    \"remarks_changed\"\n  ],\n  \"event_time\": \"2025-12-09T19:04:13.329Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2025-12-09T00:00:00.000Z\",\n  \"source_name\": \"Walk In\",\n  \"timestamp\": \"2025-12-09T19:02:05.860Z\"\n}\n\n</code></pre>\n","_postman_id":"acc5c642-a343-4217-928d-4f43a4b40dc0"},{"name":"House Account","item":[],"id":"059a4f94-964c-4729-8152-26d8d073942c","description":"<p>Third-Party will be able to poll/receive the messages for the below qualifying House Account events in HK PMS for a given business date -</p>\n<ul>\n<li><p>House accounts opened.</p>\n</li>\n<li><p>Change of opening date, closing date, PO number.</p>\n</li>\n<li><p>Any accounting transaction on the house account like posting of charges, payments, refunds, taxes.</p>\n</li>\n<li><p>House accounts closed.</p>\n</li>\n</ul>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream : Yes</strong></p>\n<p><strong>Event Payload</strong></p>\n<ol>\n<li><strong>Header Details</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Unique id of stream configured for DataStream in Admin.</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Name of the stream event, e.g., \"HOUSEACCOUNTS\".</td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Fixed 36 characters representing the UUID of the event.</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Name of the stream configured.</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Fixed 36 characters representing the UUID of the property.</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Minimum of 4 characters, maximum of 10 characters. This is the code for the property.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is a payload identifier for different types of events. The value is \"house_account\" for house account.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Name of the local timezone of the property (e.g., PST, CST, EST).</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Format is \"YYYY-MM-DDT00:00:00\". This is the applicable date for which the rate is applicable as per the property business date.</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Time zone offset with respect to UTC (e.g., UTC-08:00, UTC-5:30:00).</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Format is \"YYYY-MM-DDT00:00:00\". This is the date for which the payload is triggered.</td>\n</tr>\n</tbody>\n</table>\n</div><p>2. <strong>House Account Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Fixed 36 characters representing the UUID of the house account.</td>\n</tr>\n<tr>\n<td>house_account_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the name of the house account.</td>\n</tr>\n<tr>\n<td>house_account_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Minimum 8 characters and maximum 30 characters representing a unique house account code.</td>\n</tr>\n<tr>\n<td>open_date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Format is \"YYYY-MM-DDT00:00:00\". This is the opening date of the house account.</td>\n</tr>\n<tr>\n<td>close_date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Format is \"YYYY-MM-DDT00:00:00\". This is the closing date of the house account.</td>\n</tr>\n<tr>\n<td>customer_reference</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the PO Number.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>The values are 'OPEN', 'CLOSED', 'VOIDED'.</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the remarks added for the house account.</td>\n</tr>\n</tbody>\n</table>\n</div><p>3. <strong>Transactions</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Fixed 36 characters representing the UUID of the action, such as addition of charges, payment, or refund on the house account.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Format is \"YYYY-MM-DDT00:00:00\". This is in UTC Timezone and represents the date of action as per the property business date.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Name of the charge, payment, tax, or adjustment.</td>\n</tr>\n<tr>\n<td>folio_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the name of the folio attached to the house account.</td>\n</tr>\n<tr>\n<td>folio_number</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Minimum of 1 character, maximum of 15 characters represents the unique number generated for folio on creation of the house account.</td>\n</tr>\n<tr>\n<td>folio_type</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the type of the folio.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the charge type code for charges, tax type code for taxes, and payment type code for payments.</td>\n</tr>\n<tr>\n<td>code_description</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Charge type name for charges, payment type name for payments, and tax type name for taxes.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Values are debit and credit. Value is debit if the amount is positive. Value is credit if the amount is negative.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Minimum of 1 character and maximum of 8 characters. This is the currency code for a transaction, such as USD, INR.</td>\n</tr>\n<tr>\n<td>currency_label</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the currency label such as USD, AED, etc., which is configured under property localization.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>double</td>\n<td>Double</td>\n<td>Charge amount/tax amount/payment amount/refund amount. The value is \"-ve\" for approved payment and \"+ve\" for refund in the payload.</td>\n</tr>\n<tr>\n<td>charge_category</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the charge category of the charge visible on tax transactions.</td>\n</tr>\n<tr>\n<td>gross_amount</td>\n<td>double</td>\n<td>Double</td>\n<td>The amount independent of any deductions or taxes.</td>\n</tr>\n<tr>\n<td>username</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Username of the user taking the action on the house account.</td>\n</tr>\n<tr>\n<td>user_first_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>First name of the user taking the action on the house account.</td>\n</tr>\n<tr>\n<td>user_last_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Last name of the user taking the action on the house account.</td>\n</tr>\n<tr>\n<td>tax_exempt</td>\n<td>boolean</td>\n<td>Only Two Values True or False</td>\n<td>Values are true or false. This displays the boolean values with respect to tax exempt.</td>\n</tr>\n<tr>\n<td>receivable_flag</td>\n<td>boolean</td>\n<td>Only Two Values True or False</td>\n<td>Values are true or false. If folio type is Direct Bill, the value is true; otherwise, it is false.</td>\n</tr>\n<tr>\n<td>sender_reservation_id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This value displays the details of the reservation ID of the sender reservation when any charge is transferred from reservation to house account.</td>\n</tr>\n<tr>\n<td>adjustment_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the adjustment code if the transaction is a refund for a payment or adjustment of past charge.</td>\n</tr>\n<tr>\n<td>adjustment_code_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the name of the adjustment if the transaction is a refund for a payment or adjustment of past charge.</td>\n</tr>\n<tr>\n<td>card_type</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the card type, such as VISA or MASTER, in the case of card payment.</td>\n</tr>\n<tr>\n<td>masked_card_number</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>The card number is masked, and only the last 4 digits are displayed.</td>\n</tr>\n<tr>\n<td>transaction_link</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Fixed 36 characters representing the UUID of the linked parent ID, such as parent charge ID in case of taxes corresponding to the charge, or parent payment ID in case of a refund.</td>\n</tr>\n<tr>\n<td>transaction_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This Field displays type of transactions  <br />like CHARGE, FEE, TAX, PAYMENT, REFUND, CHARGE_ADJUSTMENT, FEE_ADJUSTMENT, TAX_EXEMPTION, FEE_EXEMPTION</td>\n</tr>\n<tr>\n<td>$.house_account.transactions[0].external_bill_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This field is added on transactional level and will show the external Bill number(POS check Number) associated with the charge</td>\n</tr>\n<tr>\n<td>posted_timestamp</td>\n<td>DATATIME</td>\n<td></td>\n<td>shows the actual charge/payment posted date time</td>\n</tr>\n</tbody>\n</table>\n</div><p>4. <strong>Transactions Bills</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bill_number</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>Field displays the bill number of a bill</td>\n</tr>\n<tr>\n<td>open_business_date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Displays the bill generation date</td>\n</tr>\n<tr>\n<td>close_business_date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Displays the bill close date</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the status of the bill as (Closed/Open)</td>\n</tr>\n<tr>\n<td>bill_id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Displays the bill id</td>\n</tr>\n</tbody>\n</table>\n</div><p>5. <strong>Change Events</strong></p>\n<p>Change events are triggers for real-time House Account Stream.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>created</th>\n<th>String</th>\n<th>Varchar(0-255)(Varchar=Characters)</th>\n<th>When a House Account is created.</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>opened</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>When a House Account is opened.</td>\n</tr>\n<tr>\n<td>total_payments_changed</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>When Total Payments are updated.</td>\n</tr>\n<tr>\n<td>payment_source_added</td>\n<td>Boolean</td>\n<td>Only Two Values True or False</td>\n<td>When Payment Source is added.</td>\n</tr>\n<tr>\n<td>total_charges_changed</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>When Total Charges are updated.</td>\n</tr>\n<tr>\n<td>cancel_charge</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>When a Charge has been cancelled.</td>\n</tr>\n<tr>\n<td>add_charge</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>When a Charge has been added.</td>\n</tr>\n<tr>\n<td>closed</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>When a House Account is Cleared.</td>\n</tr>\n<tr>\n<td>updated</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>When some Information in the House Account has been updated.</td>\n</tr>\n</tbody>\n</table>\n</div><p>6. <strong>House Account Company Info</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Name of the company selected.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Code of the company, e.g., For HotelKey, it is HK.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Address of the company.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>City where the company is located.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>State where the company is located.</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>ZIP code of the company location.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Country where the company is located.</td>\n</tr>\n</tbody>\n</table>\n</div><p>7. <strong>House Account Company</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company_id</td>\n<td>String</td>\n<td>Integer</td>\n<td>This field displays the Company_id of the company attached to the house account</td>\n</tr>\n<tr>\n<td>company_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the Company_code of the company attached to the house account</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the Company_name of the company attached to the house account</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Field displays the city associated with the company attached to the House account</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Field displays the state associated with the company attached to the House account</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Field displays the Zipcode associated with the company attached to the House account</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Payload</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"4e5cbaec-efa5-4c5f-aad2-d0c05dbcf659\",\n  \"stream_name\": \"HOUSEACCOUNTS\",\n  \"event_id\": \"4f0cda13-9988-4064-88ac-db5eb091f8aa\",\n  \"event_type\": \"HOUSEACCOUNTS\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"house_account\",\n  \"house_account\": {\n    \"id\": \"4fbd4a44-863a-4c08-b85a-aef0597bb1f0\",\n    \"house_account_name\": \"House account test\",\n    \"house_account_code\": \"HAT685968\",\n    \"open_date\": \"2026-01-30T00:00:00.000Z\",\n    \"customer_reference\": \"90334332\",\n    \"status\": \"OPEN\",\n    \"comments\": \"For house use only\",\n    \"transactions\": [\n      {\n        \"id\": \"74bf7d9e-0209-441b-9947-2ad2aa6e8196\",\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"description\": \"Room Rent\",\n        \"folio_name\": \"AAO544\",\n        \"folio_number\": \"MAN01AAO544\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"RR\",\n        \"code_description\": \"Room Rent\",\n        \"category\": \"debit\",\n        \"currency\": \"ZAR\",\n        \"currency_label\": \"$\",\n        \"amount\": 348.13,\n        \"charge_category\": \"ROOM_RENT\",\n        \"gross_amount\": 400,\n        \"username\": \"manish.samarth@hotelkeyapp.com\",\n        \"user_first_name\": \"Manish\",\n        \"user_last_name\": \"Samarth\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2026-08-07T13:51:33.000Z\"\n      },\n      {\n        \"id\": \"345740d2-9793-4a69-abab-62ec9a960a63\",\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"description\": \"COUNTY TAX\",\n        \"folio_name\": \"AAO544\",\n        \"folio_number\": \"MAN01AAO544\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"151\",\n        \"code_description\": \"COUNTY TAX\",\n        \"category\": \"debit\",\n        \"currency\": \"ZAR\",\n        \"currency_label\": \"$\",\n        \"amount\": 17.06,\n        \"charge_category\": \"ROOM_RENT\",\n        \"gross_amount\": 17.06,\n        \"transaction_link\": \"74bf7d9e-0209-441b-9947-2ad2aa6e8196\",\n        \"transaction_type\": \"FEE\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2026-08-07T13:51:33.000Z\"\n      },\n      {\n        \"id\": \"3cf89db7-3908-40a0-808e-2413088d942e\",\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"description\": \"CITY TAX\",\n        \"folio_name\": \"AAO544\",\n        \"folio_number\": \"MAN01AAO544\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"152\",\n        \"code_description\": \"CITY TAX\",\n        \"category\": \"debit\",\n        \"currency\": \"ZAR\",\n        \"currency_label\": \"$\",\n        \"amount\": 34.81,\n        \"charge_category\": \"ROOM_RENT\",\n        \"gross_amount\": 34.81,\n        \"transaction_link\": \"74bf7d9e-0209-441b-9947-2ad2aa6e8196\",\n        \"transaction_type\": \"TAX\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2026-08-07T13:51:33.000Z\"\n      },\n      {\n        \"id\": \"efaa9aec-ce9f-4ba3-ad87-7f318255572b\",\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"description\": \"CASH\",\n        \"folio_name\": \"AAO544\",\n        \"folio_number\": \"MAN01AAO544\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"CASH\",\n        \"code_description\": \"CASH\",\n        \"category\": \"credit\",\n        \"currency\": \"ZAR\",\n        \"amount\": -400,\n        \"gross_amount\": -400,\n        \"username\": \"manish.samarth@hotelkeyapp.com\",\n        \"user_first_name\": \"Manish\",\n        \"user_last_name\": \"Samarth\",\n        \"transaction_type\": \"PAYMENT\",\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2026-08-07T13:52:19.000Z\"\n      }\n    ],\n    \"company_info\": {\n      \"name\": \"AMD\",\n      \"code\": \"AMD-1\",\n      \"city\": \"Fort Lauderdale\",\n      \"state\": \"FL\",\n      \"zip_code\": \"33323\",\n      \"country\": \"US\"\n    },\n    \"company_id\": \"3409d2c8-0c8f-4d81-9559-a3780a89f56b\",\n    \"company_code\": \"AMD-1\",\n    \"company_name\": \"AMD\",\n    \"city\": \"Fort Lauderdale\",\n    \"state\": \"FL\",\n    \"zipcode\": \"33323\"\n  },\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [\n    \"total_payments_changed\"\n  ],\n  \"event_time\": \"2026-08-07T13:52:21.231Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-01-30T00:00:00.000Z\"\n}\n</code></pre>\n","_postman_id":"059a4f94-964c-4729-8152-26d8d073942c"},{"name":"Group","item":[],"id":"39d4b0f9-3462-4ba7-9bc8-caa98e83f307","description":"<p>In case of any of the group block-related action events that in HK PMS for a given business day, third parties will be able to poll and receive the messages. Below are the qualifying events -</p>\n<ul>\n<li><p>Group block created.</p>\n</li>\n<li><p>Any accounting transaction on the group block like posting of charges, payments, refunds, taxes and tax exemptions.</p>\n</li>\n<li><p>Group block closed.</p>\n</li>\n</ul>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream : Yes</strong></p>\n<p><strong>1. Header Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Unique Id of stream configured for DataStream in Admin.</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Name of the stream event, e.g., \"GROUP_BLOCK\".</td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Fixed 36 characters representing the UUID of the event.</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Name of the stream configured.</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Fixed 36 characters representing the UUID of the property. Minimum of 4 characters, maximum of 10 characters. This is the code for the property in the HK platform.</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Minimum of 4 characters, maximum of 10 characters. This is the code for the property in the HK platform</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is a payload identifier for different events. The value is \"reservation\" for reservation events payload.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Name of the local timezone of the property. For example, PST, CST, EST.</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Format \"YYYY MM DD T00:00:00\". This is the applicable date for which the rate is applicable as per the property business date.</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Time zone offset with respect to UTC. For example, UTC-08:00, UTC-5:30:00.</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Format \"YYYY-MM-DDT00:00:00\". This is the date for which the payload is triggered.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>2. Group Block Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Fixed 36 characters representing the UUID of the group block.</td>\n</tr>\n<tr>\n<td>group_block_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the Code of the Group block</td>\n</tr>\n<tr>\n<td>group_block_no</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Minimum of 8 characters, maximum of 15 characters. This is the unique number for each created group block.</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Format \"YYYY-MM-DDT00:00:00\". This is the group start date in UTC Timezone.</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Format \"YYYY-MM-DDT00:00:00\". This is the group end date in UTC Timezone.</td>\n</tr>\n<tr>\n<td>booking_date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Format \"YYYY-MM-DDT00:00:00\". This is the property business date when the group block is created.</td>\n</tr>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the source code of the group booking.</td>\n</tr>\n<tr>\n<td>source_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the source name of the group booking.</td>\n</tr>\n<tr>\n<td>market_segment</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the market segment name of the group.</td>\n</tr>\n<tr>\n<td>market_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the market segment code of the group.</td>\n</tr>\n<tr>\n<td>local_market_segment_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the local market segment code of the group.</td>\n</tr>\n<tr>\n<td>local_market_segment_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the local market segment name of the group</td>\n</tr>\n<tr>\n<td>customer_reference</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field is empty for group blocks.</td>\n</tr>\n<tr>\n<td>rate_plan</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the rate code that is applicable for group booking.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Values are 'BOOKED', 'CHECKED_IN', 'CHECKED_OUT', 'CANCELLED'.</td>\n</tr>\n<tr>\n<td>group</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the group name for the created group block.</td>\n</tr>\n<tr>\n<td>method_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the payment type code used as a guarantee method.</td>\n</tr>\n<tr>\n<td>tax_exempt</td>\n<td>Boolean</td>\n<td>Only Two Values True or false</td>\n<td>This is a flag with values true and false. If tax exemption is applied to a group booking, the value is true; otherwise, the value is false.</td>\n</tr>\n<tr>\n<td>billing_configuration</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the billing configuration, with values CFBRR, CFB, INDIVIDUAL, and CUSTOM.</td>\n</tr>\n<tr>\n<td>receivable_flag</td>\n<td>Boolean</td>\n<td>Only Two Values True or false</td>\n<td>This is a flag with values true and false. If Guarantee type is Direct Bill, the value is true; otherwise, the value is false.</td>\n</tr>\n<tr>\n<td>agency_iata_number</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This Field displays group block IATA number</td>\n</tr>\n<tr>\n<td>agency_flag</td>\n<td>Boolean</td>\n<td>Only Two Values True or false</td>\n<td>This Field displays predefined agency flag as true</td>\n</tr>\n<tr>\n<td>agency</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays travel agent company name</td>\n</tr>\n<tr>\n<td>group_type</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays Type of Group values can be. TENTATIVE, PROSPECT,  <br />CONFIRMED</td>\n</tr>\n<tr>\n<td>group_booking_type</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays Booking type of group</td>\n</tr>\n<tr>\n<td>cancellation_policy</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the cancellation policy for the group block applicable.</td>\n</tr>\n<tr>\n<td>total_reserved_and_allocations</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This field displays total count of allocations</td>\n</tr>\n<tr>\n<td>total_contracted_allotments</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This field displays total count of contracted rooms</td>\n</tr>\n<tr>\n<td>created_username</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Username of the user who created the group block.</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Fixed 36 characters representing the UUID of the company associated with the group block.</td>\n</tr>\n<tr>\n<td>company_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Code of the Company associated with the group block, e.g., for HotelKey it is HK.</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Name of the Company associated with the group block.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>City of the company associated with the group block.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>State of the company associated with the group block.</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Zip code of the company associated with the group block.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>3. Group Allocations</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Format \"YYYY-MM-DDT00:00:00\". This is the group start date in UTC Timezone.</td>\n</tr>\n<tr>\n<td>room_type_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the room type code for the reservations attached to the group blocks.</td>\n</tr>\n<tr>\n<td>allocated_rooms</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This field displays the details of the allocations under the group block.</td>\n</tr>\n<tr>\n<td>reserved_rooms</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This field displays the number of reserved rooms associated with the group block.</td>\n</tr>\n<tr>\n<td>total_rooms</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This field displays the charge amount plus the tax amount.</td>\n</tr>\n<tr>\n<td>tentative_allocated_rooms</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This field displays the details of the tentative allocations associated with the group, configured while creating the group, and when the user selects a tentative group.</td>\n</tr>\n<tr>\n<td>authorised_rooms</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This field displays the number of authorised_rooms associated with the group block.</td>\n</tr>\n<tr>\n<td>contracted_rooms</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This field displays the number of contracted_rooms associated with the group block.</td>\n</tr>\n<tr>\n<td>cut_off_date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the group cut-off date of the group block.</td>\n</tr>\n<tr>\n<td>price_1p</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>Price1P is GroupBlockRateCalendar price fields</td>\n</tr>\n</tbody>\n</table>\n</div><p>4. <strong>Rate Plan Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>complimentary</td>\n<td>Boolean</td>\n<td>Only Two Values True or false</td>\n<td>This flag show the value of Comp Rate flag of rate plan</td>\n</tr>\n<tr>\n<td>house_use</td>\n<td>Boolean</td>\n<td>Only Two Values True or false</td>\n<td>This flag show the value of Employee Rate Plan flag of rate plan</td>\n</tr>\n<tr>\n<td>day_use</td>\n<td>Boolean</td>\n<td>Only Two Values True or false</td>\n<td>This flag show the value of day use flag of rate plan</td>\n</tr>\n<tr>\n<td>min_los</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This fields shows the min los value of rate plan</td>\n</tr>\n<tr>\n<td>max_los</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This fields shows the max los value of rate plan</td>\n</tr>\n<tr>\n<td>is_loyalty_rate_code</td>\n<td>Boolean</td>\n<td>Only Two Values True or false</td>\n<td>This flag show the value of loyalty rate plan flag of rate plan</td>\n</tr>\n<tr>\n<td>group_enabled</td>\n<td>Boolean</td>\n<td>Only Two Values True or false</td>\n<td>This flag show the value of group enabled flag of rate plan</td>\n</tr>\n<tr>\n<td>no_show_nights</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This fields shows the no show nights value of rate plan</td>\n</tr>\n<tr>\n<td>is_company_rate_code</td>\n<td>Boolean</td>\n<td>Only Two Values True or false</td>\n<td>This flag show the value of company rate flag of rate plan</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>5. Transactions</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Fixed 36 characters representing the UUID of the transaction for the group block.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Format \"YYYY-MM-DDT00:00:00\". This is in UTC Timezone.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Name of the Charge, Payment, Tax, or Adjustment.</td>\n</tr>\n<tr>\n<td>folio_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the name of the folio attached to the group.</td>\n</tr>\n<tr>\n<td>folio_number</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Minimum of 1 character, maximum of 16 characters.</td>\n</tr>\n<tr>\n<td>folio_type</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the type of the folio.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is charge types codes for charges, tax types codes for taxes, payment type codes for payments.</td>\n</tr>\n<tr>\n<td>code_description</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Charge type name for charges, payment type name for payments, and tax type name for taxes.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is with values debit and credit. Value is debit if the amount is positive. Value is credit if the amount is negative.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Minimum of 1 character and maximum of 8 characters. This is the currency code for a transaction such as USD, INR.</td>\n</tr>\n<tr>\n<td>currency_label</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This field displays the currency label such as USD, AED, etc., which is configured under property localization.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>Charge amount/ tax amount/ payment amount/ refund amount. (\"-ve\" for approved payment and +ve for Refund in the payload).</td>\n</tr>\n<tr>\n<td>charge_category</td>\n<td>String</td>\n<td>String</td>\n<td>This is the charge category of charge visible on tax trasactions</td>\n</tr>\n<tr>\n<td>gross_amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>Can be one of the following depending on the type of transaction. Charge = Amount + Amount(s) from the Taxes. Tax = Amount. Payment = Amount. Refund = Amount.</td>\n</tr>\n<tr>\n<td>username</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Username of the user taking any action on the group block.</td>\n</tr>\n<tr>\n<td>user_first_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>First name of the user taking any action on the group block.</td>\n</tr>\n<tr>\n<td>user_last_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Last name of the user taking any action on the group block.</td>\n</tr>\n<tr>\n<td>adjustment_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the adjustment code if the transaction is a refund for a payment or adjustment of past charge.</td>\n</tr>\n<tr>\n<td>adjustment_code_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the adjustment code name if the transaction is a refund for a payment or adjustment of past charge.</td>\n</tr>\n<tr>\n<td>card_type</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Card type such as VISA, MASTER in case of a card payment.</td>\n</tr>\n<tr>\n<td>masked_card_number</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>The card number is masked, and only the last 4 digits are displayed.</td>\n</tr>\n<tr>\n<td>tax_exempt</td>\n<td>boolean</td>\n<td>Only Two Values True or false</td>\n<td>Values are true or false. 1. For the payload of charges, tax exemption is applied, value is true; otherwise, the value is false. 2. For tax payload with exempted taxes, the value is true for exempted taxes with +ve amount and false for exempted taxes with -ve amount.</td>\n</tr>\n<tr>\n<td>receivable_flag</td>\n<td>boolean</td>\n<td>Only Two Values True or false</td>\n<td>Values are true or false. If the folio type is Direct Bill, the value is true; otherwise, false.</td>\n</tr>\n<tr>\n<td>transaction_link</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This Field displays Id of Charge ID, Payment ID, Tax Exemption ID.</td>\n</tr>\n<tr>\n<td>transaction_type</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This Field displays type of transactions  <br />like CHARGE, FEE, TAX, PAYMENT, REFUND, CHARGE_ADJUSTMENT, FEE_ADJUSTMENT, TAX_EXEMPTION, FEE_EXEMPTION</td>\n</tr>\n<tr>\n<td>external_bill_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This field is added on transactional level and will show the external Bill number(POS check Number) associated with the charge</td>\n</tr>\n<tr>\n<td>posted_timestamp</td>\n<td>DATATIME</td>\n<td></td>\n<td>shows the actual charge/payment posted date time</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>6. Contact Info</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>guest_id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Fixed 36 characters representing the UUID of the guest of the group block.</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the first name of the group's contact.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the last name of the group's contact.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the country code such as GB, US, IN.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the street of the group's contact.</td>\n</tr>\n<tr>\n<td>street_2</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is additional address details such as street 2 details of the group's contact.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the city name.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is the state name.</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>This is a valid zip code.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Valid email address of the group.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This Field displays Group Block Phone Number</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>7. Travel Agent info</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>travel_agent_commission_amount</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This Field displays value of commission amount</td>\n</tr>\n<tr>\n<td>commission_percent</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>This Field displays value of commission percent</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>8. Group block company info</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Name of the Company selected.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Code of the Company, e.g., for HotelKey it is HK.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Address of the Company.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>City of the Company located.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>State of the Company located.</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Zip code of the Company located.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>In which country the company is located.</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Fixed 36 characters representing the UUID of the company.</td>\n</tr>\n<tr>\n<td>company_code</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Code of the Company, e.g., for HotelKey it is HK.</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Name of the Company selected.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>9. Change Events</strong></p>\n<p>Change events are triggers for real-time Group Stream.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>group_block_allotments_changed</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>When Group Allotments are updated.</td>\n</tr>\n<tr>\n<td>total_charges_changed</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>When Total Charges are updated on Group Reservation.</td>\n</tr>\n<tr>\n<td>add_charge</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>When Charges are added to the Group Reservation.</td>\n</tr>\n<tr>\n<td>total_payments_changed</td>\n<td>Integer</td>\n<td>Integer</td>\n<td>When Total Payments are updated on Group Reservation.</td>\n</tr>\n<tr>\n<td>group_block_header_changed</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>When Group Header is updated.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Payload</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"c0961680-99ca-4df7-8d9a-3cf3bd4d8694\",\n  \"stream_name\": \"GROUP_BLOCK\",\n  \"event_id\": \"f5c23480-281a-4fc3-b597-6d62cfb20827\",\n  \"event_type\": \"GROUP_BLOCK\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"group_block\",\n  \"group_block\": {\n    \"id\": \"c81f7573-99df-40aa-957b-bd8dadb4baad\",\n    \"group_block_code\": \"MAN01AAO542\",\n    \"group_block_no\": \"MAN01AAO542\",\n    \"group_allocations\": [\n      {\n        \"date\": \"2026-01-31T00:00:00.000Z\",\n        \"room_type_code\": \"SKIN\",\n        \"allocated_rooms\": 0,\n        \"reserved_rooms\": 0,\n        \"total_rooms\": 0,\n        \"tentative_allocated_rooms\": 0,\n        \"authorised_rooms\": 0,\n        \"contracted_rooms\": 0,\n        \"cut_off_date\": \"2026-01-30T00:00:00.000Z\",\n        \"price_1p\": 300\n      },\n      {\n        \"date\": \"2026-01-31T00:00:00.000Z\",\n        \"room_type_code\": \"QUN\",\n        \"allocated_rooms\": 0,\n        \"reserved_rooms\": 0,\n        \"total_rooms\": 0,\n        \"tentative_allocated_rooms\": 0,\n        \"authorised_rooms\": 0,\n        \"contracted_rooms\": 0,\n        \"cut_off_date\": \"2026-01-30T00:00:00.000Z\",\n        \"price_1p\": 150\n      },\n      {\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"room_type_code\": \"QUN\",\n        \"allocated_rooms\": 1,\n        \"reserved_rooms\": 0,\n        \"total_rooms\": 1,\n        \"tentative_allocated_rooms\": 0,\n        \"authorised_rooms\": 1,\n        \"contracted_rooms\": 1,\n        \"cut_off_date\": \"2026-01-30T00:00:00.000Z\",\n        \"price_1p\": 150\n      },\n      {\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"room_type_code\": \"KIN\",\n        \"allocated_rooms\": 3,\n        \"reserved_rooms\": 0,\n        \"total_rooms\": 3,\n        \"tentative_allocated_rooms\": 0,\n        \"authorised_rooms\": 3,\n        \"contracted_rooms\": 3,\n        \"cut_off_date\": \"2026-01-30T00:00:00.000Z\",\n        \"price_1p\": 250\n      },\n      {\n        \"date\": \"2026-01-31T00:00:00.000Z\",\n        \"room_type_code\": \"KIN\",\n        \"allocated_rooms\": 0,\n        \"reserved_rooms\": 0,\n        \"total_rooms\": 0,\n        \"tentative_allocated_rooms\": 0,\n        \"authorised_rooms\": 0,\n        \"contracted_rooms\": 0,\n        \"cut_off_date\": \"2026-01-30T00:00:00.000Z\",\n        \"price_1p\": 250\n      },\n      {\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"room_type_code\": \"CSTN\",\n        \"allocated_rooms\": 0,\n        \"reserved_rooms\": 0,\n        \"total_rooms\": 0,\n        \"tentative_allocated_rooms\": 0,\n        \"authorised_rooms\": 0,\n        \"contracted_rooms\": 0,\n        \"cut_off_date\": \"2026-01-30T00:00:00.000Z\",\n        \"price_1p\": 100\n      },\n      {\n        \"date\": \"2026-01-31T00:00:00.000Z\",\n        \"room_type_code\": \"SQUN\",\n        \"allocated_rooms\": 0,\n        \"reserved_rooms\": 0,\n        \"total_rooms\": 0,\n        \"tentative_allocated_rooms\": 0,\n        \"authorised_rooms\": 0,\n        \"contracted_rooms\": 0,\n        \"cut_off_date\": \"2026-01-30T00:00:00.000Z\",\n        \"price_1p\": 200\n      },\n      {\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"room_type_code\": \"SKIN\",\n        \"allocated_rooms\": 2,\n        \"reserved_rooms\": 0,\n        \"total_rooms\": 2,\n        \"tentative_allocated_rooms\": 0,\n        \"authorised_rooms\": 2,\n        \"contracted_rooms\": 2,\n        \"cut_off_date\": \"2026-01-30T00:00:00.000Z\",\n        \"price_1p\": 300\n      },\n      {\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"room_type_code\": \"SQUN\",\n        \"allocated_rooms\": 5,\n        \"reserved_rooms\": 0,\n        \"total_rooms\": 5,\n        \"tentative_allocated_rooms\": 0,\n        \"authorised_rooms\": 5,\n        \"contracted_rooms\": 5,\n        \"cut_off_date\": \"2026-01-30T00:00:00.000Z\",\n        \"price_1p\": 200\n      },\n      {\n        \"date\": \"2026-01-31T00:00:00.000Z\",\n        \"room_type_code\": \"CSTN\",\n        \"allocated_rooms\": 0,\n        \"reserved_rooms\": 0,\n        \"total_rooms\": 0,\n        \"tentative_allocated_rooms\": 0,\n        \"authorised_rooms\": 0,\n        \"contracted_rooms\": 0,\n        \"cut_off_date\": \"2026-01-30T00:00:00.000Z\",\n        \"price_1p\": 100\n      }\n    ],\n    \"start_date\": \"2026-01-30T00:00:00.000Z\",\n    \"end_date\": \"2026-02-01T00:00:00.000Z\",\n    \"booking_date\": \"2026-01-30T00:00:00.000Z\",\n    \"source\": \"WIN\",\n    \"source_name\": \"WALK-IN\",\n    \"market_segment\": \"A1\",\n    \"market_code\": \"A1\",\n    \"local_market_segment_code\": \"LA2\",\n    \"local_market_segment_name\": \"LA2\",\n    \"customer_reference\": \"\",\n    \"rate_plan\": \"BAR\",\n    \"rate_plan_detail\": {\n      \"complimentary\": false,\n      \"house_use\": false,\n      \"day_use\": false,\n      \"min_los\": 0,\n      \"max_los\": 730,\n      \"is_loyalty_rate_code\": false,\n      \"group_enabled\": true,\n      \"no_show_nights\": 2,\n      \"is_company_rate_code\": false\n    },\n    \"status\": \"BOOKED\",\n    \"group\": \"BEST AVAILABLE RATE\",\n    \"tax_exempt\": false,\n    \"billing_configuration\": \"CFBRR\",\n    \"receivable_flag\": false,\n    \"transactions\": [\n      {\n        \"id\": \"68be686a-8c1b-4757-9e67-48e3e7d1385b\",\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"description\": \"WIFI\",\n        \"folio_name\": \"AMD\",\n        \"folio_number\": \"MAN01AAO543\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"WIFI\",\n        \"code_description\": \"WIFI\",\n        \"category\": \"debit\",\n        \"currency\": \"ZAR\",\n        \"currency_label\": \"$\",\n        \"amount\": 5,\n        \"charge_category\": \"MISC_CHARGE\",\n        \"gross_amount\": 5,\n        \"username\": \"manish.samarth@hotelkeyapp.com\",\n        \"user_first_name\": \"Manish\",\n        \"user_last_name\": \"Samarth\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2026-08-07T08:04:28.000Z\"\n      },\n      {\n        \"id\": \"96f65be0-5db9-4357-8af0-83786a09ebaa\",\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"description\": \"Room Rent\",\n        \"folio_name\": \"AMD\",\n        \"folio_number\": \"MAN01AAO543\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"RR\",\n        \"code_description\": \"Room Rent\",\n        \"category\": \"debit\",\n        \"currency\": \"ZAR\",\n        \"currency_label\": \"$\",\n        \"amount\": 87.03,\n        \"charge_category\": \"ROOM_RENT\",\n        \"gross_amount\": 100,\n        \"username\": \"manish.samarth@hotelkeyapp.com\",\n        \"user_first_name\": \"Manish\",\n        \"user_last_name\": \"Samarth\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2026-08-07T08:05:08.000Z\"\n      },\n      {\n        \"id\": \"d3cf0b09-eb49-4a91-9903-5891910897d1\",\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"description\": \"BEVERAGES\",\n        \"folio_name\": \"AMD\",\n        \"folio_number\": \"MAN01AAO543\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"109\",\n        \"code_description\": \"BEVERAGES\",\n        \"category\": \"debit\",\n        \"currency\": \"ZAR\",\n        \"currency_label\": \"$\",\n        \"amount\": 90.91,\n        \"charge_category\": \"MISC_CHARGE\",\n        \"gross_amount\": 100,\n        \"username\": \"manish.samarth@hotelkeyapp.com\",\n        \"user_first_name\": \"Manish\",\n        \"user_last_name\": \"Samarth\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2026-08-07T08:04:07.000Z\"\n      },\n      {\n        \"id\": \"28b75a34-faca-4f20-9af5-6d4f1eb30dc0\",\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"description\": \"COUNTY TAX\",\n        \"folio_name\": \"AMD\",\n        \"folio_number\": \"MAN01AAO543\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"151\",\n        \"code_description\": \"COUNTY TAX\",\n        \"category\": \"debit\",\n        \"currency\": \"ZAR\",\n        \"currency_label\": \"$\",\n        \"amount\": 4.26,\n        \"charge_category\": \"ROOM_RENT\",\n        \"gross_amount\": 4.26,\n        \"transaction_link\": \"96f65be0-5db9-4357-8af0-83786a09ebaa\",\n        \"transaction_type\": \"FEE\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2026-08-07T08:05:08.000Z\"\n      },\n      {\n        \"id\": \"b93a208e-8c67-4b77-bc0d-c24fe547d9a7\",\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"description\": \"CITY TAX\",\n        \"folio_name\": \"AMD\",\n        \"folio_number\": \"MAN01AAO543\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"152\",\n        \"code_description\": \"CITY TAX\",\n        \"category\": \"debit\",\n        \"currency\": \"ZAR\",\n        \"currency_label\": \"$\",\n        \"amount\": 8.71,\n        \"charge_category\": \"ROOM_RENT\",\n        \"gross_amount\": 8.71,\n        \"transaction_link\": \"96f65be0-5db9-4357-8af0-83786a09ebaa\",\n        \"transaction_type\": \"TAX\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2026-08-07T08:05:08.000Z\"\n      },\n      {\n        \"id\": \"cbc615a5-6c44-4390-a6e7-2090bc348698\",\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"description\": \"CITY TAX\",\n        \"folio_name\": \"AMD\",\n        \"folio_number\": \"MAN01AAO543\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"152\",\n        \"code_description\": \"CITY TAX\",\n        \"category\": \"debit\",\n        \"currency\": \"ZAR\",\n        \"currency_label\": \"$\",\n        \"amount\": 9.09,\n        \"charge_category\": \"MISC_CHARGE\",\n        \"gross_amount\": 9.09,\n        \"transaction_link\": \"d3cf0b09-eb49-4a91-9903-5891910897d1\",\n        \"transaction_type\": \"TAX\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2026-08-07T08:04:07.000Z\"\n      },\n      {\n        \"id\": \"abe09df2-13b8-4333-a19a-591e8f904bf1\",\n        \"date\": \"2026-01-30T00:00:00.000Z\",\n        \"description\": \"CASH\",\n        \"folio_name\": \"AMD\",\n        \"folio_number\": \"MAN01AAO543\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"CASH\",\n        \"code_description\": \"CASH\",\n        \"category\": \"credit\",\n        \"currency\": \"ZAR\",\n        \"amount\": -200,\n        \"gross_amount\": -200,\n        \"username\": \"manish.samarth@hotelkeyapp.com\",\n        \"user_first_name\": \"Manish\",\n        \"user_last_name\": \"Samarth\",\n        \"transaction_type\": \"PAYMENT\",\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2026-08-07T11:40:16.000Z\"\n      }\n    ],\n    \"contact_info\": {\n      \"guest_id\": \"c81f7573-99df-40aa-957b-bd8dadb4baad\",\n      \"first_name\": \"John\",\n      \"last_name\": \"will\",\n      \"street_2\": \"Hill Road\",\n      \"city\": \"Los Angeles\",\n      \"state\": \"CA\",\n      \"country\": \"US\",\n      \"zip_code\": \"90005\",\n      \"email\": \"johnwill@mail.com\"\n    },\n    \"company_info\": {\n      \"name\": \"AMD\",\n      \"code\": \"AMD-1\",\n      \"city\": \"Fort Lauderdale\",\n      \"state\": \"FL\",\n      \"zip_code\": \"33323\",\n      \"country\": \"US\"\n    },\n    \"group_type\": \"CONFIRMED\",\n    \"group_booking_type\": \"BILLING_ONLY\",\n    \"cancellation_policy\": \"24HR Booking\",\n    \"company_id\": \"3409d2c8-0c8f-4d81-9559-a3780a89f56b\",\n    \"company_code\": \"AMD-1\",\n    \"company_name\": \"AMD\",\n    \"city\": \"Fort Lauderdale\",\n    \"state\": \"FL\",\n    \"zipcode\": \"33323\",\n    \"travel_agent\": {\n      \"travel_agent_commission_amount\": 0,\n      \"commission_percent\": 0\n    },\n    \"total_reserved_and_allocations\": 11,\n    \"total_contracted_allotments\": 11,\n    \"created_username\": \"manish.samarth@hotelkeyapp.com\"\n  },\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [\n    \"group_block_header_changed\"\n  ],\n  \"event_time\": \"2026-08-07T11:45:48.685Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-01-30T00:00:00.000Z\"\n}\n</code></pre>\n","_postman_id":"39d4b0f9-3462-4ba7-9bc8-caa98e83f307"},{"name":"Housekeeping","item":[],"id":"3592d060-bb18-4586-99ef-8f97090ede19","description":"<p>In case of any the housekeeping action events that occur in HK platform, third parties will be able to poll and receive the messages.</p>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream : Yes</strong></p>\n<ul>\n<li><strong>Header Details</strong></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>ID of the stream configured in Admin</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Name of the stream , e.g., \"HOUSEKEPEEPING\".</td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>String</td>\n<td>Varchar(0-255)(Varchar=Characters)</td>\n<td>Fixed 36 characters representing the UUID of the event.</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the UUID of the property in the HK platform</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 4 characters, maximum of 10 characters. This is the code for the property in the HK platform</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a payload identifier for different events. The value is \"reservation\" for reservation events payload.</td>\n</tr>\n<tr>\n<td>total_items</td>\n<td>integer</td>\n<td>integer</td>\n<td>This field displays the count of total payloads present in refresh stream.</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>integer</td>\n<td>integer</td>\n<td>This field displays the item number of current payload out of total payloads present in refresh stream.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>A time zone is an area which observes a uniform standard time for legal, commercial and social purposes.</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone offset with respect to UTC. For ex: UTC-08:00, UTC-5:30:00</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format is\"YYYY MM DDT00:00:00\". This is the applicable date for which rate is applicable as per the property business date.</td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This field displays the events (actions) performed on the Room if those are configured in the Housekeeping Datastream</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream configured</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format is \"YYYY MM DDT00:00:00\". This is the applicable date for which rate is applicable as per the property business date.</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong>Housekeeping Details</strong></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Max character length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pets</td>\n<td>int</td>\n<td>4,294,967,295</td>\n<td>boolean - value is true if the room has pets.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>datetime</td>\n<td>16</td>\n<td>string - format of \"YYYY-MM-DDT00:00:00\".This is in UTC Timezone as per the property current date.</td>\n</tr>\n<tr>\n<td>room_type_code</td>\n<td>varchar</td>\n<td>255</td>\n<td>string</td>\n</tr>\n<tr>\n<td>zone</td>\n<td>UUID</td>\n<td>36</td>\n<td>string</td>\n</tr>\n<tr>\n<td>confirmation_no</td>\n<td>varchar</td>\n<td>25</td>\n<td>string</td>\n</tr>\n<tr>\n<td>smoking</td>\n<td>enum</td>\n<td>255</td>\n<td>boolean - true if smoking room</td>\n</tr>\n<tr>\n<td>action</td>\n<td>enum</td>\n<td>255</td>\n<td>string - DND, UNDO_DND, GUEST_REFUSED, UNDO_GUEST_REFUSED, MARK-DIRTY, MARK-CLEAN, MARK-CLEAN-UNDO, MARK-VERIFIED, MARK-VERIFIED-UNDO, FULL_REFRESH, ASSIGN_HOUSEKEEPER, UNASSIGN-HOUSEKEEPER, RESOLVE_DISCREPANT_ROOM, DISCREPANT_ROOMS_FOUND_VACANT, DISCREPANT_ROOMS_FOUND_OCCUPIED, SHIFT_SCHEDULE</td>\n</tr>\n<tr>\n<td>id</td>\n<td>UUID</td>\n<td>36</td>\n<td>string - fixed 36 characters representing the uuid of the housekeeping schedule.</td>\n</tr>\n<tr>\n<td>floor</td>\n<td>varchar</td>\n<td>255</td>\n<td>string</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>varchar</td>\n<td>10</td>\n<td>string</td>\n</tr>\n<tr>\n<td>guest_name</td>\n<td>longtext</td>\n<td>4294967295</td>\n<td>string - first_name, last_name of the guest</td>\n</tr>\n<tr>\n<td>departed</td>\n<td>tinyint</td>\n<td>255</td>\n<td>boolean - true if guest has checked out of the room</td>\n</tr>\n<tr>\n<td>mark_room_dirty</td>\n<td>tinyint</td>\n<td>255</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>room</td>\n<td>varchar</td>\n<td>255</td>\n<td>string</td>\n</tr>\n<tr>\n<td>housekeeping_service_type</td>\n<td>varchar</td>\n<td>255</td>\n<td>string - housekeeping service type code</td>\n</tr>\n<tr>\n<td>housekeeping_service_type_name</td>\n<td>varchar</td>\n<td>45</td>\n<td>string - housekeeping service type name.</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>enum</td>\n<td>255</td>\n<td>string - possible values are 'NORMAL','URGENT'</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>text</td>\n<td>65535</td>\n<td>string - housekeeping remarks</td>\n</tr>\n<tr>\n<td>status</td>\n<td>enum</td>\n<td>255</td>\n<td>string - possible values are 'OPEN','DND','COMPLETED','VERIFIED','SERVICE_REFUSED','USER_CANCELLED'</td>\n</tr>\n<tr>\n<td>sequence_no</td>\n<td>varchar</td>\n<td>255</td>\n<td>string - Sequence no</td>\n</tr>\n<tr>\n<td>priority_order</td>\n<td>varchar</td>\n<td>255</td>\n<td>string - priority order of room</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong>Change Events</strong></li>\n</ul>\n<p>Change events are triggers for real-time Housekeeping Stream.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Change Event</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mark-dirty</td>\n<td>When a Room is marked Dirty.</td>\n</tr>\n<tr>\n<td>mark-verified</td>\n<td>When a Room is marked Ready for Guest from Clean status.</td>\n</tr>\n<tr>\n<td>mark-verified-undo</td>\n<td>When a Room is marked Return to Clean from Ready Status.</td>\n</tr>\n<tr>\n<td>mark-clean-undo</td>\n<td>When a Room is marked Return to Dirty from Clean Status.</td>\n</tr>\n<tr>\n<td>mark-clean</td>\n<td>When a Room is marked Ready for Inspection from Dirty status.</td>\n</tr>\n<tr>\n<td>mark-urgent-undo</td>\n<td>When the Urgent toggle is switched off for a Room in Dirty Status.</td>\n</tr>\n<tr>\n<td>unassign-housekeeper</td>\n<td>When a Housekeeper is Unassigned for a Room.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Payload</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"b3deee5c-3502-49a5-8b13-7467b129c387\",\n  \"stream_name\": \"HOUSEKEEPING\",\n  \"event_id\": \"21324b33-2490-4b7d-84ac-6e17d124b715\",\n  \"event_type\": \"HOUSEKEEPING\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"housekeeping\",\n  \"total_items\": \"5\",\n  \"item_number\": \"2\",\n  \"houseKeeping\": {\n    \"id\": \"3959190d-c646-4a67-9314-270331a5c924\",\n    \"pets\": false,\n    \"date\": \"2026-01-30T00:00:00.000Z\",\n    \"room_type_code\": \"SKIN\",\n    \"zone\": \"500b2d76-4202-45a4-91ac-a3bfa746453b\",\n    \"floor\": \"Floor1\",\n    \"confirmation_no\": \"MAN01AAO548\",\n    \"smoking\": true,\n    \"action\": \"MARK-CLEAN\",\n    \"property_code\": \"MAN01\",\n    \"guest_name\": \"Mark henrry\",\n    \"departed\": false,\n    \"room\": \"103\",\n    \"housekeeping_service_type\": \"FULLCLEAN\",\n    \"housekeeping_service_type_name\": \"Full Cleaning\",\n    \"priority\": \"NORMAL\",\n    \"remarks\": \"\",\n    \"status\": \"COMPLETED\",\n    \"sequence_no\": 0,\n    \"priority_order\": 999\n  },\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [\n    \"mark-clean\"\n  ],\n  \"event_time\": \"2026-08-10T06:29:09.176Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-01-30T00:00:00.000Z\"\n}\n\n</code></pre>\n","_postman_id":"3592d060-bb18-4586-99ef-8f97090ede19"},{"name":"Maintenance","item":[],"id":"0dfc7ae9-3b40-468b-817e-f96acc0f2a97","description":"<p>In case of any the maintenance action events that occur in HK platform, third parties will be able to poll and receive the messages.</p>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream : Yes</strong></p>\n<ul>\n<li><strong>Header Details</strong></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>UUID</td>\n<td>UUID(36)</td>\n<td>Name or unique identifier of the stream configured for DataStream in Admin</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream configured for DataStream in Admin</td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>UUID</td>\n<td>UUID(36)</td>\n<td>Unique identifier for the specific event occurrence</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the event type triggered (e.g., \"MAINTENANCE\")</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>UUID</td>\n<td>UUID(36)</td>\n<td>Fixed 36 characters representing the UUID of the property in the HK platform</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 4 characters, maximum of 10 characters. This is the code for the property in the HK platform</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a payload identifier for different events. The value is \"reservation\" for reservation events payload.</td>\n</tr>\n<tr>\n<td>total_items</td>\n<td>integer</td>\n<td>integer</td>\n<td>This field displays the count of total payloads present in refresh stream.</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>integer</td>\n<td>integer</td>\n<td>This field displays the item number of current payload out of total payloads present in refresh stream.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>A time zone is an area which observes a uniform standard time for legal, commercial and social purposes.</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone offset with respect to UTC. For ex: UTC-08:00, UTC-5:30:00</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format is\"YYYY MM DDT00:00:00\". This is the applicable date for which rate is applicable as per the property business date.</td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This field displays the events (actions) performed</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>datetime</td>\n<td>Varchar(0-255)</td>\n<td>Format is \"YYYY MM DDT00:00:00\".</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong>Maintenance Details</strong></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Max character Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>date</td>\n<td>datetime</td>\n<td>16</td>\n<td>string - format of \"YYYY-MM-DDT00:00:00\". This is in UTC Timezone as per the property current date.</td>\n</tr>\n<tr>\n<td>room</td>\n<td>varchar</td>\n<td>255</td>\n<td>Room number</td>\n</tr>\n<tr>\n<td>room_type_code</td>\n<td>varchar</td>\n<td>255</td>\n<td>Room type code</td>\n</tr>\n<tr>\n<td>room_type_name</td>\n<td>varchar</td>\n<td>255</td>\n<td>Room type name</td>\n</tr>\n<tr>\n<td>blocks_room</td>\n<td>tinyint</td>\n<td>255</td>\n<td>boolean - true if the room is out of inventory</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>varchar</td>\n<td>10</td>\n<td>Code of property</td>\n</tr>\n<tr>\n<td>property_name</td>\n<td>String</td>\n<td>255</td>\n<td>string This will have the property name</td>\n</tr>\n<tr>\n<td>maintenance_type</td>\n<td>varchar</td>\n<td>255</td>\n<td>maintance type code</td>\n</tr>\n<tr>\n<td>maintenance_type_name</td>\n<td>varchar</td>\n<td>255</td>\n<td>maintance type name</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>enum</td>\n<td>255</td>\n<td>string - possible values are 'NORMAL','URGENT'</td>\n</tr>\n<tr>\n<td>maintenance_code</td>\n<td>varchar</td>\n<td>255</td>\n<td>manintance code</td>\n</tr>\n<tr>\n<td>maintenance_code_name</td>\n<td>varchar</td>\n<td>255</td>\n<td>manintance code name</td>\n</tr>\n<tr>\n<td>from</td>\n<td>datetime</td>\n<td>16</td>\n<td>from date</td>\n</tr>\n<tr>\n<td>id</td>\n<td>UUID</td>\n<td>36</td>\n<td>string - fixed 36 characters representing the uuid of the maintenance record.</td>\n</tr>\n<tr>\n<td>to</td>\n<td>datetime</td>\n<td>16</td>\n<td>to date</td>\n</tr>\n<tr>\n<td>status</td>\n<td>enum</td>\n<td>255</td>\n<td>string - possible values are 'OPEN','COMPLETED','CLOSED','CANCELLED'</td>\n</tr>\n<tr>\n<td>housekeeping_status</td>\n<td>enum</td>\n<td>255</td>\n<td>This field appears in the payload only when a room's housekeeping status is Dirty (OPEN) or Clean (CLOSED)</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>varchar</td>\n<td>255</td>\n<td>string - Remarks entered by the agent while creating or modifying the maintenance issue</td>\n</tr>\n<tr>\n<td>room_number</td>\n<td>varchar</td>\n<td>255</td>\n<td>string - The room number associated with the maintenance issue</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>datetime</td>\n<td>16</td>\n<td>string - format of \"YYYY-MM-DDT00:00:00\". The time when issue was updated</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>datetime</td>\n<td>16</td>\n<td>string - format of \"YYYY-MM-DDT00:00:00\". The time when issue was created</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>varchar</td>\n<td>255</td>\n<td>string The username of the agent who created the maintenance issue</td>\n</tr>\n<tr>\n<td>created_by_name</td>\n<td>varchar</td>\n<td>255</td>\n<td>string The first name &amp; last name of the agent who created the maintenance issue</td>\n</tr>\n<tr>\n<td>closed_by</td>\n<td>varchar</td>\n<td>255</td>\n<td>This field shows the username of agent who closed the maintance issue</td>\n</tr>\n<tr>\n<td>closed_by_name</td>\n<td>varchar</td>\n<td>255</td>\n<td>string The first name &amp; last name of the agent who closed the maintenance issue</td>\n</tr>\n<tr>\n<td>assigned_to</td>\n<td>String</td>\n<td>255</td>\n<td>string The username of the maintenance worker to whom the issue got assigned to</td>\n</tr>\n<tr>\n<td>assigned_to_name</td>\n<td>String</td>\n<td>255</td>\n<td>string The first name &amp; last name of the maintenance worker to whom the issue got assigned to</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Payload</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"49a2c757-804e-4e1a-8265-34669f555612\",\n  \"stream_name\": \"MAINTENANCE\",\n  \"event_id\": \"c90a04dc-d987-4d30-8336-1db0a38c1079\",\n  \"event_type\": \"MAINTENANCE\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"maintenance\",\n  \"total_items\": \"4\",\n  \"item_number\": \"1\",\n  \"maintenance\": {\n    \"date\": \"2026-01-30T00:00:00.000Z\",\n    \"room\": \"150\",\n    \"room_type_code\": \"KIN\",\n    \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n    \"blocks_room\": true,\n    \"property_code\": \"MAN01\",\n    \"property_name\": \"MAN01\",\n    \"maintenance_type\": \"NRNT\",\n    \"maintenance_type_name\": \"OUT OF ORDER\",\n    \"priority\": \"NORMAL\",\n    \"maintenance_code\": \"ELEC\",\n    \"maintenance_code_name\": \"ELECTRICAL ISSUE\",\n    \"from\": \"2026-01-30T00:00:00.000Z\",\n    \"id\": \"42900216-3683-4fd6-a598-2033d6791453\",\n    \"to\": \"2026-01-30T00:00:00.000Z\",\n    \"status\": \"CLOSED\",\n    \"housekeeping_status\": \"OPEN\",\n    \"remarks\": \"Light switches are not working\",\n    \"room_number\": \"150\",\n    \"updated_at\": \"2026-08-10T07:12:56.000Z\",\n    \"created_at\": \"2026-08-10T07:09:34.000Z\",\n    \"created_by\": \"manish.samarth@hotelkeyapp.com\",\n    \"created_by_name\": \"Manish Samarth\",\n    \"closed_by\": \"manish.samarth@hotelkeyapp.com\",\n    \"closed_by_name\": \"Manish Samarth\",\n    \"assigned_to\": \"zktest008\",\n    \"assigned_to_name\": \"Martin  Doed\"\n  },\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [\n    \"\"\n  ],\n  \"event_time\": \"2026-08-10T07:12:56.780Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-01-30T00:00:00.000Z\"\n}\n\n</code></pre>\n","_postman_id":"0dfc7ae9-3b40-468b-817e-f96acc0f2a97"},{"name":"Rate Codes","item":[],"id":"51ec219d-6708-45e3-bbb7-51997434dd16","description":"<p>Third-Party will be able to poll/receive the messages for all the rate code events in HK platform mentioned below:</p>\n<ul>\n<li><p>Create Rate Code</p>\n</li>\n<li><p>Activate Rate Code</p>\n</li>\n<li><p>Update/Modify Rate Code</p>\n</li>\n<li><p>Deactivate Rate Code</p>\n</li>\n</ul>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream : No</strong></p>\n<p><strong>Event Payload</strong></p>\n<ol>\n<li><strong>Header Details</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream configured for DataStream in Admin</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream configured for DataStream in Admin</td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the specific event occurrence</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Type of event, e.g., \"PROPERTY_CONFIGURATION\"</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the UUID of the property in the HK platform</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 4 characters, maximum of 10 characters. This is the code for the property in the HK platform</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Payload identifier for different events. For this payload, the value is \"property_configuration\"</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone in which the property operates (e.g., \"EST5EDT\")</td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>Array</td>\n<td>List of Strings</td>\n<td>This will be empty for PROPERTY_CONFIGURATION</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>ISO 8601 format date and time when the event occurred (e.g., \"2024-05-14T20:37:03.445Z\")</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone offset from UTC (e.g., \"UTC-04:00\")</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Date in ISO 8601 format representing the business date (e.g., \"2024-03-16T00:00:00.000Z\")</td>\n</tr>\n</tbody>\n</table>\n</div><p>2. <strong>Rate Code Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>UUID</td>\n<td>UUID(36)</td>\n<td>unique id of rate code</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>The rate code for the property</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the rate code</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Type of rate code (e.g., \"STANDARD\")</td>\n</tr>\n<tr>\n<td>inventory_level</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Inventory level tied to the rate code</td>\n</tr>\n<tr>\n<td>min_los</td>\n<td>Integer</td>\n<td>Numeric</td>\n<td>Minimum length of stay for the rate</td>\n</tr>\n<tr>\n<td>max_los</td>\n<td>Integer</td>\n<td>Numeric</td>\n<td>Maximum length of stay for the rate</td>\n</tr>\n<tr>\n<td>active</td>\n<td>Boolean</td>\n<td>True/False</td>\n<td>Status indicating whether the rate code is active</td>\n</tr>\n<tr>\n<td>market_segment_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code representing the market segment associated with the rate code</td>\n</tr>\n<tr>\n<td>min_booking_lead_days</td>\n<td>Integer</td>\n<td>Numeric</td>\n<td>Minimum number of days before booking can be made</td>\n</tr>\n<tr>\n<td>max_booking_lead_days</td>\n<td>Integer</td>\n<td>Numeric</td>\n<td>Maximum number of days before booking can be made</td>\n</tr>\n<tr>\n<td>yieldable</td>\n<td>Boolean</td>\n<td>True/False</td>\n<td>Whether the rate code is yieldable</td>\n</tr>\n<tr>\n<td>guarantee_policy</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Policy regarding guarantee requirements</td>\n</tr>\n<tr>\n<td>cancellation_policy</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Policy regarding cancellation requirements</td>\n</tr>\n<tr>\n<td>source[]</td>\n<td>Array</td>\n<td>Array of strings</td>\n<td>Sources from which the rate can be booked (e.g., \"WALK IN\", \"Website\")</td>\n</tr>\n<tr>\n<td>commissionable</td>\n<td>Boolean</td>\n<td>True/False</td>\n<td>Whether the rate code is commissionable</td>\n</tr>\n<tr>\n<td>commission_value</td>\n<td>Integer</td>\n<td>Numeric</td>\n<td>The commission value, if applicable</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Payload</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"5db65053-6161-4404-b1b9-67721989da6f\",\n  \"stream_name\": \"PROPERTY_CONFIGURATION\",\n  \"event_id\": \"91a826f4-0902-4960-ae40-97ad53da22e2\",\n  \"event_type\": \"PROPERTY_CONFIGURATION\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"property_configuration\",\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [\n    \"\"\n  ],\n  \"event_time\": \"2026-08-10T07:44:31.437Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-01-30T00:00:00.000Z\",\n  \"rate_codes\": [\n    {\n      \"id\": \"39034d1c-54b0-41b8-8db9-9393660ef6cc\",\n      \"code\": \"IR\",\n      \"name\": \"Inventory Rate\",\n      \"type\": \"STANDARD\",\n      \"guarantee_policy\": \"Advanced Purchase\",\n      \"inventory_level\": \"TIRG\",\n      \"min_los\": 0,\n      \"max_los\": 0,\n      \"active\": true,\n      \"market_segment_code\": \"ESS\",\n      \"min_booking_lead_days\": 0,\n      \"max_booking_lead_days\": 365,\n      \"yieldable\": false,\n      \"cancellation_policy\": \"24HR CheckIn\",\n      \"source\": [\n        \"PROPERTY BOOKING\",\n        \"AMADEUS\",\n        \"WEB\",\n        \"DELPHI\",\n        \"PHONE\",\n        \"WALK-IN\"\n      ],\n      \"commissionable\": false,\n      \"commission_value\": 0\n    }\n  ]\n}\n\n</code></pre>\n","_postman_id":"51ec219d-6708-45e3-bbb7-51997434dd16"},{"name":"Rate Group","item":[],"id":"e913966f-dec7-445b-b5c3-1b27204a5e0c","description":"<p>Third-Party will be able to poll/receive the messages for all the rate groups related events in HK platform mentioned below:</p>\n<ul>\n<li><p>Create Rate Group</p>\n</li>\n<li><p>Activate Rate Group</p>\n</li>\n<li><p>Update/Modify Rate Group</p>\n</li>\n<li><p>Deactivate Rate Group</p>\n</li>\n</ul>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream</strong> : No</p>\n<ol>\n<li><strong>Header Details</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>id of the stream configured in Admin</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream configured for DataStream in Admin</td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the specific event occurrence</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Type of event, e.g., \"PROPERTY_CONFIGURATION\"</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the UUID of the property in the HK platform</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 4 characters, maximum of 10 characters. This is the code for the property in the HK platform</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Payload identifier for different events. For this payload, the value is \"property_configuration\"</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone in which the property operates (e.g., \"EST5EDT\")</td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>Array</td>\n<td>List of Strings</td>\n<td>This will be empty for PROPERTY_CONFIGURATION</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>ISO 8601 format date and time when the event occurred (e.g., \"2024-05-14T20:37:03.445Z\")</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone offset from UTC (e.g., \"UTC-04:00\")</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Date in ISO 8601 format representing the business date (e.g., \"2024-03-16T00:00:00.000Z\")</td>\n</tr>\n</tbody>\n</table>\n</div><p>2. <strong>Rate Group Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rate_groups</td>\n<td>Array</td>\n<td>List of Objects</td>\n<td>List of rate group objects detailing rate group configurations</td>\n</tr>\n<tr>\n<td>group_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code identifying the rate group (e.g., \"testing\")</td>\n</tr>\n<tr>\n<td>rate_codes</td>\n<td>Array</td>\n<td>List of Strings</td>\n<td>List of rate codes associated with the rate group (e.g., [\"5PCTB\", \"5PCT\", \"5PCTW\", \"5PCTM\"])</td>\n</tr>\n<tr>\n<td>corporate_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID representing the corporate ID associated with the rate group (e.g., \"01eb228a-2618-4a66-a20a-131d3a412164\")</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Payload:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"5db65053-6161-4404-b1b9-67721989da6f\",\n  \"stream_name\": \"PROPERTY_CONFIGURATION\",\n  \"event_id\": \"9c1ff656-9c44-44f6-9d51-63e18c429f48\",\n  \"event_type\": \"PROPERTY_CONFIGURATION\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"property_configuration\",\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [\n    \"\"\n  ],\n  \"event_time\": \"2026-08-10T08:42:32.180Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-01-30T00:00:00.000Z\",\n  \"rate_groups\": [\n    {\n      \"group_code\": \"trg\",\n      \"rate_codes\": [\n        \"HOUSE\",\n        \"BAR\",\n        \"IR\"\n      ],\n      \"corporate_id\": \"01eb228a-2618-4a66-a20a-131d3a412164\"\n\n    }\n  ]\n}\n\n</code></pre>\n","_postman_id":"e913966f-dec7-445b-b5c3-1b27204a5e0c"},{"name":"Promotions/Discounts","item":[],"id":"8c8842f6-9e93-436c-8bee-d34f38529350","description":"<p>Third-Party will be able to poll/receive the messages for all the promos related events in HK platform mentioned below:</p>\n<ul>\n<li><p>Create Promo</p>\n</li>\n<li><p>Activate Promo</p>\n</li>\n<li><p>Update/Modify Promo</p>\n</li>\n<li><p>Deactivate Promo</p>\n</li>\n</ul>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream</strong> <em>: No</em></p>\n<ol>\n<li><strong>Header Details</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream configured for DataStream in Admin</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream configured for DataStream in Admin</td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the specific event occurrence</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Type of event, e.g., \"PROPERTY_CONFIGURATION\"</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the UUID of the property in the HK platform</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 4 characters, maximum of 10 characters. This is the code for the property in the HK platform</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Payload identifier for different events. For this payload, the value is \"property_configuration\"</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone in which the property operates (e.g., \"EST5EDT\")</td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>Array</td>\n<td>List of Strings</td>\n<td>This will be empty for PROPERTY_CONFIGURATION</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>ISO 8601 format date and time when the event occurred (e.g., \"2024-05-14T20:37:03.445Z\")</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone offset from UTC (e.g., \"UTC-04:00\")</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Date in ISO 8601 format representing the business date (e.g., \"2024-03-16T00:00:00.000Z\")</td>\n</tr>\n</tbody>\n</table>\n</div><ol>\n<li><strong>Promotions Details</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>active_flag</td>\n<td>Boolean</td>\n<td>-</td>\n<td>Indicates whether the promotion is active (true) or not (false).</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Number</td>\n<td>Numeric (0-100)</td>\n<td>Amount for the promotion.</td>\n</tr>\n<tr>\n<td>booking_channels</td>\n<td>Array</td>\n<td>Array of Strings</td>\n<td>List of booking channels where the promotion is applicable.</td>\n</tr>\n<tr>\n<td>booking_lead_days</td>\n<td>Number</td>\n<td>Integer</td>\n<td>Number of lead days required for booking.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique UUID of promotion</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique code for the promotion.</td>\n</tr>\n<tr>\n<td>display</td>\n<td>Boolean</td>\n<td>-</td>\n<td>Indicates whether the promotion should be displayed (true) or not (false).</td>\n</tr>\n<tr>\n<td>is_auto</td>\n<td>Boolean</td>\n<td>-</td>\n<td>Indicates if the promotion is automatically applied (true) or not (false).</td>\n</tr>\n<tr>\n<td>is_auto_on_min_los</td>\n<td>Boolean</td>\n<td>-</td>\n<td>Indicates if the promotion is auto-applied on minimum length of stay (true) or not (false).</td>\n</tr>\n<tr>\n<td>long_description</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Detailed description of the promotion.</td>\n</tr>\n<tr>\n<td>max_los</td>\n<td>Number</td>\n<td>Integer</td>\n<td>Maximum length of stay for the promotion.</td>\n</tr>\n<tr>\n<td>min_los</td>\n<td>Number</td>\n<td>Integer</td>\n<td>Minimum length of stay for the promotion.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the promotion.</td>\n</tr>\n<tr>\n<td>percentage_flat_amount</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Type of amount for the promotion, e.g., \"Percentage\" or \"Flat Amount\".</td>\n</tr>\n<tr>\n<td>period_end_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>End date of the promotion period, formatted as \"YYYY-MM-DD\".</td>\n</tr>\n<tr>\n<td>period_start_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Start date of the promotion period, formatted as \"YYYY-MM-DD\".</td>\n</tr>\n<tr>\n<td>rate_codes</td>\n<td>Array</td>\n<td>Array of Strings</td>\n<td>List of rate codes associated with the promotion.</td>\n</tr>\n<tr>\n<td>sell_end_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>End date when the promotion is available for sale, formatted as \"YYYY-MM-DD\".</td>\n</tr>\n<tr>\n<td>sell_start_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Start date when the promotion is available for sale, formatted as \"YYYY-MM-DD\".</td>\n</tr>\n<tr>\n<td>short_description</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Short description of the promotion.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Payload</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"5db65053-6161-4404-b1b9-67721989da6f\",\n  \"stream_name\": \"PROPERTY_CONFIGURATION\",\n  \"event_id\": \"4e020d05-8aa5-4b26-a2c7-5b639a5989dd\",\n  \"event_type\": \"PROPERTY_CONFIGURATION\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"property_configuration\",\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [\n    \"\"\n  ],\n  \"event_time\": \"2026-08-10T11:11:26.636Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-01-30T00:00:00.000Z\",\n  \"promotions\": [\n    {\n      \"id\": \"a3e258b6-b88f-4e0f-9741-545c6b8e94f3\",\n      \"code\": \"AD1\",\n      \"name\": \"Auto ADR Promo1\",\n      \"active_flag\": true,\n      \"booking_lead_days\": 0,\n      \"min_los\": 0,\n      \"max_los\": 365,\n      \"sell_start_date\": \"2026-01-01\",\n      \"sell_end_date\": \"2026-08-10\",\n      \"is_auto\": false,\n      \"is_auto_on_min_los\": true,\n      \"short_description\": \"discount code\",\n      \"long_description\": \"Promo code for a discount\",\n      \"booking_channels\": [\n        \"WEB\",\n        \"WEBSITE\"\n      ],\n      \"rate_codes\": [\n        \"BAR\",\n        \"GRP\"\n      ],\n      \"period_start_date\": \"2026-01-01\",\n      \"period_end_date\": \"2026-08-10\",\n      \"percentage_flat_amount\": \"Percentage\",\n      \"amount\": 10,\n      \"display\": false\n    }\n  ]\n}\n\n</code></pre>\n","_postman_id":"8c8842f6-9e93-436c-8bee-d34f38529350"},{"name":"Enterprise Company","item":[],"id":"23a7a489-e2f4-446e-a11f-0cea8e3a859e","description":"<p>Third-Party will be able to poll/receive the messages for all the Enterprise Company's events in HK platform mentioned below:</p>\n<ul>\n<li>Create Enterprise Company</li>\n<li>Update/Modify Enterprise Company</li>\n</ul>\n<p>Enterprise Company Datastream is set up at the Enterprise Level</p>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream</strong> <em>:</em> <strong>No</strong></p>\n<ol>\n<li><strong>Enterprise Company Details</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the enterprise company.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code associated with the enterprise company.</td>\n</tr>\n<tr>\n<td>enterprise_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique ID for the enterprise company.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Status of the enterprise company.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Address of the enterprise company.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>City where the enterprise company is located.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>State where the enterprise company is located.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Country where the enterprise company is located.</td>\n</tr>\n<tr>\n<td>postal</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Postal code for the enterprise company.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Phone number of the enterprise company.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Email address of the enterprise company.</td>\n</tr>\n<tr>\n<td>website</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Website URL of the enterprise company.</td>\n</tr>\n<tr>\n<td>booking_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Booking code associated with the enterprise company.</td>\n</tr>\n<tr>\n<td>external_account_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>External account number for the enterprise company.</td>\n</tr>\n<tr>\n<td>external_company_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>External company number associated with the enterprise company.</td>\n</tr>\n<tr>\n<td>hk_company_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Company number in the HK system.</td>\n</tr>\n<tr>\n<td>balance</td>\n<td>Decimal</td>\n<td></td>\n<td>Current balance for the enterprise company.</td>\n</tr>\n<tr>\n<td>credit_limit</td>\n<td>Decimal</td>\n<td></td>\n<td>Credit limit for the enterprise company.</td>\n</tr>\n<tr>\n<td>credit_monitoring</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if credit monitoring is enabled.</td>\n</tr>\n<tr>\n<td>service_level</td>\n<td>Enum</td>\n<td>Varchar(0-255)</td>\n<td>Service level associated with the enterprise company. Possible values are STANDARD or HIGH_PRIORITY.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Enum</td>\n<td>Varchar(0-255)</td>\n<td>Type of enterprise company. Possible values are \"GLOBAL\", \"LOCAL\", etc.</td>\n</tr>\n<tr>\n<td>verification_regex</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Regular expression used for verification purposes.</td>\n</tr>\n<tr>\n<td>auto_invoicing_type</td>\n<td>Enum</td>\n<td></td>\n<td>Defines the auto invoice type. Possible values are SINGLE_STAY, MULTI_STAY, SINGLE_STAY_ON_CHECKOUT.</td>\n</tr>\n<tr>\n<td>payment_term</td>\n<td>Enum</td>\n<td>Varchar(0-255)</td>\n<td>Payment term for the enterprise company - Possible values are UPON_RECEIPT, 10 Days, 30 Days, etc.</td>\n</tr>\n<tr>\n<td>company_payment_options</td>\n<td>Enum</td>\n<td>Varchar(0-255)</td>\n<td>Payment options for the company - Possible values are HOTEL_COLLECT, etc.</td>\n</tr>\n<tr>\n<td>company_pays</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if the company pays for the services.</td>\n</tr>\n<tr>\n<td>invoice_presentation_format</td>\n<td>Enum</td>\n<td>Varchar(0-255)</td>\n<td>Format for invoice presentation. Possible values are HORIZONTAL, etc.</td>\n</tr>\n<tr>\n<td>recipient_emails</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Email addresses for document recipients.</td>\n</tr>\n<tr>\n<td>attach_folio_to_invoice</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if folio should be attached to the invoice.</td>\n</tr>\n<tr>\n<td>include_payment_documents</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if payment documents should be included.</td>\n</tr>\n<tr>\n<td>invoice_notes</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Notes for invoicing purposes.</td>\n</tr>\n<tr>\n<td>format</td>\n<td>Enum</td>\n<td></td>\n<td>Defines the format type for data export. Possible values are PDF, EXCEL, or PDF_AND_EXCEL.</td>\n</tr>\n<tr>\n<td>no_show_charge_allowed</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if no-show charges are allowed.</td>\n</tr>\n<tr>\n<td>no_show_charge_nights</td>\n<td>Integer</td>\n<td></td>\n<td>Number of nights for no-show charge.</td>\n</tr>\n<tr>\n<td>allow_rate_code_changes</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if rate code changes are allowed.</td>\n</tr>\n<tr>\n<td>allow_extension</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if extensions are allowed.</td>\n</tr>\n<tr>\n<td>allow_children_override</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if children override is allowed.</td>\n</tr>\n<tr>\n<td>allowed_direct_property_booking</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if direct property booking is allowed.</td>\n</tr>\n<tr>\n<td>allow_property_direct_bill_privileges</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if direct bill privileges are allowed.</td>\n</tr>\n<tr>\n<td>offer_upgrades</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if upgrades are offered.</td>\n</tr>\n<tr>\n<td>po_number_required</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if a PO number is required.</td>\n</tr>\n<tr>\n<td>employment_verification_required</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if employment verification is required.</td>\n</tr>\n<tr>\n<td>paperwork_required</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if paperwork is required.</td>\n</tr>\n<tr>\n<td>auto_direct_bill_payment_days</td>\n<td>Integer</td>\n<td></td>\n<td>Number of days for automatic direct bill payment.</td>\n</tr>\n<tr>\n<td>folio_type_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code for the folio type.</td>\n</tr>\n<tr>\n<td>full_stay_los</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if full stay length of stay (LOS) is considered.</td>\n</tr>\n<tr>\n<td>delivery_type</td>\n<td>Enum</td>\n<td></td>\n<td>Type of delivery for documents or information. Possible values are EMAIL or MANUAL.</td>\n</tr>\n<tr>\n<td>succ</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if the Company uses Single Use Credit Card or not</td>\n</tr>\n<tr>\n<td>system_account_number</td>\n<td>Integer</td>\n<td></td>\n<td>System account number for the enterprise company.</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fax number of the enterprise company.</td>\n</tr>\n<tr>\n<td>no_charge_waived</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if no charge is waived.</td>\n</tr>\n<tr>\n<td>enable_scanner</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if scanning capability is enabled for the enterprise company.</td>\n</tr>\n<tr>\n<td>instructions</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Instructions or special notes related to the enterprise company.</td>\n</tr>\n<tr>\n<td>is_prospect_company</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if the company is considered a prospect (potential future customer).</td>\n</tr>\n<tr>\n<td>tax_exempt</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if the enterprise company is exempt from tax.</td>\n</tr>\n</tbody>\n</table>\n</div><p>2. <strong>Company Payment Sources</strong> - This is an array which contains the list of payment sources attached to the company.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the company.</td>\n</tr>\n<tr>\n<td>enterprise_payment_type_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the enterprise payment type.</td>\n</tr>\n<tr>\n<td>product_identifier</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Identifier for the specific product or service.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for this payment source entry.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DDT00:00:000Z\" - Time of when the entry was created</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DDT00:00:000Z\" - Time of when the entry was last updated</td>\n</tr>\n</tbody>\n</table>\n</div><p>3. <strong>Billing Type -</strong> This is an array which contains the list of billing types associated with the company.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Property code for the billing type.</td>\n</tr>\n<tr>\n<td>property_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Property name for the billing type.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Type of billing. Possible values: \"LOCAL\", \"EXTERNAL\", etc.</td>\n</tr>\n</tbody>\n</table>\n</div><p>4. <strong>Charge Types</strong> - This is an array which contains the list of charges associated with the company.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>charge_amount</td>\n<td>Decimal</td>\n<td></td>\n<td>Amount for the charge type.</td>\n</tr>\n<tr>\n<td>charge_type_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code for the charge type.</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Company ID associated with the charge type.</td>\n</tr>\n<tr>\n<td>post_to_direct_folio</td>\n<td>Boolean</td>\n<td></td>\n<td>Indicates if the charge should be posted to the direct folio.</td>\n</tr>\n</tbody>\n</table>\n</div><p>5. <strong>Invoice Schedule Configuration -</strong> This is an object that contains the configuration details for the invoice schedule.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the company.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DDT00:00:000Z\" - Time of when the entry was created</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the invoice schedule configuration.</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>Integer</td>\n<td></td>\n<td>The offset for when the invoice is generated. Example: 1. This defines the interval for scheduling invoices.</td>\n</tr>\n<tr>\n<td>offset_type</td>\n<td>Enum</td>\n<td></td>\n<td>Type of offset. Possible values are WEEKLY, MONTHLY, etc.</td>\n</tr>\n<tr>\n<td>time</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DDT00:00:000Z\" - The specific time the invoice schedule is set to run</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format of \"YYYY MM DDT00:00:000Z\" - Time of when the entry was last updated</td>\n</tr>\n</tbody>\n</table>\n</div><p>6. <strong>Contacts -</strong> This is an array which contains list of contacts associated with the company</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_type</td>\n<td>Enum</td>\n<td></td>\n<td>The type of contact. Possible values are - ACCOUNTS_PAYABLE, ACCOUNTS_RECEIVABLES, SALES, OFFICER, INTERNAL</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td></td>\n<td>Format of \"YYYY MM DDT00:00:000Z\" - Time of when the entry was created</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td></td>\n<td>The email address of the contact.</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td></td>\n<td>The first name of the contact.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td></td>\n<td>A unique identifier for the contact, represented as a UUID.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td></td>\n<td>The last name of the contact.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td></td>\n<td>The phone number of the contact.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td></td>\n<td>Format of \"YYYY MM DDT00:00:000Z\" - Time of when the entry was last updated</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Payload:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"name\": \"INFINIX\",\n    \"code\": \"INFI\",\n    \"enterprise_id\": \"079c81fb-011e-4ef7-b8ae-2cae33f227ec\",\n    \"status\": \"ACTIVE\",\n    \"address\": \"12345 College Blvd\",\n    \"city\": \"Overland Park\",\n    \"state\": \"KS\",\n    \"postal\": \"66210\",\n    \"country\": \"US\",\n    \"phone\": \"7543567878\",\n    \"email\": \"infinix@gmail.com\",\n    \"website\": \"www.infinix.com\",\n    \"booking_code\": \"INF\",\n    \"external_account_number\": \"INFI\",\n    \"external_company_number\": \"INF01\",\n    \"hk_company_number\": \"9876\",\n    \"balance\": 0,\n    \"credit_limit\": 0,\n    \"credit_monitoring\": false,\n    \"service_level\": \"STANDARD\",\n    \"type\": \"GLOBAL\",\n    \"verification_regex\": \"*&amp;%$#@$%\",\n    \"auto_invoicing_type\": \"MULTI_STAY\",\n    \"payment_term\": \"UPON RECEIPT\",\n    \"company_payment_options\": \"HOTEL_COLLECT\",\n    \"company_pays\": true,\n    \"invoice_presentation_format\": \"HORIZONTAL\",\n    \"recipient_emails\": \"mohit.maheshwari@hotelkeyapp.com\",\n    \"attach_folio_to_invoice\": true,\n    \"include_payment_documents\": false,\n    \"invoice_notes\": \"treerty\",\n    \"format\": \"PDF_AND_EXCEL\",\n    \"no_show_charge_allowed\": true,\n    \"no_show_charge_nights\": 1,\n    \"allow_rate_code_changes\": false,\n    \"allow_extension\": true,\n    \"allow_children_override\": false,\n    \"allowed_direct_property_booking\": false,\n    \"allow_property_direct_bill_privileges\": false,\n    \"offer_upgrades\": false,\n    \"po_number_required\": true,\n    \"employment_verification_required\": true,\n    \"paperwork_required\": false,\n    \"auto_direct_bill_payment_days\": 7,\n    \"folio_type_code\": \"234567\",\n    \"full_stay_los\": false,\n    \"delivery_type\": \"EMAIL\",\n    \"succ\": false,\n    \"system_account_number\": 0,\n    \"fax\": \"\",\n    \"no_charge_waived\": false,\n    \"company_payment_sources\": [\n        {\n            \"company_id\": \"781f50aa-2ca0-4814-88dd-1dfe5afda5d4\",\n            \"enterprise_payment_type_id\": \"6d812ec5-0479-11ee-8d80-127b6942049d\",\n            \"custom_field_5\": \"802929382929\",\n            \"custom_field_6\": \"08/29\",\n            \"product_identifier\": \"HK-CPDB\",\n            \"id\": \"40f7d83b-b8dd-40d5-9e56-68da6463ba96\",\n            \"created_at\": \"2024-09-13T16:37:33.000Z\",\n            \"updated_at\": \"2024-09-13T16:37:33.000Z\"\n        }\n    ],\n    \"billing_type\": [\n        {\n            \"property_code\": \"8008\",\n            \"property_name\": \"Extended Stay America Select Suites - Colorado Springs\",\n            \"type\": \"LOCAL\"\n        },\n        {\n            \"property_code\": \"8016\",\n            \"property_name\": \"Extended Stay America Select Suites - Orlando - Sanford - Airport\",\n            \"type\": \"EXTERNAL\"\n        }\n    ],\n    \"charge_types\": [\n        {\n            \"charge_amount\": 2,\n            \"charge_type_code\": \"ACTS1\",\n            \"company_id\": \"c0c9bf20-e175-43a0-8079-1259a860af7a\",\n            \"post_to_direct_folio\": false\n        }\n    ],\n    \"contacts\": [\n        {\n            \"contact_type\": \"ACCOUNTS_PAYABLE\",\n            \"created_at\": \"2024-08-13T00:00:00.000Z\",\n            \"email\": \"account@123.com\",\n            \"first_name\": \"Account\",\n            \"id\": \"1dab72a7-f6ab-4a4f-866c-97c77b15ca4f\",\n            \"last_name\": \"123\",\n            \"phone\": \"6537846553\",\n            \"updated_at\": \"2024-08-13T00:00:00.000Z\"\n        }\n    ],\n    \"invoice_schedule_configuration\": {\n        \"company_id\": \"781f50aa-2ca0-4814-88dd-1dfe5afda5d4\",\n        \"created_at\": \"2024-09-13T17:07:07.000Z\",\n        \"id\": \"62849c76-1dd8-42a7-911a-68b0522cc61d\",\n        \"offset\": 1,\n        \"offset_type\": \"WEEKLY\",\n        \"time\": \"2024-09-13T03:30:00.000Z\",\n        \"updated_at\": \"2024-09-13T17:07:07.000Z\"\n    }\n}\n\n</code></pre>\n","_postman_id":"23a7a489-e2f4-446e-a11f-0cea8e3a859e"},{"name":"Settlement Payments & Refunds","item":[],"id":"56f707b4-8147-4373-a07c-e4d6812f2011","description":"<p>Third-Party will be able to poll/receive the messages for all the Enterprise Company's events in HK platform mentioned below:</p>\n<ul>\n<li><p>A payment is received from the company</p>\n</li>\n<li><p>A refund have been made to the company</p>\n</li>\n</ul>\n<p>This is set up at the Enterprise Level.</p>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream : No</strong></p>\n<ol>\n<li><strong>Payment/Refund Details</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>amount</td>\n<td>Number</td>\n<td>Double</td>\n<td>Total amount of the transaction.</td>\n</tr>\n<tr>\n<td>created_by_user</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the user who created the record.</td>\n</tr>\n<tr>\n<td>created_by_user_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID for user_id</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Date of the transaction in ISO 8601 format.</td>\n</tr>\n<tr>\n<td>enterprise_company_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code associated with the enterprise company.</td>\n</tr>\n<tr>\n<td>enterprise_company_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID of the enterprise company.</td>\n</tr>\n<tr>\n<td>enterprise_company_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the enterprise company.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID of the record.</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID of the property.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Enum</td>\n<td>Varchar(0-255)</td>\n<td>Status of the transaction. Possible values are APPROVED, CANCELLED, etc</td>\n</tr>\n<tr>\n<td>text</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Description or details of the transaction.</td>\n</tr>\n<tr>\n<td>un_applied_amount</td>\n<td>Double</td>\n<td>Double</td>\n<td>Amount that is not yet applied or accounted for.</td>\n</tr>\n</tbody>\n</table>\n</div><p>2. <strong>Payment Types -</strong> This is an array which contains list of payments types related to the transaction.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code of the payment type.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID of the payment type.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the payment type.</td>\n</tr>\n<tr>\n<td>refund_allowed</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>Indicates if refunds are allowed for this payment type.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>3.</em> <strong>Refunds (if any)</strong> - This is an array of objects which contains list of refunds related to the transaction.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>amount</td>\n<td>Double</td>\n<td></td>\n<td>Amount of the refund.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>DateTime (ISO 8601)</td>\n<td>Date of the refund in ISO 8601 format.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the UUID of the refund.</td>\n</tr>\n<tr>\n<td>refund_code</td>\n<td>Object</td>\n<td></td>\n<td>It contains details of the refund code used to make the refund</td>\n</tr>\n<tr>\n<td>refund_code.code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code of the refund type.</td>\n</tr>\n<tr>\n<td>refund_code.id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the UUID of the refund code.</td>\n</tr>\n<tr>\n<td>refund_code.name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the refund code.</td>\n</tr>\n<tr>\n<td>refund_code_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the UUID of the refund code.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Status of the refund.</td>\n</tr>\n<tr>\n<td>text</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Description or reason for the refund.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Settlement Payment Payload:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"amount\": 100,\n    \"status\": \"APPROVED\",\n    \"text\": \"8016 : $100 PAYMENT - CORPORATE DIRECT BILL\",\n    \"payment_type_id\": \"26d60151-d796-474c-abdc-9119c8f76ebc\",\n    \"payment_type\": {\n        \"name\": \"Corporate Direct Bill\",\n        \"code\": \"CODB\",\n        \"refund_allowed\": false,\n        \"id\": \"26d60151-d796-474c-abdc-9119c8f76ebc\"\n    },\n    \"date\": \"2025-10-09T00:00:00.000Z\",\n    \"invoices\": [],\n    \"refunds\": [],\n    \"un_applied_amount\": 100,\n    \"property_id\": \"761cea05-3201-468d-be29-b36f70e014e8\",\n    \"enterprise_company_id\": \"ed983c3b-5e55-4b05-883a-96941a86b0c8\",\n    \"created_by_user_id\": \"ab8aa5af-78ab-47b7-b8c7-4a6d2b92b1ff\",\n    \"created_by_user\": \"Khushfateh Singh Sikand\",\n    \"enterprise_company_name\": \"ABC Company\",\n    \"enterprise_company_code\": \"1234\",\n    \"id\": \"bcc149f7-1f75-4d31-9a19-72f67c62ec33\"\n}\n\n</code></pre>\n<p><strong>Settlement Refund Payload:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"amount\": 120,\n    \"status\": \"APPROVED\",\n    \"text\": \"8029 : 1234\",\n    \"payment_type_id\": \"6c82ce06-d0eb-4db9-9030-068ad2babbee\",\n    \"payment_type\": {\n        \"name\": \"Check\",\n        \"code\": \"CHECK\",\n        \"refund_allowed\": true,\n        \"id\": \"6c82ce06-d0eb-4db9-9030-068ad2babbee\"\n    },\n    \"date\": \"2024-08-08T00:00:00.000Z\",\n    \"invoices\": [\n        {\n            \"invoice_no\": \"34\",\n            \"status\": \"CLOSED\",\n            \"date\": \"2024-08-05T09:42:08.000Z\",\n            \"invoice_lines\": [\n                {\n                    \"payment_id\": \"234F4892-0EBB-487F-A32B-B81B4D991368\",\n                    \"amount\": 109.79,\n                    \"confirmation_no\": \"8029000330\",\n                    \"date\": \"2023-10-10T00:00:00.000Z\",\n                    \"settlement_allocations\": [\n                        {\n                            \"invoice_id\": \"8abfc9b0-4779-49d3-855b-a04d09c7a37c\",\n                            \"invoice_line_id\": \"00ee04a7-057d-4834-b16b-078d28da2168\",\n                            \"payment_id\": \"7b330d10-c2aa-4658-aa6c-9325ae7d8f14\",\n                            \"property_id\": \"f87c9efe-d564-4651-88a5-e23ee6c0511b\",\n                            \"created_by_user_id\": \"954b9553-cf43-4c4e-abed-04d0caec539e\",\n                            \"created_by_user\": \"Madhura Bhalerao\",\n                            \"amount\": 109.79,\n                            \"id\": \"d44a9323-2e95-4fc9-bb42-74b8c3035c0e\",\n                            \"created_at\": \"2024-08-08T07:50:01.000Z\"\n                        }\n                    ],\n                    \"total_room_revenue_charges\": 89.99,\n                    \"total_room_revenue_taxes\": 19.8,\n                    \"total_non_room_revenue_charges\": 0,\n                    \"total_non_room_revenue_taxes\": 0,\n                    \"guest_name\": \"doe john - 315\",\n                    \"id\": \"00ee04a7-057d-4834-b16b-078d28da2168\"\n                }\n            ],\n            \"id\": \"8abfc9b0-4779-49d3-855b-a04d09c7a37c\"\n        }\n    ],\n    \"refunds\": [\n        {\n            \"amount\": 10,\n            \"status\": \"APPROVED\",\n            \"text\": \"TEST\",\n            \"refund_code_id\": \"105c1a3e-f59c-4327-973b-cc1f43ad81d0\",\n            \"refund_code\": {\n                \"name\": \"new refund\",\n                \"code\": \"refcode\",\n                \"id\": \"105c1a3e-f59c-4327-973b-cc1f43ad81d0\"\n            },\n            \"date\": \"2024-08-08T00:00:00.000Z\",\n            \"id\": \"6178a6cf-c042-45b1-9d74-322a8c074e31\"\n        },\n        {\n            \"amount\": 0.21,\n            \"status\": \"APPROVED\",\n            \"text\": \"TESTING\",\n            \"refund_code_id\": \"105c1a3e-f59c-4327-973b-cc1f43ad81d0\",\n            \"refund_code\": {\n                \"name\": \"new refund\",\n                \"code\": \"refcode\",\n                \"id\": \"105c1a3e-f59c-4327-973b-cc1f43ad81d0\"\n            },\n            \"date\": \"2026-01-13T00:00:00.000Z\",\n            \"id\": \"7f99c27d-db3d-4a45-8706-137c779b2c69\"\n        }\n    ],\n    \"un_applied_amount\": 0,\n    \"property_id\": \"f87c9efe-d564-4651-88a5-e23ee6c0511b\",\n    \"enterprise_company_id\": \"ed983c3b-5e55-4b05-883a-96941a86b0c8\",\n    \"created_by_user_id\": \"954b9553-cf43-4c4e-abed-04d0caec539e\",\n    \"created_by_user\": \"Madhura Bhalerao\",\n    \"enterprise_company_name\": \"Walt Disney Company\",\n    \"enterprise_company_code\": \"2468\",\n    \"id\": \"7b330d10-c2aa-4658-aa6c-9325ae7d8f14\"\n}\n\n</code></pre>\n","_postman_id":"56f707b4-8147-4373-a07c-e4d6812f2011"},{"name":"Company Invoice","item":[],"id":"9ad3a42a-4213-422e-9c1c-c7bdaa95965b","description":"<p>Third-Party will be able to poll/receive the messages for all the Enterprise Company's Invoice events in HK platform mentioned below:</p>\n<ul>\n<li><p>An invoice is created</p>\n</li>\n<li><p>An invoice is updated</p>\n</li>\n</ul>\n<p>This is set up at the Enterprise Level - it's a real time datastream.</p>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream : No</strong></p>\n<ol>\n<li><strong>Headers Details</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID of the stream configured for DataStream in Admin</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream configured in HK Admin</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>The type of datastream</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID of the property</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code of th property</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format is \"YYYY MM DDT00:00:00\". This is the applicable date for which rate is applicable as per the property business date.</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone offset with respect to UTC. For ex: UTC-08:00, UTC-5:30:00</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format is\"YYYY MM DDT00:00:00\". This is the applicable date for which rate is applicable as per the property business date.</td>\n</tr>\n<tr>\n<td>company_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code of the company</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the company</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>2. Invoice</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>invoice_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID of the invoice</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>creation_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Date of invoice creation</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Status of the invoice (eg: OPEN, CLOSE)</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>3.</em> Invoice Lines <strong>(if any)</strong> - This is an array of objects which contains list of refunds related to the transaction.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Double</td>\n<td></td>\n<td>UUID of the invoice_lines</td>\n</tr>\n<tr>\n<td>confirmation_number</td>\n<td>String</td>\n<td>DateTime (ISO 8601)</td>\n<td>confirmation number who's room revnue is included in the invoice</td>\n</tr>\n<tr>\n<td>third_party_ref_no</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>code of third party reference (if any)</td>\n</tr>\n<tr>\n<td>reservation_id</td>\n<td>Object</td>\n<td></td>\n<td>UUID of the reservation</td>\n</tr>\n<tr>\n<td>guest_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the guest</td>\n</tr>\n<tr>\n<td>payment_amount</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Paid amount</td>\n</tr>\n<tr>\n<td>refund_amount</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Refunded amounnt</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Date of the activity (payment/refund)</td>\n</tr>\n<tr>\n<td>unsettled_invoice_line_amount</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Due amount of the invoice.</td>\n</tr>\n<tr>\n<td>total_room_revenue_charges</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Total Room Revenue of the reservation</td>\n</tr>\n<tr>\n<td>total_room_revenue_taxes</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Taxes incurred on total room revenue</td>\n</tr>\n<tr>\n<td>total_non_room_revenue_charges</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Total Non-Room Revenue of the reservation</td>\n</tr>\n<tr>\n<td>total_non_room_revenue_taxes</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Taxes incurred on total non-room revenue</td>\n</tr>\n<tr>\n<td>last_settled_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>date of the last linked settlement date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>4. Invoice Line Settlement Allocations</strong> <em><strong>(if any)</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td></td>\n<td>Varchar(0-255)</td>\n<td>UUID of the Settlement Allocation</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Amount of settlement</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Status of settlement allocation</td>\n</tr>\n<tr>\n<td>text</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>remarks</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Date of settlement allocation</td>\n</tr>\n<tr>\n<td>allocated_amount</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>amount allocation to this invoice</td>\n</tr>\n<tr>\n<td>payment_type_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID of the payment type used to pay Settlement Allocation</td>\n</tr>\n<tr>\n<td>payment_type_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code of the payment type used to pay Settlement Allocation</td>\n</tr>\n<tr>\n<td>payment_type_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the payment type used to pay Settlement Allocation</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID of the user who collected the settlement allocation</td>\n</tr>\n<tr>\n<td>enterprise_company_id</td>\n<td></td>\n<td></td>\n<td>UUID of the enterprise compaby</td>\n</tr>\n<tr>\n<td>company_code</td>\n<td></td>\n<td></td>\n<td>Code of the company</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td></td>\n<td></td>\n<td>Name of the company</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Payload:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"stream_id\": \"23ccb3ec-c55b-48a5-9ae1-93566a06cb9e\",\n    \"stream_name\": \"ENTERPRISE_DIRECT_BILL_INVOICE\",\n    \"event_id\": \"943b0b0a-8170-4b99-8420-7f76430dce7a\",\n    \"event_type\": \"ENTERPRISE_DIRECT_BILL_INVOICE\",\n    \"company_id\": \"ed983c3b-5e55-4b05-883a-96941a86b0c8\",\n    \"company_name\": \"Walt Disney Company\",\n    \"company_code\": \"1234\",\n    \"type\": \"enterprise_invoices\",\n    \"event_time\": \"2025-12-24T10:02:32.347Z\",\n    \"enterprise_invoice\": {\n        \"invoice_id\": \"5756c5c9-936f-4478-bc1f-f5e13b788f5c\",\n        \"invoice_number\": \"110\",\n        \"date\": \"2025-12-11T00:00:00.000Z\",\n        \"status\": \"OPEN\",\n        \"invoice_lines\": [\n            {\n                \"id\": \"6993687d-e551-46ca-9bad-3cdf86ff0b63\",\n                \"property_id\": \"761cea05-3201-468d-be29-b36f70e014e8\",\n                \"confirmation_number\": \"8016008540\",\n                \"reservation_id\": \"9906eb96-de5c-423d-b7e2-94f2fe2391ee\",\n                \"guest_name\": \"TEST TESTERSON - 409\",\n                \"payment_amount\": 104.39,\n                \"refund_amount\": 0,\n                \"date\": \"2025-01-14T00:00:00.000Z\",\n                \"unsettled_invoice_line_amount\": 0,\n                \"total_room_revenue_charges\": 89.99,\n                \"total_room_revenue_taxes\": 14.4,\n                \"total_non_room_revenue_charges\": 0,\n                \"total_non_room_revenue_taxes\": 0,\n                \"last_settled_date\": \"2025-12-12T00:00:00.000Z\"\n            },\n            {\n                \"id\": \"f7d20401-8834-4fa3-ac30-2eb1b9b18aa9\",\n                \"property_id\": \"761cea05-3201-468d-be29-b36f70e014e8\",\n                \"confirmation_number\": \"8016008327\",\n                \"reservation_id\": \"45c9ce14-305f-4ed4-8674-3c49ca791285\",\n                \"guest_name\": \"ROHAN TEST \",\n                \"payment_amount\": 100.79,\n                \"refund_amount\": 0,\n                \"date\": \"2024-12-24T00:00:00.000Z\",\n                \"unsettled_invoice_line_amount\": 10.79,\n                \"total_room_revenue_charges\": 89.99,\n                \"total_room_revenue_taxes\": 10.8,\n                \"total_non_room_revenue_charges\": 0,\n                \"total_non_room_revenue_taxes\": 0,\n                \"last_settled_date\": \"2025-12-24T00:00:00.000Z\"\n            }\n        ],\n        \"settlement_payments\": [\n            {\n                \"amount\": 90,\n                \"status\": \"APPROVED\",\n                \"text\": \"8016 : 53432422\",\n                \"date\": \"2025-12-12T00:00:00.000Z\",\n                \"allocated_amount\": 50,\n                \"payment_type_id\": \"6c82ce06-d0eb-4db9-9030-068ad2babbee\",\n                \"payment_type_code\": \"CHECK\",\n                \"payment_type_name\": \"Check\",\n                \"user_id\": \"9973933b-4c08-4d93-9c54-ff65a34256a5\",\n                \"id\": \"4e0caffa-10a1-40ce-8c77-ce30db603c0d\"\n            },\n            {\n                \"amount\": 500,\n                \"status\": \"APPROVED\",\n                \"text\": \"8016 : DS_PAYMENT\",\n                \"date\": \"2025-12-12T00:00:00.000Z\",\n                \"allocated_amount\": 44.39,\n                \"payment_type_id\": \"8dbab281-377e-485f-881e-617482da5e05\",\n                \"payment_type_code\": \"BLFC\",\n                \"payment_type_name\": \"Balance Forward\",\n                \"user_id\": \"9973933b-4c08-4d93-9c54-ff65a34256a5\",\n                \"id\": \"62132143-a1ad-4620-b96a-012fe176844e\"\n            },\n            {\n                \"amount\": 100,\n                \"status\": \"APPROVED\",\n                \"text\": \"8016 : PAYMENT\",\n                \"date\": \"2025-12-11T00:00:00.000Z\",\n                \"allocated_amount\": 100,\n                \"payment_type_id\": \"6c82ce06-d0eb-4db9-9030-068ad2babbee\",\n                \"payment_type_code\": \"CHECK\",\n                \"payment_type_name\": \"Check\",\n                \"user_id\": \"9973933b-4c08-4d93-9c54-ff65a34256a5\",\n                \"id\": \"7f6642ba-d3e5-4446-b749-b7c66f68e5ad\"\n            }\n        ]\n    }\n}\n\n</code></pre>\n","_postman_id":"9ad3a42a-4213-422e-9c1c-c7bdaa95965b"},{"name":"Company Account Receivable","item":[],"id":"6eb43100-56e8-447c-8018-f657030929eb","description":"<p>Third-Party will be able to poll/receive the messages for all the Enterprise Company's Account Receivables in HK platform mentioned below:</p>\n<ul>\n<li>After NA, Company account receivables are generated. This datastream will send information related to these account receivables.</li>\n</ul>\n<p>This is set up at the Property Level - it's a refresh datastream.</p>\n<p><strong>Real-Time Stream : No</strong></p>\n<p><strong>Refresh Stream : Yes</strong></p>\n<ol>\n<li><strong>Headers Details</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID of the stream configured for DataStream in Admin</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream configured in HK Admin</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>The type of datastream</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID of the property</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code of th property</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format is \"YYYY MM DDT00:00:00\". This is the applicable date for which rate is applicable as per the property business date.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Timezone of the property</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone offset with respect to UTC. For ex: UTC-08:00, UTC-5:30:00</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format is\"YYYY MM DDT00:00:00\". This is the applicable date for which rate is applicable as per the property business date.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>2. Enterprise AR:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payment_id</td>\n<td>Double</td>\n<td></td>\n<td>UUID of the payment</td>\n</tr>\n<tr>\n<td>payment_date</td>\n<td>String</td>\n<td>DateTime (ISO 8601)</td>\n<td>date of the payment</td>\n</tr>\n<tr>\n<td>direct_bill_amount</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>amount of direct bill</td>\n</tr>\n<tr>\n<td>reservation_id</td>\n<td>Object</td>\n<td></td>\n<td>UUID of the reservation</td>\n</tr>\n<tr>\n<td>confirmation_no</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Confirmation number of a reservation</td>\n</tr>\n<tr>\n<td>guest_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the guest</td>\n</tr>\n<tr>\n<td>guest_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID of the guest</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Date of the account receivable being posted</td>\n</tr>\n<tr>\n<td>total_room_revenue_charges</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Total Room Revenue of the reservation</td>\n</tr>\n<tr>\n<td>total_room_revenue_taxes</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Taxes incurred on total room revenue</td>\n</tr>\n<tr>\n<td>total_non_room_revenue_charges</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Total Non-Room Revenue of the reservation</td>\n</tr>\n<tr>\n<td>total_non_room_revenue_taxes</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Taxes incurred on total non-room revenue</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the company</td>\n</tr>\n<tr>\n<td>company_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Code of the company</td>\n</tr>\n<tr>\n<td>company_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Type of the company</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Payload:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"ee56a80f-a909-43cb-b6bf-22d10c62fc15\",\n  \"stream_name\": \"ENTERPRISE_ACCOUNT_RECEIVABLE\",\n  \"event_id\": \"917a86cf-6406-42a5-a9f4-822d1e51b031\",\n  \"event_type\": \"ENTERPRISE_ACCOUNT_RECEIVABLE\",\n  \"property_id\": \"761cea05-3201-468d-be29-b36f70e014e8\",\n  \"property_code\": \"8016\",\n  \"type\": \"ENTERPRISE_AR\",\n  \"enterprise_ar\": [\n    {\n      \"payment_id\": \"4e37239b-9f97-4df1-9f98-18bb2e06bc99\",\n      \"payment_date\": \"2025-01-14T00:00:00.000Z\",\n      \"direct_bill_amount\": 104.39,\n      \"reservation_id\": \"9906eb96-de5c-423d-b7e2-94f2fe2391ee\",\n      \"confirmation_no\": \"8016008540\",\n      \"guest_name\": \"TEST TESTERSON - 409\",\n      \"guest_id\": \"01d6b612-27d6-4f36-b318-496bcbc76d55\",\n      \"total_room_revenue_charges\": 89,\n      \"total_room_revenue_taxes\": 14.4,\n      \"total_non_room_revenue_charges\": 0,\n      \"total_non_room_revenue_taxes\": 0,\n      \"company_name\": \"Walt Disney Company\",\n      \"company_code\": \"2468\",\n      \"company_type\": \"GLOBAL\"\n    },\n    {\n      \"payment_id\": \"aeabb793-426a-446d-924e-2e16f746523c\",\n      \"payment_date\": \"2025-01-14T00:00:00.000Z\",\n      \"direct_bill_amount\": 104.39,\n      \"reservation_id\": \"93b49bb2-7763-4751-875c-30d65e659642\",\n      \"confirmation_no\": \"8016008538\",\n      \"guest_name\": \"TEST TESTERSON - 412\",\n      \"guest_id\": \"01d6b612-27d6-4f36-b318-496bcbc76d55\",\n      \"total_room_revenue_charges\": 89,\n      \"total_room_revenue_taxes\": 14.4,\n      \"total_non_room_revenue_charges\": 0,\n      \"total_non_room_revenue_taxes\": 0,\n      \"company_name\": \"Walt Disney Company\",\n      \"company_code\": \"2468\",\n      \"company_type\": \"GLOBAL\"\n    }\n  ],\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [],\n  \"event_time\": \"2026-08-07T14:27:49.226Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2025-01-14T00:00:00.000Z\"\n}\n\n</code></pre>\n","_postman_id":"6eb43100-56e8-447c-8018-f657030929eb"},{"name":"Statistics & Balances","item":[{"name":"New Request","id":"fefaa99e-b48e-4ed9-8f69-bb1d73474e4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"fefaa99e-b48e-4ed9-8f69-bb1d73474e4e"}],"id":"4570d364-b5a2-47f1-b0e6-300ae7ddf65c","description":"<p>This event consists of accumulated data generated for each business date. The third party can poll/receive the statistical and balances data after the night audit process for posted charges, payments, taxes, business day balances for each business date.</p>\n<p><strong>Real-Time Stream:</strong> No\n<strong>Refresh Stream:</strong> Yes</p>\n<hr />\n<h2 id=\"1-header-details\">1. Header Details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>string - uuid identifying the event stream instance</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>string - name of the stream, e.g. <code>STATS_AND_BALANCES</code></td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>string - uuid identifying this specific event</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>string - event type identifier, e.g. <code>STATS_BALANCES</code></td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>string - fixed 36 characters representing the uuid of the property in the HK PMS system</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>string - minimum of 4 characters, maximum of 10 characters. This is the code for the property in the PMS</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - payload identifier for different type of events. The value is <code>\"statistics\"</code> for stats and balance events payload.</td>\n</tr>\n<tr>\n<td>total_items</td>\n<td>integer - total number of items in this delivery batch</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>integer - index of this item within the batch</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>string - property timezone, e.g. <code>\"CST6CDT\"</code></td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>array - list of change event identifiers</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>string - timestamp the event was generated</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>string - UTC offset of the property, e.g. <code>\"UTC-05:00\"</code></td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>string - business date the event pertains to</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"2-statistics\">2. Statistics</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>property_id</td>\n<td>string - fixed 36 characters representing the uuid of the property in the HK PMS system</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>string - property code</td>\n</tr>\n<tr>\n<td>date</td>\n<td>string format <code>\"yyyy-mm-ddT00:00:00\"</code> representing the property date of execution of Night Audit and generation of payload</td>\n</tr>\n<tr>\n<td>night_audit</td>\n<td>object - night audit run metadata: <code>started_at</code>, <code>status</code>, <code>finished_at</code>, <code>business_day_id</code>, <code>id</code></td>\n</tr>\n<tr>\n<td>in_house_opening_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>in_house_closing_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>in_house_net_change</td>\n<td>double</td>\n</tr>\n<tr>\n<td>house_account_opening_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>house_account_closing_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>house_account_net_change</td>\n<td>double</td>\n</tr>\n<tr>\n<td>total_closed_folio_opening_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>total_closed_folio_closing_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>total_closed_folio_net_change</td>\n<td>double</td>\n</tr>\n<tr>\n<td>direct_bill_opening_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>direct_bill_closing_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>direct_bill_net_change</td>\n<td>double</td>\n</tr>\n<tr>\n<td>advance_deposit_opening_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>advance_deposit_closing_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>advance_deposit_net_change</td>\n<td>double</td>\n</tr>\n<tr>\n<td>property_beginning_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>property_ending_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>today_departures_unbalanced</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>total_closed_folio_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>codb_opening_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>codb_net_change</td>\n<td>double</td>\n</tr>\n<tr>\n<td>codb_ending_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>in_house_group_block_opening_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>in_house_group_block_net_change</td>\n<td>double</td>\n</tr>\n<tr>\n<td>in_house_group_block_ending_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>reservation_advance_deposit_opening_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>reservation_advance_deposit_closing_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>group_block_advance_deposit_opening_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>group_block_advance_deposit_closing_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>house_account_advance_deposit_opening_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>house_account_advance_deposit_closing_balance</td>\n<td>double</td>\n</tr>\n<tr>\n<td>occupancy_with_down_rooms_with_comps_room</td>\n<td>double</td>\n</tr>\n<tr>\n<td>occupancy_with_down_rooms_without_comp_rooms</td>\n<td>double</td>\n</tr>\n<tr>\n<td>occupancy_without_down_rooms_with_comp_rooms</td>\n<td>double</td>\n</tr>\n<tr>\n<td>total_items</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>integer</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"3-summary\">3. Summary</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>actual</td>\n<td>double - actual value for the type of statistical data</td>\n</tr>\n<tr>\n<td>adjusted</td>\n<td>double - adjusted value for the type of statistical data</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - represents the type of statistical data. <strong>Current possible values:</strong> <code>adults, cancelled, checked_in_reservations, children, comp_rooms, departed_reservations, house_rooms, no_show, room_available, room_clean, room_dirty, room_down, room_sold, room_vacant, total_guests, zero_rate, average_daily_rate, occupied_double_rooms_count, occupied_single_rooms_count, booked_cancellations_today, booked_room_nights_today, booked_today, cancelled_reservations_arriving_today, cancelled_with_penalty_reservations_arriving_today, clean_rooms, dirty_rooms, early_departures_rooms, extended_departures_rooms, group_folio_room_revenue_in_house, group_in_house_guests, group_master_room_revenue_in_house, group_rooms_in_house, individual_room_revenue, individual_room_revenue_in_house, individual_rooms_in_house, occupancy_percent_for_next_14_days, occupancy_percent_for_next_31_days, occupancy_percent_for_next_7_days, occupancy_percent_for_tomorrow, oons_rooms, oos_rooms, ready_rooms, room_sold_without_comp_rooms, total_arrivals_tomorrow, total_arriving_guests, total_departure_rooms_tomorrow, total_gratis, total_groups, total_guests_arriving_tomorrow, total_guests_departing_tomorrow, transient_in_house_guests, adr_without_comp_room, adr_with_comp_room, revenue_per_available_room_without_down_room, revenue_per_available_room_with_down_room, occupancy_percentage_with_down_rooms, occupancy_percentage_without_down_rooms, stay_overs, same_day_bookings, same_day_checkouts</code>  <br /><br /><strong>occupied_double_rooms_count</strong> = occupancy count where (adults + children) &gt; 1  <br /><strong>occupied_single_rooms_count</strong> = occupancy count where (adults + children) = 1</td>\n</tr>\n<tr>\n<td>mtd</td>\n<td>double - represents the value from the first day of the current month to the current property date</td>\n</tr>\n<tr>\n<td>lymtd</td>\n<td>double - represents value from the first day of the last year current month to the current property date</td>\n</tr>\n<tr>\n<td>ytd</td>\n<td>double - represents year to date value</td>\n</tr>\n<tr>\n<td>lytd</td>\n<td>double - represents value from the first day of last year to the current property date</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"4-revenue-and-charges--taxes--payments\">4. Revenue and Charges / Taxes / Payments</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>actual</td>\n<td>double - actual charge/tax/payment value for the day night audit is executed</td>\n</tr>\n<tr>\n<td>adjusted</td>\n<td>double - the adjusted value for charge/tax/payment for the day night audit is executed</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - Charge Type Code / Tax Type Code / Payment Type Code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string - Charge Type Name / Tax Type Name / Payment Type Name</td>\n</tr>\n<tr>\n<td>category</td>\n<td>string - charge category (applies to <code>revenue_and_charges</code> only). Observed values: <code>MISC_CHARGE, ROOM_RENT, ADVANCED_DEPOSIT, SYSTEM, OTHER, FOOD</code></td>\n</tr>\n<tr>\n<td>mtd</td>\n<td>double - value from the first day of the current month to the current property date</td>\n</tr>\n<tr>\n<td>lymtd</td>\n<td>double - value from the first day of the last year current month to the current property date</td>\n</tr>\n<tr>\n<td>ytd</td>\n<td>double - year to date value from beginning of the first day of the current year to the current property date</td>\n</tr>\n<tr>\n<td>lytd</td>\n<td>double - value from the first day of last year to the current property date</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"5-settlement-payments\">5. Settlement Payments</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company_code</td>\n<td>string - company code</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>string - company name</td>\n</tr>\n<tr>\n<td>actual</td>\n<td>double - total settlement payments</td>\n</tr>\n<tr>\n<td>adjusted</td>\n<td>double - total settlement refunds</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - payment type code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string - payment type name</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"6-direct-bill-aging\">6. Direct Bill Aging</h2>\n<p>Amount that a direct bill company owes to a property (invoiced + un-invoiced)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company_code</td>\n<td>string - company code</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>string - company name</td>\n</tr>\n<tr>\n<td>total</td>\n<td>double - total amount</td>\n</tr>\n<tr>\n<td>under_30_days</td>\n<td>double - amount below 30 days</td>\n</tr>\n<tr>\n<td>between_31_60_days</td>\n<td>double - amount between 31-60 days</td>\n</tr>\n<tr>\n<td>between_61_90_days</td>\n<td>double - amount between 61-90 days</td>\n</tr>\n<tr>\n<td>between_91_120_days</td>\n<td>double - amount between 91-120 days</td>\n</tr>\n<tr>\n<td>between_121_150_days</td>\n<td>double - amount between 121-150 days</td>\n</tr>\n<tr>\n<td>over_151_days</td>\n<td>double - amount over 151 days</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"7-market-segment-revenue--future-market-segment-revenue\">7. Market Segment Revenue / Future Market Segment Revenue</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string - market segment code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string - market segment name</td>\n</tr>\n<tr>\n<td>date</td>\n<td>string - date</td>\n</tr>\n<tr>\n<td>revenue</td>\n<td>double - total revenue</td>\n</tr>\n<tr>\n<td>sold_count</td>\n<td>integer - total rooms sold</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>future_market_segment_revenue</code> is an object keyed by date (<code>yyyy-mm-dd</code>), each holding an array of the row shape above.</p>\n<p><strong>New sibling arrays/objects using the same shape:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>local_market_segment_revenue</td>\n<td>array - same shape as <code>market_segment_revenue</code>, scoped to local market segments</td>\n</tr>\n<tr>\n<td>local_future_market_segment_revenue</td>\n<td>object keyed by date - same shape as <code>future_market_segment_revenue</code>, scoped to local market segments</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"8-rate-code-revenue--rate-code-nights\">8. Rate Code Revenue / Rate Code Nights</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>actual</td>\n<td>double</td>\n</tr>\n<tr>\n<td>adjusted</td>\n<td>double</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - rate code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string - rate code name</td>\n</tr>\n<tr>\n<td>mtd</td>\n<td>double</td>\n</tr>\n<tr>\n<td>lymtd</td>\n<td>double</td>\n</tr>\n<tr>\n<td>ytd</td>\n<td>double</td>\n</tr>\n<tr>\n<td>lytd</td>\n<td>double</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>rate_code_los_categories</code> also appears (array, currently observed empty).</p>\n<hr />\n<h2 id=\"9-occupancy-forecast\">9. Occupancy Forecast</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total_rooms</td>\n<td>integer - total rooms in property</td>\n</tr>\n<tr>\n<td>down_rooms</td>\n<td>integer - rooms out of service</td>\n</tr>\n<tr>\n<td>occupied_rooms</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>occupied_down_rooms</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>total_without_down_rooms</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>available_rooms</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>day_of_week</td>\n<td>string</td>\n</tr>\n<tr>\n<td>date</td>\n<td>string</td>\n</tr>\n<tr>\n<td>stay_overs</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>future_stay_overs</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>departures</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>projected_departures</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>arrivals</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>group_allocations</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>group_reservations</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>guaranteed_reservations</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>non_guaranteed_reservations</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>confirmed_revenue</td>\n<td>double</td>\n</tr>\n<tr>\n<td>projected_revenue</td>\n<td>double</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"10-reservation-refresh-summary\">10. Reservation Refresh Summary</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total</td>\n<td>integer - total reservations refreshed</td>\n</tr>\n<tr>\n<td>checked_in</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>checked_out</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>no_show</td>\n<td>integer</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"11-house-account-summary\">11. House Account Summary</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total</td>\n<td>integer - total house accounts</td>\n</tr>\n<tr>\n<td>open</td>\n<td>integer - open house accounts</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"12-group-summary\">12. Group Summary</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total</td>\n<td>integer - total groups</td>\n</tr>\n<tr>\n<td>checked_in</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>checked_out</td>\n<td>integer</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"13-shift-summary\">13. Shift Summary</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - shift uuid</td>\n</tr>\n<tr>\n<td>username</td>\n<td>string - user who ran the shift</td>\n</tr>\n<tr>\n<td>started_at</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ended_at</td>\n<td>string</td>\n</tr>\n<tr>\n<td>starting_cash</td>\n<td>double</td>\n</tr>\n<tr>\n<td>ending_cash</td>\n<td>double</td>\n</tr>\n<tr>\n<td>cash_drops</td>\n<td>array of <code>{dropped_date, dropped_amount, actual_amount}</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"14-ar-summary\">14. AR Summary</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td>string - e.g. <code>Invoices</code>, <code>settlement</code>, <code>ar</code></td>\n</tr>\n<tr>\n<td>count</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>double</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"15-advance-purchase\">15. Advance Purchase</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td>string - e.g. <code>Advance Deposits</code></td>\n</tr>\n<tr>\n<td>count</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>double</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"16-room-types\">16. Room Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string - room type name</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string - room type code</td>\n</tr>\n<tr>\n<td>total</td>\n<td>integer - total rooms of this type</td>\n</tr>\n<tr>\n<td>available</td>\n<td>integer - available rooms of this type</td>\n</tr>\n<tr>\n<td>reserved</td>\n<td>integer - reserved rooms of this type</td>\n</tr>\n<tr>\n<td>out_of_order</td>\n<td>integer - out-of-order rooms of this type</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"17-revenue-by-room-type-and-rate-code\">17. Revenue by Room Type and Rate Code</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>room_revenue_by_market_code</td>\n<td>double</td>\n</tr>\n<tr>\n<td>room_type</td>\n<td>string - room type code</td>\n</tr>\n<tr>\n<td>room_tier_id</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>room_tier_bed_amount</td>\n<td>double</td>\n</tr>\n<tr>\n<td>no_of_room_occupied_by_market_segment</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>no_of_room_occupied_by_room_type_per_tier</td>\n<td>integer</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"18-turn-away-information\">18. Turn Away Information</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string - turn-away reason, e.g. <code>CALL DISCONNECTED</code>, <code>CREDIT CARD POLICY</code>, <code>DEPOSIT POLICY</code>, <code>EARLY CHECK-IN NEEDED</code>, <code>INFO ONLY</code>, <code>LOCATION BOOKED</code>, <code>LOCATION FACILITIES</code>, <code>NO LOCATION IN CITY</code>, <code>PET POLICY</code>, <code>PRANK CALLER</code>, <code>RATE RESISTANCE</code>, <code>REFERRED TO HOTEL</code>, <code>ROOM TYPE NOT AVAILABLE</code>, <code>RRI JUST CHECKING</code>, <code>SHOPPER</code>, <code>SMOKING PREFERENCE NOT AVAILABLE</code></td>\n</tr>\n<tr>\n<td>actual_today</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>mtd</td>\n<td>integer</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"19-room-sold-by-market-segments\">19. Room Sold by Market Segments</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>actual</td>\n<td>double</td>\n</tr>\n<tr>\n<td>adjusted</td>\n<td>double</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - market segment code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string - market segment name</td>\n</tr>\n<tr>\n<td>mtd</td>\n<td>double</td>\n</tr>\n<tr>\n<td>lymtd</td>\n<td>double</td>\n</tr>\n<tr>\n<td>ytd</td>\n<td>double</td>\n</tr>\n<tr>\n<td>lytd</td>\n<td>double</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"payload\">Payload</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"f4ed6b8d-a8f7-44cd-b845-feeb999ae0e5\",\n  \"stream_name\": \"STATS_AND_BALANCES\",\n  \"event_id\": \"6d792bde-e5c6-410d-bb99-3c2a85b4ae76\",\n  \"event_type\": \"STATS_BALANCES\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"statistics\",\n  \"total_items\": 1,\n  \"item_number\": 1,\n  \"statistics\": {\n    \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n    \"property_code\": \"MAN01\",\n    \"date\": \"2026-02-04T00:00:00.000Z\",\n    \"night_audit\": {\n      \"started_at\": \"2026-08-20T07:06:55.000Z\",\n      \"status\": \"COMPLETED\",\n      \"finished_at\": \"2026-08-20T07:07:26.000Z\",\n      \"business_day_id\": \"4d7b7188-bcf0-4ef2-bfb7-f80dec008997\",\n      \"id\": \"4c3d9ea8-9ff8-4379-8180-971a1199e42f\"\n    },\n    \"in_house_opening_balance\": 0,\n    \"in_house_closing_balance\": -199.8,\n    \"in_house_net_change\": -199.8,\n    \"house_account_opening_balance\": 0,\n    \"house_account_closing_balance\": 0,\n    \"house_account_net_change\": 0,\n    \"total_closed_folio_opening_balance\": 5,\n    \"total_closed_folio_closing_balance\": 5,\n    \"total_closed_folio_net_change\": 0,\n    \"direct_bill_opening_balance\": -3099.33,\n    \"direct_bill_closing_balance\": -3099.33,\n    \"direct_bill_net_change\": 0,\n    \"advance_deposit_opening_balance\": 0,\n    \"advance_deposit_closing_balance\": 0,\n    \"advance_deposit_net_change\": 0,\n    \"property_beginning_balance\": -426740.67,\n    \"property_ending_balance\": -430034.8,\n    \"today_departures_unbalanced\": 0,\n    \"total_closed_folio_balance\": 5,\n    \"codb_opening_balance\": 0,\n    \"codb_net_change\": 0,\n    \"codb_ending_balance\": 0,\n    \"in_house_group_block_opening_balance\": 677.91,\n    \"in_house_group_block_net_change\": -677.91,\n    \"in_house_group_block_ending_balance\": 0,\n    \"reservation_advance_deposit_opening_balance\": 0,\n    \"reservation_advance_deposit_closing_balance\": 0,\n    \"group_block_advance_deposit_opening_balance\": 0,\n    \"group_block_advance_deposit_closing_balance\": 0,\n    \"house_account_advance_deposit_opening_balance\": 0,\n    \"house_account_advance_deposit_closing_balance\": 0,\n    \"summary\": [\n      {\n        \"actual\": 1,\n        \"adjusted\": 0,\n        \"type\": \"adults\",\n        \"mtd\": 5,\n        \"lymtd\": 12,\n        \"ytd\": 45,\n        \"lytd\": 125\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"booked_cancellations_today\",\n        \"mtd\": 0,\n        \"lymtd\": 9,\n        \"ytd\": 22,\n        \"lytd\": 60\n      },\n      {\n        \"actual\": 4,\n        \"adjusted\": 0,\n        \"type\": \"booked_room_nights_today\",\n        \"mtd\": 8,\n        \"lymtd\": 19,\n        \"ytd\": 111,\n        \"lytd\": 205\n      },\n      {\n        \"actual\": 2,\n        \"adjusted\": 0,\n        \"type\": \"booked_today\",\n        \"mtd\": 6,\n        \"lymtd\": 17,\n        \"ytd\": 68,\n        \"lytd\": 150\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"cancelled\",\n        \"mtd\": 0,\n        \"lymtd\": 9,\n        \"ytd\": 3,\n        \"lytd\": 60\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"cancelled_reservations_arriving_today\",\n        \"mtd\": 0,\n        \"lymtd\": 9,\n        \"ytd\": 25,\n        \"lytd\": 60\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"cancelled_with_penalty_reservations_arriving_today\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 1,\n        \"adjusted\": 0,\n        \"type\": \"checked_in_reservations\",\n        \"mtd\": 5,\n        \"lymtd\": 6,\n        \"ytd\": 19,\n        \"lytd\": 54\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"children\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 6,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 2,\n        \"adjusted\": 0,\n        \"type\": \"clean_rooms\",\n        \"mtd\": 8,\n        \"lymtd\": 0,\n        \"ytd\": 13,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"comp_rooms\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"departed_reservations\",\n        \"mtd\": 4,\n        \"lymtd\": 6,\n        \"ytd\": 18,\n        \"lytd\": 54\n      },\n      {\n        \"actual\": 12,\n        \"adjusted\": 0,\n        \"type\": \"dirty_rooms\",\n        \"mtd\": 42,\n        \"lymtd\": 9,\n        \"ytd\": 960,\n        \"lytd\": 42\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"early_departures_rooms\",\n        \"mtd\": 0,\n        \"lymtd\": 6,\n        \"ytd\": 3,\n        \"lytd\": 48\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"extended_departures_rooms\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 2,\n        \"lytd\": 1\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"group_folio_room_revenue_in_house\",\n        \"mtd\": 750,\n        \"lymtd\": 0,\n        \"ytd\": 1459.22,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"group_in_house_guests\",\n        \"mtd\": 4,\n        \"lymtd\": 2,\n        \"ytd\": 6,\n        \"lytd\": 32\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"group_master_room_revenue_in_house\",\n        \"mtd\": 750,\n        \"lymtd\": 90,\n        \"ytd\": 930,\n        \"lytd\": 630\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"group_rooms_in_house\",\n        \"mtd\": 4,\n        \"lymtd\": 1,\n        \"ytd\": 6,\n        \"lytd\": 16\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"house_rooms\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 600,\n        \"adjusted\": 0,\n        \"type\": \"individual_room_revenue\",\n        \"mtd\": 600,\n        \"lymtd\": 270,\n        \"ytd\": 5783.22,\n        \"lytd\": 2610\n      },\n      {\n        \"actual\": 600,\n        \"adjusted\": 0,\n        \"type\": \"individual_room_revenue_in_house\",\n        \"mtd\": 600,\n        \"lymtd\": 270,\n        \"ytd\": 5863.22,\n        \"lytd\": 3150\n      },\n      {\n        \"actual\": 2,\n        \"adjusted\": 0,\n        \"type\": \"individual_rooms_in_house\",\n        \"mtd\": 2,\n        \"lymtd\": 5,\n        \"ytd\": 57,\n        \"lytd\": 48\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"no_show\",\n        \"mtd\": 0,\n        \"lymtd\": 5,\n        \"ytd\": 2,\n        \"lytd\": 59\n      },\n      {\n        \"actual\": 0.88,\n        \"adjusted\": 0,\n        \"type\": \"occupancy_percent_for_next_14_days\",\n        \"mtd\": 1.66,\n        \"lymtd\": 1.05,\n        \"ytd\": 10.62,\n        \"lytd\": 14.75\n      },\n      {\n        \"actual\": 0.4,\n        \"adjusted\": 0,\n        \"type\": \"occupancy_percent_for_next_31_days\",\n        \"mtd\": 1.46,\n        \"lymtd\": 1.14,\n        \"ytd\": 10.8,\n        \"lytd\": 10.12\n      },\n      {\n        \"actual\": 0.2,\n        \"adjusted\": 0,\n        \"type\": \"occupancy_percent_for_next_7_days\",\n        \"mtd\": 0.2,\n        \"lymtd\": 0.74,\n        \"ytd\": 16.24,\n        \"lytd\": 16.2\n      },\n      {\n        \"actual\": 0.68,\n        \"adjusted\": 0,\n        \"type\": \"occupancy_percent_for_tomorrow\",\n        \"mtd\": 0.68,\n        \"lymtd\": 0,\n        \"ytd\": 45.89,\n        \"lytd\": 15.79\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"occupied_double_rooms_count\",\n        \"mtd\": 0,\n        \"lymtd\": 6,\n        \"ytd\": 11,\n        \"lytd\": 61\n      },\n      {\n        \"actual\": 2,\n        \"adjusted\": 0,\n        \"type\": \"occupied_single_rooms_count\",\n        \"mtd\": 6,\n        \"lymtd\": 0,\n        \"ytd\": 52,\n        \"lytd\": 3\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"oons_rooms\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 5,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"oos_rooms\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 132,\n        \"adjusted\": 0,\n        \"type\": \"ready_rooms\",\n        \"mtd\": 534,\n        \"lymtd\": 535,\n        \"ytd\": 8663,\n        \"lytd\": 4655\n      },\n      {\n        \"actual\": 114,\n        \"adjusted\": 0,\n        \"type\": \"room_available\",\n        \"mtd\": 456,\n        \"lymtd\": 416,\n        \"ytd\": 2850,\n        \"lytd\": 3640\n      },\n      {\n        \"actual\": 102,\n        \"adjusted\": 0,\n        \"type\": \"room_clean\",\n        \"mtd\": 414,\n        \"lymtd\": 535,\n        \"ytd\": 6564,\n        \"lytd\": 4655\n      },\n      {\n        \"actual\": 12,\n        \"adjusted\": 0,\n        \"type\": \"room_dirty\",\n        \"mtd\": 42,\n        \"lymtd\": 9,\n        \"ytd\": 960,\n        \"lytd\": 42\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"room_down\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 1,\n        \"adjusted\": 0,\n        \"type\": \"room_sold\",\n        \"mtd\": 5,\n        \"lymtd\": 6,\n        \"ytd\": 38,\n        \"lytd\": 63\n      },\n      {\n        \"actual\": 1,\n        \"adjusted\": 0,\n        \"type\": \"room_sold_without_comp_rooms\",\n        \"mtd\": 5,\n        \"lymtd\": 6,\n        \"ytd\": 38,\n        \"lytd\": 63,\n        \"room_sold_without_comp_rooms\": 1\n      },\n      {\n        \"actual\": 113,\n        \"adjusted\": 0,\n        \"type\": \"room_vacant\",\n        \"mtd\": 451,\n        \"lymtd\": 410,\n        \"ytd\": 2812,\n        \"lytd\": 3577\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"total_arrivals_tomorrow\",\n        \"mtd\": 0,\n        \"lymtd\": 3,\n        \"ytd\": 5,\n        \"lytd\": 51\n      },\n      {\n        \"actual\": 2,\n        \"adjusted\": 0,\n        \"type\": \"total_arriving_guests\",\n        \"mtd\": 6,\n        \"lymtd\": 14,\n        \"ytd\": 51,\n        \"lytd\": 175\n      },\n      {\n        \"actual\": 1,\n        \"adjusted\": 0,\n        \"type\": \"total_departure_rooms_tomorrow\",\n        \"mtd\": 5,\n        \"lymtd\": 3,\n        \"ytd\": 30,\n        \"lytd\": 51\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"total_gratis\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"total_groups\",\n        \"mtd\": 2,\n        \"lymtd\": 1,\n        \"ytd\": 4,\n        \"lytd\": 13\n      },\n      {\n        \"actual\": 1,\n        \"adjusted\": 0,\n        \"type\": \"total_guests\",\n        \"mtd\": 5,\n        \"lymtd\": 12,\n        \"ytd\": 51,\n        \"lytd\": 125\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"total_guests_arriving_tomorrow\",\n        \"mtd\": 0,\n        \"lymtd\": 6,\n        \"ytd\": 5,\n        \"lytd\": 101\n      },\n      {\n        \"actual\": 1,\n        \"adjusted\": 0,\n        \"type\": \"total_guests_departing_tomorrow\",\n        \"mtd\": 5,\n        \"lymtd\": 6,\n        \"ytd\": 38,\n        \"lytd\": 101\n      },\n      {\n        \"actual\": 2,\n        \"adjusted\": 0,\n        \"type\": \"transient_in_house_guests\",\n        \"mtd\": 2,\n        \"lymtd\": 10,\n        \"ytd\": 77,\n        \"lytd\": 93\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"zero_rate\",\n        \"mtd\": 0,\n        \"lymtd\": 2,\n        \"ytd\": 0,\n        \"lytd\": 24\n      },\n      {\n        \"actual\": 600,\n        \"type\": \"average_daily_rate\",\n        \"mtd\": 270,\n        \"lymtd\": 60,\n        \"ytd\": 158.4,\n        \"lytd\": 51.43\n      },\n      {\n        \"actual\": 5.26,\n        \"type\": \"revenue_per_available_room_without_down_room\",\n        \"mtd\": 2.96,\n        \"lymtd\": 0.87,\n        \"ytd\": 2.11,\n        \"lytd\": 0.89\n      },\n      {\n        \"actual\": 5.26,\n        \"type\": \"revenue_per_available_room_with_down_room\",\n        \"mtd\": 2.96,\n        \"lymtd\": 0.87,\n        \"ytd\": 2.11,\n        \"lytd\": 0.89\n      },\n      {\n        \"actual\": 0.88,\n        \"type\": \"occupancy_percentage_with_down_rooms\",\n        \"mtd\": 1.1,\n        \"lymtd\": 1.44,\n        \"ytd\": 1.33,\n        \"lytd\": 1.73\n      },\n      {\n        \"actual\": 0.88,\n        \"type\": \"occupancy_percentage_without_down_rooms\",\n        \"mtd\": 1.1,\n        \"lymtd\": 1.44,\n        \"ytd\": 1.33,\n        \"lytd\": 1.73\n      },\n      {\n        \"actual\": 600,\n        \"type\": \"adr_without_comp_room\",\n        \"mtd\": 270,\n        \"lymtd\": 0,\n        \"ytd\": 171.98,\n        \"lytd\": 154.29\n      },\n      {\n        \"actual\": 600,\n        \"type\": \"adr_with_comp_room\",\n        \"mtd\": 270,\n        \"lymtd\": 0,\n        \"ytd\": 171.98,\n        \"lytd\": 154.29\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"stay_overs\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 27,\n        \"lytd\": 9\n      },\n      {\n        \"actual\": 1,\n        \"adjusted\": 0,\n        \"type\": \"same_day_bookings\",\n        \"mtd\": 5,\n        \"lymtd\": 6,\n        \"ytd\": 29,\n        \"lytd\": 52\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"same_day_checkouts\",\n        \"mtd\": 0,\n        \"lymtd\": 6,\n        \"ytd\": 3,\n        \"lytd\": 42\n      }\n    ],\n    \"payments\": [\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"LDB\",\n        \"name\": \"DIRECT BILL\",\n        \"mtd\": 55,\n        \"lymtd\": 1165.91,\n        \"ytd\": 183,\n        \"lytd\": 55495.11\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"CHCK\",\n        \"name\": \"CHECK\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 1597.11,\n        \"adjusted\": 0,\n        \"type\": \"CASH\",\n        \"name\": \"CASH\",\n        \"mtd\": 2000.95,\n        \"lymtd\": 1954.94,\n        \"ytd\": 8395.98,\n        \"lytd\": 67524.85\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"938\",\n        \"name\": \"CLC QUICKPAY\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TEST\",\n        \"name\": \"CREDIT CARD\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"BFP\",\n        \"name\": \"Balance Forward Payment\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"AMEX\",\n        \"name\": \"AMEX\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"DISCOVER\",\n        \"name\": \"DISCOVER\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 200\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"MASTER\",\n        \"name\": \"MASTER\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 145.22,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"VISA\",\n        \"name\": \"VISA\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 210\n      }\n    ],\n    \"taxes\": [\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"1557677\",\n        \"name\": \"MISCELLANEOUS TAX\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"ST\",\n        \"name\": \"State Tax\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TTAX5\",\n        \"name\": \"TTAX5\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TTAX1\",\n        \"name\": \"TTAX1\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 29.4,\n        \"adjusted\": 0,\n        \"type\": \"151\",\n        \"name\": \"COUNTY TAX\",\n        \"mtd\": 66.15,\n        \"lymtd\": 25.48,\n        \"ytd\": 301.08,\n        \"lytd\": 343\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TTAX\",\n        \"name\": \"TTAX\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 60,\n        \"adjusted\": 0,\n        \"type\": \"152\",\n        \"name\": \"CITY TAX\",\n        \"mtd\": 160,\n        \"lymtd\": 108,\n        \"ytd\": 653.67,\n        \"lytd\": 815.2\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TTAX3\",\n        \"name\": \"TTAX3\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      }\n    ],\n    \"revenue_and_charges\": [\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"RETURNED_CHECKS\",\n        \"name\": \"RETURNED_CHECKS\",\n        \"category\": \"MISC_CHARGE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"360\",\n        \"name\": \"AV RENTAL\",\n        \"category\": \"MISC_CHARGE\",\n        \"mtd\": 250,\n        \"lymtd\": 370,\n        \"ytd\": 300,\n        \"lytd\": 2413.5\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"ADC2\",\n        \"name\": \"ADVANCE DEPOSIT CHARGE 2\",\n        \"category\": \"ADVANCED_DEPOSIT\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"RRA\",\n        \"name\": \"ROOM RENT ADJUSTMENT\",\n        \"category\": \"ROOM_RENT\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"CP\",\n        \"name\": \"CREDITS\",\n        \"category\": \"SYSTEM\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": -280,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"300\",\n        \"name\": \"BANQUET INCOME\",\n        \"category\": \"MISC_CHARGE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TCHARGE1\",\n        \"name\": \"TCHARGE1 Name\",\n        \"category\": \"MISC_CHARGE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"650\",\n        \"name\": \"BREAKFAST\",\n        \"category\": \"OTHER\",\n        \"mtd\": 0,\n        \"lymtd\": 520,\n        \"ytd\": 0,\n        \"lytd\": 4358\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"PEC\",\n        \"name\": \"PREPAID EARLY CHECKOUT\",\n        \"category\": \"ROOM_RENT\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"ADRR\",\n        \"name\": \"EXTRA ADULT\",\n        \"category\": \"ROOM_RENT\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 200\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TCHARGE3\",\n        \"name\": \"TCHARGE3 Name\",\n        \"category\": \"MISC_CHARGE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"624\",\n        \"name\": \"MISC\",\n        \"category\": \"MISC_CHARGE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"ENSRR\",\n        \"name\": \"EXTRA NO SHOW ROOM RENT\",\n        \"category\": \"ROOM_RENT\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 126.39,\n        \"lytd\": 29228\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"CPPRR\",\n        \"name\": \"CANCELLED PREPAID ROOM RENT\",\n        \"category\": \"ROOM_RENT\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"109\",\n        \"name\": \"BEVERAGES\",\n        \"category\": \"MISC_CHARGE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 90.91,\n        \"lytd\": 564.51\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"ADC1\",\n        \"name\": \"ADVANCE DEPOSIT CHARGE 1\",\n        \"category\": \"ADVANCED_DEPOSIT\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 600,\n        \"adjusted\": 0,\n        \"type\": \"RR\",\n        \"name\": \"Room Rent\",\n        \"category\": \"ROOM_RENT\",\n        \"mtd\": 1350,\n        \"lymtd\": 360,\n        \"ytd\": 6019.35,\n        \"lytd\": 3240\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"DINNER\",\n        \"name\": \"DINNER\",\n        \"category\": \"FOOD\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TCHARGE\",\n        \"name\": \"TCHARGE Name\",\n        \"category\": \"MISC_CHARGE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"975\",\n        \"name\": \"BILLING ADJUSTMENTS\",\n        \"category\": \"MISC_CHARGE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 30,\n        \"adjusted\": 0,\n        \"type\": \"WIFI\",\n        \"name\": \"WIFI\",\n        \"category\": \"MISC_CHARGE\",\n        \"mtd\": 30,\n        \"lymtd\": 0,\n        \"ytd\": 1285,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"NSRR\",\n        \"name\": \"NO SHOW ROOM RENT\",\n        \"category\": \"ROOM_RENT\",\n        \"mtd\": 0,\n        \"lymtd\": 200,\n        \"ytd\": 0,\n        \"lytd\": 2720\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TCHARGE5\",\n        \"name\": \"TCHARGE5 Name\",\n        \"category\": \"MISC_CHARGE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"LUNCH\",\n        \"name\": \"LUNCH\",\n        \"category\": \"FOOD\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"RTC\",\n        \"name\": \"ROOM TYPE CHANGE\",\n        \"category\": \"ROOM_RENT\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"CVRR\",\n        \"name\": \"CANCELLED VIOLATED ROOM RENT\",\n        \"category\": \"ROOM_RENT\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TSSW\",\n        \"name\": \"TESTSWAP\",\n        \"category\": \"ROOM_RENT\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      }\n    ],\n    \"settlement_payments\": [],\n    \"rate_code_revenue\": [\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"test\",\n        \"name\": \"test\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"BAR\",\n        \"name\": \"BEST AVAILABLE RATE\",\n        \"mtd\": 0,\n        \"lymtd\": 360,\n        \"ytd\": 427.03,\n        \"lytd\": 2430\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"HOUSE\",\n        \"name\": \"HOUSE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"SF\",\n        \"name\": \"SUMMER FESTIVAL\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TEST\",\n        \"name\": \"TEST\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"DELPHI\",\n        \"name\": \"DELPHI\",\n        \"mtd\": 750,\n        \"lymtd\": 0,\n        \"ytd\": 850,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"IR\",\n        \"name\": \"Inventory Rate\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 2772,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 600,\n        \"adjusted\": 0,\n        \"type\": \"GRP\",\n        \"name\": \"GROUP\",\n        \"mtd\": 600,\n        \"lymtd\": 0,\n        \"ytd\": 1100,\n        \"lytd\": 810\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TEST1\",\n        \"name\": \"TEST1\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"RE\",\n        \"name\": \"RATE EXCEPTION \",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"COMP\",\n        \"name\": \"complementry\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"GROUP1\",\n        \"name\": \"GROUP 1\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      }\n    ],\n    \"rate_code_nights\": [\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TEST1\",\n        \"name\": \"TEST1\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TEST\",\n        \"name\": \"TEST\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"SF\",\n        \"name\": \"SUMMER FESTIVAL\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"GROUP1\",\n        \"name\": \"GROUP 1\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"RE\",\n        \"name\": \"RATE EXCEPTION \",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 2,\n        \"adjusted\": 0,\n        \"type\": \"GRP\",\n        \"name\": \"GROUP\",\n        \"mtd\": 2,\n        \"lymtd\": 0,\n        \"ytd\": 3,\n        \"lytd\": 18\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"COMP\",\n        \"name\": \"complementry\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"HOUSE\",\n        \"name\": \"HOUSE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 1,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"IR\",\n        \"name\": \"Inventory Rate\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 41,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"test\",\n        \"name\": \"test\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"DELPHI\",\n        \"name\": \"DELPHI\",\n        \"mtd\": 4,\n        \"lymtd\": 0,\n        \"ytd\": 5,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"BAR\",\n        \"name\": \"BEST AVAILABLE RATE\",\n        \"mtd\": 0,\n        \"lymtd\": 6,\n        \"ytd\": 13,\n        \"lytd\": 42\n      }\n    ],\n    \"direct_bill_aging\": [\n      {\n        \"company_name\": \"ABC1\",\n        \"company_code\": \"ABC1\",\n        \"total\": -485.27,\n        \"under_30_days\": 25,\n        \"between_31_60_days\": -582.72,\n        \"between_61_90_days\": 0,\n        \"between_91_120_days\": 72.45,\n        \"between_121_150_days\": 0,\n        \"over_151_days\": 0\n      },\n      {\n        \"company_name\": \"Amazon\",\n        \"company_code\": \"039-8565341\",\n        \"total\": 620.91,\n        \"under_30_days\": 0,\n        \"between_31_60_days\": 0,\n        \"between_61_90_days\": 0,\n        \"between_91_120_days\": 640.91,\n        \"between_121_150_days\": 0,\n        \"over_151_days\": -20\n      },\n      {\n        \"company_name\": \"ABC test Company\",\n        \"company_code\": \"ABC\",\n        \"total\": -148,\n        \"under_30_days\": 33,\n        \"between_31_60_days\": 0,\n        \"between_61_90_days\": 0,\n        \"between_91_120_days\": 0,\n        \"between_121_150_days\": 0,\n        \"over_151_days\": -181\n      },\n      {\n        \"company_name\": \"Hilton\",\n        \"company_code\": \"HIL\",\n        \"total\": -229.55,\n        \"under_30_days\": 0,\n        \"between_31_60_days\": 0,\n        \"between_61_90_days\": 195,\n        \"between_91_120_days\": 130,\n        \"between_121_150_days\": 65,\n        \"over_151_days\": -619.55\n      },\n      {\n        \"company_name\": \"AR TEST\",\n        \"company_code\": \"ART\",\n        \"total\": -3322.05,\n        \"under_30_days\": 0,\n        \"between_31_60_days\": 0,\n        \"between_61_90_days\": 154.5,\n        \"between_91_120_days\": 103,\n        \"between_121_150_days\": 51.5,\n        \"over_151_days\": -3631.05\n      },\n      {\n        \"company_name\": \"AMD\",\n        \"company_code\": \"AMD-1\",\n        \"total\": 6804.63,\n        \"under_30_days\": 55,\n        \"between_31_60_days\": 0,\n        \"between_61_90_days\": 0,\n        \"between_91_120_days\": 6640.63,\n        \"between_121_150_days\": 0,\n        \"over_151_days\": 109\n      },\n      {\n        \"company_name\": \"GENERAL CONTRACT EXTENDED 5-29 NIGHTS\",\n        \"company_code\": \"01642780\",\n        \"total\": 623,\n        \"under_30_days\": 0,\n        \"between_31_60_days\": 0,\n        \"between_61_90_days\": 0,\n        \"between_91_120_days\": 623,\n        \"between_121_150_days\": 0,\n        \"over_151_days\": 0\n      },\n      {\n        \"company_name\": \"AR Company\",\n        \"company_code\": \"AGING\",\n        \"total\": -658,\n        \"under_30_days\": 0,\n        \"between_31_60_days\": 0,\n        \"between_61_90_days\": 0,\n        \"between_91_120_days\": -670,\n        \"between_121_150_days\": 0,\n        \"over_151_days\": 12\n      },\n      {\n        \"company_name\": \"PUMA\",\n        \"company_code\": \"PUMA\",\n        \"total\": -1000,\n        \"under_30_days\": 0,\n        \"between_31_60_days\": 0,\n        \"between_61_90_days\": 0,\n        \"between_91_120_days\": -1000,\n        \"between_121_150_days\": 0,\n        \"over_151_days\": 0\n      },\n      {\n        \"company_name\": \"CENTRAL COMPANY\",\n        \"company_code\": \"15672278\",\n        \"total\": -5000,\n        \"under_30_days\": 0,\n        \"between_31_60_days\": 0,\n        \"between_61_90_days\": 0,\n        \"between_91_120_days\": -5000,\n        \"between_121_150_days\": 0,\n        \"over_151_days\": 0\n      },\n      {\n        \"company_name\": \"Microsoft\",\n        \"company_code\": \"MICRO\",\n        \"total\": -305,\n        \"under_30_days\": 0,\n        \"between_31_60_days\": 0,\n        \"between_61_90_days\": 0,\n        \"between_91_120_days\": 95,\n        \"between_121_150_days\": 0,\n        \"over_151_days\": -400\n      }\n    ],\n    \"market_segment_revenue\": [\n      {\n        \"code\": \"ESS\",\n        \"name\": \"ESSENTIAL\",\n        \"date\": \"2026-02-04T00:00:00.000Z\",\n        \"revenue\": 0,\n        \"sold_count\": 0\n      },\n      {\n        \"code\": \"COMP\",\n        \"name\": \"COMPLIMENTARY\",\n        \"date\": \"2026-02-04T00:00:00.000Z\",\n        \"revenue\": 0,\n        \"sold_count\": 0\n      },\n      {\n        \"code\": \"A1\",\n        \"name\": \"A1\",\n        \"date\": \"2026-02-04T00:00:00.000Z\",\n        \"revenue\": 600,\n        \"sold_count\": 1\n      },\n      {\n        \"code\": \"A2\",\n        \"name\": \"A2\",\n        \"date\": \"2026-02-04T00:00:00.000Z\",\n        \"revenue\": 0,\n        \"sold_count\": 0\n      },\n      {\n        \"code\": \"APAC\",\n        \"name\": \"APAC\",\n        \"date\": \"2026-02-04T00:00:00.000Z\",\n        \"revenue\": 0,\n        \"sold_count\": 0\n      },\n      {\n        \"code\": \"PACK\",\n        \"name\": \"PACKAGE\",\n        \"date\": \"2026-02-04T00:00:00.000Z\",\n        \"revenue\": 0,\n        \"sold_count\": 0\n      },\n      {\n        \"code\": \"LEIS\",\n        \"name\": \"LEISURE\",\n        \"date\": \"2026-02-04T00:00:00.000Z\",\n        \"revenue\": 0,\n        \"sold_count\": 0\n      }\n    ],\n    \"future_market_segment_revenue\": {\n      \"2026-02-17\": [\n        {\n          \"code\": \"ESS\",\n          \"name\": \"ESSENTIAL\",\n          \"date\": \"2026-02-17T00:00:00.000Z\",\n          \"revenue\": 1584,\n          \"sold_count\": 16\n        }\n      ]\n    },\n    \"local_market_segment_revenue\": [\n      {\n        \"code\": \"LA2\",\n        \"name\": \"LA2\",\n        \"date\": \"2026-02-04T00:00:00.000Z\",\n        \"revenue\": 0,\n        \"sold_count\": 0\n      },\n      {\n        \"code\": \"LA1\",\n        \"name\": \"LA1\",\n        \"date\": \"2026-02-04T00:00:00.000Z\",\n        \"revenue\": 600,\n        \"sold_count\": 0\n      }\n    ],\n    \"local_future_market_segment_revenue\": {\n      \"2026-02-17\": [\n        {\n          \"code\": \"LA1\",\n          \"name\": \"LA1\",\n          \"date\": \"2026-02-17T00:00:00.000Z\",\n          \"revenue\": 1584,\n          \"sold_count\": 16\n        }\n      ]\n    },\n    \"occupancy_forecast\": [\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 113,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-02-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 2,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 2,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 600,\n        \"projected_revenue\": 600\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-02-05T00:00:00.000Z\",\n        \"stay_overs\": 1,\n        \"departures\": 1,\n        \"projected_departures\": 1,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 1,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 100,\n        \"projected_revenue\": 100\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-02-06T00:00:00.000Z\",\n        \"stay_overs\": 1,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 1,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 100,\n        \"projected_revenue\": 100\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-02-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 1,\n        \"projected_departures\": 1,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-02-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-02-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-02-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-02-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-02-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-02-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-02-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-02-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-02-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 16,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 98,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-02-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 16,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 1584,\n        \"projected_revenue\": 1584\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-02-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 16,\n        \"projected_departures\": 16,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-02-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-02-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-02-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-02-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-02-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-02-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-02-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-02-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-02-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-02-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-03-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-03-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-03-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-03-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-03-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-03-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-03-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-03-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-03-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-03-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-03-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-03-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-03-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-03-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-03-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-03-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-03-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-03-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-03-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-03-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-03-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-03-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-03-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-03-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-03-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-03-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-03-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-03-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-03-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-03-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-03-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-04-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-04-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-04-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-04-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-04-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-04-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-04-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-04-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-04-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-04-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-04-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-04-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-04-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-04-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-04-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-04-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-04-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-04-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-04-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-04-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-04-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-04-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-04-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-04-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-04-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-04-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-04-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-04-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-04-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-04-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-05-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-05-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-05-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-05-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-05-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-05-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-05-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-05-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-05-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-05-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-05-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-05-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-05-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-05-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-05-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-05-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-05-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-05-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-05-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-05-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-05-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-05-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-05-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-05-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-05-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-05-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-05-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-05-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-05-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-05-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-05-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-06-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-06-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-06-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-06-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-06-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-06-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-06-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-06-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-06-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-06-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-06-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-06-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-06-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-06-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-06-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-06-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-06-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-06-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-06-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-06-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-06-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-06-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-06-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-06-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-06-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-06-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-06-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-06-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-06-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-06-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-07-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-07-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-07-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-07-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-07-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-07-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-07-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-07-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-07-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-07-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-07-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-07-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-07-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-07-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-07-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-07-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-07-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-07-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-07-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-07-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-07-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-07-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-07-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-07-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-07-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-07-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-07-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-07-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-07-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-07-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-07-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-08-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-08-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-08-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-08-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-08-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-08-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-08-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-08-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-08-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-08-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-08-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-08-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-08-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-08-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-08-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-08-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-08-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-08-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-08-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-08-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-08-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-08-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-08-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-08-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-08-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-08-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-08-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-08-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-08-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-08-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-08-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-09-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-09-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-09-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-09-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-09-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-09-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-09-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-09-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-09-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-09-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-09-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-09-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-09-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-09-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-09-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-09-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-09-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-09-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-09-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-09-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-09-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-09-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-09-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-09-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-09-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-09-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-09-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-09-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-09-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-09-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-10-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-10-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-10-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-10-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-10-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-10-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-10-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-10-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-10-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-10-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-10-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-10-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-10-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-10-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-10-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-10-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-10-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-10-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-10-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-10-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-10-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-10-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-10-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-10-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-10-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-10-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-10-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-10-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-10-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-10-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-10-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-11-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-11-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-11-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-11-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-11-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-11-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-11-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-11-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-11-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-11-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-11-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-11-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-11-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-11-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-11-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-11-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-11-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-11-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-11-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-11-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-11-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-11-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-11-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-11-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-11-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-11-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-11-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-11-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-11-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-11-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-12-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-12-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-12-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-12-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-12-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-12-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-12-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-12-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-12-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-12-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-12-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-12-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-12-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-12-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-12-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-12-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-12-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-12-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-12-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-12-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-12-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-12-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-12-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-12-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2026-12-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2026-12-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2026-12-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2026-12-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2026-12-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2026-12-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2026-12-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2027-01-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2027-01-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2027-01-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2027-01-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2027-01-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2027-01-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2027-01-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2027-01-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2027-01-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2027-01-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2027-01-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2027-01-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2027-01-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2027-01-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2027-01-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2027-01-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2027-01-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2027-01-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2027-01-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2027-01-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2027-01-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2027-01-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2027-01-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2027-01-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2027-01-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2027-01-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2027-01-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2027-01-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2027-01-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2027-01-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2027-01-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2027-02-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2027-02-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2027-02-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 114,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 114,\n        \"available_rooms\": 114,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2027-02-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"group_allocations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      }\n    ],\n    \"rate_code_los_categories\": [],\n    \"reservation_refresh_summary\": {\n      \"total\": 2,\n      \"checked_in\": 2\n    },\n    \"houseaccount_summary\": {\n      \"total\": 11,\n      \"open\": 11\n    },\n    \"group_summary\": {\n      \"total\": 1,\n      \"checked_out\": 1\n    },\n    \"shift_summary\": [],\n    \"ar_summary\": [\n      {\n        \"category\": \"Invoices\",\n        \"count\": 0,\n        \"total_amount\": 0\n      },\n      {\n        \"category\": \"settlement\",\n        \"count\": 0,\n        \"total_amount\": 0\n      },\n      {\n        \"category\": \"ar\",\n        \"count\": 0,\n        \"total_amount\": 0\n      }\n    ],\n    \"advance_purchase\": [\n      {\n        \"category\": \"Advance Deposits\",\n        \"count\": 0,\n        \"total_amount\": 0\n      }\n    ],\n    \"occupancy_with_down_rooms_with_comps_room\": 0.01,\n    \"occupancy_with_down_rooms_without_comp_rooms\": 0.01,\n    \"occupancy_without_down_rooms_with_comp_rooms\": 0.01,\n    \"room_types\": [\n      {\n        \"name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"code\": \"KIN\",\n        \"total\": 56,\n        \"available\": 56,\n        \"reserved\": 0,\n        \"out_of_order\": 0\n      },\n      {\n        \"name\": \"STANDARD 2 QUEEN BEDS\",\n        \"code\": \"QUN\",\n        \"total\": 32,\n        \"available\": 32,\n        \"reserved\": 0,\n        \"out_of_order\": 0\n      },\n      {\n        \"name\": \"SMOKING STANDARD 1 KING BED\",\n        \"code\": \"SKIN\",\n        \"total\": 32,\n        \"available\": 31,\n        \"reserved\": 1,\n        \"out_of_order\": 0\n      },\n      {\n        \"name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"code\": \"SQUN\",\n        \"total\": 26,\n        \"available\": 25,\n        \"reserved\": 1,\n        \"out_of_order\": 0\n      }\n    ],\n    \"revenue_by_room_type_and_rate_code\": [\n      {\n        \"room_revenue_by_market_code\": 600,\n        \"room_type\": \"SQUN\",\n        \"room_tier_id\": 0,\n        \"room_tier_bed_amount\": 500,\n        \"no_of_room_occupied_by_market_segment\": 2,\n        \"no_of_room_occupied_by_room_type_per_tier\": 1\n      },\n      {\n        \"room_revenue_by_market_code\": 600,\n        \"room_type\": \"SKIN\",\n        \"room_tier_id\": 0,\n        \"room_tier_bed_amount\": 100,\n        \"no_of_room_occupied_by_market_segment\": 2,\n        \"no_of_room_occupied_by_room_type_per_tier\": 1\n      }\n    ],\n    \"turn_away_information\": [\n      {\n        \"name\": \"CALL DISCONNECTED\",\n        \"actual_today\": 0,\n        \"mtd\": 0\n      },\n      {\n        \"name\": \"CREDIT CARD POLICY\",\n        \"actual_today\": 0,\n        \"mtd\": 0\n      },\n      {\n        \"name\": \"DEPOSIT POLICY\",\n        \"actual_today\": 0,\n        \"mtd\": 0\n      },\n      {\n        \"name\": \"EARLY CHECK-IN NEEDED\",\n        \"actual_today\": 2,\n        \"mtd\": 2\n      },\n      {\n        \"name\": \"INFO ONLY\",\n        \"actual_today\": 0,\n        \"mtd\": 0\n      },\n      {\n        \"name\": \"LOCATION BOOKED\",\n        \"actual_today\": 0,\n        \"mtd\": 0\n      },\n      {\n        \"name\": \"LOCATION FACILITIES\",\n        \"actual_today\": 0,\n        \"mtd\": 0\n      },\n      {\n        \"name\": \"NO LOCATION IN CITY\",\n        \"actual_today\": 0,\n        \"mtd\": 0\n      },\n      {\n        \"name\": \"PET POLICY\",\n        \"actual_today\": 0,\n        \"mtd\": 0\n      },\n      {\n        \"name\": \"PRANK CALLER\",\n        \"actual_today\": 1,\n        \"mtd\": 1\n      },\n      {\n        \"name\": \"RATE RESISTANCE\",\n        \"actual_today\": 0,\n        \"mtd\": 0\n      },\n      {\n        \"name\": \"REFERRED TO HOTEL\",\n        \"actual_today\": 0,\n        \"mtd\": 0\n      },\n      {\n        \"name\": \"ROOM TYPE NOT AVAILABLE\",\n        \"actual_today\": 1,\n        \"mtd\": 1\n      },\n      {\n        \"name\": \"RRI JUST CHECKING\",\n        \"actual_today\": 0,\n        \"mtd\": 0\n      },\n      {\n        \"name\": \"SHOPPER\",\n        \"actual_today\": 0,\n        \"mtd\": 0\n      },\n      {\n        \"name\": \"SMOKING PREFERENCE NOT AVAILABLE\",\n        \"actual_today\": 0,\n        \"mtd\": 0\n      }\n    ],\n    \"room_sold_by_market_segments\": [\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"LA2\",\n        \"name\": \"LA2\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 3,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"LA1\",\n        \"name\": \"LA1\",\n        \"mtd\": 0,\n        \"lymtd\": 6,\n        \"ytd\": 14,\n        \"lytd\": 63\n      }\n    ],\n    \"total_items\": 1,\n    \"item_number\": 1\n  },\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [\n    \"\"\n  ],\n  \"event_time\": \"2026-08-20T07:08:50.976Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-02-04T00:00:00.000Z\"\n}\n</code></pre>\n","_postman_id":"4570d364-b5a2-47f1-b0e6-300ae7ddf65c"},{"name":"Property Info","item":[],"id":"b2b67e50-2fe2-4dc3-81de-ac39c0517562","description":"<p>Third-Party will be able to poll/receive the messages for property information related information after the night audit of the property.</p>\n<p><strong>Real-Time Stream:</strong> No\n<strong>Refresh Stream:</strong> Yes</p>\n<hr />\n<h2 id=\"1-header-detail\">1. Header Detail</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>string - uuid identifying the event stream instance</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>string - name of the stream, e.g. <code>\"PROPERTY_DATA\"</code></td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>string - uuid identifying this specific event</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>string - event type identifier, e.g. <code>\"PROPERTY_DATA\"</code></td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>string - unique identifier for a property</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>string - unique code assigned to a specific property</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - denotes the type of the record. For this event the value is <code>\"property_info\"</code></td>\n</tr>\n<tr>\n<td>total_items</td>\n<td>integer - total number of items in this delivery batch</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>integer - index of this item within the batch</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>string - property timezone, e.g. <code>\"CST6CDT\"</code></td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>array - list of change event identifiers</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>string - timestamp the event was generated</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>string - UTC offset of the property, e.g. <code>\"UTC-05:00\"</code></td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>string - business date the event pertains to</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"2-property_info\">2. property_info</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - uuid of the property</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string - property code</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string - the city where the property is located</td>\n</tr>\n<tr>\n<td>city_code</td>\n<td>string - internal city code</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string - the state where the property is located</td>\n</tr>\n<tr>\n<td>country_name</td>\n<td>string - the name of the country where the property is located</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>string - the country code corresponding to the country</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>string - the postal code of the property's location</td>\n</tr>\n<tr>\n<td>property_name</td>\n<td>string - the name of the property</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string - the street address of the property</td>\n</tr>\n<tr>\n<td>phone_no</td>\n<td>string - the contact phone number of the property</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string - the fax number of the property</td>\n</tr>\n<tr>\n<td>latitude</td>\n<td>string - the geographical latitude coordinate of the property</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td>string - the geographical longitude coordinate of the property</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string - the operational status of the property (e.g. <code>\"Open\"</code>)</td>\n</tr>\n<tr>\n<td>brand_code</td>\n<td>string - the brand code associated with the property</td>\n</tr>\n<tr>\n<td>enterprise_identifier</td>\n<td>string - enterprise-level brand identifier</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string - the email address associated with the property</td>\n</tr>\n<tr>\n<td>website</td>\n<td>string - the website URL of the property</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string - the code of the currency used at the property</td>\n</tr>\n<tr>\n<td>property_url</td>\n<td>string - the website URL of the property</td>\n</tr>\n<tr>\n<td>language</td>\n<td>string - the property's default language locale, e.g. <code>\"en_US\"</code></td>\n</tr>\n<tr>\n<td>timezone_offset</td>\n<td>integer - the timezone offset of the property location in minutes</td>\n</tr>\n<tr>\n<td>timezone_id</td>\n<td>string - uuid identifying the property's timezone record</td>\n</tr>\n<tr>\n<td>checkin_time</td>\n<td>integer - standard check-in time, in minutes from midnight</td>\n</tr>\n<tr>\n<td>checkout_time</td>\n<td>integer - standard check-out time, in minutes from midnight</td>\n</tr>\n<tr>\n<td>reservation_hold_time</td>\n<td>integer - reservation hold time, in minutes</td>\n</tr>\n<tr>\n<td>cancellation_time</td>\n<td>integer - cancellation cut-off time, in minutes</td>\n</tr>\n<tr>\n<td>hotel_hold_time</td>\n<td>integer - hotel hold time, in minutes</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - property ownership/operation type, e.g. <code>\"FRANCHISE\"</code></td>\n</tr>\n<tr>\n<td>management_entity</td>\n<td>string - the entity or company managing the property</td>\n</tr>\n<tr>\n<td>date_opened</td>\n<td>string - the date when the property was opened</td>\n</tr>\n<tr>\n<td>business_start_date</td>\n<td>string - the date when the property started its operations, in ISO 8601 format</td>\n</tr>\n<tr>\n<td>minimum_check_in_age</td>\n<td>integer - minimum age required to check in</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>boolean - whether the property is currently active</td>\n</tr>\n<tr>\n<td>auto_cancellation</td>\n<td>boolean - whether auto-cancellation of unpaid reservations is enabled</td>\n</tr>\n<tr>\n<td>auto_no_show</td>\n<td>boolean - whether auto no-show processing is enabled</td>\n</tr>\n<tr>\n<td>rooms</td>\n<td>array - room-level information</td>\n</tr>\n<tr>\n<td>charge_types</td>\n<td>array - list of charge types incurred at the property</td>\n</tr>\n<tr>\n<td>tax_exempt_codes</td>\n<td>array - list of tax exemption codes applicable to the property</td>\n</tr>\n<tr>\n<td>refund_codes</td>\n<td>array - list of refund codes applicable to the property</td>\n</tr>\n<tr>\n<td>room_types</td>\n<td>array - list of room types available at the property</td>\n</tr>\n<tr>\n<td>adjustment_codes</td>\n<td>array - list of adjustment codes applicable to a reservation</td>\n</tr>\n<tr>\n<td>sources</td>\n<td>array - list of booking sources</td>\n</tr>\n<tr>\n<td>payment_types</td>\n<td>array - list of acceptable payment types at the property</td>\n</tr>\n<tr>\n<td>rate_plan</td>\n<td>array - list of rate plans configured at the property</td>\n</tr>\n<tr>\n<td>local_companies</td>\n<td>array - list of companies local to the property</td>\n</tr>\n<tr>\n<td>tax_rules</td>\n<td>array - list of tax rules with effective periods</td>\n</tr>\n<tr>\n<td>booking_source_types</td>\n<td>array - mapping of booking profile names to applicable booking sources</td>\n</tr>\n<tr>\n<td>night_audit</td>\n<td>object - most recent night audit run metadata</td>\n</tr>\n<tr>\n<td>companies</td>\n<td>array - list of companies associated with the property</td>\n</tr>\n<tr>\n<td>users</td>\n<td>array - list of users with access to the property</td>\n</tr>\n<tr>\n<td>total_items</td>\n<td>integer - total number of items in this batch (duplicated at property_info level)</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>integer - index within the batch (duplicated at property_info level)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"3-rooms\">3. Rooms</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - uuid of the room</td>\n</tr>\n<tr>\n<td>number</td>\n<td>string - room number</td>\n</tr>\n<tr>\n<td>pets</td>\n<td>boolean - whether pets are allowed in the room</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean - whether the room is active</td>\n</tr>\n<tr>\n<td>lock_type</td>\n<td>string - type of door lock, e.g. <code>\"RFID\"</code></td>\n</tr>\n<tr>\n<td>room_type_name</td>\n<td>string - name of the room's room type</td>\n</tr>\n<tr>\n<td>room_type_code</td>\n<td>string - code of the room's room type</td>\n</tr>\n<tr>\n<td>accessible</td>\n<td>boolean - whether the room is accessibility-compliant</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"4-charge-types\">4. Charge Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string - charge type code</td>\n</tr>\n<tr>\n<td>transaction_type</td>\n<td>string - category of the charge, e.g. <code>ROOM_RENT</code>, <code>MISC_CHARGE</code>, <code>FOOD</code>, <code>BEVERAGE</code>, <code>ADVANCED_DEPOSIT</code>, <code>SYSTEM</code>, <code>NON_REVENUE</code>, <code>OTHER</code></td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>boolean - whether the charge type is active</td>\n</tr>\n<tr>\n<td>include_in_revenue</td>\n<td>boolean - whether the charge is included in revenue reporting</td>\n</tr>\n<tr>\n<td>tax_types</td>\n<td>array of <code>{name, code, active}</code> - applicable tax types for this charge</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"5-tax-exempt-codes\">5. Tax Exempt Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - uuid of the tax exempt code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string - name of the exemption</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string - exemption code</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean - whether the exemption is active</td>\n</tr>\n<tr>\n<td>tax_exempt_code_extra_fields</td>\n<td>array - additional configurable fields</td>\n</tr>\n<tr>\n<td>schedules</td>\n<td>array of <code>{tax_exempt_code_id, tax_type_id, schedule_exemption_days, apply_forward, id}</code></td>\n</tr>\n<tr>\n<td>mandatory_remarks</td>\n<td>boolean - whether remarks are required when applying the exemption</td>\n</tr>\n<tr>\n<td>tax_types</td>\n<td>array of full tax type objects (<code>name, code, active, property_id, floating, parent_tax_type_id, surcharge, use_base_amount_in_floating_tax_calculation, id, created_at, updated_at</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"6-refund-codes\">6. Refund Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - uuid of the refund code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string - refund code name</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string - refund code</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean - whether the refund code is active</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"7-room-types\">7. Room Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>room_type_name</td>\n<td>string - room type name</td>\n</tr>\n<tr>\n<td>room_type_code</td>\n<td>string - room type code</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string - description of the room type (optional, present on some entries)</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>boolean - whether the room type is active</td>\n</tr>\n<tr>\n<td>bed_count</td>\n<td>integer - number of beds</td>\n</tr>\n<tr>\n<td>is_smoking</td>\n<td>boolean - whether the room type allows smoking</td>\n</tr>\n<tr>\n<td>is_accessible</td>\n<td>boolean - whether the room type is accessible</td>\n</tr>\n<tr>\n<td>additional_details</td>\n<td>string - extended description (optional, present on some entries)</td>\n</tr>\n<tr>\n<td>base_people</td>\n<td>integer - base occupancy</td>\n</tr>\n<tr>\n<td>max_people</td>\n<td>integer - maximum occupancy</td>\n</tr>\n<tr>\n<td>include_in_inventory</td>\n<td>boolean - whether the room type counts toward sellable inventory</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"8-adjustment-codes\">8. Adjustment Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - uuid of the adjustment code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string - adjustment code name</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string - adjustment code</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean - whether the code is active</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>boolean - whether this is the default adjustment code</td>\n</tr>\n<tr>\n<td>allow_adjustment_up</td>\n<td>boolean - whether upward adjustments are allowed</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"9-sources\">9. Sources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - uuid of the source</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string - source name</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string - source code</td>\n</tr>\n<tr>\n<td>suppress_rates</td>\n<td>boolean - whether rates are suppressed for this source</td>\n</tr>\n<tr>\n<td>allow_changes</td>\n<td>boolean - whether changes are allowed for reservations from this source</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean - whether the source is active</td>\n</tr>\n<tr>\n<td>tax_exemption</td>\n<td>boolean - whether reservations from this source are tax exempt</td>\n</tr>\n<tr>\n<td>is_external</td>\n<td>boolean - whether the source is external (e.g. a channel/CRS)</td>\n</tr>\n<tr>\n<td>default</td>\n<td>boolean - whether this is the default source</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"10-payment-types\">10. Payment Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - uuid of the payment type</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string - payment type name</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string - payment type code</td>\n</tr>\n<tr>\n<td>refund_allowed</td>\n<td>boolean - whether refunds are allowed for this payment type</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean - whether the payment type is active</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"11-rate-plan\">11. Rate Plan</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - uuid of the rate plan</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string - rate plan name</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string - rate plan code</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean - whether the rate plan is active</td>\n</tr>\n<tr>\n<td>minimum_stay_length</td>\n<td>integer - minimum stay length constraint</td>\n</tr>\n<tr>\n<td>maximum_stay_length</td>\n<td>integer - maximum stay length constraint</td>\n</tr>\n<tr>\n<td>sale_start_date</td>\n<td>string - sale window start (optional)</td>\n</tr>\n<tr>\n<td>sale_end_date</td>\n<td>string - sale window end (optional)</td>\n</tr>\n<tr>\n<td>booking_lead_days</td>\n<td>integer - minimum lead time required to book</td>\n</tr>\n<tr>\n<td>deposit_required</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>is_company_rate_code</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>is_employee_rate_code</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>is_loyalty_rate_code</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>minimum_rate</td>\n<td>double - minimum rate bound</td>\n</tr>\n<tr>\n<td>maximum_rate</td>\n<td>double - maximum rate bound</td>\n</tr>\n<tr>\n<td>commission_type</td>\n<td>string</td>\n</tr>\n<tr>\n<td>commission_value</td>\n<td>double</td>\n</tr>\n<tr>\n<td>parent_rate_code</td>\n<td>string - uuid of parent rate plan, if derived</td>\n</tr>\n<tr>\n<td>cancellation_policy</td>\n<td>string - uuid reference to cancellation policy</td>\n</tr>\n<tr>\n<td>source</td>\n<td>array of <code>{name, code}</code> - eligible booking sources</td>\n</tr>\n<tr>\n<td>room_type</td>\n<td>array of <code>{name, code}</code> - eligible room types</td>\n</tr>\n<tr>\n<td>is_relative_rate_plan</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>is_relative_percentage</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>is_commissionable</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>suppress_rate</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>is_yieldable</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>advanced_purchase</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>inventory_rate_group</td>\n<td>string - inventory rate group code (optional)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"12-local-companies\">12. Local Companies</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - uuid of the company</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string - company name</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string - company code</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string - street address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n</tr>\n<tr>\n<td>postal</td>\n<td>string</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n</tr>\n<tr>\n<td>account_first_name</td>\n<td>string - account contact first name (optional)</td>\n</tr>\n<tr>\n<td>account_last_name</td>\n<td>string - account contact last name (optional)</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string - contact phone (optional)</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string - contact email (optional)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string - e.g. <code>\"ACTIVE\"</code></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string - timestamp</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>string - timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"13-tax-rules\">13. Tax Rules</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax_type_name</td>\n<td>string - tax type name</td>\n</tr>\n<tr>\n<td>tax_type_code</td>\n<td>string - tax type code</td>\n</tr>\n<tr>\n<td>tax_period</td>\n<td>array of <code>{percentage or tax_value, tax_type, start_date, end_date}</code> - effective tax periods</td>\n</tr>\n<tr>\n<td>floating</td>\n<td>boolean - whether the tax is floating/dependent on another tax</td>\n</tr>\n<tr>\n<td>fee</td>\n<td>boolean - whether the tax is classified as a fee</td>\n</tr>\n<tr>\n<td>parent_tax_type_code</td>\n<td>string - code of parent tax type (optional, for floating taxes)</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean - whether the tax rule is active</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"14-booking-source-types\">14. Booking Source Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>booking_profile_name</td>\n<td>string - booking profile, e.g. <code>FIND_AND_RESERVE</code>, <code>FRONTDESK_WEB</code>, <code>ETL</code>, <code>EXTERNAL</code>, <code>CRS_BOOKING</code>, <code>FRONTDESK</code></td>\n</tr>\n<tr>\n<td>applicable_booking_source</td>\n<td>array of <code>{booking_source_name, booking_source_code, is_active}</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"15-night-audit\">15. Night Audit</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start_time</td>\n<td>string - night audit start timestamp</td>\n</tr>\n<tr>\n<td>end_time</td>\n<td>string - night audit end timestamp</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string - e.g. <code>\"COMPLETED\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"16-companies\">16. Companies</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string - company name</td>\n</tr>\n<tr>\n<td>rate_plans</td>\n<td>array - rate plans tied to the company (observed empty)</td>\n</tr>\n<tr>\n<td>company_uid</td>\n<td>string - uuid of the company</td>\n</tr>\n<tr>\n<td>corp_id</td>\n<td>string - company code</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string - e.g. <code>\"ACTIVE\"</code></td>\n</tr>\n<tr>\n<td>reference_number</td>\n<td>string - external reference number (optional, present on some entries)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"17-users\">17. Users</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>is_active</td>\n<td>boolean - whether the user account is active</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>string - uuid of the user</td>\n</tr>\n<tr>\n<td>username</td>\n<td>string</td>\n</tr>\n<tr>\n<td>role_description</td>\n<td>string - description of the assigned role (optional)</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>string - property association</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>string - property association</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>enterprise_role_name</td>\n<td>string - enterprise-level role (optional)</td>\n</tr>\n<tr>\n<td>enterprise_role_code</td>\n<td>string - enterprise-level role (optional)</td>\n</tr>\n<tr>\n<td>user_role_name</td>\n<td>string - property-level role (optional)</td>\n</tr>\n<tr>\n<td>user_role_code</td>\n<td>string - property-level role (optional)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"payload\">Payload</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"5db65053-6161-4404-b1b9-67721989da6f\",\n  \"stream_name\": \"PROPERTY_DATA\",\n  \"event_id\": \"9db03bcd-e0bf-45a8-8901-22c41325a94a\",\n  \"event_type\": \"PROPERTY_DATA\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"property_info\",\n  \"total_items\": 1,\n  \"item_number\": 1,\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [],\n  \"event_time\": \"2026-08-20T07:45:57.500Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-02-04T00:00:00.000Z\",\n  \"property_info\": {\n    \"date_opened\": \"2023-12-28T00:00:00.000Z\",\n    \"currency_code\": \"$\",\n    \"property_url\": \"www.hotelkeyapp.com\",\n    \"status\": \"Open\",\n    \"management_entity\": \"HG\",\n    \"id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n    \"code\": \"MAN01\",\n    \"brand_code\": \"Independent\",\n    \"enterprise_identifier\": \"hotelbrand\",\n    \"property_name\": \"MAN01\",\n    \"city\": \"Los Angeles\",\n    \"city_code\": \"DAL\",\n    \"state\": \"CA\",\n    \"country_name\": \"United States\",\n    \"country_code\": \"US\",\n    \"zip_code\": \"90012\",\n    \"latitude\": \"34.0537012\",\n    \"longitude\": \"-118.23977\",\n    \"address\": \"300 N Los Angeles St\",\n    \"email\": \"man@hotel.com\",\n    \"fax\": \"1112223333\",\n    \"phone_no\": \"1111111111\",\n    \"website\": \"www.hotelkeyapp.com\",\n    \"language\": \"en_US\",\n    \"timezone_offset\": -300,\n    \"timezone_id\": \"17de9ff0-97a6-4a7a-b717-cf09b6cac93d\",\n    \"checkin_time\": 720,\n    \"checkout_time\": 660,\n    \"reservation_hold_time\": 900,\n    \"cancellation_time\": 0,\n    \"hotel_hold_time\": 120,\n    \"type\": \"FRANCHISE\",\n    \"rooms\": [\n      {\n        \"id\": \"01000f68-abce-4c60-9f6b-3fd9992f6847\",\n        \"number\": \"135\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"01c8504c-8d73-4d9d-9398-e2f5c915a724\",\n        \"number\": \"136\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"030414e2-8ba3-4d43-b1f4-0eef452b4563\",\n        \"number\": \"133\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"03e23a20-1fb2-49bf-99ec-f4d3571a29a8\",\n        \"number\": \"142\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"06caaff9-c95d-4de4-a924-24b950758cec\",\n        \"number\": \"501\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"079e8ffc-8e85-42fe-b0e9-6d5b94e55e0f\",\n        \"number\": \"109\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0a0eed52-978e-48e0-9998-33ce9f3a4ac9\",\n        \"number\": \"211\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0a244037-4873-495e-8a73-a11a3b27cdd5\",\n        \"number\": \"218\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0aa829c9-ea77-4b92-a3db-739e8fb2fd80\",\n        \"number\": \"237\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0b15f978-1d5b-4e09-9c91-7384fa0b30d4\",\n        \"number\": \"236\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0d11d3e1-5b4c-4edb-a715-53432d548105\",\n        \"number\": \"207\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0e2cc6c6-e794-4216-8492-26ba768d5c87\",\n        \"number\": \"503\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0eb4ba1f-93f1-4863-9cc3-1c9c99b82d14\",\n        \"number\": \"228\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0f1d217a-fc7a-4442-8657-f5dc3b6b656d\",\n        \"number\": \"147\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"150cf925-f75f-472f-bcd3-a818be396ba4\",\n        \"number\": \"307\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"16a4ab57-6047-4ff3-b5e2-ceb4df235007\",\n        \"number\": \"252\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1c047c21-1e30-496e-b8fc-895e317d8abc\",\n        \"number\": \"255\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1d2164a0-bcb2-4a86-a54e-a9845afd209b\",\n        \"number\": \"141\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1f740fed-22ed-4a7b-abae-010bdd5691fc\",\n        \"number\": \"129\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"242c4403-0312-49b7-b7af-13a4ac60bfcf\",\n        \"number\": \"202\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"25f647c7-e8ff-4070-8599-5be2eddc60ad\",\n        \"number\": \"230\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"285d4ec3-6029-49ec-8c68-61301f299b1f\",\n        \"number\": \"225\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2b753113-d72c-4825-83ef-3870f4b7a522\",\n        \"number\": \"116\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2c56ad64-585b-47b3-8f43-291e5939a00e\",\n        \"number\": \"215\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2dad206a-2cf6-4e21-8bc2-c0619ac77a11\",\n        \"number\": \"300\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2e8c8f53-571e-445a-b197-dd7564858afb\",\n        \"number\": \"107\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"3088a6f7-f3fb-49a1-b4c3-3cb34d1cf4ff\",\n        \"number\": \"139\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"312a1a04-b1b1-47cb-88e0-ff40e16cc1ab\",\n        \"number\": \"310\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"3429d023-6ef8-4b89-bd9b-7d214ecb7087\",\n        \"number\": \"507\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"36014b49-2130-42ba-835d-57cb55031c96\",\n        \"number\": \"127\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"378c79b2-7e10-478b-8e27-632d7f90d567\",\n        \"number\": \"137\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"38bc78ba-46e5-4836-ab30-8ae6199b4f7a\",\n        \"number\": \"216\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"39cda994-9c8c-4d06-b26e-1a9c7358cda7\",\n        \"number\": \"234\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"3aa262e3-1455-4952-8e63-4baf45233c78\",\n        \"number\": \"248\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"3d2ae493-5828-411f-a26f-239face75a03\",\n        \"number\": \"126\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"3f1e900b-8886-4446-a187-818bb115ae6c\",\n        \"number\": \"115\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"402fdeac-0a51-4443-b89b-807c0f9c4cd6\",\n        \"number\": \"131\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"41f280a2-44d7-4ee2-ae39-418440f4ef41\",\n        \"number\": \"233\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4275ab20-bd12-4f51-920d-e8c82345f49a\",\n        \"number\": \"259\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"434b7674-16ae-4c17-90d7-4993d549e97c\",\n        \"number\": \"219\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"45083193-5a30-408a-838a-87c5dfc4e278\",\n        \"number\": \"101\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"47e02de0-004f-4df2-806b-fed5d88d2d72\",\n        \"number\": \"119\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4a20bc18-a44a-4853-afea-389bb98d822c\",\n        \"number\": \"155\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4fd9d577-bc52-4ffd-97bc-a8a97642a5ee\",\n        \"number\": \"226\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5067b308-1a3e-44f9-b3d8-fd97570b5d38\",\n        \"number\": \"132\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"506bf3ab-2a38-46bb-a354-1d6c4da8de37\",\n        \"number\": \"304\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"522d3c9f-540c-49e3-aa93-1a99dc7e9e6a\",\n        \"number\": \"224\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"52f919b0-0224-4458-9d4e-86b1d1adb7e3\",\n        \"number\": \"134\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"54ef9fd1-7ff7-4462-811c-6225dd37922d\",\n        \"number\": \"105\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"57b55b22-efda-4634-a23d-ed720cafbb17\",\n        \"number\": \"242\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"584aefe0-16f1-49be-b35b-22dbb02d2813\",\n        \"number\": \"256\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"59f9f524-7026-4063-a242-c62b8f2dd7a6\",\n        \"number\": \"204\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5d57d7bf-3be3-4ad0-86ad-ec11d64b7431\",\n        \"number\": \"152\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5d84ce92-7d71-495b-a147-6bdbf62871cf\",\n        \"number\": \"244\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"5e6c5796-d4eb-4668-a0e5-91127eada08c\",\n        \"number\": \"315\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"653a9db1-46e9-4b55-b945-34a193cee84d\",\n        \"number\": \"206\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6b6e12d1-08de-4b5e-8113-07c661803923\",\n        \"number\": \"130\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6c9402d6-76e2-4e18-a2cf-ae0ae03113fa\",\n        \"number\": \"212\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6d074e9c-2836-437a-ace3-f43a3041a29d\",\n        \"number\": \"138\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6e427136-d3aa-4192-ae80-6c07b06dd21d\",\n        \"number\": \"112\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"74568a83-f810-456c-91d2-c4cb9b977a0d\",\n        \"number\": \"118\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7559e0b5-a6fd-42ff-a738-5855b6bbd6ff\",\n        \"number\": \"247\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7597260b-035c-402e-b000-60a95c7504aa\",\n        \"number\": \"229\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"76146c57-1a0f-4322-bd44-cd4b833d8d48\",\n        \"number\": \"143\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"76bf5db5-ddd9-4560-bad8-9b120f762269\",\n        \"number\": \"144\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"791c7b6b-be6b-452e-9be2-b94087c7d14d\",\n        \"number\": \"227\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"791eb1fc-3342-4cf6-8a66-2127fadd6814\",\n        \"number\": \"148\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"799b1e8c-d40b-442d-84c6-5fe6391c0484\",\n        \"number\": \"240\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7a161ff8-164b-40f2-8aa1-2480c9d0297a\",\n        \"number\": \"1000\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7be77abf-206e-4101-9f26-e1317c61d671\",\n        \"number\": \"504\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7c88b61b-b0f6-4e95-883d-f7b986acd720\",\n        \"number\": \"125\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7eb80b63-5df4-40ec-a4e1-c50b5f374ec3\",\n        \"number\": \"214\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7f22c97e-cb95-4c9d-80f4-b21bf0d22eea\",\n        \"number\": \"311\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7f7620ee-e9c9-450a-b8ae-b73f2f535117\",\n        \"number\": \"201\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7fec6b8a-58f0-4979-bc4d-c6f43627655f\",\n        \"number\": \"241\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"809bfebd-135c-4c51-bc50-992d1ee3e0f3\",\n        \"number\": \"1002\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"80d1f96c-77af-4bdb-95e6-21dedb5b9330\",\n        \"number\": \"114\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"847719b7-86e8-469e-9038-6ab21390e04c\",\n        \"number\": \"222\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"87901e3f-6c28-40e3-99de-ed55e0faa35e\",\n        \"number\": \"128\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8c8c8cd0-dffd-4810-bbc3-90a345b1b73b\",\n        \"number\": \"306\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8d676fd7-3839-40c5-825e-d16221278869\",\n        \"number\": \"146\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8d6f520b-6910-4a14-84fb-1d84a5f02973\",\n        \"number\": \"301\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8e113256-6df6-41a5-a896-1c59a3d8c000\",\n        \"number\": \"123\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"90279cc8-ddad-4a4b-b73e-15f23628b0f2\",\n        \"number\": \"262\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9065fb44-4e7c-4894-a5a1-f55ceb6d8914\",\n        \"number\": \"254\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"907fb701-4501-4263-b328-70ddfeb591dc\",\n        \"number\": \"261\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"90b64b0b-0607-4e08-a0e9-94c3b49335db\",\n        \"number\": \"154\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"91eeb933-5e54-46df-86ef-0927cb203ccb\",\n        \"number\": \"103\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"978b468b-bf74-48a0-bcf2-8f2bb99bf966\",\n        \"number\": \"121\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"98117c98-9236-457b-804f-8e4df1a1e165\",\n        \"number\": \"1001\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"991939c8-2107-462f-b847-1e292b51b308\",\n        \"number\": \"104\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9bff6794-a356-4301-a1fe-a22e30dcd907\",\n        \"number\": \"257\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9dd55176-048a-47e4-a153-20708b7c2834\",\n        \"number\": \"506\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9f61e861-6496-45a8-b869-b6d461da9701\",\n        \"number\": \"203\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"a117b988-86ab-4bc2-8476-010b0eda24ca\",\n        \"number\": \"140\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"a2eca3c7-c3e6-483a-8107-488467108d79\",\n        \"number\": \"205\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"a376519e-1b21-4341-8668-0eaab6b87c74\",\n        \"number\": \"308\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"a4df8d98-a056-4249-89e7-2004a6bd20fd\",\n        \"number\": \"120\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"a6b1d1f5-0802-4e86-8ef3-9a04f35aa602\",\n        \"number\": \"312\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"a709751f-6b32-4737-958e-6c329734941f\",\n        \"number\": \"505\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"a9ec1f6c-983b-42f2-9b5e-c4e5956980da\",\n        \"number\": \"508\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ada2ac73-f433-4049-8203-aad9764b000f\",\n        \"number\": \"251\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ae36b038-c977-4ce1-9996-734cf5fbda6a\",\n        \"number\": \"117\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ae89ee10-b0e4-4031-8627-3121c3c7f4ac\",\n        \"number\": \"313\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"b0af1d4e-cae9-44f2-b5d2-e372efa19ff8\",\n        \"number\": \"122\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b1ab6608-13bf-4117-82b5-07ee8e0ac8c2\",\n        \"number\": \"232\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b2b19004-cb2f-4858-90db-a926242e6295\",\n        \"number\": \"156\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b559ff1b-44ab-4957-93c4-616b0be13542\",\n        \"number\": \"102\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"bc018207-c0d2-42c1-a148-ee3d45a846cd\",\n        \"number\": \"220\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c1e9dbad-f420-439f-b88f-bc2d4a5da8a7\",\n        \"number\": \"108\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c7feca3d-f8f5-4e4c-bab7-b2496ff8db3d\",\n        \"number\": \"223\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c846ae2b-5d4c-4d14-a2e2-92486c6f5ab2\",\n        \"number\": \"250\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c88643c3-d6e1-4735-af1f-946ff0245642\",\n        \"number\": \"231\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ca8e2619-1689-4255-995a-e036cdb880dc\",\n        \"number\": \"217\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ce56ab0c-2384-4335-bb6d-725a51d16cd8\",\n        \"number\": \"245\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"cea78435-3119-43f6-8577-636a7abad034\",\n        \"number\": \"106\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d1031103-18c7-4515-8e2f-04a7da6ca3ec\",\n        \"number\": \"239\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d1656936-ce9d-496f-9889-2f446991ac55\",\n        \"number\": \"210\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d16ac79d-eed7-4a06-b1c1-cdd38bf47e05\",\n        \"number\": \"314\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d19d6a6e-2fc6-4e97-a821-f7dec9483ef1\",\n        \"number\": \"258\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d383dc38-096d-4b3c-96b0-d9270d77e381\",\n        \"number\": \"246\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d4b56c55-6818-4c69-bffc-42c5028c0fe5\",\n        \"number\": \"150\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"dae00eca-c72d-42e5-87fa-487dea1c9d8a\",\n        \"number\": \"253\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"dc96cc2d-7855-4f08-8924-b40eff2f75be\",\n        \"number\": \"303\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"dcaebe81-7f15-4212-a8f5-923584b6e3c6\",\n        \"number\": \"221\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e01d38f9-3ab6-4c05-9cfd-2acdc40b5d20\",\n        \"number\": \"113\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e15e8ae5-254b-4747-9390-a419a49f99de\",\n        \"number\": \"111\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e3189459-dca8-4935-8fa7-b349c795731f\",\n        \"number\": \"145\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e5092f00-5b76-470a-b412-b12d6e3a05f8\",\n        \"number\": \"243\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"e5e8b3f5-ae5f-48ad-af1b-b8a08f80c6f4\",\n        \"number\": \"249\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e69c731e-11f9-418d-a38c-b4a81319e98f\",\n        \"number\": \"502\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e84d5b5d-366f-4f88-b1c1-e528b107f5c4\",\n        \"number\": \"509\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e97099d5-7ead-4d2a-880b-8f938f7e4b0a\",\n        \"number\": \"213\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f01e000d-6022-4585-b6ad-bb75a1043079\",\n        \"number\": \"151\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f1cb7a50-8c75-4671-947c-7ab6899fe887\",\n        \"number\": \"208\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f215ac68-f2eb-4e94-8ff3-2bf16f325a53\",\n        \"number\": \"260\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f2a94a1e-e398-4e3d-94c4-e50d5fd1c242\",\n        \"number\": \"305\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f66fee99-40f0-4d34-a5b2-2dcc45f0ddc4\",\n        \"number\": \"110\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f706f804-9d53-4add-b9b0-db5c6306d67d\",\n        \"number\": \"124\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f85f664e-02af-48ae-8330-e0a884081054\",\n        \"number\": \"149\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fa4aca05-114f-4b1a-b3bd-a949221d9d7f\",\n        \"number\": \"238\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fa7e5ce4-c1ab-47b2-9205-a57cc95ef1eb\",\n        \"number\": \"302\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fbd6d448-0f81-48f8-aaf4-83f8c72f5b4d\",\n        \"number\": \"235\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fbe9d5c9-04cb-47a3-a1ca-25bca5686629\",\n        \"number\": \"309\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fe703e98-904b-4c51-b144-6e97e219fda5\",\n        \"number\": \"510\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fec95729-c263-4afe-9ce0-85a18edba77d\",\n        \"number\": \"209\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"accessible\": false\n      }\n    ],\n    \"charge_types\": [\n      {\n        \"code\": \"RETURNED_CHECKS\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"State Tax\",\n            \"code\": \"ST\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"360\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"ADC2\",\n        \"transaction_type\": \"ADVANCED_DEPOSIT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"MISCELLANEOUS TAX\",\n            \"code\": \"1557677\",\n            \"active\": true\n          },\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"RRA\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          },\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"CP\",\n        \"transaction_type\": \"SYSTEM\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": []\n      },\n      {\n        \"code\": \"300\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": []\n      },\n      {\n        \"code\": \"TCHARGE1\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": false,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"TTAX1\",\n            \"code\": \"TTAX1\",\n            \"active\": false\n          }\n        ]\n      },\n      {\n        \"code\": \"650\",\n        \"transaction_type\": \"OTHER\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          },\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"PEC\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          },\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"ADRR\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          },\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"TCHARGE3\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": false,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"TTAX3\",\n            \"code\": \"TTAX3\",\n            \"active\": false\n          }\n        ]\n      },\n      {\n        \"code\": \"624\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"MISCELLANEOUS TAX\",\n            \"code\": \"1557677\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"ENSRR\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          },\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"CPPRR\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          },\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"109\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"ADC1\",\n        \"transaction_type\": \"ADVANCED_DEPOSIT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"MISCELLANEOUS TAX\",\n            \"code\": \"1557677\",\n            \"active\": true\n          },\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"RR\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          },\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"DINNER\",\n        \"transaction_type\": \"FOOD\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          },\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"TCHARGE\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": false,\n        \"include_in_revenue\": true,\n        \"tax_types\": []\n      },\n      {\n        \"code\": \"975\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          },\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"WIFI\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": []\n      },\n      {\n        \"code\": \"NSRR\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"TCHARGE5\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"TTAX5\",\n            \"code\": \"TTAX5\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"LUNCH\",\n        \"transaction_type\": \"FOOD\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          },\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"RTC\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"CVRR\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          },\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"code\": \"TSSW\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": []\n      }\n    ],\n    \"tax_exempt_codes\": [\n      {\n        \"id\": \"54da3fc7-846b-4986-ae02-cb3cf08d102c\",\n        \"name\": \"OTA TAX REMIT\",\n        \"code\": \"OTA\",\n        \"active\": true,\n        \"tax_exempt_code_extra_fields\": [],\n        \"schedules\": [\n          {\n            \"tax_exempt_code_id\": \"54da3fc7-846b-4986-ae02-cb3cf08d102c\",\n            \"tax_type_id\": \"aacd42e4-6823-4561-b4af-8c97cc18e52e\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": true,\n            \"id\": \"dcc9c195-e753-4da9-ba65-b19dabd84056\"\n          },\n          {\n            \"tax_exempt_code_id\": \"54da3fc7-846b-4986-ae02-cb3cf08d102c\",\n            \"tax_type_id\": \"efcea5a2-a77e-4302-aa37-902ec09bb5ac\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": true,\n            \"id\": \"24e85cef-ca51-415d-b46d-b33b0ed73e70\"\n          }\n        ],\n        \"mandatory_remarks\": false,\n        \"tax_types\": [\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          },\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"id\": \"6f291813-7670-43ad-8ec8-56b958a7c058\",\n        \"name\": \"FEDERAL GOVERNMENT\",\n        \"code\": \"FED\",\n        \"active\": true,\n        \"tax_exempt_code_extra_fields\": [],\n        \"schedules\": [\n          {\n            \"tax_exempt_code_id\": \"6f291813-7670-43ad-8ec8-56b958a7c058\",\n            \"tax_type_id\": \"aacd42e4-6823-4561-b4af-8c97cc18e52e\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": false,\n            \"id\": \"a5050512-f53c-453b-b2da-5e5b5d4cd67e\"\n          },\n          {\n            \"tax_exempt_code_id\": \"6f291813-7670-43ad-8ec8-56b958a7c058\",\n            \"tax_type_id\": \"efcea5a2-a77e-4302-aa37-902ec09bb5ac\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": false,\n            \"id\": \"bb8652b5-7a16-40ad-b40a-e5147a1ae5ee\"\n          }\n        ],\n        \"mandatory_remarks\": false,\n        \"tax_types\": [\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          },\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"id\": \"d61e13e7-e226-4f87-8069-a771cc085d7f\",\n        \"name\": \"CHARITABLE\",\n        \"code\": \"CHAR\",\n        \"active\": true,\n        \"tax_exempt_code_extra_fields\": [],\n        \"schedules\": [\n          {\n            \"tax_exempt_code_id\": \"d61e13e7-e226-4f87-8069-a771cc085d7f\",\n            \"tax_type_id\": \"efcea5a2-a77e-4302-aa37-902ec09bb5ac\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": true,\n            \"id\": \"3ef2a71a-8b96-47d9-b670-c3dcd0e6c0c3\"\n          }\n        ],\n        \"mandatory_remarks\": false,\n        \"tax_types\": [\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"id\": \"42168df2-4f12-4843-a885-b814f46040ef\",\n        \"name\": \"OTHER GOVERNMENT\",\n        \"code\": \"OTHGOV\",\n        \"active\": true,\n        \"tax_exempt_code_extra_fields\": [],\n        \"schedules\": [\n          {\n            \"tax_exempt_code_id\": \"42168df2-4f12-4843-a885-b814f46040ef\",\n            \"tax_type_id\": \"aacd42e4-6823-4561-b4af-8c97cc18e52e\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": true,\n            \"id\": \"b8452c06-91f0-4473-ab7e-e77317d31058\"\n          },\n          {\n            \"tax_exempt_code_id\": \"42168df2-4f12-4843-a885-b814f46040ef\",\n            \"tax_type_id\": \"efcea5a2-a77e-4302-aa37-902ec09bb5ac\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": true,\n            \"id\": \"86847f24-7505-46e6-9058-36b855ba54d3\"\n          }\n        ],\n        \"mandatory_remarks\": false,\n        \"tax_types\": [\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          },\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"id\": \"5d241023-646b-4065-a9eb-aaeb47de829b\",\n        \"name\": \"PERMANENT GUEST\",\n        \"code\": \"PERM\",\n        \"active\": true,\n        \"tax_exempt_code_extra_fields\": [],\n        \"schedules\": [\n          {\n            \"tax_exempt_code_id\": \"5d241023-646b-4065-a9eb-aaeb47de829b\",\n            \"tax_type_id\": \"03f82eda-3e78-4e38-a03e-7f6584863dd6\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": false,\n            \"id\": \"34f7ae56-caea-4434-a954-d4d8127913c8\"\n          },\n          {\n            \"tax_exempt_code_id\": \"5d241023-646b-4065-a9eb-aaeb47de829b\",\n            \"tax_type_id\": \"aacd42e4-6823-4561-b4af-8c97cc18e52e\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": false,\n            \"id\": \"14efb6eb-c78f-478c-9d46-30a5a711c6bf\"\n          },\n          {\n            \"tax_exempt_code_id\": \"5d241023-646b-4065-a9eb-aaeb47de829b\",\n            \"tax_type_id\": \"efcea5a2-a77e-4302-aa37-902ec09bb5ac\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": false,\n            \"id\": \"adb0e793-e7e7-4297-8178-bea0c50b68a8\"\n          }\n        ],\n        \"mandatory_remarks\": false,\n        \"tax_types\": [\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          },\n          {\n            \"name\": \"MISCELLANEOUS TAX\",\n            \"code\": \"1557677\",\n            \"active\": true\n          },\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          }\n        ]\n      },\n      {\n        \"id\": \"d3e89152-5c8e-4d84-9877-5e48d716cf9c\",\n        \"name\": \"EDUCATION\",\n        \"code\": \"EDU\",\n        \"active\": true,\n        \"tax_exempt_code_extra_fields\": [],\n        \"schedules\": [\n          {\n            \"tax_exempt_code_id\": \"d3e89152-5c8e-4d84-9877-5e48d716cf9c\",\n            \"tax_type_id\": \"aacd42e4-6823-4561-b4af-8c97cc18e52e\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": true,\n            \"id\": \"ce5703be-ebae-4490-a1e3-67b6c2cf85d1\"\n          },\n          {\n            \"tax_exempt_code_id\": \"d3e89152-5c8e-4d84-9877-5e48d716cf9c\",\n            \"tax_type_id\": \"efcea5a2-a77e-4302-aa37-902ec09bb5ac\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": true,\n            \"id\": \"e2392625-a067-46de-aedb-bf93e54bb44c\"\n          }\n        ],\n        \"mandatory_remarks\": false,\n        \"tax_types\": [\n          {\n            \"name\": \"CITY TAX\",\n            \"code\": \"152\",\n            \"active\": true\n          },\n          {\n            \"name\": \"COUNTY TAX\",\n            \"code\": \"151\",\n            \"active\": true\n          }\n        ]\n      }\n    ],\n    \"refund_codes\": [\n      {\n        \"id\": \"1ad357da-0369-4791-906d-d8d9ff84cfee\",\n        \"name\": \"OVER PAYMENT\",\n        \"code\": \"OP\",\n        \"active\": true\n      },\n      {\n        \"id\": \"7ae2ee96-48fd-4058-9b15-aaf5512fc8ec\",\n        \"name\": \"CUSTOMER SATISFACTION\",\n        \"code\": \"CUST\",\n        \"active\": true\n      },\n      {\n        \"id\": \"89817f4f-5de7-494b-9bad-ee71ed89a038\",\n        \"name\": \"DEFAULT\",\n        \"code\": \"DEF\",\n        \"active\": true\n      }\n    ],\n    \"room_types\": [\n      {\n        \"room_type_name\": \"NON-SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"KIN\",\n        \"is_active\": true,\n        \"bed_count\": 1,\n        \"is_smoking\": false,\n        \"is_accessible\": false,\n        \"base_people\": 1,\n        \"max_people\": 2,\n        \"include_in_inventory\": true\n      },\n      {\n        \"room_type_name\": \"CSTN\",\n        \"room_type_code\": \"CSTN\",\n        \"is_active\": true,\n        \"bed_count\": 1,\n        \"is_smoking\": false,\n        \"is_accessible\": false,\n        \"base_people\": 0,\n        \"max_people\": 1,\n        \"include_in_inventory\": false\n      },\n      {\n        \"room_type_name\": \"SMOKING STANDARD 1 KING BED\",\n        \"room_type_code\": \"SKIN\",\n        \"is_active\": true,\n        \"bed_count\": 1,\n        \"is_smoking\": true,\n        \"is_accessible\": false,\n        \"base_people\": 1,\n        \"max_people\": 2,\n        \"include_in_inventory\": false\n      },\n      {\n        \"room_type_name\": \"STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"QUN\",\n        \"is_active\": true,\n        \"bed_count\": 2,\n        \"is_smoking\": false,\n        \"is_accessible\": false,\n        \"base_people\": 1,\n        \"max_people\": 4,\n        \"include_in_inventory\": true\n      },\n      {\n        \"room_type_name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n        \"room_type_code\": \"SQUN\",\n        \"is_active\": true,\n        \"bed_count\": 2,\n        \"is_smoking\": true,\n        \"is_accessible\": false,\n        \"base_people\": 1,\n        \"max_people\": 4,\n        \"include_in_inventory\": true\n      }\n    ],\n    \"adjustment_codes\": [\n      {\n        \"id\": \"2068a77a-f5b0-40b9-9bf0-10c38d6f0f71\",\n        \"name\": \"BAD DEBT SKIP\",\n        \"code\": \"928\",\n        \"active\": true,\n        \"is_default\": false,\n        \"allow_adjustment_up\": false\n      },\n      {\n        \"id\": \"0fed22c2-65dc-41e0-8667-84a289eb31e2\",\n        \"name\": \"HOSPITALITY ADJUSTMENT\",\n        \"code\": \"932\",\n        \"active\": true,\n        \"is_default\": false,\n        \"allow_adjustment_up\": false\n      },\n      {\n        \"id\": \"f03d3d37-2bfd-4675-beab-99cd4b0e49f6\",\n        \"name\": \"GUEST REFUND\",\n        \"code\": \"TROUT\",\n        \"active\": true,\n        \"is_default\": true,\n        \"allow_adjustment_up\": true\n      },\n      {\n        \"id\": \"ed2b7f9e-beee-4461-8faf-7c97359d650f\",\n        \"name\": \"OTHER ADJUSTMENTS\",\n        \"code\": \"943\",\n        \"active\": true,\n        \"is_default\": false,\n        \"allow_adjustment_up\": false\n      },\n      {\n        \"id\": \"2a652bf1-d5ab-4477-81a5-6916448ec939\",\n        \"name\": \"ACCOUNTS RECEIVABLE CLEARING\",\n        \"code\": \"9273\",\n        \"active\": true,\n        \"is_default\": false,\n        \"allow_adjustment_up\": false\n      },\n      {\n        \"id\": \"dae9b5f5-e57c-4e64-aa7a-3b4c67243557\",\n        \"name\": \"ACCOUNTS RECEIVABLE CLEARING\",\n        \"code\": \"972-3\",\n        \"active\": true,\n        \"is_default\": false,\n        \"allow_adjustment_up\": false\n      },\n      {\n        \"id\": \"70e1b659-c313-4ed0-9681-9620b2f217ab\",\n        \"name\": \"LOCAL MARKETING COUPON\",\n        \"code\": \"937\",\n        \"active\": true,\n        \"is_default\": false,\n        \"allow_adjustment_up\": false\n      },\n      {\n        \"id\": \"7943214f-241f-45d0-8648-62b32e747cc9\",\n        \"name\": \"AR BILLING ADJUSTMENT\",\n        \"code\": \"975\",\n        \"active\": true,\n        \"is_default\": false,\n        \"allow_adjustment_up\": false\n      }\n    ],\n    \"sources\": [\n      {\n        \"id\": \"0c1a5079-d244-48c8-a075-5da789bfc887\",\n        \"name\": \"PHONE\",\n        \"code\": \"PH\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": true,\n        \"tax_exemption\": true,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"2b5e1a08-e102-4eaa-bacb-5d7d3526ba6a\",\n        \"name\": \"AMEXF\",\n        \"code\": \"AMEXF\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": true,\n        \"tax_exemption\": true,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"2ee5980f-bebb-4d8f-b725-f891b627296a\",\n        \"name\": \"PROPERTY BOOKING\",\n        \"code\": \"PRP\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": true,\n        \"tax_exemption\": true,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"3172eacd-696b-4d55-8467-7effb614ae09\",\n        \"name\": \"WEB\",\n        \"code\": \"WEB\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": true,\n        \"tax_exemption\": true,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"4bb54869-46df-4fd6-9546-a0b6a825ffc4\",\n        \"name\": \"DELPHI\",\n        \"code\": \"DELPHI\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": true,\n        \"tax_exemption\": false,\n        \"is_external\": true,\n        \"default\": false\n      },\n      {\n        \"id\": \"6a6c31ee-a462-4c29-9aea-bc0a6b96facd\",\n        \"name\": \"WALK-IN\",\n        \"code\": \"WIN\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": true,\n        \"tax_exemption\": true,\n        \"is_external\": false,\n        \"default\": true\n      },\n      {\n        \"id\": \"8e39014d-a6f5-48b8-a8c5-3a4bbcda5082\",\n        \"name\": \"AMEX\",\n        \"code\": \"AMEX\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": true,\n        \"tax_exemption\": true,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"c373e4f8-c219-4bbb-84b2-4ad770fea38e\",\n        \"name\": \"AMADEUS\",\n        \"code\": \"AMA\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": true,\n        \"tax_exemption\": true,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"e3a73c53-1721-492b-93a3-b2f572b162a2\",\n        \"name\": \"Website\",\n        \"code\": \"WEBSITE\",\n        \"suppress_rates\": false,\n        \"allow_changes\": false,\n        \"active\": true,\n        \"tax_exemption\": false,\n        \"is_external\": false,\n        \"default\": false\n      }\n    ],\n    \"payment_types\": [\n      {\n        \"id\": \"3d84df75-9cfd-4f76-8eb2-48183452c378\",\n        \"name\": \"CHECK\",\n        \"code\": \"CHCK\",\n        \"refund_allowed\": true,\n        \"active\": true\n      },\n      {\n        \"id\": \"a14b9532-7543-4014-b1f6-baa583460672\",\n        \"name\": \"CLC QUICKPAY\",\n        \"code\": \"938\",\n        \"refund_allowed\": true,\n        \"active\": true\n      },\n      {\n        \"id\": \"e2f20a30-c742-4ce0-822e-b702256334eb\",\n        \"name\": \"Balance Forward Payment\",\n        \"code\": \"BFP\",\n        \"refund_allowed\": true,\n        \"active\": true\n      },\n      {\n        \"id\": \"cbbf7ed7-30f3-4e8d-8b4f-7081fbd3acbe\",\n        \"name\": \"CREDIT CARD\",\n        \"code\": \"TEST\",\n        \"refund_allowed\": false,\n        \"active\": true\n      },\n      {\n        \"id\": \"23486cd0-3e37-4e00-a767-29a99dfe6dd1\",\n        \"name\": \"DIRECT BILL\",\n        \"code\": \"LDB\",\n        \"refund_allowed\": true,\n        \"active\": true\n      },\n      {\n        \"id\": \"0d20ae1a-6b88-4f1a-8291-bf5e63db4741\",\n        \"name\": \"FPCC\",\n        \"code\": \"FPCC\",\n        \"refund_allowed\": true,\n        \"active\": true\n      },\n      {\n        \"id\": \"54069b25-cc77-4b71-84dc-663c38af2532\",\n        \"name\": \"CASH\",\n        \"code\": \"CASH\",\n        \"refund_allowed\": true,\n        \"active\": true\n      },\n      {\n        \"id\": \"fd4b5426-910b-49a2-bba3-f7c46137e874\",\n        \"name\": \"CREDIT CARD EXTCC\",\n        \"code\": \"EXTCC\",\n        \"refund_allowed\": true,\n        \"active\": true\n      }\n    ],\n    \"business_start_date\": \"2023-12-28T00:00:00.000Z\",\n    \"minimum_check_in_age\": 0,\n    \"is_active\": true,\n    \"auto_cancellation\": false,\n    \"auto_no_show\": true,\n    \"rate_plan\": [\n      {\n        \"id\": \"37e4a3e0-73fa-4980-82d5-0c6a3806b3ec\",\n        \"name\": \"BEST AVAILABLE RATE\",\n        \"code\": \"BAR\",\n        \"active\": true,\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 730,\n        \"booking_lead_days\": 0,\n        \"deposit_required\": false,\n        \"is_company_rate_code\": false,\n        \"is_employee_rate_code\": false,\n        \"is_loyalty_rate_code\": false,\n        \"minimum_rate\": 0,\n        \"maximum_rate\": 999999,\n        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"WALK-IN\",\n            \"code\": \"WIN\"\n          },\n          {\n            \"name\": \"PROPERTY BOOKING\",\n            \"code\": \"PRP\"\n          },\n          {\n            \"name\": \"WEB\",\n            \"code\": \"WEB\"\n          }\n        ],\n        \"room_type\": [\n          {\n            \"name\": \"STANDARD 2 QUEEN BEDS\",\n            \"code\": \"QUN\"\n          },\n          {\n            \"name\": \"SMOKING STANDARD 1 KING BED\",\n            \"code\": \"SKIN\"\n          },\n          {\n            \"name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n            \"code\": \"SQUN\"\n          },\n          {\n            \"name\": \"NON-SMOKING STANDARD 1 KING BED\",\n            \"code\": \"KIN\"\n          },\n          {\n            \"name\": \"CSTN\",\n            \"code\": \"CSTN\"\n          }\n        ],\n        \"is_relative_rate_plan\": false,\n        \"is_relative_percentage\": false,\n        \"is_commissionable\": false,\n        \"suppress_rate\": false,\n        \"is_yieldable\": false,\n        \"advanced_purchase\": false,\n        \"inventory_rate_group\": \"trg\"\n      },\n      {\n        \"id\": \"a84cdd8d-03f8-4889-95ae-af57af84898d\",\n        \"name\": \"GROUP\",\n        \"code\": \"GRP\",\n        \"active\": true,\n        \"minimum_stay_length\": 1,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2024-03-08T00:00:00.000Z\",\n        \"sale_end_date\": \"2024-03-14T00:00:00.000Z\",\n        \"booking_lead_days\": 0,\n        \"deposit_required\": false,\n        \"is_company_rate_code\": false,\n        \"is_employee_rate_code\": false,\n        \"is_loyalty_rate_code\": false,\n        \"minimum_rate\": 0,\n        \"maximum_rate\": 999,\n        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"WALK-IN\",\n            \"code\": \"WIN\"\n          },\n          {\n            \"name\": \"PROPERTY BOOKING\",\n            \"code\": \"PRP\"\n          },\n          {\n            \"name\": \"WEB\",\n            \"code\": \"WEB\"\n          }\n        ],\n        \"room_type\": [\n          {\n            \"name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n            \"code\": \"SQUN\"\n          },\n          {\n            \"name\": \"SMOKING STANDARD 1 KING BED\",\n            \"code\": \"SKIN\"\n          },\n          {\n            \"name\": \"STANDARD 2 QUEEN BEDS\",\n            \"code\": \"QUN\"\n          },\n          {\n            \"name\": \"NON-SMOKING STANDARD 1 KING BED\",\n            \"code\": \"KIN\"\n          }\n        ],\n        \"is_relative_rate_plan\": false,\n        \"is_relative_percentage\": false,\n        \"is_commissionable\": false,\n        \"suppress_rate\": true,\n        \"is_yieldable\": false,\n        \"advanced_purchase\": false,\n        \"inventory_rate_group\": \"TIRG\"\n      },\n      {\n        \"id\": \"95f586a8-ebda-4840-b294-4cda02dce6ca\",\n        \"name\": \"complementry\",\n        \"code\": \"COMP\",\n        \"active\": true,\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"booking_lead_days\": 0,\n        \"deposit_required\": false,\n        \"is_company_rate_code\": false,\n        \"is_employee_rate_code\": false,\n        \"is_loyalty_rate_code\": false,\n        \"minimum_rate\": 0,\n        \"maximum_rate\": 999999,\n        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"WALK-IN\",\n            \"code\": \"WIN\"\n          },\n          {\n            \"name\": \"PROPERTY BOOKING\",\n            \"code\": \"PRP\"\n          },\n          {\n            \"name\": \"WEB\",\n            \"code\": \"WEB\"\n          },\n          {\n            \"name\": \"PHONE\",\n            \"code\": \"PH\"\n          }\n        ],\n        \"room_type\": [\n          {\n            \"name\": \"CSTN\",\n            \"code\": \"CSTN\"\n          },\n          {\n            \"name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n            \"code\": \"SQUN\"\n          },\n          {\n            \"name\": \"STANDARD 2 QUEEN BEDS\",\n            \"code\": \"QUN\"\n          },\n          {\n            \"name\": \"SMOKING STANDARD 1 KING BED\",\n            \"code\": \"SKIN\"\n          },\n          {\n            \"name\": \"NON-SMOKING STANDARD 1 KING BED\",\n            \"code\": \"KIN\"\n          }\n        ],\n        \"is_relative_rate_plan\": false,\n        \"is_relative_percentage\": false,\n        \"is_commissionable\": false,\n        \"suppress_rate\": false,\n        \"is_yieldable\": false,\n        \"advanced_purchase\": false\n      },\n      {\n        \"id\": \"39034d1c-54b0-41b8-8db9-9393660ef6cc\",\n        \"name\": \"Inventory Rate\",\n        \"code\": \"IR\",\n        \"active\": true,\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 0,\n        \"parent_rate_code\": \"37e4a3e0-73fa-4980-82d5-0c6a3806b3ec\",\n        \"booking_lead_days\": 0,\n        \"deposit_required\": false,\n        \"is_company_rate_code\": false,\n        \"is_employee_rate_code\": false,\n        \"is_loyalty_rate_code\": false,\n        \"minimum_rate\": 0,\n        \"maximum_rate\": 999999,\n        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"cancellation_policy\": \"1b1b318e-59e3-411a-88f4-a7d139236521\",\n        \"source\": [\n          {\n            \"name\": \"WALK-IN\",\n            \"code\": \"WIN\"\n          },\n          {\n            \"name\": \"DELPHI\",\n            \"code\": \"DELPHI\"\n          },\n          {\n            \"name\": \"PROPERTY BOOKING\",\n            \"code\": \"PRP\"\n          },\n          {\n            \"name\": \"AMADEUS\",\n            \"code\": \"AMA\"\n          },\n          {\n            \"name\": \"WEB\",\n            \"code\": \"WEB\"\n          },\n          {\n            \"name\": \"PHONE\",\n            \"code\": \"PH\"\n          }\n        ],\n        \"room_type\": [\n          {\n            \"name\": \"STANDARD 2 QUEEN BEDS\",\n            \"code\": \"QUN\"\n          },\n          {\n            \"name\": \"SMOKING STANDARD 1 KING BED\",\n            \"code\": \"SKIN\"\n          },\n          {\n            \"name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n            \"code\": \"SQUN\"\n          },\n          {\n            \"name\": \"NON-SMOKING STANDARD 1 KING BED\",\n            \"code\": \"KIN\"\n          }\n        ],\n        \"is_relative_rate_plan\": true,\n        \"is_relative_percentage\": true,\n        \"is_commissionable\": false,\n        \"suppress_rate\": false,\n        \"is_yieldable\": false,\n        \"advanced_purchase\": false,\n        \"inventory_rate_group\": \"trg\"\n      },\n      {\n        \"id\": \"3e3ef58e-9698-4024-9309-456410d6eecf\",\n        \"name\": \"RATE EXCEPTION \",\n        \"code\": \"RE\",\n        \"active\": true,\n        \"minimum_stay_length\": 1,\n        \"maximum_stay_length\": 365,\n        \"booking_lead_days\": 0,\n        \"deposit_required\": false,\n        \"is_company_rate_code\": false,\n        \"is_employee_rate_code\": false,\n        \"is_loyalty_rate_code\": false,\n        \"minimum_rate\": 0,\n        \"maximum_rate\": 999999,\n        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"WALK-IN\",\n            \"code\": \"WIN\"\n          },\n          {\n            \"name\": \"PROPERTY BOOKING\",\n            \"code\": \"PRP\"\n          },\n          {\n            \"name\": \"PHONE\",\n            \"code\": \"PH\"\n          }\n        ],\n        \"room_type\": [\n          {\n            \"name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n            \"code\": \"SQUN\"\n          },\n          {\n            \"name\": \"STANDARD 2 QUEEN BEDS\",\n            \"code\": \"QUN\"\n          },\n          {\n            \"name\": \"CSTN\",\n            \"code\": \"CSTN\"\n          },\n          {\n            \"name\": \"SMOKING STANDARD 1 KING BED\",\n            \"code\": \"SKIN\"\n          },\n          {\n            \"name\": \"NON-SMOKING STANDARD 1 KING BED\",\n            \"code\": \"KIN\"\n          }\n        ],\n        \"is_relative_rate_plan\": false,\n        \"is_relative_percentage\": false,\n        \"is_commissionable\": false,\n        \"suppress_rate\": false,\n        \"is_yieldable\": false,\n        \"advanced_purchase\": false\n      },\n      {\n        \"id\": \"058e03e4-f7c7-4cc5-b269-743f21b7fce6\",\n        \"name\": \"HOUSE\",\n        \"code\": \"HOUSE\",\n        \"active\": true,\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"booking_lead_days\": 0,\n        \"deposit_required\": false,\n        \"is_company_rate_code\": false,\n        \"is_employee_rate_code\": true,\n        \"is_loyalty_rate_code\": false,\n        \"minimum_rate\": 0,\n        \"maximum_rate\": 999999,\n        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"WALK-IN\",\n            \"code\": \"WIN\"\n          },\n          {\n            \"name\": \"PROPERTY BOOKING\",\n            \"code\": \"PRP\"\n          },\n          {\n            \"name\": \"WEB\",\n            \"code\": \"WEB\"\n          },\n          {\n            \"name\": \"PHONE\",\n            \"code\": \"PH\"\n          }\n        ],\n        \"room_type\": [\n          {\n            \"name\": \"NON-SMOKING STANDARD 1 KING BED\",\n            \"code\": \"KIN\"\n          },\n          {\n            \"name\": \"STANDARD 2 QUEEN BEDS\",\n            \"code\": \"QUN\"\n          }\n        ],\n        \"is_relative_rate_plan\": false,\n        \"is_relative_percentage\": false,\n        \"is_commissionable\": false,\n        \"suppress_rate\": false,\n        \"is_yieldable\": false,\n        \"advanced_purchase\": true,\n        \"inventory_rate_group\": \"trg\"\n      },\n      {\n        \"id\": \"30b9b7e0-7028-46ed-b73c-8473baf8c86f\",\n        \"name\": \"DELPHI\",\n        \"code\": \"DELPHI\",\n        \"active\": true,\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"booking_lead_days\": 0,\n        \"deposit_required\": false,\n        \"is_company_rate_code\": false,\n        \"is_employee_rate_code\": false,\n        \"is_loyalty_rate_code\": false,\n        \"minimum_rate\": 0,\n        \"maximum_rate\": 999999,\n        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"WALK-IN\",\n            \"code\": \"WIN\"\n          },\n          {\n            \"name\": \"DELPHI\",\n            \"code\": \"DELPHI\"\n          },\n          {\n            \"name\": \"AMADEUS\",\n            \"code\": \"AMA\"\n          },\n          {\n            \"name\": \"WEB\",\n            \"code\": \"WEB\"\n          }\n        ],\n        \"room_type\": [\n          {\n            \"name\": \"STANDARD 2 QUEEN BEDS\",\n            \"code\": \"QUN\"\n          },\n          {\n            \"name\": \"CSTN\",\n            \"code\": \"CSTN\"\n          },\n          {\n            \"name\": \"SMOKING STANDARD 2 QUEEN BEDS\",\n            \"code\": \"SQUN\"\n          },\n          {\n            \"name\": \"NON-SMOKING STANDARD 1 KING BED\",\n            \"code\": \"KIN\"\n          },\n          {\n            \"name\": \"SMOKING STANDARD 1 KING BED\",\n            \"code\": \"SKIN\"\n          }\n        ],\n        \"is_relative_rate_plan\": false,\n        \"is_relative_percentage\": false,\n        \"is_commissionable\": false,\n        \"suppress_rate\": false,\n        \"is_yieldable\": false,\n        \"advanced_purchase\": false\n      }\n    ],\n    \"local_companies\": [\n      {\n        \"id\": \"198bf2e5-94dc-412a-bca0-8a3f7f34f07e\",\n        \"name\": \"MultiProperty\",\n        \"code\": \"MPOP\",\n        \"address\": \"3221\",\n        \"city\": \"Beverly Hills\",\n        \"state\": \"CA\",\n        \"postal\": \"90210\",\n        \"country\": \"US\",\n        \"phone\": \"+919090887766\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-08-08T11:34:05.000Z\",\n        \"updated_at\": \"2025-12-08T14:43:24.000Z\"\n      },\n      {\n        \"id\": \"3409d2c8-0c8f-4d81-9559-a3780a89f56b\",\n        \"name\": \"AMD\",\n        \"code\": \"AMD-1\",\n        \"city\": \"Fort Lauderdale\",\n        \"state\": \"FL\",\n        \"postal\": \"33323\",\n        \"country\": \"US\",\n        \"account_first_name\": \"AMD\",\n        \"account_last_name\": \"\",\n        \"phone\": \"+1786-443-1836\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2024-01-02T05:58:37.000Z\",\n        \"updated_at\": \"2024-09-25T11:46:48.000Z\"\n      },\n      {\n        \"id\": \"3961d065-4e68-48a6-bc07-e78661568e78\",\n        \"name\": \"Oracle\",\n        \"code\": \"1485131\",\n        \"address\": \"900\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postal\": \"90005\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-05-26T05:40:00.000Z\",\n        \"updated_at\": \"2025-05-26T05:40:27.000Z\"\n      },\n      {\n        \"id\": \"3fcaffd4-59b2-4fb4-8fa5-363e5e8eefb1\",\n        \"name\": \"PUMA\",\n        \"code\": \"PUMA\",\n        \"state\": \"MH\",\n        \"postal\": \"440022\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-11-24T14:45:56.000Z\",\n        \"updated_at\": \"2025-11-24T14:45:56.000Z\"\n      },\n      {\n        \"id\": \"4bc2164b-f96c-473b-80be-2f4b2372b01e\",\n        \"name\": \"ABC1\",\n        \"code\": \"ABC1\",\n        \"address\": \"hill\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postal\": \"90005\",\n        \"country\": \"US\",\n        \"account_first_name\": \"test\",\n        \"account_last_name\": \"company\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-01-06T14:00:36.000Z\",\n        \"updated_at\": \"2025-10-03T06:55:43.000Z\"\n      },\n      {\n        \"id\": \"6c8b9605-2b97-4c18-8f5f-9ced4a64a183\",\n        \"name\": \"ABC test Company\",\n        \"code\": \"ABC\",\n        \"address\": \"ABC test address\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postal\": \"90005\",\n        \"country\": \"US\",\n        \"account_first_name\": \"test ABC\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2024-12-26T10:53:03.000Z\",\n        \"updated_at\": \"2025-10-03T06:58:12.000Z\"\n      },\n      {\n        \"id\": \"723b4c6d-d7d5-4df9-8c23-d84ab0a261f4\",\n        \"name\": \"GENERAL CONTRACT EXTENDED 5-29 NIGHTS\",\n        \"code\": \"01642780\",\n        \"address\": \"4100 Midway Road\",\n        \"state\": \"TX\",\n        \"postal\": \"75007\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-12-31T11:17:54.000Z\",\n        \"updated_at\": \"2025-12-31T11:17:54.000Z\"\n      },\n      {\n        \"id\": \"83d5f498-3997-48f7-8f06-1e48b5600e1c\",\n        \"name\": \"Microsoft\",\n        \"code\": \"MICRO\",\n        \"address\": \"1808 Turkey Pen Road\",\n        \"city\": \"Garden City\",\n        \"state\": \"NY\",\n        \"postal\": \"11530\",\n        \"country\": \"US\",\n        \"account_first_name\": \"micro\",\n        \"account_last_name\": \"soft\",\n        \"phone\": \"+1917-217-1383\",\n        \"email\": \"microsoft@gmail.com\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2024-01-02T08:11:09.000Z\",\n        \"updated_at\": \"2025-12-08T12:36:46.000Z\"\n      },\n      {\n        \"id\": \"8412020c-fac2-4c74-a1d9-5b066a503813\",\n        \"name\": \"UVW test\",\n        \"code\": \"UVW\",\n        \"address\": \"test\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postal\": \"90005\",\n        \"country\": \"US\",\n        \"account_first_name\": \"UVW\",\n        \"account_last_name\": \"test\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2024-12-26T10:56:37.000Z\",\n        \"updated_at\": \"2024-12-26T10:57:27.000Z\"\n      },\n      {\n        \"id\": \"92799f8e-b76b-477a-a9f7-45717477c30e\",\n        \"name\": \"XYZ company\",\n        \"code\": \"XYZ\",\n        \"address\": \"XYZ \",\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postal\": \"90005\",\n        \"country\": \"US\",\n        \"account_first_name\": \"XYZ \",\n        \"account_last_name\": \"Test\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2024-12-26T10:54:44.000Z\",\n        \"updated_at\": \"2024-12-26T10:55:27.000Z\"\n      },\n      {\n        \"id\": \"a4c0a7d2-ce3c-42bc-8d87-6b664fa33103\",\n        \"name\": \"CENTRAL COMPANY\",\n        \"code\": \"15672278\",\n        \"state\": \"TX\",\n        \"postal\": \"72301\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-12-30T15:44:26.000Z\",\n        \"updated_at\": \"2025-12-30T15:44:26.000Z\"\n      },\n      {\n        \"id\": \"b2f3e001-84be-4c64-baf3-15b29085c710\",\n        \"name\": \"AR Company\",\n        \"code\": \"AGING\",\n        \"address\": \"800\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postal\": \"90005\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-05-27T07:33:39.000Z\",\n        \"updated_at\": \"2025-05-27T07:33:58.000Z\"\n      },\n      {\n        \"id\": \"d7fa6adb-9a4e-44e3-aa73-7886160e89eb\",\n        \"name\": \"Hilton\",\n        \"code\": \"HIL\",\n        \"address\": \"800\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postal\": \"90005\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-05-26T14:27:10.000Z\",\n        \"updated_at\": \"2025-05-26T14:27:20.000Z\"\n      },\n      {\n        \"id\": \"dabe62ba-4dc9-4ec0-bba6-c56ecddab1ef\",\n        \"name\": \"Ather\",\n        \"code\": \"ATHER\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postal\": \"90005\",\n        \"country\": \"US\",\n        \"account_first_name\": \"Ather\",\n        \"account_last_name\": \"PVT LTD\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2026-01-20T10:46:03.000Z\",\n        \"updated_at\": \"2026-01-20T10:47:06.000Z\"\n      },\n      {\n        \"id\": \"df09326d-9dbd-4471-97ab-30fe634304a6\",\n        \"name\": \"Amazon\",\n        \"code\": \"039-8565341\",\n        \"address\": \"300\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postal\": \"90005\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-05-26T05:41:49.000Z\",\n        \"updated_at\": \"2025-12-26T08:59:11.000Z\"\n      },\n      {\n        \"id\": \"f41b7fc8-1d72-4044-bda4-76452c4ab6ba\",\n        \"name\": \"Salesforce\",\n        \"code\": \"SALE\",\n        \"address\": \"salesforce corporate office LA\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postal\": \"90005\",\n        \"country\": \"US\",\n        \"account_first_name\": \"salesforce \",\n        \"account_last_name\": \"PVT LTD\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-09-30T07:17:45.000Z\",\n        \"updated_at\": \"2025-09-30T10:47:37.000Z\"\n      },\n      {\n        \"id\": \"fbba7fe3-01c5-4d52-b4e7-0e0f27e04a03\",\n        \"name\": \"AR TEST\",\n        \"code\": \"ART\",\n        \"address\": \"900\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postal\": \"90005\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-05-26T14:26:01.000Z\",\n        \"updated_at\": \"2025-05-26T14:26:15.000Z\"\n      }\n    ],\n    \"tax_rules\": [\n      {\n        \"tax_type_name\": \"MISCELLANEOUS TAX\",\n        \"tax_type_code\": \"1557677\",\n        \"tax_period\": [\n          {\n            \"tax_value\": 1,\n            \"tax_type\": \"03f82eda-3e78-4e38-a03e-7f6584863dd6\",\n            \"start_date\": \"1990-07-06T00:00:00.000Z\",\n            \"end_date\": \"2079-06-19T00:00:00.000Z\"\n          }\n        ],\n        \"floating\": false,\n        \"fee\": false,\n        \"active\": true\n      },\n      {\n        \"tax_type_name\": \"State Tax\",\n        \"tax_type_code\": \"ST\",\n        \"tax_period\": [\n          {\n            \"percentage\": 5,\n            \"tax_type\": \"057a0763-43ba-496b-8bc6-82fb35c70ac1\",\n            \"start_date\": \"2026-01-20T00:00:00.000Z\",\n            \"end_date\": \"2027-01-20T00:00:00.000Z\"\n          }\n        ],\n        \"floating\": false,\n        \"fee\": false,\n        \"active\": true\n      },\n      {\n        \"tax_type_name\": \"TTAX5\",\n        \"tax_type_code\": \"TTAX5\",\n        \"tax_period\": [],\n        \"floating\": false,\n        \"fee\": false,\n        \"active\": true\n      },\n      {\n        \"tax_type_name\": \"TTAX1\",\n        \"tax_type_code\": \"TTAX1\",\n        \"tax_period\": [],\n        \"floating\": false,\n        \"fee\": false,\n        \"active\": false\n      },\n      {\n        \"tax_type_name\": \"COUNTY TAX\",\n        \"tax_type_code\": \"151\",\n        \"tax_period\": [\n          {\n            \"percentage\": 4.9,\n            \"tax_type\": \"aacd42e4-6823-4561-b4af-8c97cc18e52e\",\n            \"start_date\": \"1900-01-01T00:00:00.000Z\",\n            \"end_date\": \"2080-01-06T00:00:00.000Z\"\n          }\n        ],\n        \"floating\": false,\n        \"fee\": true,\n        \"active\": true\n      },\n      {\n        \"tax_type_name\": \"TTAX\",\n        \"tax_type_code\": \"TTAX\",\n        \"tax_period\": [],\n        \"floating\": false,\n        \"fee\": false,\n        \"active\": false\n      },\n      {\n        \"tax_type_name\": \"CITY TAX\",\n        \"tax_type_code\": \"152\",\n        \"tax_period\": [\n          {\n            \"percentage\": 10,\n            \"tax_type\": \"efcea5a2-a77e-4302-aa37-902ec09bb5ac\",\n            \"start_date\": \"1990-01-01T00:00:00.000Z\",\n            \"end_date\": \"2079-06-06T00:00:00.000Z\"\n          }\n        ],\n        \"floating\": false,\n        \"fee\": false,\n        \"active\": true\n      },\n      {\n        \"tax_type_name\": \"TTAX3\",\n        \"tax_type_code\": \"TTAX3\",\n        \"tax_period\": [],\n        \"floating\": false,\n        \"fee\": false,\n        \"active\": false\n      }\n    ],\n    \"booking_source_types\": [\n      {\n        \"booking_profile_name\": \"ETL\",\n        \"applicable_booking_source\": [\n          {\n            \"booking_source_name\": \"PROPERTY BOOKING\",\n            \"booking_source_code\": \"PRP\",\n            \"is_active\": true\n          },\n          {\n            \"booking_source_name\": \"WALK-IN\",\n            \"booking_source_code\": \"WIN\",\n            \"is_active\": true\n          }\n        ]\n      },\n      {\n        \"booking_profile_name\": \"EXTERNAL\",\n        \"applicable_booking_source\": []\n      },\n      {\n        \"booking_profile_name\": \"FIND_AND_RESERVE\",\n        \"applicable_booking_source\": []\n      },\n      {\n        \"booking_profile_name\": \"CRS_BOOKING\",\n        \"applicable_booking_source\": [\n          {\n            \"booking_source_name\": \"AMEXF\",\n            \"booking_source_code\": \"AMEXF\",\n            \"is_active\": true\n          },\n          {\n            \"booking_source_name\": \"WEB\",\n            \"booking_source_code\": \"WEB\",\n            \"is_active\": true\n          },\n          {\n            \"booking_source_name\": \"AMEX\",\n            \"booking_source_code\": \"AMEX\",\n            \"is_active\": true\n          },\n          {\n            \"booking_source_name\": \"AMADEUS\",\n            \"booking_source_code\": \"AMA\",\n            \"is_active\": true\n          }\n        ]\n      },\n      {\n        \"booking_profile_name\": \"FRONTDESK\",\n        \"applicable_booking_source\": []\n      },\n      {\n        \"booking_profile_name\": \"FRONTDESK_WEB\",\n        \"applicable_booking_source\": [\n          {\n            \"booking_source_name\": \"DELPHI\",\n            \"booking_source_code\": \"DELPHI\",\n            \"is_active\": true\n          },\n          {\n            \"booking_source_name\": \"WALK-IN\",\n            \"booking_source_code\": \"WIN\",\n            \"is_active\": true\n          }\n        ]\n      }\n    ],\n    \"night_audit\": {\n      \"start_time\": \"2026-08-20T07:06:55.000Z\",\n      \"end_time\": \"2026-08-20T07:07:26.000Z\",\n      \"status\": \"COMPLETED\"\n    },\n    \"companies\": [\n      {\n        \"name\": \"AMD\",\n        \"rate_plans\": [],\n        \"company_uid\": \"3409d2c8-0c8f-4d81-9559-a3780a89f56b\",\n        \"corp_id\": \"AMD-1\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"AR Company\",\n        \"rate_plans\": [],\n        \"company_uid\": \"b2f3e001-84be-4c64-baf3-15b29085c710\",\n        \"corp_id\": \"AGING\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"Ather\",\n        \"rate_plans\": [],\n        \"company_uid\": \"dabe62ba-4dc9-4ec0-bba6-c56ecddab1ef\",\n        \"corp_id\": \"ATHER\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"GENERAL CONTRACT EXTENDED 5-29 NIGHTS\",\n        \"rate_plans\": [],\n        \"company_uid\": \"723b4c6d-d7d5-4df9-8c23-d84ab0a261f4\",\n        \"corp_id\": \"01642780\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"Salesforce\",\n        \"rate_plans\": [],\n        \"company_uid\": \"f41b7fc8-1d72-4044-bda4-76452c4ab6ba\",\n        \"corp_id\": \"SALE\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"AR TEST\",\n        \"rate_plans\": [],\n        \"company_uid\": \"fbba7fe3-01c5-4d52-b4e7-0e0f27e04a03\",\n        \"corp_id\": \"ART\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"UVW test\",\n        \"rate_plans\": [],\n        \"company_uid\": \"8412020c-fac2-4c74-a1d9-5b066a503813\",\n        \"corp_id\": \"UVW\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"XYZ company\",\n        \"rate_plans\": [],\n        \"company_uid\": \"92799f8e-b76b-477a-a9f7-45717477c30e\",\n        \"corp_id\": \"XYZ\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"ABC1\",\n        \"rate_plans\": [],\n        \"company_uid\": \"4bc2164b-f96c-473b-80be-2f4b2372b01e\",\n        \"corp_id\": \"ABC1\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"Microsoft\",\n        \"rate_plans\": [],\n        \"company_uid\": \"83d5f498-3997-48f7-8f06-1e48b5600e1c\",\n        \"corp_id\": \"MICRO\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"CENTRAL COMPANY\",\n        \"rate_plans\": [],\n        \"company_uid\": \"a4c0a7d2-ce3c-42bc-8d87-6b664fa33103\",\n        \"corp_id\": \"15672278\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"Amazon\",\n        \"rate_plans\": [],\n        \"company_uid\": \"df09326d-9dbd-4471-97ab-30fe634304a6\",\n        \"corp_id\": \"039-8565341\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"PUMA\",\n        \"rate_plans\": [],\n        \"company_uid\": \"3fcaffd4-59b2-4fb4-8fa5-363e5e8eefb1\",\n        \"corp_id\": \"PUMA\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"ABC test Company\",\n        \"rate_plans\": [],\n        \"company_uid\": \"6c8b9605-2b97-4c18-8f5f-9ced4a64a183\",\n        \"corp_id\": \"ABC\",\n        \"status\": \"ACTIVE\",\n        \"reference_number\": \"353424343\"\n      },\n      {\n        \"name\": \"Hilton\",\n        \"rate_plans\": [],\n        \"company_uid\": \"d7fa6adb-9a4e-44e3-aa73-7886160e89eb\",\n        \"corp_id\": \"HIL\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"Oracle\",\n        \"rate_plans\": [],\n        \"company_uid\": \"3961d065-4e68-48a6-bc07-e78661568e78\",\n        \"corp_id\": \"1485131\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"MultiProperty\",\n        \"rate_plans\": [],\n        \"company_uid\": \"198bf2e5-94dc-412a-bca0-8a3f7f34f07e\",\n        \"corp_id\": \"MPOP\",\n        \"status\": \"ACTIVE\"\n      }\n    ],\n    \"users\": [\n      {\n        \"is_active\": true,\n        \"user_id\": \"05e59f2c-effd-46e0-80bf-98bbb7476815\",\n        \"username\": \"arshallanjewar\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"arshal\",\n        \"last_name\": \"lanjewar\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"06646ea7-8001-4bdf-8441-785f261b65ed\",\n        \"username\": \"test@test.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"vishakha\",\n        \"last_name\": \"kadam\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"0d10385d-65d2-4437-af77-9d2f8696b100\",\n        \"username\": \"systemuser\",\n        \"role_description\": \"123\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"SYSTEM\",\n        \"last_name\": \"USER111\",\n        \"enterprise_role_name\": \"ENTERPRISE ACCOUNT\",\n        \"enterprise_role_code\": \"EAT\",\n        \"user_role_name\": \"PMSADMIN\",\n        \"user_role_code\": \"ALL Access-1\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"0fb36a30-96ad-4028-833f-42088629aecc\",\n        \"username\": \"aman.singh@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Aman\",\n        \"last_name\": \"Singh\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"PMSADMIN\",\n        \"user_role_code\": \"ALL Access-1\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"1132c571-f6c1-476b-b71e-0d6001e1bd18\",\n        \"username\": \"aniket.shegamwar@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Aniket\",\n        \"last_name\": \"Shegamwar\",\n        \"enterprise_role_name\": \"ALL Access\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"PMSADMIN\",\n        \"user_role_code\": \"ALL Access-1\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"1260f57a-f55c-4b30-9610-783c3ef492e4\",\n        \"username\": \"saurabh.shelgaonkar123@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Saurabh\",\n        \"last_name\": \"Old\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"13220f17-ab93-4edf-932c-34f441f56703\",\n        \"username\": \"liyaquat.hashmi@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Liyaquat\",\n        \"last_name\": \"Hashmi\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"API\",\n        \"user_role_code\": \"API Test\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"1385bb62-3a7b-49e9-bfa4-5777ca172aef\",\n        \"username\": \"jeton.abdija@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Jeton\",\n        \"last_name\": \"Abdija\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"PMSADMIN\",\n        \"user_role_code\": \"ALL Access-1\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"158d1e94-18d8-4d50-96f1-0614d3b6c61c\",\n        \"username\": \"poonam.pande@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Poonam\",\n        \"last_name\": \"Pande\",\n        \"enterprise_role_name\": \"ENTERPRISE ACCOUNT\",\n        \"enterprise_role_code\": \"EAT\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"25ec2178-f386-4e2e-b3c8-5d6c8fb2eae4\",\n        \"username\": \"newdevuser\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"New\",\n        \"last_name\": \"DevUser\",\n        \"enterprise_role_name\": \"ENTERPRISE ACCOUNT\",\n        \"enterprise_role_code\": \"EAT\",\n        \"user_role_name\": \"HKADMIN\",\n        \"user_role_code\": \"HKADMIN\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"28278dcc-2835-4175-839c-fc2458f2baf7\",\n        \"username\": \"iti.nashikkar@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"iti\",\n        \"last_name\": \"nashikkar\",\n        \"enterprise_role_name\": \"ALL Access\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"PMSADMIN\",\n        \"user_role_code\": \"ALL Access-1\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"2b28df52-2ffc-49a6-ba06-263f2a25ab3c\",\n        \"username\": \"adem.shaini@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Adem\",\n        \"last_name\": \"Shaini\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"API\",\n        \"user_role_code\": \"API Test\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"2f1d440d-3545-4a5b-936c-94c63b67f8ca\",\n        \"username\": \"rakshanda.shende@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Rakshanda\",\n        \"last_name\": \"Shende\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"HKADMIN\",\n        \"user_role_code\": \"HKADMIN\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"347b7e2f-e7ef-4db6-9276-fd822bb53041\",\n        \"username\": \"niveshddfd@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Nivesh '\",\n        \"last_name\": \"Agnihotri\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"AT\",\n        \"user_role_code\": \"ACCOUNT\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"35442903-6e2a-4a27-afb7-17b777ed067a\",\n        \"username\": \"bhavya.atri@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Bhavya\",\n        \"last_name\": \"Atri\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"API\",\n        \"user_role_code\": \"API Test\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"355316ce-1081-432c-88dd-61159df3e8dc\",\n        \"username\": \"tanmay.kotian2@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Tanmay\",\n        \"last_name\": \"Kotian\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"359ddff8-8361-4ff1-881e-2e3be07a04ae\",\n        \"username\": \"jetonscimtest222\",\n        \"role_description\": \"df\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"enterprise_role_name\": \"WebDev1234123\",\n        \"enterprise_role_code\": \"Webdev\",\n        \"user_role_name\": \"TTT\",\n        \"user_role_code\": \"ttttest\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"3acadbf4-e2c1-4bad-b427-4a75f0ccd0e9\",\n        \"username\": \"akash.kohale@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Akash K\",\n        \"last_name\": \"Akash K\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"40b6e8f2-8f59-4850-a7dc-e8339dd0bf4b\",\n        \"username\": \"parag.kalbande@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"parag\",\n        \"last_name\": \"kalbande\",\n        \"enterprise_role_name\": \"ENTERPRISE ACCOUNT\",\n        \"enterprise_role_code\": \"EAT\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"4165aa79-9a75-4fdc-9c3d-4f7dec188240\",\n        \"username\": \"sandeep.bhonsle@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"sandeep\",\n        \"last_name\": \"bhonsle\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"API\",\n        \"user_role_code\": \"API Test\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"445d5345-cac3-482d-a276-28ab9ff9938c\",\n        \"username\": \"zktest002\",\n        \"role_description\": \"df\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Martin \",\n        \"last_name\": \"DoeM\",\n        \"enterprise_role_name\": \"WebDev1234123\",\n        \"enterprise_role_code\": \"Webdev\",\n        \"user_role_name\": \"TTT\",\n        \"user_role_code\": \"ttttest\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"47dcd5d7-ff94-4c72-90de-254be1760041\",\n        \"username\": \"samiksha.barde@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Samiksha\",\n        \"last_name\": \"Barde\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"API\",\n        \"user_role_code\": \"API Test\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"4d845806-23e7-4ec0-8afd-a754c670dfe3\",\n        \"username\": \"newscimtest003zk\",\n        \"role_description\": \"df\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Martin \",\n        \"last_name\": \"Doe\",\n        \"enterprise_role_name\": \"WebDev1234123\",\n        \"enterprise_role_code\": \"Webdev\",\n        \"user_role_name\": \"TTT\",\n        \"user_role_code\": \"ttttest\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"5b989784-5749-419e-8130-86ffc9aeb72f\",\n        \"username\": \"swapnil.patil@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Swapnil\",\n        \"last_name\": \"Patil\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"AT\",\n        \"user_role_code\": \"ACCOUNT\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"677cc4e2-e327-49a5-afc1-21c6c1da84b2\",\n        \"username\": \"isha.kukadia@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Isha\",\n        \"last_name\": \"Kukadia\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"PMSADMIN\",\n        \"user_role_code\": \"ALL Access-1\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"67f1644a-293f-4ad3-b134-b44d1afc0975\",\n        \"username\": \"amir.idrizi@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Amir\",\n        \"last_name\": \"Idrizi\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"AT\",\n        \"user_role_code\": \"ACCOUNT\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"6a865a1b-eabf-4a02-8aed-d4ea4475c749\",\n        \"username\": \"nishant.dahare@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Nishant\",\n        \"last_name\": \"Dahare\",\n        \"enterprise_role_name\": \"ALL Access\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"PMSADMIN\",\n        \"user_role_code\": \"ALL Access-1\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"6c1bfc22-daf0-4bb9-92fe-b3f7e87f0a86\",\n        \"username\": \"saqlain.quazi@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Saqlain\",\n        \"last_name\": \"Quazi\",\n        \"enterprise_role_name\": \"ENTERPRISE ACCOUNT\",\n        \"enterprise_role_code\": \"EAT\",\n        \"user_role_name\": \"PMSADMIN\",\n        \"user_role_code\": \"ALL Access-1\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"6e44c4cf-d39c-48ca-96e9-eec3c207e67c\",\n        \"username\": \"hkcrsuser\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"HK\",\n        \"last_name\": \"CRS\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"AT\",\n        \"user_role_code\": \"ACCOUNT\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"7cfe555e-7788-4bde-ab1c-9910d6e1247c\",\n        \"username\": \"hkdcisuer\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"hkdcisuer\",\n        \"last_name\": \"hkdcisuer\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"API\",\n        \"user_role_code\": \"API Test\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"827db10e-d30c-491c-94a4-6d66b2245ae0\",\n        \"username\": \"hitesh.goswami@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Hitesh\",\n        \"last_name\": \"Goswami\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"PMSADMIN\",\n        \"user_role_code\": \"ALL Access-1\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"8393f1a9-181e-4301-b363-5cc2d95da43b\",\n        \"username\": \"muhammad.ali\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Muhammad\",\n        \"last_name\": \"Ali\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"83fb5824-ed71-41d1-9bef-80725cd5530f\",\n        \"username\": \"jayesh.mulmule@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Jayesh\",\n        \"last_name\": \"Mulmule\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"8a1e288c-a4d2-4df6-b98a-90fb8e48486e\",\n        \"username\": \"zktest008\",\n        \"role_description\": \"df\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Martin \",\n        \"last_name\": \"Doed\",\n        \"enterprise_role_name\": \"WebDev1234123\",\n        \"enterprise_role_code\": \"Webdev\",\n        \"user_role_name\": \"TTT\",\n        \"user_role_code\": \"ttttest\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"8dc6097f-bf6c-4cd6-9402-75acd5186b5b\",\n        \"username\": \"test@gmail.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"NEW\",\n        \"last_name\": \"TEST\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"90218b65-8201-455e-95e7-f2c423db9f15\",\n        \"username\": \"sunand.panat@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Sunand\",\n        \"last_name\": \"Panat\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"API\",\n        \"user_role_code\": \"API Test\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"933ff6ee-0004-435f-930e-057c3c74e5e8\",\n        \"username\": \"yash.hande@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Yash\",\n        \"last_name\": \"Hande\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"AT\",\n        \"user_role_code\": \"ACCOUNT\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"9470c63c-5431-44ff-bae0-51afba8eab5a\",\n        \"username\": \"6lh4f23ghidufoskc7jkmr8p4b\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"scim\",\n        \"last_name\": \"scim\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"954b9553-cf43-4c4e-abed-04d0caec539e\",\n        \"username\": \"madhura.bhalerao@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Madhura\",\n        \"last_name\": \"Bhalerao\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"AT\",\n        \"user_role_code\": \"ACCOUNT\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"9973933b-4c08-4d93-9c54-ff65a34256a5\",\n        \"username\": \"manish.samarth@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Manish\",\n        \"last_name\": \"Samarth\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"API\",\n        \"user_role_code\": \"API Test\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"9c567ab2-59e3-4569-83f5-015395b9a12f\",\n        \"username\": \"secuser\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"SECOND\",\n        \"last_name\": \"USER\",\n        \"enterprise_role_name\": \"ENT HOUSEKEEPER\",\n        \"enterprise_role_code\": \"ENTHK\",\n        \"user_role_name\": \"HK\",\n        \"user_role_code\": \"HOUSEKEEPER\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"9d53c96d-ba40-4f58-b8f2-98127a6a4a0b\",\n        \"username\": \"salman.faiyaz@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Salman\",\n        \"last_name\": \"Faiyaz\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"PMSADMIN\",\n        \"user_role_code\": \"ALL Access-1\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"a1477535-4e98-4e3c-b0e8-6b5d29fca2a2\",\n        \"username\": \"taha.zakir@hotelkeyapp.com\",\n        \"role_description\": \"DEV Access - DO NOT USE\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Taha\",\n        \"last_name\": \"Zakir\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"DEVACCESS\",\n        \"user_role_code\": \"DEV Access - DO NOT USE\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"a1b8c789-45eb-47df-8684-b43c3bfa4803\",\n        \"username\": \"yash.chikte@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Yash\",\n        \"last_name\": \"Chikte\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"HKHIIM_INV\",\n        \"user_role_code\": \"HK implementation Invoice\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"a643cda8-a4a4-403d-b6ed-d5f5b70815a3\",\n        \"username\": \"propcreator\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Prop\",\n        \"last_name\": \"Creator\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"aae2286d-eaa0-404a-aa46-24ca3a7fb3c0\",\n        \"username\": \"anshul.patil@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Anshul\",\n        \"last_name\": \"Patil\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"b1a4fc3f-9c9d-4703-9c1b-9884e4914b2e\",\n        \"username\": \"shyam.tayade@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Shyam\",\n        \"last_name\": \"Tayade\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"API\",\n        \"user_role_code\": \"API Test\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"b35f913c-b312-4bbd-bfbf-616a706d27c8\",\n        \"username\": \"roletesting\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Role\",\n        \"last_name\": \"Test\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"b566f254-576f-4b7c-b03f-42aabad768fa\",\n        \"username\": \"anand.markad@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Anand\",\n        \"last_name\": \"Markad\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"c110a1b8-7d64-4de2-b075-c5a77670165b\",\n        \"username\": \"aaa\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"aaa\",\n        \"last_name\": \"aaa\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"c8075886-6e40-4d2e-bdcf-8688df867dfc\",\n        \"username\": \"manish.billakanti@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Manish\",\n        \"last_name\": \"Billakanti\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"ca6fbe89-0042-428b-88a0-64ee42c6d9f6\",\n        \"username\": \"newscimtest004zk\",\n        \"role_description\": \"df\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Martin \",\n        \"last_name\": \"Doe\",\n        \"enterprise_role_name\": \"WebDev1234123\",\n        \"enterprise_role_code\": \"Webdev\",\n        \"user_role_name\": \"TTT\",\n        \"user_role_code\": \"ttttest\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"cf18af99-18f9-4af8-a4d1-133fd1e7cfec\",\n        \"username\": \"aup210000\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Aatish\",\n        \"last_name\": \"Patel\"\n      },\n      {\n        \"is_active\": false,\n        \"user_id\": \"d450fb02-8c4b-4c55-9627-2419a3d38d43\",\n        \"username\": \"1nijazi.avdiu@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Nijazi\",\n        \"last_name\": \"Avdiu\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"d65bf042-e0e2-43cf-ad90-9aa689492d1a\",\n        \"username\": \"snehal.ganvir2@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Snehal\",\n        \"last_name\": \"ganvir\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"d6687b8d-dcc9-4b5c-a85d-74ebb7ca1b5b\",\n        \"username\": \"jawad@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Jawad\",\n        \"last_name\": \"Hameed\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"PMSADMIN\",\n        \"user_role_code\": \"ALL Access-1\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"de97e5bc-9811-4a8e-8db5-9818e6f7103a\",\n        \"username\": \"ayaan.pasha@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Ayaan\",\n        \"last_name\": \"Pasha\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"ea87a091-91c6-41c2-a96d-56ddf5987517\",\n        \"username\": \"akshay.digraskar@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Akshay\",\n        \"last_name\": \"Digraskar\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"eb66cf4b-a119-49bb-845e-7951defb943d\",\n        \"username\": \"chandan.dhapke@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Chandan\",\n        \"last_name\": \"Dhapke\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"ed953e77-d18e-4c71-b03c-592488cfb91e\",\n        \"username\": \"megha.joseph@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Megha\",\n        \"last_name\": \"Joseph\",\n        \"enterprise_role_name\": \"ALL Access\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"PMSADMIN\",\n        \"user_role_code\": \"ALL Access-1\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"ee3d7c1d-7a5a-42e0-9f6f-e1124de74c55\",\n        \"username\": \"rohan.patil@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Rohan\",\n        \"last_name\": \"Patil\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"PMSADMIN\",\n        \"user_role_code\": \"ALL Access-1\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"eead98a2-36cb-4199-80c1-eadeb994df23\",\n        \"username\": \"seema.prasad@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Seema\",\n        \"last_name\": \"Prasad\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"f187fc84-1567-4180-9431-83859efa68eb\",\n        \"username\": \"rktestdev\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"rktestdev\",\n        \"last_name\": \"rktestdev\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"fcbae28f-f838-4c29-8f8a-bf16b9b18ef3\",\n        \"username\": \"chetna.thakur@hotelkeyapp.com\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"chetna\",\n        \"last_name\": \"thakur\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"feabfa0b-9ed3-4ab3-85c4-0246a9c90ddf\",\n        \"username\": \"sujabivelija\",\n        \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n        \"property_code\": \"MAN01\",\n        \"first_name\": \"Sujabi\",\n        \"last_name\": \"Velija\"\n      }\n    ],\n    \"total_items\": 1,\n    \"item_number\": 1\n  }\n}\n\n</code></pre>\n","_postman_id":"b2b67e50-2fe2-4dc3-81de-ac39c0517562"},{"name":"Account Receivable","item":[],"id":"6a6fda31-4cf3-4a86-a7e7-9e18aca37a18","description":"<p>Third-Party will be able to poll/receive the messages for Account Receivable-related information after the night audit of the property.</p>\n<p>The Account Receivable payload provides detailed information about financial transactions related to reservations, Group, HouseAccount. It includes data on amounts due, dates, associated reservations, and company information.</p>\n<p><strong>Real-Time Stream:</strong> No\n<strong>Refresh Stream:</strong> Yes</p>\n<hr />\n<h2 id=\"1-header-details\">1. Header Details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>string - uuid identifying the event stream instance</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>string - name of the stream, e.g. <code>\"ACCOUNT_RECEIVABLE\"</code></td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>string - uuid identifying this specific event</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>string - event type identifier, e.g. <code>\"ACCOUNT_RECEIVABLE\"</code></td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>string - fixed 36 characters representing the UUID of the property in the HK platform</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>string - minimum of 4 characters, maximum of 10 characters. This is the code for the property in the HK platform</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - type of payload, in this case <code>\"AR\"</code> for Account Receivable</td>\n</tr>\n<tr>\n<td>total_items</td>\n<td>integer - total number of items in this delivery batch</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>integer - index of this item within the batch</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>string - time zone offset with respect to UTC. For ex: <code>UTC-08:00</code>, <code>UTC-5:30:00</code></td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>array - list of change event identifiers</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>string - timestamp the event was generated</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>string - UTC offset of the property, e.g. <code>\"UTC-05:00\"</code></td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>string - format of <code>\"YYYY-MM-DDT00:00:00\"</code>. This is the property business date for which the payload is triggered</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"2-account-receivable\">2. Account Receivable</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - fixed 36 characters representing the uuid of the AR record in the HK platform</td>\n</tr>\n<tr>\n<td>confirmation_number</td>\n<td>string - the reservation confirmation number associated with the AR (present when the AR is tied to an individual reservation)</td>\n</tr>\n<tr>\n<td>group_block_no</td>\n<td>string - group block number associated with the AR (present when the AR is tied to a group block)</td>\n</tr>\n<tr>\n<td>group_block_name</td>\n<td>string - group block name associated with the AR</td>\n</tr>\n<tr>\n<td>group_block_code</td>\n<td>string - group block code associated with the AR</td>\n</tr>\n<tr>\n<td>house_account_no</td>\n<td>string - house account number associated with the AR (present when the AR is tied to a house account)</td>\n</tr>\n<tr>\n<td>house_account_name</td>\n<td>string - house account name associated with the AR</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>string - total amount of the account receivable</td>\n</tr>\n<tr>\n<td>ar_date</td>\n<td>string - date of the account receivable</td>\n</tr>\n<tr>\n<td>username</td>\n<td>string - the name of the user associated with the AR</td>\n</tr>\n<tr>\n<td>company_code</td>\n<td>string - unique company code associated with the AR</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>string - unique company name associated with the AR</td>\n</tr>\n<tr>\n<td>account_type</td>\n<td>string - the type of account the AR belongs to, e.g. <code>\"PAYMENT\"</code></td>\n</tr>\n<tr>\n<td>company_status</td>\n<td>string - status of the associated company, e.g. <code>\"ACTIVE\"</code></td>\n</tr>\n<tr>\n<td>room</td>\n<td>string - room number associated with the AR (present when tied to a room-level charge)</td>\n</tr>\n<tr>\n<td>credit_limit</td>\n<td>double - credit limit assigned to the company</td>\n</tr>\n<tr>\n<td>available_credit_limit</td>\n<td>double - remaining available credit limit for the company</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string - currency code for the AR amount</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string - company address associated with the AR (optional)</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string - company city associated with the AR</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string - company state associated with the AR</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>string - company zipcode associated with the AR</td>\n</tr>\n<tr>\n<td>tax_id</td>\n<td>string - tax identifier associated with the AR (optional)</td>\n</tr>\n<tr>\n<td>invoice_id</td>\n<td>string - unique identifier for the invoice, if the AR is linked to a specific invoice (optional)</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>string - invoice number, if the AR is linked to a specific invoice (optional)</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - classification of the AR record, e.g. <code>\"PAYMENT\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"payload\">Payload</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"6303f518-0a31-4899-93ae-c5fb030ec459\",\n  \"stream_name\": \"ACCOUNT_RECEIVABLE\",\n  \"event_id\": \"77518076-5a39-4766-975a-906c5d2b7c3b\",\n  \"event_type\": \"ACCOUNT_RECEIVABLE\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"AR\",\n  \"total_items\": 1,\n  \"item_number\": 1,\n  \"ar\": [\n    {\n      \"id\": \"6b8642e6-e3c0-4b82-9007-99db4b0b47e6\",\n      \"confirmation_number\": \"MAN01AAO570\",\n      \"total_amount\": \"1149.0\",\n      \"ar_date\": \"2026-02-05T00:00:00.000Z\",\n      \"username\": \"Manish Samarth\",\n      \"company_code\": \"AMD-1\",\n      \"company_name\": \"AMD\",\n      \"account_type\": \"PAYMENT\",\n      \"company_status\": \"ACTIVE\",\n      \"room\": \"307\",\n      \"credit_limit\": 0,\n      \"available_credit_limit\": -42238.3,\n      \"currency\": \"ZAR\",\n      \"city\": \"Fort Lauderdale\",\n      \"state\": \"FL\",\n      \"zipcode\": \"33323\",\n      \"type\": \"PAYMENT\"\n    },\n    {\n      \"id\": \"7d1e9f94-c31a-4b7c-91bc-0c9efa1e03e6\",\n      \"group_block_no\": \"MAN01AAO572\",\n      \"group_block_name\": \"DELPHI\",\n      \"group_block_code\": \"MAN01AAO572\",\n      \"total_amount\": \"200.0\",\n      \"ar_date\": \"2026-02-05T00:00:00.000Z\",\n      \"username\": \"Manish Samarth\",\n      \"company_code\": \"MICRO\",\n      \"company_name\": \"Microsoft\",\n      \"account_type\": \"PAYMENT\",\n      \"company_status\": \"ACTIVE\",\n      \"credit_limit\": 1000,\n      \"available_credit_limit\": -57124.73,\n      \"currency\": \"ZAR\",\n      \"address\": \"1808 Turkey Pen Road\",\n      \"city\": \"Garden City\",\n      \"state\": \"NY\",\n      \"zipcode\": \"11530\",\n      \"tax_id\": \"123435\",\n      \"type\": \"PAYMENT\"\n    },\n    {\n      \"id\": \"99fe17f5-b7cb-4ea4-8ca4-d37582a31489\",\n      \"house_account_no\": \"6788765\",\n      \"house_account_name\": \"Company HA\",\n      \"total_amount\": \"629.5\",\n      \"ar_date\": \"2026-02-05T00:00:00.000Z\",\n      \"username\": \"Manish Samarth\",\n      \"company_code\": \"ABC1\",\n      \"company_name\": \"ABC1\",\n      \"account_type\": \"PAYMENT\",\n      \"company_status\": \"ACTIVE\",\n      \"credit_limit\": 0,\n      \"available_credit_limit\": -5120.28,\n      \"currency\": \"ZAR\",\n      \"address\": \"hill\",\n      \"city\": \"Los Angeles\",\n      \"state\": \"CA\",\n      \"zipcode\": \"90005\",\n      \"type\": \"PAYMENT\"\n    },\n    {\n      \"id\": \"b3f50817-d1e8-4ad6-a3e3-93bac7c7de5b\",\n      \"confirmation_number\": \"MAN01AAO539\",\n      \"total_amount\": \"70.0\",\n      \"ar_date\": \"2026-02-05T00:00:00.000Z\",\n      \"username\": \"Isha Kukadia\",\n      \"company_code\": \"ABC1\",\n      \"company_name\": \"ABC1\",\n      \"account_type\": \"PAYMENT\",\n      \"company_status\": \"ACTIVE\",\n      \"invoice_id\": \"6eff78a7-293e-47a1-a644-8c49ff0d65a9\",\n      \"invoice_number\": \"1784644420\",\n      \"room\": \"115\",\n      \"credit_limit\": 0,\n      \"available_credit_limit\": -5120.28,\n      \"currency\": \"ZAR\",\n      \"address\": \"hill\",\n      \"city\": \"Los Angeles\",\n      \"state\": \"CA\",\n      \"zipcode\": \"90005\",\n      \"type\": \"PAYMENT\"\n    }\n  ],\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [\"\"],\n  \"event_time\": \"2026-08-20T08:20:46.563Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-02-05T00:00:00.000Z\"\n}\n</code></pre>\n","_postman_id":"6a6fda31-4cf3-4a86-a7e7-9e18aca37a18"},{"name":"Direct Bill Invoice","item":[],"id":"60a45327-7af4-4779-a20c-f241d1c16de6","description":"<p>Third-Party will be able to poll/receive the messages for Direct Bill Invoice-related information after the night audit of the property.</p>\n<p><strong>Real-Time Stream: Yes</strong></p>\n<p><strong>Refresh Stream: Yes</strong></p>\n<h3 id=\"1-header-details\">1. Header Details</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>string - Unique identifier of the stream.</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>string - Name of the stream. For the Direct Bill Invoice Refresh stream, the value is <code>DIRECT_BILL_INVOICE_REFRESH</code>.</td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>string - Unique identifier for the event.</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>string - Type of event. For the Direct Bill Invoice Refresh stream, the value is <code>DIRECT_BILL_INVOICE_REFRESH</code>.</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>string - Fixed 36 characters representing the UUID of the property in the HK platform.</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>string - Minimum of 4 characters, maximum of 10 characters. This is the code for the property in the HK platform.</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>string - Unique company name associated with the invoice.</td>\n</tr>\n<tr>\n<td>company_code</td>\n<td>string - Unique company code associated with the invoice.</td>\n</tr>\n<tr>\n<td>company_account_type_name</td>\n<td>string - Company account type name associated with the company.</td>\n</tr>\n<tr>\n<td>company_account_type_code</td>\n<td>string - Company account type code associated with the company.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - Type of payload. For Direct Bill Invoice, the value is <code>invoices</code>.</td>\n</tr>\n<tr>\n<td>total_items</td>\n<td>integer - Total number of invoice items included in the refresh stream.</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>integer - Sequence number of the current invoice item within the total number of items.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>string - Property time zone. For example, <code>CST6CDT</code>.</td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>Array - List of change events associated with the payload.</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>string - Date and time when the event was generated.</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>string - Time zone offset with respect to UTC. For example, <code>UTC-05:00</code>.</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>string - Property business date for which the payload is triggered. Format: <code>YYYY-MM-DDT00:00:00</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-invoice-object\">2. Invoice Object</h3>\n<p>The <code>invoices</code> field is an array of invoice objects.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - Unique identifier of the invoice.</td>\n</tr>\n<tr>\n<td>invoice_no</td>\n<td>string - Invoice number of the Direct Bill invoice.</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>double - Total amount of the invoice.</td>\n</tr>\n<tr>\n<td>settled_amount</td>\n<td>double - Amount already settled against the invoice.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string - Current status of the invoice. For example, <code>OPEN</code>, <code>CLOSED</code>.</td>\n</tr>\n<tr>\n<td>invoice_date</td>\n<td>string - Date of the invoice.</td>\n</tr>\n<tr>\n<td>receivable_flag</td>\n<td>Boolean - Indicates whether the invoice is receivable.</td>\n</tr>\n<tr>\n<td>invoice_lines</td>\n<td>Array - Details of charges and transactions included in the invoice.</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>string - Unique company name associated with the invoice.</td>\n</tr>\n<tr>\n<td>companyCode</td>\n<td>string - Unique company code associated with the invoice.</td>\n</tr>\n<tr>\n<td>company_account_type_name</td>\n<td>string - Company account type name associated with the company.</td>\n</tr>\n<tr>\n<td>company_account_type_code</td>\n<td>string - Company account type code associated with the company.</td>\n</tr>\n<tr>\n<td>company_status</td>\n<td>string - Status of the company. For example, <code>ACTIVE</code>, <code>INACTIVE</code>.</td>\n</tr>\n<tr>\n<td>invoice_settlement_allocations</td>\n<td>Array - Details of settlement allocations for the invoice, if any.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string - Currency code for the invoice amount.</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string - Unique identifier of the company being billed.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string - Company address associated with the Direct Bill invoice.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string - Company city associated with the Direct Bill invoice.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string - Company state associated with the Direct Bill invoice.</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>string - Company ZIP/postal code associated with the Direct Bill invoice.</td>\n</tr>\n<tr>\n<td>tax_id</td>\n<td>string - Tax ID of the company.</td>\n</tr>\n<tr>\n<td>credit_limit</td>\n<td>double - Total credit limit of the company.</td>\n</tr>\n<tr>\n<td>available_credit_limit</td>\n<td>double - Available credit limit of the company.</td>\n</tr>\n<tr>\n<td>account_type</td>\n<td>string - Account type of the company. For example, <code>LOCAL</code>.</td>\n</tr>\n<tr>\n<td>total_items</td>\n<td>integer - Total number of invoice items included in the refresh stream.</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>integer - Sequence number of the current invoice item within the total number of items.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"3-invoice-lines\">3. Invoice Lines</h3>\n<p><code>invoice_lines</code> is an array of objects containing details of charges and transactions included in the invoice.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - Unique identifier for each invoice line item.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>double - Total amount associated with the invoice line.</td>\n</tr>\n<tr>\n<td>total_room_revenue_charges</td>\n<td>double - Total room revenue charges in the invoice line.</td>\n</tr>\n<tr>\n<td>total_room_revenue_taxes</td>\n<td>double - Total room revenue taxes in the invoice line.</td>\n</tr>\n<tr>\n<td>total_non_room_revenue_charges</td>\n<td>double - Total non-room revenue charges in the invoice line.</td>\n</tr>\n<tr>\n<td>total_non_room_revenue_taxes</td>\n<td>double - Total taxes for non-room revenue in the invoice line.</td>\n</tr>\n<tr>\n<td>reservation_id</td>\n<td>string - Unique identifier of the reservation linked to the invoice line, when applicable.</td>\n</tr>\n<tr>\n<td>reservation_number</td>\n<td>string - Reservation number linked to the invoice line, when applicable.</td>\n</tr>\n<tr>\n<td>folio_id</td>\n<td>string - Unique folio ID associated with the invoice line.</td>\n</tr>\n<tr>\n<td>folio_number</td>\n<td>string - Folio number associated with the invoice line.</td>\n</tr>\n<tr>\n<td>room</td>\n<td>string - Room number associated with the invoice line, when applicable.</td>\n</tr>\n<tr>\n<td>bill_number</td>\n<td>string - Bill number associated with the invoice line, when applicable.</td>\n</tr>\n<tr>\n<td>group_block_no</td>\n<td>string - Group block number associated with the invoice line, when applicable.</td>\n</tr>\n<tr>\n<td>group_block_name</td>\n<td>string - Group block name associated with the invoice line, when applicable.</td>\n</tr>\n<tr>\n<td>group_block_code</td>\n<td>string - Group block code associated with the invoice line, when applicable.</td>\n</tr>\n<tr>\n<td>house_account_no</td>\n<td>string - House account number associated with the invoice line, when applicable.</td>\n</tr>\n<tr>\n<td>house_account_name</td>\n<td>string - House account name associated with the invoice line, when applicable.</td>\n</tr>\n<tr>\n<td>tax_invoice_date</td>\n<td>string - Tax invoice date associated with the invoice line.</td>\n</tr>\n<tr>\n<td>invoice_line_po_number</td>\n<td>string - PO number associated with the invoice line. This field shows the PO number added while creating the invoice. If no PO number is passed while creating the invoice, the field may contain the PO number associated with the House Account, Group Master, or Reservation.</td>\n</tr>\n<tr>\n<td>details</td>\n<td>Array - Transaction-level details associated with the invoice line.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"4-invoice-line-details\">4. Invoice Line Details</h3>\n<p><code>details</code> is an array containing transaction-level details for an invoice line.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string - Unique identifier of the transaction/detail record.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>double - Amount associated with the transaction.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>string - Date and time of the transaction.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - Type of transaction. For example, <code>PAYMENT</code>, <code>REFUND</code>.</td>\n</tr>\n<tr>\n<td>bill_number</td>\n<td>string - Bill number associated with the transaction, when available.</td>\n</tr>\n<tr>\n<td>payment_id</td>\n<td>string - Unique identifier of the related payment, when applicable.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"5-change-events\">5. Change Events</h3>\n<p>Change events are triggers for the Direct Bill Invoice Stream.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Change Event</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>VOID_INVOICE</td>\n<td>When the invoice is made void.</td>\n</tr>\n<tr>\n<td>payment_allocation</td>\n<td>When a new payment is added.</td>\n</tr>\n<tr>\n<td>UPDATE_INVOICE</td>\n<td>When the invoice is updated.</td>\n</tr>\n<tr>\n<td>ADD_INVOICE</td>\n<td>When an invoice is added.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"6-payload\">6. Payload</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"90546c86-44f2-41f7-8251-1c1185954869\",\n  \"stream_name\": \"DIRECT_BILL_INVOICE_REFRESH\",\n  \"event_id\": \"f8f2c03b-b263-4d7d-bf4d-c91da9c54434\",\n  \"event_type\": \"DIRECT_BILL_INVOICE_REFRESH\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"company_name\": \"AMD\",\n  \"company_code\": \"AMD-1\",\n  \"company_account_type_name\": \"Individual\",\n  \"company_account_type_code\": \"Individual\",\n  \"type\": \"invoices\",\n  \"total_items\": 3,\n  \"item_number\": 2,\n  \"invoices\": [\n    {\n      \"id\": \"3f5a9fab-21cb-463c-b5c3-7e6c5044aa45\",\n      \"invoice_no\": \"1787216502\",\n      \"total_amount\": 1149,\n      \"settled_amount\": 0,\n      \"status\": \"OPEN\",\n      \"invoice_date\": \"2026-02-06T00:00:00.000Z\",\n      \"receivable_flag\": true,\n      \"invoice_lines\": [\n        {\n          \"id\": \"6b8642e6-e3c0-4b82-9007-99db4b0b47e6\",\n          \"amount\": 1149,\n          \"total_room_revenue_charges\": 0,\n          \"total_room_revenue_taxes\": 0,\n          \"total_non_room_revenue_charges\": 0,\n          \"total_non_room_revenue_taxes\": 0,\n          \"reservation_id\": \"e188a08b-1e3e-42cd-b126-231de36d3bee\",\n          \"reservation_number\": \"MAN01AAO570\",\n          \"folio_id\": \"db025d37-8239-47f8-91f5-5f14471b1410\",\n          \"folio_number\": \"MAN01AAO571\",\n          \"room\": \"307\",\n          \"tax_invoice_date\": \"2026-02-06T00:00:00.000Z\",\n          \"invoice_line_po_number\": \"564335\",\n          \"details\": [\n            {\n              \"id\": \"6b8642e6-e3c0-4b82-9007-99db4b0b47e6\",\n              \"amount\": 1149,\n              \"date\": \"2026-02-05T00:00:00.000Z\",\n              \"type\": \"PAYMENT\"\n            }\n          ]\n        }\n      ],\n      \"company_name\": \"AMD\",\n      \"companyCode\": \"AMD-1\",\n      \"company_account_type_name\": \"Individual\",\n      \"company_account_type_code\": \"Individual\",\n      \"company_status\": \"ACTIVE\",\n      \"invoice_settlement_allocations\": [],\n      \"currency\": \"ZAR\",\n      \"company_id\": \"3409d2c8-0c8f-4d81-9559-a3780a89f56b\",\n      \"city\": \"Fort Lauderdale\",\n      \"state\": \"FL\",\n      \"zipcode\": \"33323\",\n      \"credit_limit\": 0,\n      \"available_credit_limit\": -42238.3,\n      \"account_type\": \"LOCAL\",\n      \"total_items\": 3,\n      \"item_number\": 2\n    }\n  ],\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [],\n  \"event_time\": \"2026-08-20T09:11:25.880Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-02-06T00:00:00.000Z\"\n}\n</code></pre>\n","_postman_id":"60a45327-7af4-4779-a20c-f241d1c16de6"},{"name":"LDB Settlement","item":[],"id":"0bac8ee2-68ca-4c15-a2b7-30aeff95a0bd","description":"<p>Third-Party will be able to poll/receive the messages for local direct bill settlement payment information after the night audit of the property.</p>\n<p><strong>Real-Time Stream: No</strong></p>\n<p><strong>Refresh Stream: Yes</strong></p>\n<h3 id=\"1-header-details\">1. Header Details</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>stream_id</code></td>\n<td>string - Unique identifier of the stream.</td>\n</tr>\n<tr>\n<td><code>stream_name</code></td>\n<td>string - Name of the stream. For settlement payment refresh, the value is <code>SETTLEMENT_PAYMENT_REFRESH</code>.</td>\n</tr>\n<tr>\n<td><code>event_id</code></td>\n<td>string - Unique identifier for the event.</td>\n</tr>\n<tr>\n<td><code>event_type</code></td>\n<td>string - Type of event. For settlement payment refresh, the value is <code>SETTLEMENT_PAYMENT_REFRESH</code>.</td>\n</tr>\n<tr>\n<td><code>property_id</code></td>\n<td>string - Fixed 36 characters representing the UUID of the property in the HK platform.</td>\n</tr>\n<tr>\n<td><code>property_code</code></td>\n<td>string - Minimum of 4 characters, maximum of 10 characters. This is the code for the property in the HK platform.</td>\n</tr>\n<tr>\n<td><code>company_name</code></td>\n<td>string - Company name associated with the settlement payment.</td>\n</tr>\n<tr>\n<td><code>company_code</code></td>\n<td>string - Company code associated with the settlement payment.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string - Type of payload. For this payload, the value is <code>settlement_payment</code>.</td>\n</tr>\n<tr>\n<td><code>total_items</code></td>\n<td>integer - Total number of settlement payment items included in the refresh stream.</td>\n</tr>\n<tr>\n<td><code>item_number</code></td>\n<td>integer - Sequence number of the current settlement payment item within the refresh stream.</td>\n</tr>\n<tr>\n<td><code>timezone</code></td>\n<td>string - Property time zone. For example, <code>CST6CDT</code>.</td>\n</tr>\n<tr>\n<td><code>change_events</code></td>\n<td>Array - List of change events associated with the payload.</td>\n</tr>\n<tr>\n<td><code>event_time</code></td>\n<td>string - Date and time when the event was generated.</td>\n</tr>\n<tr>\n<td><code>time_zone_offset</code></td>\n<td>string - Time zone offset with respect to UTC. For example, <code>UTC-05:00</code>.</td>\n</tr>\n<tr>\n<td><code>business_date</code></td>\n<td>string - Property business date for which the payload is triggered. Format: <code>YYYY-MM-DDT00:00:00</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-settlement-payments\">2. Settlement Payments</h3>\n<p><code>settlement_payments</code> is an array containing settlement payment records.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string - Unique identifier for each settlement payment record.</td>\n</tr>\n<tr>\n<td><code>total_amount</code></td>\n<td>double - Total amount of the settlement payment.</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>string - Date of the settlement payment.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>string - Currency code for the settlement payment amount.</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>string - Company address associated with the settlement payment.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>string - Company city associated with the settlement payment.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>string - Company state associated with the settlement payment.</td>\n</tr>\n<tr>\n<td><code>zipcode</code></td>\n<td>string - Company ZIP/postal code associated with the settlement payment.</td>\n</tr>\n<tr>\n<td><code>account_type</code></td>\n<td>string - Account type associated with the company. For example, <code>LOCAL</code>.</td>\n</tr>\n<tr>\n<td><code>company_id</code></td>\n<td>string - Unique identifier of the company associated with the settlement payment.</td>\n</tr>\n<tr>\n<td><code>company_code</code></td>\n<td>string - Company code associated with the settlement payment.</td>\n</tr>\n<tr>\n<td><code>company_name</code></td>\n<td>string - Company name associated with the settlement payment.</td>\n</tr>\n<tr>\n<td><code>company_status</code></td>\n<td>string - Current status of the company. For example, <code>ACTIVE</code>, <code>INACTIVE</code>.</td>\n</tr>\n<tr>\n<td><code>credit_limit</code></td>\n<td>double - Total credit limit of the company.</td>\n</tr>\n<tr>\n<td><code>available_credit_limit</code></td>\n<td>double - Available credit limit of the company.</td>\n</tr>\n<tr>\n<td><code>transaction_date_time</code></td>\n<td>string - Date and time when the payment transaction was processed.</td>\n</tr>\n<tr>\n<td><code>payment_type_code</code></td>\n<td>string - Code representing the payment type. For example, <code>FPCC</code> or <code>CASH</code>.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string - Type of settlement transaction. For example, <code>PAYMENT</code>.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>string - Current status of the payment transaction. For example, <code>APPROVED</code>.</td>\n</tr>\n<tr>\n<td><code>card_brand</code></td>\n<td>string - Card brand used for the payment, when applicable. For example, <code>VISA</code>.</td>\n</tr>\n<tr>\n<td><code>masked_card_number</code></td>\n<td>string - Masked card number used for the payment, when applicable.</td>\n</tr>\n<tr>\n<td><code>auth_code</code></td>\n<td>string - Authorization code generated for the card transaction, when applicable.</td>\n</tr>\n<tr>\n<td><code>transaction_reference_no</code></td>\n<td>string - Unique reference number associated with the payment transaction, when applicable.</td>\n</tr>\n<tr>\n<td><code>card_holder_name</code></td>\n<td>string - Name of the card holder, when applicable.</td>\n</tr>\n<tr>\n<td><code>site_id</code></td>\n<td>string - Site identifier associated with the payment terminal, when applicable.</td>\n</tr>\n<tr>\n<td><code>terminal_id</code></td>\n<td>string - Terminal identifier used for the payment transaction, when applicable.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Note:</strong> Payment-specific fields such as <code>card_brand</code>, <code>masked_card_number</code>, <code>auth_code</code>, <code>transaction_reference_no</code>, <code>site_id</code>, and <code>terminal_id</code> may not be present for non-card payment types such as <code>CASH</code>.</p>\n</blockquote>\n<h3 id=\"3-payload\">3. Payload</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"47f2ee76-581d-4023-97fe-67b829c80694\",\n  \"stream_name\": \"SETTLEMENT_PAYMENT_REFRESH\",\n  \"event_id\": \"7fffd7c2-c179-4b8f-aa9b-905b6d3f4938\",\n  \"event_type\": \"SETTLEMENT_PAYMENT_REFRESH\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"company_name\": \"AMD\",\n  \"company_code\": \"AMD-1\",\n  \"type\": \"settlement_payment\",\n  \"total_items\": 2,\n  \"item_number\": 1,\n  \"settlement_payments\": [\n    {\n      \"id\": \"b6909ec4-1921-4fa9-90b7-d9c87bdedcb8\",\n      \"total_amount\": 300,\n      \"date\": \"2026-02-06T00:00:00.000Z\",\n      \"currency\": \"ZAR\",\n      \"city\": \"Fort Lauderdale\",\n      \"state\": \"FL\",\n      \"zipcode\": \"33323\",\n      \"account_type\": \"LOCAL\",\n      \"company_id\": \"3409d2c8-0c8f-4d81-9559-a3780a89f56b\",\n      \"company_code\": \"AMD-1\",\n      \"company_name\": \"AMD\",\n      \"company_status\": \"ACTIVE\",\n      \"credit_limit\": 0,\n      \"available_credit_limit\": 0,\n      \"transaction_date_time\": \"2026-08-20T09:45:10.000Z\",\n      \"payment_type_code\": \"FPCC\",\n      \"type\": \"PAYMENT\",\n      \"status\": \"APPROVED\",\n      \"card_brand\": \"VISA\",\n      \"masked_card_number\": \"XXXX XXXX XXXX 1142\",\n      \"auth_code\": \"971893\",\n      \"transaction_reference_no\": \"01Z6O3E11597U6OPEC4GQHL4R9U8NUSC\",\n      \"card_holder_name\": \"-\",\n      \"site_id\": \"1427036011\",\n      \"terminal_id\": \"1\"\n    }\n  ],\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [],\n  \"event_time\": \"2026-08-20T09:45:21.980Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-02-06T00:00:00.000Z\"\n}\n</code></pre>\n","_postman_id":"0bac8ee2-68ca-4c15-a2b7-30aeff95a0bd"},{"name":"Advance Deposit","item":[],"id":"31231731-cf02-4b43-bb3b-44a0e888a150","description":"<p>Third-Party will be able to poll/receive the messages for advance deposit information after the night audit of the property.</p>\n<p><strong>Real-Time Stream: No</strong></p>\n<p><strong>Refresh Stream: Yes</strong></p>\n<h3 id=\"1-header-details\">1. Header Details</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>stream_id</code></td>\n<td>string - Unique identifier of the stream.</td>\n</tr>\n<tr>\n<td><code>stream_name</code></td>\n<td>string - Name of the stream. For the advance deposit refresh stream, the value is <code>ADVANCE_DEPOSIT_REFRESH</code>.</td>\n</tr>\n<tr>\n<td><code>event_id</code></td>\n<td>string - Unique identifier for the event.</td>\n</tr>\n<tr>\n<td><code>event_type</code></td>\n<td>string - Type of event. For the advance deposit refresh stream, the value is <code>ADVANCE_DEPOSIT_REFRESH</code>.</td>\n</tr>\n<tr>\n<td><code>property_id</code></td>\n<td>string - Fixed 36 characters representing the UUID of the property in the HK platform.</td>\n</tr>\n<tr>\n<td><code>property_code</code></td>\n<td>string - Minimum of 4 characters, maximum of 10 characters. This is the code for the property in the HK platform.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string - Type of payload. For this payload, the value is <code>advance_deposit</code>.</td>\n</tr>\n<tr>\n<td><code>total_items</code></td>\n<td>integer - Total number of advance deposit refresh items included in the payload.</td>\n</tr>\n<tr>\n<td><code>item_number</code></td>\n<td>integer - Sequence number of the current item within the refresh payload.</td>\n</tr>\n<tr>\n<td><code>timezone</code></td>\n<td>string - Property time zone. For example, <code>CST6CDT</code>.</td>\n</tr>\n<tr>\n<td><code>change_events</code></td>\n<td>Array - List of change events associated with the payload.</td>\n</tr>\n<tr>\n<td><code>event_time</code></td>\n<td>string - Date and time when the event was generated.</td>\n</tr>\n<tr>\n<td><code>time_zone_offset</code></td>\n<td>string - Time zone offset with respect to UTC. For example, <code>UTC-05:00</code>.</td>\n</tr>\n<tr>\n<td><code>business_date</code></td>\n<td>string - Property business date for which the payload is triggered. Format: <code>YYYY-MM-DDT00:00:00</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-advance-deposit-information\">2. Advance Deposit Information</h3>\n<p>The <code>advance_deposit_info</code> object contains advance deposit information for reservations and groups.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>reservations</code></td>\n<td>Array - List of reservations with advance deposit information.</td>\n</tr>\n<tr>\n<td><code>groups</code></td>\n<td>Array - List of groups with advance deposit information.</td>\n</tr>\n<tr>\n<td><code>total_items</code></td>\n<td>integer - Total number of advance deposit items included in the current refresh payload.</td>\n</tr>\n<tr>\n<td><code>item_number</code></td>\n<td>integer - Sequence number of the current advance deposit item within the refresh payload.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"3-reservation\">3. Reservation</h3>\n<p><code>reservations</code> is an array containing reservation-level advance deposit information.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>confirmation_number</code></td>\n<td>string - Confirmation number of the reservation.</td>\n</tr>\n<tr>\n<td><code>guest_name</code></td>\n<td>string - Name of the guest associated with the reservation.</td>\n</tr>\n<tr>\n<td><code>check_in_date</code></td>\n<td>string - Check-in date for the reservation.</td>\n</tr>\n<tr>\n<td><code>check_out_date</code></td>\n<td>string - Check-out date for the reservation.</td>\n</tr>\n<tr>\n<td><code>deposits_collected_until_date</code></td>\n<td>double - Total deposits collected for the reservation up to the applicable business date.</td>\n</tr>\n<tr>\n<td><code>deposits_collected_today</code></td>\n<td>double - Deposits collected on the current business date for the reservation.</td>\n</tr>\n<tr>\n<td><code>deposit_posted</code></td>\n<td>double - Total deposit amount posted for the reservation.</td>\n</tr>\n<tr>\n<td><code>advance_deposit_opening_balance</code></td>\n<td>double - Opening balance of advance deposits for the reservation.</td>\n</tr>\n<tr>\n<td><code>advance_deposit_closing_balance</code></td>\n<td>double - Closing balance of advance deposits for the reservation.</td>\n</tr>\n<tr>\n<td><code>todays_net_change</code></td>\n<td>double - Net change in the reservation's advance deposit balance for the current business date.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"4-group\">4. Group</h3>\n<p><code>groups</code> is an array containing group-level advance deposit information.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>group_number</code></td>\n<td>string - Unique number identifying the group.</td>\n</tr>\n<tr>\n<td><code>group_contact_name</code></td>\n<td>string - Name of the primary contact person for the group.</td>\n</tr>\n<tr>\n<td><code>start_date</code></td>\n<td>string - Start date of the group's reservation.</td>\n</tr>\n<tr>\n<td><code>end_date</code></td>\n<td>string - End date of the group's reservation.</td>\n</tr>\n<tr>\n<td><code>deposits_collected_until_date</code></td>\n<td>double - Total deposits collected for the group up to the applicable business date.</td>\n</tr>\n<tr>\n<td><code>deposits_collected_today</code></td>\n<td>double - Deposits collected on the current business date for the group.</td>\n</tr>\n<tr>\n<td><code>deposit_posted</code></td>\n<td>double - Total deposit amount posted for the group.</td>\n</tr>\n<tr>\n<td><code>group_master_opening_balance</code></td>\n<td>double - Opening balance of advance deposits for the group master.</td>\n</tr>\n<tr>\n<td><code>group_master_closing_balance</code></td>\n<td>double - Closing balance of advance deposits for the group master.</td>\n</tr>\n<tr>\n<td><code>group_master_net_change</code></td>\n<td>double - Net change in the group master's advance deposit balance for the current business date.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"5-payload\">5. Payload</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"0df2b848-9d88-4ce8-94a2-4205bc562f11\",\n  \"stream_name\": \"ADVANCE_DEPOSIT_REFRESH\",\n  \"event_id\": \"200583e5-d084-4e96-96df-b779dad4fcac\",\n  \"event_type\": \"ADVANCE_DEPOSIT_REFRESH\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"advance_deposit\",\n  \"total_items\": 1,\n  \"item_number\": 1,\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [],\n  \"event_time\": \"2026-08-20T11:56:45.736Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-02-06T00:00:00.000Z\",\n  \"advance_deposit_info\": {\n    \"reservations\": [\n      {\n        \"confirmation_number\": \"MAN01AAL042\",\n        \"guest_name\": \"TEST TEST2\",\n        \"check_in_date\": \"2025-01-10T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-13T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 464,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0,\n        \"advance_deposit_opening_balance\": 0,\n        \"advance_deposit_closing_balance\": 0,\n        \"todays_net_change\": 0\n      },\n      {\n        \"confirmation_number\": \"MAN01AAN087\",\n        \"guest_name\": \"TEST TEST1\",\n        \"check_in_date\": \"2025-07-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-07-16T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 200,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0,\n        \"advance_deposit_opening_balance\": 0,\n        \"advance_deposit_closing_balance\": 0,\n        \"todays_net_change\": 0\n      },\n      {\n        \"confirmation_number\": \"MAN01AAO575\",\n        \"guest_name\": \"MARK HENRRY\",\n        \"check_in_date\": \"2026-02-07T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-08T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 0,\n        \"deposits_collected_today\": 300,\n        \"deposit_posted\": 0,\n        \"advance_deposit_opening_balance\": 0,\n        \"advance_deposit_closing_balance\": -300,\n        \"todays_net_change\": -300\n      }\n    ],\n    \"groups\": [\n      {\n        \"group_number\": \"MAN01AAO148\",\n        \"group_contact_name\": \"rooming list rooming list\",\n        \"start_date\": \"2026-02-17T00:00:00.000Z\",\n        \"end_date\": \"2026-02-18T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 0,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0,\n        \"group_master_opening_balance\": 0,\n        \"group_master_closing_balance\": 0,\n        \"group_master_net_change\": 0\n      }\n    ],\n    \"total_items\": 1,\n    \"item_number\": 1\n  }\n}\n</code></pre>\n","_postman_id":"31231731-cf02-4b43-bb3b-44a0e888a150"},{"name":"Closed Folio","item":[],"id":"41db1264-647a-40bf-9806-69b482a79508","description":"<p>Third-Party will be able to poll/receive the messages for closed folio balances for reservations and group masters after the night audit of the property.</p>\n<p><strong>Real-Time Stream: No</strong></p>\n<p><strong>Refresh Stream: Yes</strong></p>\n<h3 id=\"1-header-details\">1. Header Details</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>stream_id</code></td>\n<td>string - Unique identifier of the stream</td>\n</tr>\n<tr>\n<td><code>stream_name</code></td>\n<td>string - Name of the stream. For example, <code>CLOSED_FOLIO_BALANCES</code>.</td>\n</tr>\n<tr>\n<td><code>event_id</code></td>\n<td>string - Unique identifier of the event.</td>\n</tr>\n<tr>\n<td><code>event_type</code></td>\n<td>string - Type of event. For the refresh payload, the value is <code>CLOSED_FOLIO_BALANCES_REFRESH</code>.</td>\n</tr>\n<tr>\n<td><code>property_id</code></td>\n<td>string - Fixed 36 characters representing the UUID of the property in the HK platform.</td>\n</tr>\n<tr>\n<td><code>property_code</code></td>\n<td>string - Minimum of 4 characters, maximum of 10 characters. This is the code for the property in the HK platform.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string - Type of payload. For this payload, the value is <code>closed_folio</code>.</td>\n</tr>\n<tr>\n<td><code>total_items</code></td>\n<td>integer - Total number of items included in the refresh stream.</td>\n</tr>\n<tr>\n<td><code>item_number</code></td>\n<td>integer - Sequence number of the current item in the refresh stream.</td>\n</tr>\n<tr>\n<td><code>timezone</code></td>\n<td>string - Time zone of the property. For example, <code>CST6CDT</code>.</td>\n</tr>\n<tr>\n<td><code>change_events</code></td>\n<td>array - Events which can trigger the stream.</td>\n</tr>\n<tr>\n<td><code>event_time</code></td>\n<td>string - Date and time at which the stream was triggered.</td>\n</tr>\n<tr>\n<td><code>time_zone_offset</code></td>\n<td>string - Time zone offset with respect to UTC. For example, <code>UTC-05:00</code>.</td>\n</tr>\n<tr>\n<td><code>business_date</code></td>\n<td>string - Property business date for which the payload is triggered. Format: <code>YYYY-MM-DDT00:00:00</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-closed-folio\">2. Closed Folio</h3>\n<p>The <code>closed_folio</code> object contains closed folio balance information for reservations and group masters.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>reservations</code></td>\n<td>array - List of reservations with closed folio balance information.</td>\n</tr>\n<tr>\n<td><code>groups</code></td>\n<td>array - List of group masters with closed folio balance information.</td>\n</tr>\n<tr>\n<td><code>total_items</code></td>\n<td>integer - Total number of closed folio items represented in the current refresh payload.</td>\n</tr>\n<tr>\n<td><code>item_number</code></td>\n<td>integer - Sequence number of the current closed folio item within the refresh payload.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"3-reservation\">3. Reservation</h3>\n<p><code>reservations</code> is an array containing closed folio balance information for individual reservations.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uuid</code></td>\n<td>string - Unique ID to identify the reservation.</td>\n</tr>\n<tr>\n<td><code>confirmation_no</code></td>\n<td>string - Confirmation number of the reservation.</td>\n</tr>\n<tr>\n<td><code>guest_name</code></td>\n<td>string - Last name and first name of the primary guest on the reservation.</td>\n</tr>\n<tr>\n<td><code>company_name</code></td>\n<td>string - Company name associated with the reservation, when applicable.</td>\n</tr>\n<tr>\n<td><code>check_in_date</code></td>\n<td>string - Check-in date of the reservation.</td>\n</tr>\n<tr>\n<td><code>check_out_date</code></td>\n<td>string - Check-out date of the reservation.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>string - Status of the reservation.</td>\n</tr>\n<tr>\n<td><code>todays_charges</code></td>\n<td>double - Sum of charges on the reservation folios for the current business date.</td>\n</tr>\n<tr>\n<td><code>todays_payments</code></td>\n<td>double - Sum of payments on the reservation folios for the current business date.</td>\n</tr>\n<tr>\n<td><code>opening_balance</code></td>\n<td>double - Balance on the reservation as of the previous business date.</td>\n</tr>\n<tr>\n<td><code>ending_balance</code></td>\n<td>double - Balance on the reservation after the current day's charges and payments.</td>\n</tr>\n<tr>\n<td><code>todays_net_change</code></td>\n<td>double - Difference between charges and payments on the reservation folios for the current business date.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"4-group\">4. Group</h3>\n<p><code>groups</code> is an array containing closed folio balance information for group masters.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uuid</code></td>\n<td>string - Unique ID to identify the group.</td>\n</tr>\n<tr>\n<td><code>group_no</code></td>\n<td>string - Number identifying the group.</td>\n</tr>\n<tr>\n<td><code>group_name</code></td>\n<td>string - Name of the group.</td>\n</tr>\n<tr>\n<td><code>group_code</code></td>\n<td>string - Code of the group.</td>\n</tr>\n<tr>\n<td><code>contact_name</code></td>\n<td>string - First and last name of the contact associated with the group.</td>\n</tr>\n<tr>\n<td><code>company_name</code></td>\n<td>string - Company name associated with the group, when applicable.</td>\n</tr>\n<tr>\n<td><code>start_date</code></td>\n<td>string - Start date of the group.</td>\n</tr>\n<tr>\n<td><code>end_date</code></td>\n<td>string - End date of the group.</td>\n</tr>\n<tr>\n<td><code>todays_charges</code></td>\n<td>double - Sum of charges on the group folios for the current business date.</td>\n</tr>\n<tr>\n<td><code>todays_payments</code></td>\n<td>double - Sum of payments on the group folios for the current business date.</td>\n</tr>\n<tr>\n<td><code>opening_balance</code></td>\n<td>double - Balance on the group as of the previous business date.</td>\n</tr>\n<tr>\n<td><code>todays_net_change</code></td>\n<td>double - Difference between charges and payments on the group folios for the current business date.</td>\n</tr>\n<tr>\n<td><code>ending_balance</code></td>\n<td>double - Balance on the group after the current day's charges and payments.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"5-payload\">5. Payload</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"49df2788-8b81-46d5-a53d-850697691edc\",\n  \"stream_name\": \"CLOSED_FOLIO_BALANCES\",\n  \"event_id\": \"23b1860f-9524-4406-aeff-7c7646bec94d\",\n  \"event_type\": \"CLOSED_FOLIO_BALANCES_REFRESH\",\n  \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n  \"property_code\": \"AYU01\",\n  \"type\": \"closed_folio\",\n  \"total_items\": 1,\n  \"item_number\": 1,\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [],\n  \"event_time\": \"2026-08-20T12:16:31.213Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-08-20T00:00:00.000Z\",\n  \"closed_folio\": {\n    \"reservations\": [\n      {\n        \"uuid\": \"46f738df-1f37-43e8-8030-2e1395bf0a5b\",\n        \"confirmation_no\": \"AYU01AAC825\",\n        \"guest_name\": \"TEST, PKG\",\n        \"check_in_date\": \"2025-08-21T00:00:00.000Z\",\n        \"check_out_date\": \"2025-08-22T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 714.31,\n        \"ending_balance\": 714.31,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c01845e3-9bb1-430e-af17-4141eebfce0d\",\n        \"confirmation_no\": \"AYU01AAC831\",\n        \"guest_name\": \"HASASHI, HANZO\",\n        \"check_in_date\": \"2025-08-25T00:00:00.000Z\",\n        \"check_out_date\": \"2025-08-25T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -145.3,\n        \"ending_balance\": -145.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e7132f91-953f-4a48-bbfd-42cc10eae86b\",\n        \"confirmation_no\": \"AYU01AAC827\",\n        \"guest_name\": \"FUTURE, TEST\",\n        \"company_name\": \"INTEL\",\n        \"check_in_date\": \"2025-08-23T00:00:00.000Z\",\n        \"check_out_date\": \"2025-08-25T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -92293.21,\n        \"ending_balance\": -92293.21,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"768583d5-d882-4a7a-9741-500e4bff1fac\",\n        \"confirmation_no\": \"AYU01AAC821\",\n        \"guest_name\": \"TEST, AYUSH\",\n        \"check_in_date\": \"2025-08-25T00:00:00.000Z\",\n        \"check_out_date\": \"2025-08-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -92.15,\n        \"ending_balance\": -92.15,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e2fb9a9d-2093-4989-9d5b-b802398cc024\",\n        \"confirmation_no\": \"AYU01AAC858\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2025-08-26T00:00:00.000Z\",\n        \"check_out_date\": \"2025-08-27T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1315.3,\n        \"ending_balance\": -1315.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"0796f879-396f-40f2-8c19-c4ee95f1894e\",\n        \"confirmation_no\": \"AYU01AAC848\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2025-08-25T00:00:00.000Z\",\n        \"check_out_date\": \"2025-08-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -145.3,\n        \"ending_balance\": -145.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"fa469129-968f-47a9-9ba1-189eea288558\",\n        \"confirmation_no\": \"AYU01AAC823\",\n        \"guest_name\": \"AYUSH, TEST\",\n        \"check_in_date\": \"2025-08-25T00:00:00.000Z\",\n        \"check_out_date\": \"2025-08-27T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -135.12,\n        \"ending_balance\": -135.12,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"abe018e3-2568-4ad7-b573-a6a814b1843d\",\n        \"confirmation_no\": \"AYU01AAC869\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2025-08-28T00:00:00.000Z\",\n        \"check_out_date\": \"2025-08-28T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -145.3,\n        \"ending_balance\": -145.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"f784946a-b586-48fb-9fd5-a634ca4f1e17\",\n        \"confirmation_no\": \"AYU01AAC864\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-08-26T00:00:00.000Z\",\n        \"check_out_date\": \"2025-08-28T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -145.3,\n        \"ending_balance\": -145.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"15330c50-7d7d-4f1c-8145-7a116ec41303\",\n        \"confirmation_no\": \"AYU01AAC873\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-08-28T00:00:00.000Z\",\n        \"check_out_date\": \"2025-08-31T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -547.86,\n        \"ending_balance\": -547.86,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"0efe7ad4-13c6-48ff-89c4-8ffb32c79fc7\",\n        \"confirmation_no\": \"AYU01AAC875\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-08-31T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-06T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -998.3,\n        \"ending_balance\": -998.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"d3c4bb11-d19b-410a-be52-35512ac6fe23\",\n        \"confirmation_no\": \"AYU01AAC878\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2025-09-05T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -4108.89,\n        \"ending_balance\": -4108.89,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"331eca42-5bb3-4c67-beb4-0400bc6f0160\",\n        \"confirmation_no\": \"AYU01AAC880\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2025-09-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-10T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -202.49,\n        \"ending_balance\": -202.49,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c7a53401-bb0e-42b9-81e4-c3fb80b6dfd9\",\n        \"confirmation_no\": \"AYU01AAC895\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2025-09-11T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-12T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -150.01,\n        \"ending_balance\": -150.01,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"88ce8535-6a42-4d9f-aa44-784dfc0ebbd5\",\n        \"confirmation_no\": \"AYU01AAC897\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2025-09-12T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-13T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -166.22,\n        \"ending_balance\": -166.22,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e8ab03e4-a96a-4f77-b3bc-874e0906c44c\",\n        \"confirmation_no\": \"AYU01AAC893\",\n        \"guest_name\": \"ADITYA, TEST\",\n        \"check_in_date\": \"2025-09-11T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-13T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -333.42,\n        \"ending_balance\": -333.42,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"03d2ee58-97a6-4dae-bca6-fc06ebcd5d13\",\n        \"confirmation_no\": \"AYU01AAC906\",\n        \"guest_name\": \"FUTURE, TEST\",\n        \"check_in_date\": \"2025-09-13T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -2251.3,\n        \"ending_balance\": -2251.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"86bd81f0-b952-43ee-a725-b1597bf71d43\",\n        \"confirmation_no\": \"AYU01AAC917\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-09-13T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -150.39,\n        \"ending_balance\": -150.39,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"892f0703-2e83-4374-92e4-e1c0197c37b7\",\n        \"confirmation_no\": \"AYU01AAC899\",\n        \"guest_name\": \"BHALERAO, MADHURA\",\n        \"check_in_date\": \"2025-09-13T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -152.57,\n        \"ending_balance\": -152.57,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4d4d4188-85ac-4dd6-8ad1-d6d7b2e7a901\",\n        \"confirmation_no\": \"AYU01AAC914\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"check_in_date\": \"2025-09-13T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -148.21,\n        \"ending_balance\": -148.21,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8a10d489-370d-42c3-b1de-b8f46f67695e\",\n        \"confirmation_no\": \"AYU01AAC911\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-09-13T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -613.3,\n        \"ending_balance\": -613.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ce553847-3b41-4854-b311-45eac3e18839\",\n        \"confirmation_no\": \"AYU01AAC909\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-09-13T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -145.3,\n        \"ending_balance\": -145.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"61bd3979-6808-40b5-8234-411cd46f9886\",\n        \"confirmation_no\": \"AYU01AAC891\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2025-09-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -621.4,\n        \"ending_balance\": -621.4,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"bc87bd47-5186-421f-bf60-897196c2e3bb\",\n        \"confirmation_no\": \"AYU01AAC932\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2025-09-16T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-17T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1343.57,\n        \"ending_balance\": -1343.57,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"7f18562c-6084-44b0-b7b2-28b59c2c899d\",\n        \"confirmation_no\": \"AYU01AAC926\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2025-09-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-17T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -329.92,\n        \"ending_balance\": -329.92,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"dbe846fa-a335-4748-90de-65e1c6d1cd77\",\n        \"confirmation_no\": \"AYU01AAC930\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2025-09-16T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-17T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -224.71,\n        \"ending_balance\": -224.71,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"5d4e0c69-a98a-43dd-8a8e-ec7bbf880010\",\n        \"confirmation_no\": \"AYU01AAC928\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2025-09-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -518.01,\n        \"ending_balance\": -518.01,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"2decaf1e-43a7-4158-bf62-455c7b0e4b8d\",\n        \"confirmation_no\": \"AYU01AAC934\",\n        \"guest_name\": \"ONE, ADITYA\",\n        \"check_in_date\": \"2025-09-19T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -613.3,\n        \"ending_balance\": -613.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"a4f46f0e-5848-427c-bde1-3799ef9a4bea\",\n        \"confirmation_no\": \"AYU01AAC936\",\n        \"guest_name\": \"ADITYA, TEST\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2025-09-20T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-23T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -322.89,\n        \"ending_balance\": -322.89,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ea9ffea3-1d8e-4a41-960a-35f007290e3f\",\n        \"confirmation_no\": \"AYU01AAC942\",\n        \"guest_name\": \"ONE, ADITYA\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2025-09-22T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-23T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -163.06,\n        \"ending_balance\": -163.06,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"6587c3d1-fbff-46c4-8f27-7fd5adae48d5\",\n        \"confirmation_no\": \"AYU01AAC938\",\n        \"guest_name\": \"ADITYA, TEST\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2025-09-22T00:00:00.000Z\",\n        \"check_out_date\": \"2025-09-23T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -211.4,\n        \"ending_balance\": -211.4,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"7712102e-5468-4b69-b877-4a71ea32bcc3\",\n        \"confirmation_no\": \"AYU01AAC953\",\n        \"guest_name\": \"G, ADITYAS\",\n        \"check_in_date\": \"2025-10-01T00:00:00.000Z\",\n        \"check_out_date\": \"2025-10-05T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -667.42,\n        \"ending_balance\": -667.42,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"34181395-4eca-40fb-b3d8-06944d5d4d22\",\n        \"confirmation_no\": \"AYU01AAC957\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-10-02T00:00:00.000Z\",\n        \"check_out_date\": \"2025-10-05T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1605.9,\n        \"ending_balance\": -1605.9,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"6335ca1a-ec47-4710-ab51-e5f17de3b1f0\",\n        \"confirmation_no\": \"AYU01AAC949\",\n        \"guest_name\": \"TEST, ADI\",\n        \"check_in_date\": \"2025-09-29T00:00:00.000Z\",\n        \"check_out_date\": \"2025-10-05T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 151.39,\n        \"ending_balance\": 151.39,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c90374cd-1e73-4a27-a3c0-66708b43ce35\",\n        \"confirmation_no\": \"AYU01AAC951\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2025-10-01T00:00:00.000Z\",\n        \"check_out_date\": \"2025-10-05T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -298.4,\n        \"ending_balance\": -298.4,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"5c420b39-2f32-4c23-9310-d7b757791cf4\",\n        \"confirmation_no\": \"AYU01AAC961\",\n        \"guest_name\": \"FUTURE, TEST\",\n        \"check_in_date\": \"2025-10-05T00:00:00.000Z\",\n        \"check_out_date\": \"2025-10-10T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -581.2,\n        \"ending_balance\": -581.2,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9a0e2702-8761-4f08-abd9-9e439f28b8a2\",\n        \"confirmation_no\": \"AYU01AAC963\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2025-10-05T00:00:00.000Z\",\n        \"check_out_date\": \"2025-10-10T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1110.08,\n        \"ending_balance\": -1110.08,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"55b432f7-c828-45a4-966f-c29388ebe3ed\",\n        \"confirmation_no\": \"AYU01AAC959\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2025-10-05T00:00:00.000Z\",\n        \"check_out_date\": \"2025-10-11T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -337.66,\n        \"ending_balance\": -337.66,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"1bf7763b-eb36-4e94-9906-45916ec44b61\",\n        \"confirmation_no\": \"AYU01AAC671\",\n        \"guest_name\": \"ADITYA, TEST\",\n        \"check_in_date\": \"2025-08-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-08-04T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 912.16,\n        \"ending_balance\": 912.16,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"7b176382-c061-4d57-a66c-6c6b841528ba\",\n        \"confirmation_no\": \"AYU01AAC664\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2025-08-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-08-04T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1170,\n        \"ending_balance\": -1170,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"393cad2e-c396-4289-926f-97746a3757b8\",\n        \"confirmation_no\": \"AYU01AAD027\",\n        \"guest_name\": \"EXEMPT, TAX\",\n        \"check_in_date\": \"2025-11-02T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-03T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -162.74,\n        \"ending_balance\": -162.74,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e2ebe4f3-0366-4dac-a10b-f0de59d60067\",\n        \"confirmation_no\": \"AYU01AAD005\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"company_name\": \"TICKETBAI\",\n        \"check_in_date\": \"2025-10-28T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-03T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -174.36,\n        \"ending_balance\": -174.36,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"d3ea2ed3-be08-47ad-bb00-f625e92a4b36\",\n        \"confirmation_no\": \"AYU01AAD023\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2025-10-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-03T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -642.23,\n        \"ending_balance\": -642.23,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ccbfb328-56d3-4a38-bb02-0bfdf4668239\",\n        \"confirmation_no\": \"AYU01AAD025\",\n        \"guest_name\": \"ADITYA, TEST\",\n        \"check_in_date\": \"2025-10-31T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-03T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -453.34,\n        \"ending_balance\": -453.34,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"608db239-5b22-42ed-9279-84c844b360aa\",\n        \"confirmation_no\": \"AYU01AAD003\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2025-10-28T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-03T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -174.36,\n        \"ending_balance\": -174.36,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b49ba2c9-b7d4-4f01-8a27-562a62da705e\",\n        \"confirmation_no\": \"AYU01AAD029\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2025-11-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -87.18,\n        \"ending_balance\": -87.18,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"618f9a6c-37d6-43c4-896a-968061acfb48\",\n        \"confirmation_no\": \"AYU01AAD045\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-11-06T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -36.79,\n        \"ending_balance\": -36.79,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8b02e5bf-bf9e-4bf6-a101-49fec3ff42f3\",\n        \"confirmation_no\": \"AYU01AAD059\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2025-11-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -145.3,\n        \"ending_balance\": -145.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"2e8d1144-dcc6-45e6-9011-c369d3fb3024\",\n        \"confirmation_no\": \"AYU01AAD054\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2025-11-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -145.3,\n        \"ending_balance\": -145.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"50725992-f8ea-42f1-80b4-4d55a6dbd118\",\n        \"confirmation_no\": \"AYU01AAD048\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-11-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -101.71,\n        \"ending_balance\": -101.71,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"3f8aa765-dd76-473d-b4a9-5aff8ebb976b\",\n        \"confirmation_no\": \"AYU01AAD031\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2025-11-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -706.54,\n        \"ending_balance\": -706.54,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"5c4413de-26ae-4d10-ab3b-5b5617da9db8\",\n        \"confirmation_no\": \"AYU01AAD038\",\n        \"guest_name\": \"NO ADVANCE DEPOSIT, GUEST WITH \",\n        \"check_in_date\": \"2025-11-04T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -871.03,\n        \"ending_balance\": -871.03,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b19df3c3-5fa9-43f3-8911-15aa331d6e2e\",\n        \"confirmation_no\": \"AYU01AAD042\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-11-06T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -43.59,\n        \"ending_balance\": -43.59,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"96970a73-ad44-41a5-8dbe-f4749dbdfcb6\",\n        \"confirmation_no\": \"AYU01AAD033\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2025-11-04T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -639.32,\n        \"ending_balance\": -639.32,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"44f1f0f2-c577-4ce2-83f9-c057d05e4b47\",\n        \"confirmation_no\": \"AYU01AAD050\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-11-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -66.7,\n        \"ending_balance\": -66.7,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4c4777ec-cd79-4820-9e4c-a228b2ed6521\",\n        \"confirmation_no\": \"AYU01AAD070\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2025-11-12T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-13T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -12,\n        \"ending_balance\": -12,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"f9e5ebb9-f7c4-4649-8ea5-628ce7ccd024\",\n        \"confirmation_no\": \"AYU01AAD078\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-11-13T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -174.36,\n        \"ending_balance\": -174.36,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"0b365e15-d163-4a3b-8a85-5910bc67fc7b\",\n        \"confirmation_no\": \"AYU01AAD064\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-11-11T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-15T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -707.7,\n        \"ending_balance\": -707.7,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"95b2882d-14e7-4301-83b6-520ed8a066ae\",\n        \"confirmation_no\": \"AYU01AAD085\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2025-11-14T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-15T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -12,\n        \"ending_balance\": -12,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"0f901521-a6ed-4f59-b3a9-47bb9c646116\",\n        \"confirmation_no\": \"AYU01AAD089\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2025-11-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-16T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -130.77,\n        \"ending_balance\": -130.77,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"77cb1677-7427-465c-ba77-e08c170c5c5c\",\n        \"confirmation_no\": \"AYU01AAD101\",\n        \"guest_name\": \"GUEST, NEW \",\n        \"company_name\": \"SHIRAI RYU\",\n        \"check_in_date\": \"2025-11-16T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-16T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -263.32,\n        \"ending_balance\": -263.32,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"a2fc794d-bedd-4448-a9c6-503b9e97f550\",\n        \"confirmation_no\": \"AYU01AAD107\",\n        \"guest_name\": \"ORTEGA, BARRETT\",\n        \"check_in_date\": \"2025-11-19T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -159.83,\n        \"ending_balance\": -159.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c4da171c-58c0-4617-a636-a506207c8c2e\",\n        \"confirmation_no\": \"AYU01AAD119\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-11-21T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-21T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -101.71,\n        \"ending_balance\": -101.71,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"d4b976e1-c683-4960-b169-da9d37696718\",\n        \"confirmation_no\": \"AYU01AAD121\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-11-21T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-22T00:00:00.000Z\",\n        \"status\": \"NO_SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -116.24,\n        \"ending_balance\": -116.24,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"f16ad3fc-5fb9-46bc-a011-4d110920b41a\",\n        \"confirmation_no\": \"AYU01AAD109\",\n        \"guest_name\": \"ORTEGA, BARRETT\",\n        \"check_in_date\": \"2025-11-20T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-22T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -595.88,\n        \"ending_balance\": -595.88,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"eb27f8a8-64d7-406f-b225-07768aa1c5e6\",\n        \"confirmation_no\": \"AYU01AAD113\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2025-11-21T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-22T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -173.29,\n        \"ending_balance\": -173.29,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c0d55783-5747-4156-acf8-1af05b957d10\",\n        \"confirmation_no\": \"AYU01AAD139\",\n        \"guest_name\": \"ONE, ADITYA\",\n        \"check_in_date\": \"2025-11-26T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -238.11,\n        \"ending_balance\": -238.11,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"7db875ff-15ed-4f05-9833-994485add86c\",\n        \"confirmation_no\": \"AYU01AAD123\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-11-22T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -972.44,\n        \"ending_balance\": -972.44,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"db800f67-b3f9-4770-9936-cc29d336cb21\",\n        \"confirmation_no\": \"AYU01AAD137\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2025-11-26T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -149.04,\n        \"ending_balance\": -149.04,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4edbaadd-5dc7-4cef-be38-ab39b24986db\",\n        \"confirmation_no\": \"AYU01AAD148\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2025-11-26T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-27T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -10.2,\n        \"ending_balance\": -10.2,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8676867c-9f9e-4b68-b531-09a7af6635d1\",\n        \"confirmation_no\": \"AYU01AAD146\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2025-11-26T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-27T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -10.2,\n        \"ending_balance\": -10.2,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"07adeec3-55fa-422c-b1e9-71fa597acc70\",\n        \"confirmation_no\": \"AYU01AAD150\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-11-27T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-28T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -13.83,\n        \"ending_balance\": -13.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"0e9143b0-31bb-41eb-94e1-799fb692083e\",\n        \"confirmation_no\": \"AYU01AAD161\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-11-28T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-29T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -146.66,\n        \"ending_balance\": -146.66,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"d7acd7ea-ac86-4b1f-8cd2-6b188460efaa\",\n        \"confirmation_no\": \"AYU01AAD167\",\n        \"guest_name\": \"SERVICE RECOVERY, TEST\",\n        \"check_in_date\": \"2025-11-28T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-29T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -2076.9,\n        \"ending_balance\": -2076.9,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"88c1fd1e-b8ce-4839-bdfc-d7f6eed52b6d\",\n        \"confirmation_no\": \"AYU01AAD165\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-11-28T00:00:00.000Z\",\n        \"check_out_date\": \"2025-11-29T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -170.98,\n        \"ending_balance\": -170.98,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"bb9053d6-fd9f-4558-81ec-12f4e8c1f173\",\n        \"confirmation_no\": \"AYU01AAD163\",\n        \"guest_name\": \"G, ADITYAS\",\n        \"check_in_date\": \"2025-11-28T00:00:00.000Z\",\n        \"check_out_date\": \"2025-12-05T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -782.05,\n        \"ending_balance\": -782.05,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e425fc9e-00c1-4772-8737-a8930b4892e4\",\n        \"confirmation_no\": \"AYU01AAD175\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2025-12-05T00:00:00.000Z\",\n        \"check_out_date\": \"2025-12-06T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -248.37,\n        \"ending_balance\": -248.37,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"7431aeb6-b6d1-4acc-8104-1aecc792c393\",\n        \"confirmation_no\": \"AYU01AAD178\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2025-12-05T00:00:00.000Z\",\n        \"check_out_date\": \"2025-12-07T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -107.9,\n        \"ending_balance\": -107.9,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"7e160b09-92cb-491a-b34d-642d0433dc6a\",\n        \"confirmation_no\": \"AYU01AAD184\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-12-10T00:00:00.000Z\",\n        \"check_out_date\": \"2025-12-11T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -106.44,\n        \"ending_balance\": -106.44,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"bf5cf32e-33f2-4563-bcd8-60bc289c23ea\",\n        \"confirmation_no\": \"AYU01AAD182\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-12-10T00:00:00.000Z\",\n        \"check_out_date\": \"2025-12-11T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -92,\n        \"ending_balance\": -92,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e712cce1-54db-4008-86ec-66c39efefaff\",\n        \"confirmation_no\": \"AYU01AAD180\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-12-10T00:00:00.000Z\",\n        \"check_out_date\": \"2025-12-11T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -74.48,\n        \"ending_balance\": -74.48,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e1bd8038-2e69-4362-9051-b2a54af73132\",\n        \"confirmation_no\": \"AYU01AAD193\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2025-12-12T00:00:00.000Z\",\n        \"check_out_date\": \"2025-12-13T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -116.69,\n        \"ending_balance\": -116.69,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8d9e99a5-358c-4a8e-bf52-c8ba373dd11f\",\n        \"confirmation_no\": \"AYU01AAD191\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2025-12-12T00:00:00.000Z\",\n        \"check_out_date\": \"2025-12-13T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -123.73,\n        \"ending_balance\": -123.73,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"6a5992d4-45eb-419f-bf03-ac3a3f3d7eac\",\n        \"confirmation_no\": \"AYU01AAD198\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2025-12-16T00:00:00.000Z\",\n        \"check_out_date\": \"2025-12-16T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -145.3,\n        \"ending_balance\": -145.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"02c43ae8-b7f1-4c87-a12b-894279f8da72\",\n        \"confirmation_no\": \"AYU01AAD200\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2025-12-17T00:00:00.000Z\",\n        \"check_out_date\": \"2025-12-17T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -145.3,\n        \"ending_balance\": -145.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"0caf4560-dea2-4aa3-abd2-3e5a3d73eda8\",\n        \"confirmation_no\": \"AYU01AAD204\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2025-12-22T00:00:00.000Z\",\n        \"check_out_date\": \"2025-12-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1892.23,\n        \"ending_balance\": -1892.23,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"50b323cf-55f3-461b-b848-b4dc5cb7bcb5\",\n        \"confirmation_no\": \"AYU01AAD211\",\n        \"guest_name\": \"ADITYA, TEST\",\n        \"check_in_date\": \"2025-12-24T00:00:00.000Z\",\n        \"check_out_date\": \"2025-12-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -290.6,\n        \"ending_balance\": -290.6,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e9bcd81c-c975-4eea-a66e-14c4a3c95458\",\n        \"confirmation_no\": \"AYU01AAD219\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2026-01-03T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-06T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -353.64,\n        \"ending_balance\": -353.64,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e7286799-e9b7-429a-9741-784593c5959c\",\n        \"confirmation_no\": \"AYU01AAD202\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"company_name\": \"TICKETBAI\",\n        \"check_in_date\": \"2025-12-20T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-06T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -2675.1,\n        \"ending_balance\": -2675.1,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"cf62ae48-ebad-4fd8-9a5e-0358d6f77e2a\",\n        \"confirmation_no\": \"AYU01AAD225\",\n        \"guest_name\": \"ADITYA, TEST\",\n        \"company_name\": \"TICKETBAI\",\n        \"check_in_date\": \"2026-01-07T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1221.11,\n        \"ending_balance\": -1221.11,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"fdf8143e-c8fb-4032-bdcf-092fb5264535\",\n        \"confirmation_no\": \"AYU01AAD265\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-01-15T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 2564.1,\n        \"ending_balance\": 2564.1,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"316d8a2b-6c7f-4f19-8780-6794f8715a30\",\n        \"confirmation_no\": \"AYU01AAD261\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-01-15T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 2051.28,\n        \"ending_balance\": 2051.28,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b42c71e9-13be-4465-8a88-03120465f883\",\n        \"confirmation_no\": \"AYU01AAD774\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-01-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4cc59f7b-71a0-448a-bca9-4f5298be5a09\",\n        \"confirmation_no\": \"AYU01AAD255\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-01-15T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 802.71,\n        \"ending_balance\": 802.71,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"7a2755d3-39a8-47ba-9a7f-36deab446d66\",\n        \"confirmation_no\": \"AYU01AAE292\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2026-01-19T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-20T00:00:00.000Z\",\n        \"status\": \"NO_SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -64.83,\n        \"ending_balance\": -64.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"5169c751-d49a-43a5-8ca2-c0162a176d54\",\n        \"confirmation_no\": \"AYU01AAE284\",\n        \"guest_name\": \"ONE, ADITYA\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2026-01-19T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-19T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -64.83,\n        \"ending_balance\": -64.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"75ae5dd3-06b2-4338-b97b-baae7a6b1985\",\n        \"confirmation_no\": \"AYU01AAE309\",\n        \"guest_name\": \"ARON, AARON \",\n        \"check_in_date\": \"2026-01-19T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 598.29,\n        \"ending_balance\": 598.29,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"08322701-95ab-4604-8168-c2bfa1c2731d\",\n        \"confirmation_no\": \"AYU01AAD779\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-01-18T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 764.23,\n        \"ending_balance\": 764.23,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ff46f219-31c6-45de-b1af-662d25f36837\",\n        \"confirmation_no\": \"AYU01AAE288\",\n        \"guest_name\": \"ADITYA, TEST\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2026-01-19T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -70.83,\n        \"ending_balance\": -70.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e84376fa-b1a8-476b-9767-8b0bb4e2515c\",\n        \"confirmation_no\": \"AYU01AAE313\",\n        \"guest_name\": \"F, FORSTER\",\n        \"check_in_date\": \"2026-01-19T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 598.29,\n        \"ending_balance\": 598.29,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"90bb0f0e-8577-4db7-88b2-1667ae6dfd30\",\n        \"confirmation_no\": \"AYU01AAE301\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-01-19T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -64.83,\n        \"ending_balance\": -64.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"d17e6906-f928-4365-96e7-1f42c4f75cbb\",\n        \"confirmation_no\": \"AYU01AAE328\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-01-22T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-22T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"68d83c2c-dabc-4009-a7fd-a96398a9dfd2\",\n        \"confirmation_no\": \"AYU01AAE330\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-01-22T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-23T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"d0bc8224-d4f0-4ab8-9368-f9a6c4ffc9a5\",\n        \"confirmation_no\": \"AYU01AAE336\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-01-24T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-24T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c18712bb-34fc-43fb-8be8-f18421739cf7\",\n        \"confirmation_no\": \"AYU01AAE349\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-01-24T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-25T00:00:00.000Z\",\n        \"status\": \"NO_SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ae5edd59-09f7-4740-b253-68a568464c58\",\n        \"confirmation_no\": \"AYU01AAE332\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-01-24T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -180.94,\n        \"ending_balance\": -180.94,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"159a7a65-c6a2-4bd6-8c35-0b809f40c926\",\n        \"confirmation_no\": \"AYU01AAE338\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-01-24T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1401.41,\n        \"ending_balance\": -1401.41,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9a91eff7-ee5a-4f0b-9a8b-e47d2f70deb7\",\n        \"confirmation_no\": \"AYU01AAE342\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-01-24T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -80.38,\n        \"ending_balance\": -80.38,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"6832bd8d-f350-45dd-8f24-942dca4fa3a7\",\n        \"confirmation_no\": \"AYU01AAE344\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-01-24T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -22,\n        \"ending_balance\": -22,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"222e5156-a6c5-4c39-b1f1-5abd36b8545c\",\n        \"confirmation_no\": \"AYU01AAE340\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-01-24T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -180.94,\n        \"ending_balance\": -180.94,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"24c96c63-06c6-43d5-883e-553a94d58b94\",\n        \"confirmation_no\": \"AYU01AAE356\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-01-28T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-29T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"a7051d60-71d6-403f-9212-a30eeeaddcba\",\n        \"confirmation_no\": \"AYU01AAE358\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2026-01-30T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"13e44616-e0df-49f2-b284-ab91b441125c\",\n        \"confirmation_no\": \"AYU01AAD159\",\n        \"guest_name\": \"FUTURE, TEST\",\n        \"check_in_date\": \"2026-01-31T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-01T00:00:00.000Z\",\n        \"status\": \"NO_SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -116.24,\n        \"ending_balance\": -116.24,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4d919555-b39c-426f-8bfb-ddab9b2deae4\",\n        \"confirmation_no\": \"AYU01AAE368\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-02-04T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-06T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -180.94,\n        \"ending_balance\": -180.94,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"f5f31d4b-dd5c-4c47-a9c0-88465e65125e\",\n        \"confirmation_no\": \"AYU01AAE370\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-02-05T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-06T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4696ba7f-742e-438b-b980-b29b349b3513\",\n        \"confirmation_no\": \"AYU01AAE376\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-02-08T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -11,\n        \"ending_balance\": -11,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"a1aaaa5f-ddac-4c1b-80d6-887447bf3f66\",\n        \"confirmation_no\": \"AYU01AAE378\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-02-09T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-10T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -50.55,\n        \"ending_balance\": -50.55,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"745d9bbb-cc77-4278-ab2e-df5ac46ac620\",\n        \"confirmation_no\": \"AYU01AAE380\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-02-13T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"aba25cd7-4bd5-423a-9d32-8c0efe38f6e3\",\n        \"confirmation_no\": \"AYU01AAE382\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-02-14T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-15T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c53ecd66-cf0d-4e4f-b108-5a184faef5c4\",\n        \"confirmation_no\": \"AYU01AAE389\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-02-16T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-16T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"3528d861-13c8-4ebd-9ec9-7fb9e179818a\",\n        \"confirmation_no\": \"AYU01AAE387\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-02-15T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-16T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -11,\n        \"ending_balance\": -11,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9a9aaef4-190e-4a20-84a9-4fe655048a32\",\n        \"confirmation_no\": \"AYU01AAE391\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-02-16T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-16T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"707a766a-eba0-4c5a-866a-53408b5011b4\",\n        \"confirmation_no\": \"AYU01AAE393\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-02-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -43.46,\n        \"ending_balance\": -43.46,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e62e8b82-9fe8-4fb1-8e2e-e19d48bc0163\",\n        \"confirmation_no\": \"AYU01AAE397\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-02-18T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-19T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"91d391e3-0f3a-4bda-96fb-2bbec9adc526\",\n        \"confirmation_no\": \"AYU01AAE402\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-02-19T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e56b4493-eb76-4c75-b51f-57552ed4211f\",\n        \"confirmation_no\": \"AYU01AAE400\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-02-19T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"13be632c-09fd-4572-9cd6-cbafc9a8133c\",\n        \"confirmation_no\": \"AYU01AAE418\",\n        \"guest_name\": \"ADITYA, TEST\",\n        \"check_in_date\": \"2026-02-26T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-28T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"1e604587-cb1b-4132-9d05-d683bafad9b2\",\n        \"confirmation_no\": \"AYU01AAE416\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2026-02-26T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-28T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -146.76,\n        \"ending_balance\": -146.76,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4f25096d-6781-443f-a67e-d6a566363a20\",\n        \"confirmation_no\": \"AYU01AAE421\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2026-02-28T00:00:00.000Z\",\n        \"check_out_date\": \"2026-02-28T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"2184167b-3587-4a43-92b4-d32ee6500654\",\n        \"confirmation_no\": \"AYU01AAE410\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-02-24T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-01T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -646.38,\n        \"ending_balance\": -646.38,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"73a0de54-0527-4f06-8cc4-ef90c4033202\",\n        \"confirmation_no\": \"AYU01AAE427\",\n        \"guest_name\": \"ONE, ADITYA\",\n        \"check_in_date\": \"2026-02-28T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-01T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b54f2154-1315-4a71-9028-ce53bffd06b7\",\n        \"confirmation_no\": \"AYU01AAE423\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2026-02-28T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-01T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -91.47,\n        \"ending_balance\": -91.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c2b8ce16-718d-43b1-a3d1-3263ec504732\",\n        \"confirmation_no\": \"AYU01AAE425\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2026-02-28T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-01T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -11,\n        \"ending_balance\": -11,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"5c24026a-62e0-4e97-85fa-e4ee88a2d964\",\n        \"confirmation_no\": \"AYU01AAE438\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-03T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-04T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b5fa7241-0cbe-459d-ad6d-617681462936\",\n        \"confirmation_no\": \"AYU01AAE440\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-03-05T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-05T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ec755d34-91b3-443b-ae19-0aa90f041ab5\",\n        \"confirmation_no\": \"AYU01AAE444\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-06T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-07T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -11,\n        \"ending_balance\": -11,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"15ed5f44-95ff-4d3a-8a7b-e25fa9787ffa\",\n        \"confirmation_no\": \"AYU01AAE442\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-03-06T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-07T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ef853fcf-e1cb-4d38-ba5f-98a0a5858c2d\",\n        \"confirmation_no\": \"AYU01AAE446\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-06T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-07T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -91.47,\n        \"ending_balance\": -91.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"016fa8f9-1988-40a7-ae40-c609394ddf2c\",\n        \"confirmation_no\": \"AYU01AAE450\",\n        \"guest_name\": \"GUPTA, ADITYA\",\n        \"check_in_date\": \"2026-03-09T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-10T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"5ffd4694-49e1-4e56-ae98-91faecc4cfd5\",\n        \"confirmation_no\": \"AYU01AAE458\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-11T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-11T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"0793da4d-7811-4852-9508-542f57f94c3c\",\n        \"confirmation_no\": \"AYU01AAE460\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-10T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-12T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -180.94,\n        \"ending_balance\": -180.94,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"55e80caf-69d4-4355-b028-0dac8ce27f92\",\n        \"confirmation_no\": \"AYU01AAE485\",\n        \"guest_name\": \"DEMO, DEMO1\",\n        \"check_in_date\": \"2026-03-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-17T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -44.83,\n        \"ending_balance\": -44.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"0f383fc1-ff4e-45fa-8aad-228d29c3abe6\",\n        \"confirmation_no\": \"AYU01AAE505\",\n        \"guest_name\": \"TEST, DEMMY DATA\",\n        \"check_in_date\": \"2026-03-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-17T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -64.83,\n        \"ending_balance\": -64.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"12d9aa63-f9d1-4ab6-b8c4-bcf26d8a735c\",\n        \"confirmation_no\": \"AYU01AAE487\",\n        \"guest_name\": \"99, JASON\",\n        \"check_in_date\": \"2026-03-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-17T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -64.83,\n        \"ending_balance\": -64.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"65ec29ce-8e56-44fe-b4da-c9d02a83fdde\",\n        \"confirmation_no\": \"AYU01AAE513\",\n        \"guest_name\": \"MODEL, DATA TEST \",\n        \"check_in_date\": \"2026-03-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-17T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -54.83,\n        \"ending_balance\": -54.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"dbfe3213-a259-4f26-a0d9-727abcbfb97a\",\n        \"confirmation_no\": \"AYU01AAE480\",\n        \"guest_name\": \"TEST1, TEST\",\n        \"check_in_date\": \"2026-03-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -15,\n        \"ending_balance\": -15,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"545d9f49-7176-404d-91b6-bf4e19844cfc\",\n        \"confirmation_no\": \"AYU01AAE489\",\n        \"guest_name\": \"DEMO, ANKIT\",\n        \"check_in_date\": \"2026-03-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -47.74,\n        \"ending_balance\": -47.74,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"d134044c-4f2b-4d7f-916f-e330f5f7a704\",\n        \"confirmation_no\": \"AYU01AAE518\",\n        \"guest_name\": \"DEMO, TEST \",\n        \"check_in_date\": \"2026-03-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -73.38,\n        \"ending_balance\": -73.38,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"d452cfe9-ec0d-43fd-b7c5-3f7061dadf57\",\n        \"confirmation_no\": \"AYU01AAE499\",\n        \"guest_name\": \"DESK2, DESK\",\n        \"check_in_date\": \"2026-03-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -64.83,\n        \"ending_balance\": -64.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"440e2d3f-2ba1-4eff-9f5b-c21053e2dba2\",\n        \"confirmation_no\": \"AYU01AAE522\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-03-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"cfe9e256-8f3b-4283-901e-ffd09a3aa3a6\",\n        \"confirmation_no\": \"AYU01AAE497\",\n        \"guest_name\": \"DEMOO5, DEMOO4\",\n        \"check_in_date\": \"2026-03-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -71.3,\n        \"ending_balance\": -71.3,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"2fd23ab1-ed6b-459c-b362-d63350ec1a59\",\n        \"confirmation_no\": \"AYU01AAE524\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-18T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-19T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -46.27,\n        \"ending_balance\": -46.27,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"f9345be3-6165-4404-9510-586b9a1be990\",\n        \"confirmation_no\": \"AYU01AAE509\",\n        \"guest_name\": \"STARK, TONY\",\n        \"check_in_date\": \"2026-03-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-19T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -43.18,\n        \"ending_balance\": -43.18,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9266817f-9156-4c8e-aa2a-3a502f5d84ba\",\n        \"confirmation_no\": \"AYU01AAE531\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-19T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -33.55,\n        \"ending_balance\": -33.55,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9ed55efb-21dc-47a6-83bb-a531b3f79dfc\",\n        \"confirmation_no\": \"AYU01AAE533\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-20T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-21T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"3e56691e-52f9-4535-94e4-9bf530d3465c\",\n        \"confirmation_no\": \"AYU01AAE535\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-03-20T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-21T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -67.64,\n        \"ending_balance\": -67.64,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b613db89-d63f-4ce7-8f61-a1180a4ddf41\",\n        \"confirmation_no\": \"AYU01AAE555\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2026-03-23T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-24T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 100,\n        \"ending_balance\": 100,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"35157951-e87f-4214-a37a-de89636850d3\",\n        \"confirmation_no\": \"AYU01AAE558\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-24T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-25T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"1b7221f2-a9de-4432-905e-cdc093925b40\",\n        \"confirmation_no\": \"AYU01AAE564\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-24T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-25T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -91.47,\n        \"ending_balance\": -91.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"6fcfe9fb-8284-4f03-95e7-1c57f7fb006d\",\n        \"confirmation_no\": \"AYU01AAE541\",\n        \"guest_name\": \"RATE, ROOM\",\n        \"check_in_date\": \"2026-03-21T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-25T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -100,\n        \"ending_balance\": -100,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"82b5fc55-cdd2-4158-afbc-0ba13273d9a4\",\n        \"confirmation_no\": \"AYU01AAE501\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-25T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1164.15,\n        \"ending_balance\": -1164.15,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"19e8a3a5-acbd-4341-87d5-88e6d2c2d846\",\n        \"confirmation_no\": \"AYU01AAE537\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-21T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-25T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -361.88,\n        \"ending_balance\": -361.88,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"d31e157a-bb22-46f6-b152-dd271eaedfae\",\n        \"confirmation_no\": \"AYU01AAE570\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-25T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"f0b0be0d-8364-4632-97ea-c721b7c2a542\",\n        \"confirmation_no\": \"AYU01AAE581\",\n        \"guest_name\": \"FIBER, ONE\",\n        \"check_in_date\": \"2026-03-26T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-27T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -105.47,\n        \"ending_balance\": -105.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9ca91715-29cc-4e70-98ab-6a41387c8e10\",\n        \"confirmation_no\": \"AYU01AAE592\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-03-27T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-28T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -102.47,\n        \"ending_balance\": -102.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"54d9f0aa-3698-4a9b-9a65-e16028e89543\",\n        \"confirmation_no\": \"AYU01AAE606\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-03-28T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-29T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -31.47,\n        \"ending_balance\": -31.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"f9831b2f-706e-4f4b-9a67-18b1fd966e0a\",\n        \"confirmation_no\": \"AYU01AAE618\",\n        \"guest_name\": \"DUMMY_CASE, TEST_CASE\",\n        \"check_in_date\": \"2026-03-30T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-31T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"5a15b6d3-3b81-4d4b-99ae-7df84bf5013a\",\n        \"confirmation_no\": \"AYU01AAE629\",\n        \"guest_name\": \"PANAT, SUNAND\",\n        \"check_in_date\": \"2026-03-30T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-31T00:00:00.000Z\",\n        \"status\": \"NO_SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 757.14,\n        \"ending_balance\": 757.14,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"7efd2ae9-a617-420a-a776-fca334a47a86\",\n        \"confirmation_no\": \"AYU01AAE610\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-03-29T00:00:00.000Z\",\n        \"check_out_date\": \"2026-03-30T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -112.87,\n        \"ending_balance\": -112.87,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"493f3bd4-4f0f-409f-a325-123a95ca08ff\",\n        \"confirmation_no\": \"AYU01AAE650\",\n        \"guest_name\": \"SUNG, SAM\",\n        \"check_in_date\": \"2026-04-04T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-05T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"00a86bfb-41aa-40ab-a75e-c8fd4c2f66ba\",\n        \"confirmation_no\": \"AYU01AAE661\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2026-04-04T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-05T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"3f87c648-ee3f-419b-9f06-25a4c6913d57\",\n        \"confirmation_no\": \"AYU01AAE648\",\n        \"guest_name\": \"MAN, IRON\",\n        \"check_in_date\": \"2026-04-04T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-05T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -43.46,\n        \"ending_balance\": -43.46,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"33f3b692-c752-4298-93b2-a670bd76feea\",\n        \"confirmation_no\": \"AYU01AAE656\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-04-04T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-05T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -63.37,\n        \"ending_balance\": -63.37,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b234a804-7fb9-458b-ad81-46181bca91f9\",\n        \"confirmation_no\": \"AYU01AAE631\",\n        \"guest_name\": \"BOAT, AIR\",\n        \"check_in_date\": \"2026-03-30T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-06T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -2518.66,\n        \"ending_balance\": -2518.66,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"7a047cf3-d490-4a51-b57a-997f47352ca5\",\n        \"confirmation_no\": \"AYU01AAE639\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"check_in_date\": \"2026-04-03T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-06T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -271.41,\n        \"ending_balance\": -271.41,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"f7d53e7a-7414-46ab-837d-a0e406907ece\",\n        \"confirmation_no\": \"AYU01AAE652\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-04-04T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-06T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -126.74,\n        \"ending_balance\": -126.74,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4747a231-a0fa-4c65-b864-82926860ce75\",\n        \"confirmation_no\": \"AYU01AAE667\",\n        \"guest_name\": \"TEST, BROCK\",\n        \"check_in_date\": \"2026-04-13T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"3fc081db-5179-4a7a-9732-c597ecbed0a8\",\n        \"confirmation_no\": \"AYU01AAE673\",\n        \"guest_name\": \"E, D\",\n        \"check_in_date\": \"2026-04-16T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-17T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"87c69973-31fb-4485-b059-388e00d596ef\",\n        \"confirmation_no\": \"AYU01AAE702\",\n        \"guest_name\": \"USMAN, MOHAMMAD\",\n        \"check_in_date\": \"2026-04-18T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-19T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.38,\n        \"ending_balance\": -90.38,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"1e6330b5-1ab4-4c16-ac66-cf5a172a9c97\",\n        \"confirmation_no\": \"AYU01AAE696\",\n        \"guest_name\": \"AIR, MACBOOK\",\n        \"check_in_date\": \"2026-04-18T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-19T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -45,\n        \"ending_balance\": -45,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"f3333e8b-f606-4600-93c0-b0a87a57beab\",\n        \"confirmation_no\": \"AYU01AAE683\",\n        \"guest_name\": \"TEST_DUMMY, TEST\",\n        \"check_in_date\": \"2026-04-18T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -208.94,\n        \"ending_balance\": -208.94,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4972ab5a-8d96-43fd-bd44-519dfc66a517\",\n        \"confirmation_no\": \"AYU01AAE675\",\n        \"guest_name\": \"GOLD, GERI \",\n        \"check_in_date\": \"2026-04-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -361.29,\n        \"ending_balance\": -361.29,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c0522753-d6a0-4b2f-b483-2af85aaa37f7\",\n        \"confirmation_no\": \"AYU01AAE704\",\n        \"guest_name\": \"STARK, CAP\",\n        \"check_in_date\": \"2026-04-18T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-24T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -457.28,\n        \"ending_balance\": -457.28,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"3161b86d-6ecb-44eb-a155-8b72fae9596a\",\n        \"confirmation_no\": \"AYU01AAE726\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-04-24T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-25T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -114.47,\n        \"ending_balance\": -114.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"7d2a6fd0-b115-4ce2-9a6f-c751ab8a6b0f\",\n        \"confirmation_no\": \"AYU01AAE734\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-04-25T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1105,\n        \"ending_balance\": -1105,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b3c678b1-d033-410d-9c61-8ab8ceb1edc7\",\n        \"confirmation_no\": \"AYU01AAE709\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-04-23T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1188.64,\n        \"ending_balance\": -1188.64,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8805f6ea-4f58-48f0-902f-20c37b08c0fa\",\n        \"confirmation_no\": \"AYU01AAE716\",\n        \"guest_name\": \"P_LAST, P_FIRST\",\n        \"check_in_date\": \"2026-04-23T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -4342.23,\n        \"ending_balance\": -4342.23,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ef925b78-f9da-491a-bdb4-da6b8647e223\",\n        \"confirmation_no\": \"AYU01AAE736\",\n        \"guest_name\": \"TEST_S, TEST_S\",\n        \"check_in_date\": \"2026-04-26T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-30T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4f769a24-5486-4607-bd7d-20c51d78a53c\",\n        \"confirmation_no\": \"AYU01AAE723\",\n        \"guest_name\": \"USMAN, MOHAMMAD\",\n        \"check_in_date\": \"2026-04-23T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -278.41,\n        \"ending_balance\": -278.41,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"25b45b86-2f9f-4bf1-ab26-bcf420beb517\",\n        \"confirmation_no\": \"AYU01AAE769\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-04-27T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-27T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b6a77f8f-4ff8-43a0-9e2c-f51a30c7bff9\",\n        \"confirmation_no\": \"AYU01AAE774\",\n        \"guest_name\": \"HASASHI, HANZO\",\n        \"check_in_date\": \"2026-04-27T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-27T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -64.83,\n        \"ending_balance\": -64.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"5b7f290e-3da1-485a-94ef-11970aabd87e\",\n        \"confirmation_no\": \"AYU01AAE772\",\n        \"guest_name\": \"TEST, AYUSH\",\n        \"check_in_date\": \"2026-04-27T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-27T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"872147b8-b193-4181-8153-fb878ac4db10\",\n        \"confirmation_no\": \"AYU01AAE758\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-04-27T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-27T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -119.11,\n        \"ending_balance\": -119.11,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"63318324-f089-43fb-91d4-440fdef06f25\",\n        \"confirmation_no\": \"AYU01AAE752\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-04-26T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-27T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1307.47,\n        \"ending_balance\": -1307.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"d2bfdb40-9f2d-4fae-a167-c775751033b9\",\n        \"confirmation_no\": \"AYU01AAE761\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-04-27T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-27T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -85,\n        \"ending_balance\": -85,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b9e44c79-dd57-4fe7-b8a9-a9ef166478bb\",\n        \"confirmation_no\": \"AYU01AAE776\",\n        \"guest_name\": \"FUTURE, TEST\",\n        \"check_in_date\": \"2026-04-27T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-28T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"fdbeebad-6d40-45fe-814c-12a3c3dc9ba5\",\n        \"confirmation_no\": \"AYU01AAE782\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-04-27T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-29T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -180.94,\n        \"ending_balance\": -180.94,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"d58b9cc5-7340-4423-83e9-b2168c80faaa\",\n        \"confirmation_no\": \"AYU01AAE785\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-04-29T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-29T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -64.83,\n        \"ending_balance\": -64.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c10f0356-2c68-4595-92ea-279714629020\",\n        \"confirmation_no\": \"AYU01AAE798\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-04-29T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-29T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e80c9a0a-0b9f-4668-aef0-c890dfc198d7\",\n        \"confirmation_no\": \"AYU01AAE739\",\n        \"guest_name\": \"TEST_S, TEST_S \",\n        \"check_in_date\": \"2026-04-26T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-30T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -376.88,\n        \"ending_balance\": -376.88,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"aed8c1dc-b687-425c-bf48-9726dd09d1a0\",\n        \"confirmation_no\": \"AYU01AAE787\",\n        \"guest_name\": \"FUTURE, TEST\",\n        \"check_in_date\": \"2026-04-29T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-30T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -48.19,\n        \"ending_balance\": -48.19,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"523f5e8f-08b1-4e2b-9f4f-2d829fec1b4a\",\n        \"confirmation_no\": \"AYU01AAE805\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-04-29T00:00:00.000Z\",\n        \"check_out_date\": \"2026-04-30T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8803c581-127e-43b7-9b41-ebac399e45ff\",\n        \"confirmation_no\": \"AYU01AAE808\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2026-04-30T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-01T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -123.56,\n        \"ending_balance\": -123.56,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"a42ee816-cadc-47cb-b158-815a82c4de62\",\n        \"confirmation_no\": \"AYU01AAE834\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-05-03T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-03T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"578b72a4-d8c4-4ca7-bf1b-ecca39b7c3b9\",\n        \"confirmation_no\": \"AYU01AAE814\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-05-02T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-03T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -35,\n        \"ending_balance\": -35,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"27d346e0-1c62-4533-8462-6aa03c06c771\",\n        \"confirmation_no\": \"AYU01AAE832\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-05-03T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-03T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -151.47,\n        \"ending_balance\": -151.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c18ac652-dc64-4056-a722-fbf4ec544c4b\",\n        \"confirmation_no\": \"AYU01AAE839\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-05-03T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-05T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -204.94,\n        \"ending_balance\": -204.94,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"cf59d2d3-fc0a-4b51-80fd-d71ef273d45c\",\n        \"confirmation_no\": \"AYU01AAE830\",\n        \"guest_name\": \"FUTURE, TEST\",\n        \"check_in_date\": \"2026-05-03T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-11T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -735.76,\n        \"ending_balance\": -735.76,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"2f1f1f14-6070-4ebf-8f2b-2bd9f1fd1155\",\n        \"confirmation_no\": \"AYU01AAE869\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-05-11T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-12T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -163.38,\n        \"ending_balance\": -163.38,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9c9ac72b-5517-4cce-8e40-044dc733fc36\",\n        \"confirmation_no\": \"AYU01AAE877\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-05-12T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-12T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -26.01,\n        \"ending_balance\": -26.01,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"dfa83375-697e-4f10-b402-3fb47cc4952b\",\n        \"confirmation_no\": \"AYU01AAE879\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-05-12T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-12T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -26.01,\n        \"ending_balance\": -26.01,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9aa4de9f-7ff5-4440-98a6-24c6e6b2eaa2\",\n        \"confirmation_no\": \"AYU01AAE881\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-05-12T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-12T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -26.01,\n        \"ending_balance\": -26.01,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"1dae1b26-0599-4a27-a310-6011a9b450a2\",\n        \"confirmation_no\": \"AYU01AAE888\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-05-12T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-13T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -106.83,\n        \"ending_balance\": -106.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4e4e48b8-54d6-4af5-abb6-cea78a07f315\",\n        \"confirmation_no\": \"AYU01AAE891\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-05-13T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -97.55,\n        \"ending_balance\": -97.55,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b2d1369c-e224-442e-9bee-505af3378f86\",\n        \"confirmation_no\": \"AYU01AAE896\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-05-13T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -80.47,\n        \"ending_balance\": -80.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9ecbb1a7-fac6-4f4c-9294-219df1bf5c4f\",\n        \"confirmation_no\": \"AYU01AAE903\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-05-14T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-15T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -36.64,\n        \"ending_balance\": -36.64,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"465ad26f-1e02-4ed3-bd11-030c6a987ab9\",\n        \"confirmation_no\": \"AYU01AAE901\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-05-14T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-15T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -91.11,\n        \"ending_balance\": -91.11,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"523f6b25-2a29-4fa6-8406-28647b0209fb\",\n        \"confirmation_no\": \"AYU01AAE909\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-05-15T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-17T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -180.94,\n        \"ending_balance\": -180.94,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8a923671-c9ae-4e6b-8688-dd61728bac8d\",\n        \"confirmation_no\": \"AYU01AAE911\",\n        \"guest_name\": \"2ناكول. ناكو, ناكول. ناكوناكول. ناكو2 TEST\",\n        \"check_in_date\": \"2026-05-15T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-17T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -90.47,\n        \"ending_balance\": -90.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c329064f-1bb3-43ec-8a31-94dea5a08095\",\n        \"confirmation_no\": \"AYU01AAE913\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-05-16T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-17T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -188.03,\n        \"ending_balance\": -188.03,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"501ec80e-ecbe-4948-baf9-3169ce2427c2\",\n        \"confirmation_no\": \"AYU01AAE917\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-05-16T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -200.62,\n        \"ending_balance\": -200.62,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b5f4497b-99d6-4045-a1e5-c753fe30d88b\",\n        \"confirmation_no\": \"AYU01AAE921\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-05-20T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-22T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5.5,\n        \"ending_balance\": -5.5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"382bcdfb-c8e8-4183-b4ef-e1cad270b03c\",\n        \"confirmation_no\": \"AYU01AAE852\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-05-20T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-22T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -297.91,\n        \"ending_balance\": -297.91,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ff5777e1-c074-403f-8725-50db500944ac\",\n        \"confirmation_no\": \"AYU01AAE919\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-05-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-23T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -371.45,\n        \"ending_balance\": -371.45,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"850d83a4-8386-476a-8b10-e6ee7a77dab0\",\n        \"confirmation_no\": \"AYU01AAE942\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"check_in_date\": \"2026-05-24T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-25T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1195.47,\n        \"ending_balance\": -1195.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"fcd2a5ff-701a-4bdd-8e64-cfe343515810\",\n        \"confirmation_no\": \"AYU01AAE940\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-05-24T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-25T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -102.47,\n        \"ending_balance\": -102.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"7843acba-731d-4996-96c2-d4ce139a8fc8\",\n        \"confirmation_no\": \"AYU01AAE944\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"company_name\": \"INTEL\",\n        \"check_in_date\": \"2026-05-25T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1207.47,\n        \"ending_balance\": -1207.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"010187d6-8146-4e77-a150-e513ad330718\",\n        \"confirmation_no\": \"AYU01AAE936\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-05-26T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-28T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -180.94,\n        \"ending_balance\": -180.94,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ff985ed0-fe67-4e5b-b694-aa453fce2a44\",\n        \"confirmation_no\": \"AYU01AAE951\",\n        \"guest_name\": \"BHALERAO, MADHURA\",\n        \"check_in_date\": \"2026-05-29T00:00:00.000Z\",\n        \"check_out_date\": \"2026-05-30T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -100.47,\n        \"ending_balance\": -100.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"830081ff-06c7-4eb1-8142-81946bde5cf6\",\n        \"confirmation_no\": \"AYU01AAE960\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2026-05-31T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-02T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -247.78,\n        \"ending_balance\": -247.78,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4ab659a7-b920-479e-bbb4-85e709c899ef\",\n        \"confirmation_no\": \"AYU01AAE967\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-05-31T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-02T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -102.47,\n        \"ending_balance\": -102.47,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"2830114b-572d-4ffc-ace4-9775544d743c\",\n        \"confirmation_no\": \"AYU01AAE964\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-05-31T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-02T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -241.86,\n        \"ending_balance\": -241.86,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8d39d0c8-2fbd-4547-af00-17a9be6c0783\",\n        \"confirmation_no\": \"AYU01AAE953\",\n        \"guest_name\": \"BHALERAO, MADHURA\",\n        \"check_in_date\": \"2026-05-30T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-02T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -249.12,\n        \"ending_balance\": -249.12,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"cf6c4108-d230-4bb3-aac9-9e8a26b448bb\",\n        \"confirmation_no\": \"AYU01AAE955\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-05-31T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-02T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -187.4,\n        \"ending_balance\": -187.4,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"50607e2e-488f-4f8e-b0ad-3eeb5050f613\",\n        \"confirmation_no\": \"AYU01AAE969\",\n        \"guest_name\": \"RESERVATION, TEST\",\n        \"check_in_date\": \"2026-06-03T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-04T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -68.18,\n        \"ending_balance\": -68.18,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ea424c86-dfc6-437f-9ba7-2c858e3ee05c\",\n        \"confirmation_no\": \"AYU01AAE978\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-06-05T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-06T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -79.83,\n        \"ending_balance\": -79.83,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"3049d190-885d-468f-92fb-8b649823f633\",\n        \"confirmation_no\": \"AYU01AAE992\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-06-08T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-11T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -243.68,\n        \"ending_balance\": -243.68,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"64b6c884-0015-4933-a299-5c3edd1e5350\",\n        \"confirmation_no\": \"AYU01AAE994\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-06-10T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-11T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -146.29,\n        \"ending_balance\": -146.29,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"3fb41fbf-a848-477b-ac5a-9cc971113089\",\n        \"confirmation_no\": \"AYU01AAE996\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-06-10T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-11T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -20,\n        \"ending_balance\": -20,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"cbff5827-9aab-4216-8e3a-ad247b32e760\",\n        \"confirmation_no\": \"AYU01AAE989\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-06-06T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-11T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -372.52,\n        \"ending_balance\": -372.52,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ed5bb1ae-f1de-475e-90a8-9b5703ff6c0a\",\n        \"confirmation_no\": \"AYU01AAF015\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-06-13T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -261.41,\n        \"ending_balance\": -261.41,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8fc72cfb-eea3-44b9-93ab-0a859fda97e7\",\n        \"confirmation_no\": \"AYU01AAF013\",\n        \"guest_name\": \"RESER1, TEST\",\n        \"check_in_date\": \"2026-06-13T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -248.59,\n        \"ending_balance\": -248.59,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e47a3343-d40f-4b44-89de-c915666b9850\",\n        \"confirmation_no\": \"AYU01AAF003\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"company_name\": \"INTEL\",\n        \"check_in_date\": \"2026-06-12T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1792.76,\n        \"ending_balance\": -1792.76,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"f62e53cb-1fe7-4a81-97d0-c95a5e14d9ab\",\n        \"confirmation_no\": \"AYU01AAF011\",\n        \"guest_name\": \"FEE, BOOKING\",\n        \"check_in_date\": \"2026-06-13T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -293.41,\n        \"ending_balance\": -293.41,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"0ec6f9b1-b527-4ce4-8249-4953ba004ec9\",\n        \"confirmation_no\": \"AYU01AAF008\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-06-12T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -434.29,\n        \"ending_balance\": -434.29,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"6844fbaa-73b2-4cae-a0ff-1d7fae9836ac\",\n        \"confirmation_no\": \"AYU01AAF018\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"check_in_date\": \"2026-06-16T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-17T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8ce18d1b-e40a-46ed-9a72-1e5feccd368a\",\n        \"confirmation_no\": \"AYU01AAF025\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-06-18T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"a0fd674c-1246-4909-a703-9b1996a604ba\",\n        \"confirmation_no\": \"AYU01AAF047\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-06-20T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-21T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -28,\n        \"ending_balance\": -28,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9e103342-28b4-479e-8211-1de530c19d74\",\n        \"confirmation_no\": \"AYU01AAF045\",\n        \"guest_name\": \"FUTURE, TEST\",\n        \"check_in_date\": \"2026-06-22T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-23T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"cdddeada-0beb-417a-be33-fea956244761\",\n        \"confirmation_no\": \"AYU01AAF058\",\n        \"guest_name\": \"RESERVATION, MADHURA\",\n        \"check_in_date\": \"2026-06-26T00:00:00.000Z\",\n        \"check_out_date\": \"2026-06-27T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -30,\n        \"ending_balance\": -30,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"2e235c71-f47e-4886-bc47-60650c9ba7fe\",\n        \"confirmation_no\": \"AYU01AAF110\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2026-07-04T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-05T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"55b1785c-fca5-489e-bed3-9b4330b34682\",\n        \"confirmation_no\": \"AYU01AAF114\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2026-07-06T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-06T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ff37fca4-a5c6-47ab-85e1-f13d00ec35f5\",\n        \"confirmation_no\": \"AYU01AAF118\",\n        \"guest_name\": \"BHALERAO, MADHURA\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2026-07-06T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-06T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b88bc18d-dba9-4a73-a33b-399fee40fe36\",\n        \"confirmation_no\": \"AYU01AAF127\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-07-07T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-08T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"447f5ea2-f719-451e-af19-91c9609e441e\",\n        \"confirmation_no\": \"AYU01AAF138\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2026-07-09T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-09T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"338224fe-105c-429a-a501-a3722612544b\",\n        \"confirmation_no\": \"AYU01AAF143\",\n        \"guest_name\": \"QES, TEST\",\n        \"check_in_date\": \"2026-07-11T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-12T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -17,\n        \"ending_balance\": -17,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"a949927f-a4e5-4a6b-ae02-c630415e95e6\",\n        \"confirmation_no\": \"AYU01AAF145\",\n        \"guest_name\": \"SDC, SDC\",\n        \"check_in_date\": \"2026-07-13T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-14T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"a5a6b21d-f793-45a6-8493-07b11b759da1\",\n        \"confirmation_no\": \"AYU01AAF151\",\n        \"guest_name\": \"IWBDCB JIUU , JWDCJH \",\n        \"check_in_date\": \"2026-07-14T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-15T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9302ab49-dc08-4632-b7c8-0555e05d3c77\",\n        \"confirmation_no\": \"AYU01AAF153\",\n        \"guest_name\": \"MATHEW, JAMES\",\n        \"check_in_date\": \"2026-07-14T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-15T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"070b7faa-96d4-44d3-bc37-3e6357146425\",\n        \"confirmation_no\": \"AYU01AAF161\",\n        \"guest_name\": \"MATHEW, JAMES\",\n        \"check_in_date\": \"2026-07-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -22,\n        \"ending_balance\": -22,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b3dd6ccd-4b73-49c5-9885-ce68e12d49f9\",\n        \"confirmation_no\": \"AYU01AAF194\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"check_in_date\": \"2026-07-22T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-22T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -22,\n        \"ending_balance\": -22,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"657b3340-a9ba-4861-ab65-3b5adf213631\",\n        \"confirmation_no\": \"AYU01AAF183\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-07-22T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-22T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -39,\n        \"ending_balance\": -39,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"1befe3e9-44ba-4cf4-8894-124eafe09f3f\",\n        \"confirmation_no\": \"AYU01AAF177\",\n        \"guest_name\": \"CONFIRMATION, TEST\",\n        \"check_in_date\": \"2026-07-21T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-22T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"370bd657-7a4a-4ff3-b8fa-8e137b83f1e8\",\n        \"confirmation_no\": \"AYU01AAF202\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-07-23T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-24T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -22,\n        \"ending_balance\": -22,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ee7cc234-8a74-4b47-b48a-379f5e3edafa\",\n        \"confirmation_no\": \"AYU01AAF227\",\n        \"guest_name\": \"TRET, TEST\",\n        \"check_in_date\": \"2026-07-26T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"46224b0a-7ecd-48e5-879f-a4b55e43723e\",\n        \"confirmation_no\": \"AYU01AAF218\",\n        \"guest_name\": \"TEST 3, HOUSEKEEPING\",\n        \"check_in_date\": \"2026-07-25T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"6b061419-03c3-4297-af03-809908f0e474\",\n        \"confirmation_no\": \"AYU01AAF214\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-07-25T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"91fb2130-dc8a-4536-b51a-5ce2f9cb9327\",\n        \"confirmation_no\": \"AYU01AAF216\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-07-25T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-26T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9ab04eb6-48cd-4143-95e7-71a93436630f\",\n        \"confirmation_no\": \"AYU01AAF231\",\n        \"guest_name\": \"RESER1, TEST\",\n        \"check_in_date\": \"2026-07-26T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-27T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c37aa7ef-47a7-49ca-86fc-edb16e67e198\",\n        \"confirmation_no\": \"AYU01AAF252\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2026-07-29T00:00:00.000Z\",\n        \"check_out_date\": \"2026-07-30T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1010,\n        \"ending_balance\": -1010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"5dec5a00-77f9-4f9a-9fc4-4420cd05815a\",\n        \"confirmation_no\": \"AYU01AAF257\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2026-08-01T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-02T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"3d38bb13-c16a-4d2b-b705-dd68e6de0aa4\",\n        \"confirmation_no\": \"AYU01AAF264\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2026-08-03T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-03T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"291ebe6b-e963-4004-b22b-aacf8d719281\",\n        \"confirmation_no\": \"AYU01AAF285\",\n        \"guest_name\": \"RESERVATION, TEST \",\n        \"check_in_date\": \"2026-08-04T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-05T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1027,\n        \"ending_balance\": -1027,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ee213414-dd7a-4c1f-b432-f2d55cfbfb99\",\n        \"confirmation_no\": \"AYU01AAF290\",\n        \"guest_name\": \"CFDR, TEST\",\n        \"check_in_date\": \"2026-08-05T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-05T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e88083dd-9c47-450e-a64c-053945562fa9\",\n        \"confirmation_no\": \"AYU01AAF294\",\n        \"guest_name\": \"RAUT, HITESHI\",\n        \"check_in_date\": \"2026-08-06T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-06T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -24,\n        \"ending_balance\": -24,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"cc554669-beb6-4f86-8b7d-daccf0c9eb21\",\n        \"confirmation_no\": \"AYU01AAF302\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"check_in_date\": \"2026-08-08T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-08T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -53,\n        \"ending_balance\": -53,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8ef15cad-207b-46e4-afe0-813e4f90ffad\",\n        \"confirmation_no\": \"AYU01AAF298\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2026-08-07T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-08T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"bdccb5e8-c2dc-49d7-8036-f53197acdc20\",\n        \"confirmation_no\": \"AYU01AAF308\",\n        \"guest_name\": \"CLOSEDRES, TEST\",\n        \"check_in_date\": \"2026-08-08T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-08T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -22,\n        \"ending_balance\": -22,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"f37881bb-cc6c-4254-bbba-f253f2d63042\",\n        \"confirmation_no\": \"AYU01AAF318\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-08-12T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-13T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"6c46e00f-8d0a-482c-9ad4-ec96adfbd2df\",\n        \"confirmation_no\": \"AYU01AAF349\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"check_in_date\": \"2026-08-13T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-15T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -10,\n        \"ending_balance\": -10,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b75d86a8-1cc7-4fd9-9a96-a21f618aa588\",\n        \"confirmation_no\": \"AYU01AAF367\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2026-08-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"da953e33-7711-478d-9c0e-079a2841d0e1\",\n        \"confirmation_no\": \"AYU01AAF365\",\n        \"guest_name\": \"TEST LAST NAME , GA\",\n        \"check_in_date\": \"2026-08-17T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-18T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"ending_balance\": -5,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"24fb2956-ec86-4026-b8ba-cdfaa5efdcd8\",\n        \"confirmation_no\": \"AYU01AAF381\",\n        \"guest_name\": \"DESTINATION, TEST\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2026-08-19T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 854.7,\n        \"todays_payments\": 859.7,\n        \"opening_balance\": 0,\n        \"ending_balance\": -5,\n        \"todays_net_change\": -5\n      },\n      {\n        \"uuid\": \"dc1cb9db-d749-4c01-ae82-dfd980278ced\",\n        \"confirmation_no\": \"AYU01AAF379\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"check_in_date\": \"2026-08-19T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 538,\n        \"todays_payments\": 555,\n        \"opening_balance\": 0,\n        \"ending_balance\": -17,\n        \"todays_net_change\": -17\n      },\n      {\n        \"uuid\": \"9a875dd6-267b-4f2f-b9ba-07d14da7eb37\",\n        \"confirmation_no\": \"AYU01AAF357\",\n        \"guest_name\": \"BHALERAO OOINE, MADHURA\",\n        \"company_name\": \"AYU\",\n        \"check_in_date\": \"2026-08-15T00:00:00.000Z\",\n        \"check_out_date\": \"2026-08-20T00:00:00.000Z\",\n        \"status\": \"CHECKED_OUT\",\n        \"todays_charges\": 4283.5,\n        \"todays_payments\": 4313.5,\n        \"opening_balance\": 0,\n        \"ending_balance\": -30,\n        \"todays_net_change\": -30\n      }\n    ],\n    \"groups\": [\n      {\n        \"uuid\": \"c39143d1-391a-49ab-b2be-21a440c2b4bd\",\n        \"group_no\": \"AYU01AAA991\",\n        \"group_name\": \"TEST12\",\n        \"group_code\": \"AYU01AAA991\",\n        \"contact_name\": \"TEST TEST\",\n        \"start_date\": \"2024-07-01T00:00:00.000Z\",\n        \"end_date\": \"2024-07-12T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 1000,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 1000\n      },\n      {\n        \"uuid\": \"877e554e-6e35-48c9-bddb-2a220cad0ff0\",\n        \"group_no\": \"AYU01AAB011\",\n        \"group_name\": \"Sweeten the Stay\",\n        \"group_code\": \"AYU01AAB011\",\n        \"contact_name\": \"Nivesh Agnihotri\",\n        \"start_date\": \"2024-07-10T00:00:00.000Z\",\n        \"end_date\": \"2024-07-13T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 100,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 100\n      },\n      {\n        \"uuid\": \"66d86c4e-66b8-46dc-90c9-15882fe04637\",\n        \"group_no\": \"AYU01AAB019\",\n        \"group_name\": \"Sweeten the Stay\",\n        \"group_code\": \"AYU01AAB019\",\n        \"contact_name\": \"TEST TEST\",\n        \"start_date\": \"2024-07-12T00:00:00.000Z\",\n        \"end_date\": \"2024-07-18T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 100,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 100\n      },\n      {\n        \"uuid\": \"82d779bb-a24f-4eb9-b8d3-0db2b6394b65\",\n        \"group_no\": \"AYU01AAB084\",\n        \"group_name\": \"Sweeten the Stay\",\n        \"group_code\": \"AYU01AAB084\",\n        \"contact_name\": \"TEST TEST\",\n        \"start_date\": \"2024-07-16T00:00:00.000Z\",\n        \"end_date\": \"2024-07-25T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -100,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -100\n      },\n      {\n        \"uuid\": \"a95671f7-12b4-4729-9fdc-1b9aa58ede30\",\n        \"group_no\": \"AYU01AAB087\",\n        \"group_name\": \"Sweeten the Stay\",\n        \"group_code\": \"AYU01AAB087\",\n        \"contact_name\": \"TEST TEST\",\n        \"start_date\": \"2024-07-18T00:00:00.000Z\",\n        \"end_date\": \"2024-07-25T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 1700,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 1700\n      },\n      {\n        \"uuid\": \"05ff3219-7482-49ed-865b-017b1fe86874\",\n        \"group_no\": \"AYU01AAB121\",\n        \"group_name\": \"Sweeten the Stay\",\n        \"group_code\": \"AYU01AAB121\",\n        \"contact_name\": \"TEST Test\",\n        \"start_date\": \"2024-07-23T00:00:00.000Z\",\n        \"end_date\": \"2024-07-26T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 230,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 230\n      },\n      {\n        \"uuid\": \"d7bd5bd2-b477-4f6d-8b51-089163257c6b\",\n        \"group_no\": \"AYU01AAA055\",\n        \"group_name\": \"BEST AVAILABLE RATE\",\n        \"group_code\": \"AYU01AAA055\",\n        \"contact_name\": \"andy jones\",\n        \"start_date\": \"2023-12-23T00:00:00.000Z\",\n        \"end_date\": \"2023-12-24T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 100,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 100\n      },\n      {\n        \"uuid\": \"cca9cc60-ace3-4425-933d-5df1abf4dda5\",\n        \"group_no\": \"AYU01AAB342\",\n        \"group_name\": \"Sweeten the Stay\",\n        \"group_code\": \"AYU01AAB342\",\n        \"contact_name\": \"Test Test\",\n        \"start_date\": \"2024-08-28T00:00:00.000Z\",\n        \"end_date\": \"2024-08-30T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 8,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 8\n      },\n      {\n        \"uuid\": \"4271a9cb-bbfa-415f-965f-e85142530605\",\n        \"group_no\": \"AYU01AAA225\",\n        \"group_name\": \"BEST AVAILABLE RATE\",\n        \"group_code\": \"AYU01AAA225\",\n        \"contact_name\": \"jack row\",\n        \"start_date\": \"2024-01-03T00:00:00.000Z\",\n        \"end_date\": \"2024-01-04T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 88.38,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 88.38\n      },\n      {\n        \"uuid\": \"7a4c1367-1472-4bcc-9640-8d959863a7e3\",\n        \"group_no\": \"AYU01AAA303\",\n        \"group_name\": \"BEST AVAILABLE RATE\",\n        \"group_code\": \"AYU01AAA303\",\n        \"contact_name\": \"Test  1\",\n        \"start_date\": \"2024-01-26T00:00:00.000Z\",\n        \"end_date\": \"2024-01-31T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 20,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 20\n      },\n      {\n        \"uuid\": \"9e7201a3-5c9d-4273-a6c4-a86fc8ee71d5\",\n        \"group_no\": \"AYU01AAA063\",\n        \"group_name\": \"BEST AVAILABLE RATE\",\n        \"group_code\": \"AYU01AAA063\",\n        \"contact_name\": \"IN TEL\",\n        \"company_name\": \"INTEL\",\n        \"start_date\": \"2023-12-23T00:00:00.000Z\",\n        \"end_date\": \"2023-12-25T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 10,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 10\n      },\n      {\n        \"uuid\": \"4c420786-3841-4220-b7c2-46dfc85afdb7\",\n        \"group_no\": \"AYU01AAB914\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAB914\",\n        \"contact_name\": \"Group Routing1\",\n        \"start_date\": \"2024-12-25T00:00:00.000Z\",\n        \"end_date\": \"2024-12-26T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -17.73,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -17.73\n      },\n      {\n        \"uuid\": \"cd6220eb-a68e-4d98-96ca-bb19c695ad1e\",\n        \"group_no\": \"AYU01AAB943\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAB943\",\n        \"contact_name\": \"group test\",\n        \"start_date\": \"2025-01-10T00:00:00.000Z\",\n        \"end_date\": \"2025-01-11T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -130.76,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -130.76\n      },\n      {\n        \"uuid\": \"08ce6a5f-0a6f-4258-bbbb-605d9ccc992c\",\n        \"group_no\": \"AYU01AAB951\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAB951\",\n        \"contact_name\": \"Test  Group\",\n        \"start_date\": \"2025-01-10T00:00:00.000Z\",\n        \"end_date\": \"2025-01-11T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -116.38,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -116.38\n      },\n      {\n        \"uuid\": \"763f6008-9b6b-47df-9b3d-fbea2d92d412\",\n        \"group_no\": \"AYU01AAB957\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAB957\",\n        \"contact_name\": \"group reservation\",\n        \"start_date\": \"2025-01-13T00:00:00.000Z\",\n        \"end_date\": \"2025-01-14T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -116.38,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -116.38\n      },\n      {\n        \"uuid\": \"ca73cd91-634e-47cb-a4b7-f973beac33f0\",\n        \"group_no\": \"AYU01AAB947\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAB947\",\n        \"contact_name\": \"test jj\",\n        \"start_date\": \"2025-01-13T00:00:00.000Z\",\n        \"end_date\": \"2025-01-14T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -143.7,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -143.7\n      },\n      {\n        \"uuid\": \"b1342931-ae98-45c9-9cc5-7f48a05adca6\",\n        \"group_no\": \"AYU01AAB963\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAB963\",\n        \"contact_name\": \"Group testone\",\n        \"start_date\": \"2025-01-17T00:00:00.000Z\",\n        \"end_date\": \"2025-01-18T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -145.28,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -145.28\n      },\n      {\n        \"uuid\": \"9fee9feb-7f11-4928-913a-1649482d5cb1\",\n        \"group_no\": \"AYU01AAB969\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAB969\",\n        \"contact_name\": \"group one\",\n        \"start_date\": \"2025-01-20T00:00:00.000Z\",\n        \"end_date\": \"2025-01-21T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -210.68,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -210.68\n      },\n      {\n        \"uuid\": \"89d25db8-2f72-41ae-92db-62bb7f3fc885\",\n        \"group_no\": \"AYU01AAB989\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAB989\",\n        \"contact_name\": \"Group One\",\n        \"start_date\": \"2025-02-04T00:00:00.000Z\",\n        \"end_date\": \"2025-02-05T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -222.94,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -222.94\n      },\n      {\n        \"uuid\": \"91185b22-b8ab-4bc5-a8c1-d053df4c3f54\",\n        \"group_no\": \"AYU01AAC000\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAC000\",\n        \"contact_name\": \"test test12\",\n        \"start_date\": \"2025-02-10T00:00:00.000Z\",\n        \"end_date\": \"2025-02-11T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -4.64,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -4.64\n      },\n      {\n        \"uuid\": \"f4b78498-6b67-4c16-977a-56378b82cf53\",\n        \"group_no\": \"AYU01AAC066\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAC066\",\n        \"contact_name\": \"GROUP REPORT\",\n        \"start_date\": \"2025-02-26T00:00:00.000Z\",\n        \"end_date\": \"2025-03-02T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -58.12,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -58.12\n      },\n      {\n        \"uuid\": \"a5655368-6c70-4cc9-bf11-125424e240d0\",\n        \"group_no\": \"AYU01AAC084\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAC084\",\n        \"contact_name\": \"TAX fee exempt test\",\n        \"start_date\": \"2025-02-28T00:00:00.000Z\",\n        \"end_date\": \"2025-03-02T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -108.97,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -108.97\n      },\n      {\n        \"uuid\": \"9dddbb64-cad5-45d1-bc24-d4d12c54cb60\",\n        \"group_no\": \"AYU01AAC078\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAC078\",\n        \"contact_name\": \"Foster Shaw\",\n        \"start_date\": \"2025-02-28T00:00:00.000Z\",\n        \"end_date\": \"2025-03-02T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -41.26,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -41.26\n      },\n      {\n        \"uuid\": \"3e7a48d9-f5a7-4282-b138-cf06beac88ba\",\n        \"group_no\": \"AYU01AAC028\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAC028\",\n        \"contact_name\": \"Group Arrival\",\n        \"start_date\": \"2025-02-13T00:00:00.000Z\",\n        \"end_date\": \"2025-03-28T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -2347.49,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -2347.49\n      },\n      {\n        \"uuid\": \"ee9008d3-ea7b-476c-b830-131175a764c2\",\n        \"group_no\": \"AYU01AAC290\",\n        \"group_name\": \"BEST AVAILABLE RATE\",\n        \"group_code\": \"AYU01AAC290\",\n        \"contact_name\": \"test 15\",\n        \"start_date\": \"2025-05-07T00:00:00.000Z\",\n        \"end_date\": \"2025-05-08T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -101.71,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -101.71\n      },\n      {\n        \"uuid\": \"b4aa8767-4cdb-4a05-b501-36fa7879583b\",\n        \"group_no\": \"AYU01AAC278\",\n        \"group_name\": \"BEST AVAILABLE RATE\",\n        \"group_code\": \"AYU01AAC278\",\n        \"contact_name\": \"A Tst\",\n        \"start_date\": \"2025-05-04T00:00:00.000Z\",\n        \"end_date\": \"2025-05-09T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 995.47,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 995.47\n      },\n      {\n        \"uuid\": \"71675a9c-dfd9-4096-a3d5-aad5f7960aea\",\n        \"group_no\": \"AYU01AAC282\",\n        \"group_name\": \"BEST AVAILABLE RATE\",\n        \"group_code\": \"AYU01AAC282\",\n        \"contact_name\": \"A IHG test\",\n        \"start_date\": \"2025-05-05T00:00:00.000Z\",\n        \"end_date\": \"2025-05-08T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 85.47,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 85.47\n      },\n      {\n        \"uuid\": \"4fb2848d-48ef-4d2e-9e2a-77884faae810\",\n        \"group_no\": \"AYU01AAC183\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAC183\",\n        \"contact_name\": \"REV REV\",\n        \"start_date\": \"2025-03-20T00:00:00.000Z\",\n        \"end_date\": \"2025-03-21T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 85.47,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 85.47\n      },\n      {\n        \"uuid\": \"740edf8d-c40b-4680-85ab-85295fd2093c\",\n        \"group_no\": \"AYU01AAA886\",\n        \"group_name\": \"TEST 2\",\n        \"group_code\": \"AYU01AAA886\",\n        \"contact_name\": \"2 TEST\",\n        \"start_date\": \"2024-06-05T00:00:00.000Z\",\n        \"end_date\": \"2024-06-07T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -2357.26,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -2357.26\n      },\n      {\n        \"uuid\": \"d674bdf7-2920-42a8-8970-356f1e6f8c47\",\n        \"group_no\": \"AYU01AAC484\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAC484\",\n        \"contact_name\": \"A Gupta\",\n        \"start_date\": \"2025-06-13T00:00:00.000Z\",\n        \"end_date\": \"2025-06-14T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -145.3,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -145.3\n      },\n      {\n        \"uuid\": \"dd68d817-6286-450c-af20-0d627245e59f\",\n        \"group_no\": \"AYU01AAC620\",\n        \"group_name\": \"BEST AVAILABLE RATE\",\n        \"group_code\": \"AYU01AAC620\",\n        \"contact_name\": \"test a\",\n        \"start_date\": \"2025-07-23T00:00:00.000Z\",\n        \"end_date\": \"2025-07-24T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -7.26,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -7.26\n      },\n      {\n        \"uuid\": \"c1c340c8-65a4-4581-b354-df85d80f1ff8\",\n        \"group_no\": \"AYU01AAC644\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAC644\",\n        \"contact_name\": \"Adi Grop\",\n        \"start_date\": \"2025-07-31T00:00:00.000Z\",\n        \"end_date\": \"2025-08-06T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -145.3,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -145.3\n      },\n      {\n        \"uuid\": \"f01a5087-7afd-4dde-b021-4b4484c08a9e\",\n        \"group_no\": \"AYU01AAC312\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAC312\",\n        \"contact_name\": \"Grp Group\",\n        \"start_date\": \"2025-05-12T00:00:00.000Z\",\n        \"end_date\": \"2025-05-13T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -33,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -33\n      },\n      {\n        \"uuid\": \"1ce1a676-bdfd-4458-9eec-bb45b6305a4d\",\n        \"group_no\": \"AYU01AAC785\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAC785\",\n        \"contact_name\": \"Best Rate\",\n        \"start_date\": \"2025-08-15T00:00:00.000Z\",\n        \"end_date\": \"2025-08-16T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -32.8,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -32.8\n      },\n      {\n        \"uuid\": \"32ec0959-d8f8-4c80-be48-bc30e97530b4\",\n        \"group_no\": \"AYU01AAC829\",\n        \"group_name\": \"ABCD\",\n        \"group_code\": \"AYU01AAC829\",\n        \"contact_name\": \"A Test\",\n        \"start_date\": \"2025-08-25T00:00:00.000Z\",\n        \"end_date\": \"2025-08-28T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 35.72,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 35.72\n      },\n      {\n        \"uuid\": \"421724a2-d642-4e29-be49-895f4796754f\",\n        \"group_no\": \"AYU01AAC819\",\n        \"group_name\": \"Ayush Test group 3\",\n        \"group_code\": \"AYU01AAC819\",\n        \"contact_name\": \"Ayush Test Group 3\",\n        \"start_date\": \"2025-08-25T00:00:00.000Z\",\n        \"end_date\": \"2025-08-29T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1170,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -1170\n      },\n      {\n        \"uuid\": \"62a18d82-4d9e-4e6d-a2d1-5f5f9294962b\",\n        \"group_no\": \"AYU01AAC904\",\n        \"group_name\": \"Honors Discount\",\n        \"group_code\": \"AYU01AAC904\",\n        \"contact_name\": \"adi 1212\",\n        \"start_date\": \"2025-09-13T00:00:00.000Z\",\n        \"end_date\": \"2025-09-18T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -117,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -117\n      },\n      {\n        \"uuid\": \"0fd0036d-94eb-43d2-b792-46946423f1a3\",\n        \"group_no\": \"AYU01AAB382\",\n        \"group_name\": \"APPLE\",\n        \"group_code\": \"AYU01AAB382\",\n        \"contact_name\": \"JOHN K\",\n        \"start_date\": \"2024-08-21T00:00:00.000Z\",\n        \"end_date\": \"2024-08-22T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 261.17,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 261.17\n      },\n      {\n        \"uuid\": \"b76da7fc-e74d-4e4b-9e56-0ec8ef66c878\",\n        \"group_no\": \"AYU01AAC308\",\n        \"group_name\": \"abcd\",\n        \"group_code\": \"AYU01AAC308\",\n        \"contact_name\": \"GUATD GTS\",\n        \"start_date\": \"2025-05-12T00:00:00.000Z\",\n        \"end_date\": \"2025-05-13T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 68.38,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 68.38\n      },\n      {\n        \"uuid\": \"a8f3d597-8686-40d0-9e5d-f7f8f42afaf3\",\n        \"group_no\": \"AYU01AAD111\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAD111\",\n        \"contact_name\": \"sin sin\",\n        \"start_date\": \"2025-11-20T00:00:00.000Z\",\n        \"end_date\": \"2025-11-22T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -29.06,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -29.06\n      },\n      {\n        \"uuid\": \"a280d95e-7793-472e-8873-b541ae1d371f\",\n        \"group_no\": \"AYU01AAD127\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAD127\",\n        \"contact_name\": \"one one\",\n        \"start_date\": \"2025-11-22T00:00:00.000Z\",\n        \"end_date\": \"2025-11-23T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 247.91,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 247.91\n      },\n      {\n        \"uuid\": \"a1d72711-ac8d-42c5-bbcd-9cb73b82e6f0\",\n        \"group_no\": \"AYU01AAB464\",\n        \"group_name\": \"ABCD\",\n        \"group_code\": \"AYU01AAB464\",\n        \"contact_name\": \"A D\",\n        \"start_date\": \"2024-08-26T00:00:00.000Z\",\n        \"end_date\": \"2024-08-27T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1170,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -1170\n      },\n      {\n        \"uuid\": \"393a6ea9-ed8f-4332-91b4-a2598d64087c\",\n        \"group_no\": \"AYU01AAD241\",\n        \"group_name\": \"EA-60167\",\n        \"group_code\": \"AYU01AAD241\",\n        \"contact_name\": \"a G\",\n        \"start_date\": \"2026-01-08T00:00:00.000Z\",\n        \"end_date\": \"2026-01-09T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -25,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -25\n      },\n      {\n        \"uuid\": \"b052dfd7-27d9-43d9-b47d-06f12a9fb0a8\",\n        \"group_no\": \"AYU01AAD234\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAD234\",\n        \"contact_name\": \"test  test \",\n        \"start_date\": \"2026-01-08T00:00:00.000Z\",\n        \"end_date\": \"2026-01-10T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -22,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -22\n      },\n      {\n        \"uuid\": \"818fa39f-b89f-4e45-be7d-1038ead25613\",\n        \"group_no\": \"AYU01AAD229\",\n        \"group_name\": \"BEST RATE1\",\n        \"group_code\": \"AYU01AAD229\",\n        \"contact_name\": \"Test  Saurbha\",\n        \"start_date\": \"2026-01-07T00:00:00.000Z\",\n        \"end_date\": \"2026-01-10T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -7,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -7\n      },\n      {\n        \"uuid\": \"ebad5f3d-cb5f-45b2-b95b-4192c8e92202\",\n        \"group_no\": \"AYU01AAD245\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAD245\",\n        \"contact_name\": \"Saurabh Saurabh\",\n        \"start_date\": \"2026-01-08T00:00:00.000Z\",\n        \"end_date\": \"2026-01-11T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -50,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -50\n      },\n      {\n        \"uuid\": \"88a0effc-38bc-48ff-8f62-5c455a904715\",\n        \"group_no\": \"AYU01AAE321\",\n        \"group_name\": \"BEST RATE FUTURE 123\",\n        \"group_code\": \"AYU01AAE321\",\n        \"contact_name\": \"WQ WQ\",\n        \"start_date\": \"2026-01-22T00:00:00.000Z\",\n        \"end_date\": \"2026-01-23T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -50,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -50\n      },\n      {\n        \"uuid\": \"109fb8a6-6046-4219-9608-663fcc28feb0\",\n        \"group_no\": \"AYU01AAE474\",\n        \"group_name\": \"abcd\",\n        \"group_code\": \"AYU01AAE474\",\n        \"contact_name\": \"first name\",\n        \"start_date\": \"2026-03-17T00:00:00.000Z\",\n        \"end_date\": \"2026-03-18T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -15,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -15\n      },\n      {\n        \"uuid\": \"e830a9f2-15bc-4760-bdc2-907ddd8056a2\",\n        \"group_no\": \"AYU01AAD272\",\n        \"group_name\": \" LOAD TESTING 121\",\n        \"group_code\": \"AYU01AAD272\",\n        \"contact_name\": \"WALKTER SA\",\n        \"start_date\": \"2026-01-17T00:00:00.000Z\",\n        \"end_date\": \"2026-03-28T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -3851.41,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -3851.41\n      },\n      {\n        \"uuid\": \"4893d530-ceb2-4dc0-b19d-17cb9d53155f\",\n        \"group_no\": \"AYU01AAE303\",\n        \"group_name\": \"abcd\",\n        \"group_code\": \"AYU01AAE303\",\n        \"contact_name\": \"group test\",\n        \"start_date\": \"2026-01-19T00:00:00.000Z\",\n        \"end_date\": \"2026-04-09T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -25,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -25\n      },\n      {\n        \"uuid\": \"90cc40f5-eef4-4ed1-8256-21719a2ed017\",\n        \"group_no\": \"AYU01AAE688\",\n        \"group_name\": \"BEST AVAILABLE RATE\",\n        \"group_code\": \"AYU01AAE688\",\n        \"contact_name\": \"test test_module\",\n        \"start_date\": \"2026-04-18T00:00:00.000Z\",\n        \"end_date\": \"2026-04-19T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -1\n      },\n      {\n        \"uuid\": \"148b393c-702f-4286-bd5e-571ed8a29b02\",\n        \"group_no\": \"AYU01AAE678\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAE678\",\n        \"contact_name\": \"Salt Papper\",\n        \"start_date\": \"2026-04-17T00:00:00.000Z\",\n        \"end_date\": \"2026-04-19T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -10,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -10\n      },\n      {\n        \"uuid\": \"f8590c5f-4113-4124-a85d-91ebe09ccb5e\",\n        \"group_no\": \"AYU01AAE690\",\n        \"group_name\": \"ABCD\",\n        \"group_code\": \"AYU01AAE690\",\n        \"contact_name\": \"Mohammad  Usman\",\n        \"start_date\": \"2026-04-18T00:00:00.000Z\",\n        \"end_date\": \"2026-04-19T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1122,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -1122\n      },\n      {\n        \"uuid\": \"5afcf9a2-2e1b-4033-92c8-98009cbfdec8\",\n        \"group_no\": \"AYU01AAE698\",\n        \"group_name\": \"MacBook\",\n        \"group_code\": \"AYU01AAE698\",\n        \"contact_name\": \"MacBook Air\",\n        \"start_date\": \"2026-04-18T00:00:00.000Z\",\n        \"end_date\": \"2026-04-19T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -20,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -20\n      },\n      {\n        \"uuid\": \"ab508fe4-d7c7-45d3-aab6-7797557e3457\",\n        \"group_no\": \"AYU01AAE669\",\n        \"group_name\": \"abcd\",\n        \"group_code\": \"AYU01AAE66kmk9\",\n        \"contact_name\": \"ASAS ASAS\",\n        \"start_date\": \"2026-04-15T00:00:00.000Z\",\n        \"end_date\": \"2026-04-20T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1120,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -1120\n      },\n      {\n        \"uuid\": \"62cfac3b-8ca0-4438-b324-78e94fa03866\",\n        \"group_no\": \"AYU01AAE706\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAE706\",\n        \"contact_name\": \"Mama Earth\",\n        \"start_date\": \"2026-04-18T00:00:00.000Z\",\n        \"end_date\": \"2026-04-20T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1115,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -1115\n      },\n      {\n        \"uuid\": \"233c91c9-17bc-4b94-a9d7-be8994a4acaf\",\n        \"group_no\": \"AYU01AAE714\",\n        \"group_name\": \"Safari\",\n        \"group_code\": \"AYU01AAE714\",\n        \"contact_name\": \"Iron Man\",\n        \"start_date\": \"2026-04-23T00:00:00.000Z\",\n        \"end_date\": \"2026-04-26T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -2538.41,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -2538.41\n      },\n      {\n        \"uuid\": \"3696c845-6e41-47e0-be4c-5a82120f3b07\",\n        \"group_no\": \"AYU01AAE732\",\n        \"group_name\": \"abcd\",\n        \"group_code\": \"AYU01AAE732\",\n        \"contact_name\": \"NEW WEQ\",\n        \"start_date\": \"2026-04-25T00:00:00.000Z\",\n        \"end_date\": \"2026-04-26T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -25,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -25\n      },\n      {\n        \"uuid\": \"527507b1-f3b7-49ca-a935-b3bdbb5b4264\",\n        \"group_no\": \"AYU01AAE810\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAE810\",\n        \"contact_name\": \"A A\",\n        \"start_date\": \"2026-04-30T00:00:00.000Z\",\n        \"end_date\": \"2026-05-02T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -57,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -57\n      },\n      {\n        \"uuid\": \"458bd98f-7bb0-4b8a-83ff-d27b141fdb88\",\n        \"group_no\": \"AYU01AAE812\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAE812\",\n        \"contact_name\": \"a a\",\n        \"start_date\": \"2026-05-02T00:00:00.000Z\",\n        \"end_date\": \"2026-05-03T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -12,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -12\n      },\n      {\n        \"uuid\": \"43afcbfd-0756-42ef-8bff-2b613d42252c\",\n        \"group_no\": \"AYU01AAE915\",\n        \"group_name\": \"abcd\",\n        \"group_code\": \"AYU01AAE915\",\n        \"contact_name\": \"wwwwww d\",\n        \"start_date\": \"2026-05-16T00:00:00.000Z\",\n        \"end_date\": \"2026-05-23T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -316.59,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -316.59\n      },\n      {\n        \"uuid\": \"7d069c7b-d2c3-4187-b321-14ce947e03b9\",\n        \"group_no\": \"AYU01AAE972\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAE972\",\n        \"contact_name\": \"Test Gross Amount\",\n        \"start_date\": \"2026-06-05T00:00:00.000Z\",\n        \"end_date\": \"2026-06-16T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -72.73,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -72.73\n      },\n      {\n        \"uuid\": \"73080a64-acf9-49ec-9fb0-078822ff2514\",\n        \"group_no\": \"AYU01AAF056\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAF056\",\n        \"contact_name\": \"Madhura Group\",\n        \"start_date\": \"2026-06-26T00:00:00.000Z\",\n        \"end_date\": \"2026-06-27T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -5\n      },\n      {\n        \"uuid\": \"e7064bc0-713e-4306-a23c-ced5ed9b3383\",\n        \"group_no\": \"AYU01AAF073\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAF073\",\n        \"contact_name\": \"second  set_available\",\n        \"start_date\": \"2026-06-27T00:00:00.000Z\",\n        \"end_date\": \"2026-06-29T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -5\n      },\n      {\n        \"uuid\": \"6993ae54-55ac-47df-999c-1b6269b1ec6e\",\n        \"group_no\": \"AYU01AAF067\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAF067\",\n        \"contact_name\": \"First allocation\",\n        \"start_date\": \"2026-06-27T00:00:00.000Z\",\n        \"end_date\": \"2026-06-30T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -10,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -10\n      },\n      {\n        \"uuid\": \"31a38960-442a-4ee2-a8f8-aa2d9bb9ef45\",\n        \"group_no\": \"AYU01AAF090\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAF090\",\n        \"contact_name\": \"new  kshfdcjshjkdb ced\",\n        \"start_date\": \"2026-06-29T00:00:00.000Z\",\n        \"end_date\": \"2026-06-30T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -10,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -10\n      },\n      {\n        \"uuid\": \"ab216abf-2709-4898-b53c-8e5095ebf89f\",\n        \"group_no\": \"AYU01AAF147\",\n        \"group_name\": \"Test Accounts Receivable\",\n        \"group_code\": \"AYU01AAF147\",\n        \"contact_name\": \"Accounts Receivable\",\n        \"company_name\": \"AYU\",\n        \"start_date\": \"2026-07-13T00:00:00.000Z\",\n        \"end_date\": \"2026-07-14T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -5\n      },\n      {\n        \"uuid\": \"a0fc1b62-3293-4689-b27d-cef16c6e6e9b\",\n        \"group_no\": \"AYU01AAF094\",\n        \"group_name\": \"BEST RATE\",\n        \"group_code\": \"AYU01AAF094\",\n        \"contact_name\": \"second  group\",\n        \"start_date\": \"2026-06-29T00:00:00.000Z\",\n        \"end_date\": \"2026-07-18T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 600,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 600\n      },\n      {\n        \"uuid\": \"e8ab77b6-7a35-46e5-99f8-414a046f7d59\",\n        \"group_no\": \"AYU01AAF169\",\n        \"group_name\": \"abcd\",\n        \"group_code\": \"AYU01AAF169\",\n        \"contact_name\": \"jhwdkjsd sdcsdwd\",\n        \"start_date\": \"2026-07-21T00:00:00.000Z\",\n        \"end_date\": \"2026-07-22T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -5\n      },\n      {\n        \"uuid\": \"59570e48-f54a-488c-937c-5a34f49f52f6\",\n        \"group_no\": \"AYU01AAF192\",\n        \"group_name\": \"abcd\",\n        \"group_code\": \"AYU01AAF192\",\n        \"contact_name\": \"sd sdssxsd\",\n        \"start_date\": \"2026-07-22T00:00:00.000Z\",\n        \"end_date\": \"2026-07-23T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -5\n      },\n      {\n        \"uuid\": \"2821f595-c5dd-45ad-8476-ce0505ce1d4c\",\n        \"group_no\": \"AYU01AAF204\",\n        \"group_name\": \"abcd\",\n        \"group_code\": \"AYU01AAF204\",\n        \"contact_name\": \"khvsc hivsd\",\n        \"start_date\": \"2026-07-23T00:00:00.000Z\",\n        \"end_date\": \"2026-07-24T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -5\n      },\n      {\n        \"uuid\": \"69ae3022-d3d7-42ee-8fb1-2a42fbe0a64a\",\n        \"group_no\": \"AYU01AAF209\",\n        \"group_name\": \"abcd\",\n        \"group_code\": \"AYU01AAF209\",\n        \"contact_name\": \"swdhj a\",\n        \"start_date\": \"2026-07-24T00:00:00.000Z\",\n        \"end_date\": \"2026-07-25T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -5\n      },\n      {\n        \"uuid\": \"b1ed9f81-bf3c-4bbe-9b98-ffa679926e91\",\n        \"group_no\": \"AYU01AAF238\",\n        \"group_name\": \"abcd\",\n        \"group_code\": \"AYU01AAF238\",\n        \"contact_name\": \"kn  kh\",\n        \"start_date\": \"2026-07-27T00:00:00.000Z\",\n        \"end_date\": \"2026-07-28T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -10,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -10\n      },\n      {\n        \"uuid\": \"3bc5de2f-f907-448a-ab09-cdd85b36f130\",\n        \"group_no\": \"AYU01AAF287\",\n        \"group_name\": \"LV0\",\n        \"group_code\": \"AYU01AAF287\",\n        \"contact_name\": \"Test Group\",\n        \"start_date\": \"2026-08-04T00:00:00.000Z\",\n        \"end_date\": \"2026-08-05T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -17,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -17\n      },\n      {\n        \"uuid\": \"a8964a9f-8350-47ad-9624-75470ad4264c\",\n        \"group_no\": \"AYU01AAF292\",\n        \"group_name\": \"LV0\",\n        \"group_code\": \"AYU01AAF292\",\n        \"contact_name\": \"Test CFDG\",\n        \"start_date\": \"2026-08-05T00:00:00.000Z\",\n        \"end_date\": \"2026-08-06T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -12,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -12\n      },\n      {\n        \"uuid\": \"6d98ac78-b532-49f9-ba89-56ba100e1180\",\n        \"group_no\": \"AYU01AAF296\",\n        \"group_name\": \"LV0\",\n        \"group_code\": \"AYU01AAF296\",\n        \"contact_name\": \"Test HHH\",\n        \"start_date\": \"2026-08-06T00:00:00.000Z\",\n        \"end_date\": \"2026-08-07T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -17,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -17\n      },\n      {\n        \"uuid\": \"69f0bef0-0df2-4952-b359-3943d66ddb89\",\n        \"group_no\": \"AYU01AAF310\",\n        \"group_name\": \"ClosedGroupMaster\",\n        \"group_code\": \"AYU01AAF310\",\n        \"contact_name\": \"Test ClosedGroup\",\n        \"start_date\": \"2026-08-08T00:00:00.000Z\",\n        \"end_date\": \"2026-08-09T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -17,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -17\n      },\n      {\n        \"uuid\": \"d9f524ac-1232-484a-b4b0-6d3ae39cf418\",\n        \"group_no\": \"AYU01AAF332\",\n        \"group_name\": \"abcd\",\n        \"group_code\": \"AYU01AAF332\",\n        \"contact_name\": \"last  one\",\n        \"start_date\": \"2026-08-12T00:00:00.000Z\",\n        \"end_date\": \"2026-08-13T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -5\n      }\n    ],\n    \"total_items\": 1,\n    \"item_number\": 1\n  }\n}\n</code></pre>\n","_postman_id":"41db1264-647a-40bf-9806-69b482a79508"},{"name":"Payments","item":[],"id":"39e167b9-e8e2-4e71-a1e4-fb800834e5f9","description":"<p>Third-Party will be able to poll/receive the messages for payment-related events in the HK platform.</p>\n<p>The payment payload supports payment and refund transactions, including payments associated with reservations, house accounts, and group masters.</p>\n<ul>\n<li>Apply payments</li>\n<li>Payment refund</li>\n<li>Payment transferred</li>\n<li>Payment transferred-in</li>\n<li>Payment transferred-out</li>\n</ul>\n<p><strong>Real-Time Stream: Yes</strong></p>\n<p><strong>Refresh Stream: Yes</strong></p>\n<h3 id=\"1-header-details\">1. Header Details</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>stream_id</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Unique identifier of the stream configured for DataStream.</td>\n</tr>\n<tr>\n<td><code>stream_name</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Name of the stream.</td>\n</tr>\n<tr>\n<td><code>event_id</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Unique identifier for the event.</td>\n</tr>\n<tr>\n<td><code>event_type</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Type of event.</td>\n</tr>\n<tr>\n<td><code>property_id</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>UUID of the property in the HK platform.</td>\n</tr>\n<tr>\n<td><code>property_code</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Code for the property in the HK platform.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Payload identifier for the payment event.</td>\n</tr>\n<tr>\n<td><code>total_items</code></td>\n<td>Integer</td>\n<td>—</td>\n<td>Total number of payment/refund items.</td>\n</tr>\n<tr>\n<td><code>item_number</code></td>\n<td>Integer</td>\n<td>—</td>\n<td>Sequence number of the current payment/refund item.</td>\n</tr>\n<tr>\n<td><code>timezone</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Timezone in which the property operates, for example <code>CST6CDT</code>.</td>\n</tr>\n<tr>\n<td><code>event_time</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>UTC time when the event was recorded.</td>\n</tr>\n<tr>\n<td><code>time_zone_offset</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Offset from UTC, for example <code>UTC-05:00</code>.</td>\n</tr>\n<tr>\n<td><code>business_date</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Business date of the property.</td>\n</tr>\n<tr>\n<td><code>change_events</code></td>\n<td>Array</td>\n<td>—</td>\n<td>List of changes captured in the event.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"2-payments-and-refunds\">2. Payments and Refunds</h3>\n<p><code>payments_and_refunds</code> is an object containing details of the payment or refund transaction.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Unique identifier for the payment/refund transaction.</td>\n</tr>\n<tr>\n<td><code>property_code</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Code for the property where the transaction took place.</td>\n</tr>\n<tr>\n<td><code>transaction_business_date</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Business date when the transaction was recorded for accounting.</td>\n</tr>\n<tr>\n<td><code>transaction_date_time</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Exact timestamp when the transaction was processed.</td>\n</tr>\n<tr>\n<td><code>reservation_no</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Reservation number associated with the transaction, when applicable.</td>\n</tr>\n<tr>\n<td><code>folio_no</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Folio number associated with the reservation, house account, or group billing account.</td>\n</tr>\n<tr>\n<td><code>first_name</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>First name of the person making the payment/refund.</td>\n</tr>\n<tr>\n<td><code>last_name</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Last name of the person making the payment/refund.</td>\n</tr>\n<tr>\n<td><code>guest_first_name</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>First name of the guest associated with the reservation, when applicable.</td>\n</tr>\n<tr>\n<td><code>guest_last_name</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Last name of the guest associated with the reservation, when applicable.</td>\n</tr>\n<tr>\n<td><code>payment_type_code</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Code representing the payment method, for example <code>FPCC</code> or <code>CASH</code>.</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>Float</td>\n<td>—</td>\n<td>Amount involved in the payment or refund.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Indicates the transaction type, such as <code>PAYMENT</code> or <code>REFUND</code>.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Current status of the transaction, for example <code>APPROVED</code>.</td>\n</tr>\n<tr>\n<td><code>card_brand</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Card brand used for the transaction, when applicable.</td>\n</tr>\n<tr>\n<td><code>masked_card_number</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Masked card number used for the transaction, when applicable.</td>\n</tr>\n<tr>\n<td><code>auth_code</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Authorization code generated for the transaction, when applicable.</td>\n</tr>\n<tr>\n<td><code>transaction_reference_no</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Unique reference number associated with the transaction, when applicable.</td>\n</tr>\n<tr>\n<td><code>card_holder_name</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Name on the card used for the transaction, when applicable.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Currency code used for the transaction.</td>\n</tr>\n<tr>\n<td><code>site_id</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Site identifier associated with the transaction, when applicable.</td>\n</tr>\n<tr>\n<td><code>terminal_id</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Terminal identifier used to process the transaction, when applicable.</td>\n</tr>\n<tr>\n<td><code>reservation_id</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Unique ID of the reservation linked to the payment/refund, when applicable.</td>\n</tr>\n<tr>\n<td><code>folio_id</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Unique identifier for the folio/account involved in the transaction.</td>\n</tr>\n<tr>\n<td><code>out_transferred</code></td>\n<td>Boolean</td>\n<td>—</td>\n<td>Indicates whether funds were transferred out of the reservation or guest account.</td>\n</tr>\n<tr>\n<td><code>in_transferred</code></td>\n<td>Boolean</td>\n<td>—</td>\n<td>Indicates whether funds were transferred into the reservation or guest account.</td>\n</tr>\n<tr>\n<td><code>house_account_no</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>House account number associated with the transaction, when applicable.</td>\n</tr>\n<tr>\n<td><code>house_account_id</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Unique identifier of the house account, when applicable.</td>\n</tr>\n<tr>\n<td><code>house_account_name</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Name of the house account, when applicable.</td>\n</tr>\n<tr>\n<td><code>group_no</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Group number associated with the transaction, when applicable.</td>\n</tr>\n<tr>\n<td><code>group_id</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Unique identifier of the group, when applicable.</td>\n</tr>\n<tr>\n<td><code>group_block_name</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Group block name associated with the transaction, when applicable.</td>\n</tr>\n<tr>\n<td><code>payment_id</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Unique identifier of the original payment associated with a refund, when applicable.</td>\n</tr>\n<tr>\n<td><code>payment_amount</code></td>\n<td>Float</td>\n<td>—</td>\n<td>Original payment amount associated with the refund, when applicable.</td>\n</tr>\n<tr>\n<td><code>created_at</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Date and time when the refund/payment-related record was created, when applicable.</td>\n</tr>\n<tr>\n<td><code>refund_code</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Code identifying the refund reason/type, when applicable.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"3-card-payment-details\">3. Card Payment Details</h3>\n<p>For card-based payments, additional fields may be present:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>card_brand</code></td>\n<td>Card brand, for example <code>VISA</code>.</td>\n</tr>\n<tr>\n<td><code>masked_card_number</code></td>\n<td>Masked card number.</td>\n</tr>\n<tr>\n<td><code>auth_code</code></td>\n<td>Authorization code for the transaction.</td>\n</tr>\n<tr>\n<td><code>transaction_reference_no</code></td>\n<td>Unique transaction reference number.</td>\n</tr>\n<tr>\n<td><code>card_holder_name</code></td>\n<td>Name of the cardholder.</td>\n</tr>\n<tr>\n<td><code>site_id</code></td>\n<td>Site identifier associated with the card transaction.</td>\n</tr>\n<tr>\n<td><code>terminal_id</code></td>\n<td>Terminal identifier used to process the transaction.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"4-payment-payload\">4. Payment Payload</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"e9dba6e6-dd16-4f4c-b229-45f55820aef1\",\n  \"stream_name\": \"PAYMENT\",\n  \"event_id\": \"2b702c06-8156-40d0-b104-17caa73cc880\",\n  \"event_type\": \"PAYMENT_REFRESH\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"payments_refresh\",\n  \"total_items\": 9,\n  \"item_number\": 8,\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [],\n  \"event_time\": \"2026-08-20T13:30:59.832Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-02-06T00:00:00.000Z\",\n  \"payments_and_refunds\": {\n    \"id\": \"dd47892c-5e7f-4597-8b8c-67943b03254b\",\n    \"property_code\": \"MAN01\",\n    \"transaction_business_date\": \"2026-02-06T00:00:00.000Z\",\n    \"transaction_date_time\": \"2026-08-20T13:28:47.000Z\",\n    \"reservation_no\": \"MAN01AAO566\",\n    \"folio_no\": \"MAN01AAO567\",\n    \"first_name\": \"Manish\",\n    \"last_name\": \"Samarth\",\n    \"guest_first_name\": \"TEST\",\n    \"guest_last_name\": \"TEST3\",\n    \"payment_type_code\": \"FPCC\",\n    \"amount\": 119.8,\n    \"type\": \"PAYMENT\",\n    \"status\": \"APPROVED\",\n    \"card_brand\": \"VISA\",\n    \"masked_card_number\": \"XXXX XXXX XXXX 1142\",\n    \"auth_code\": \"001825\",\n    \"transaction_reference_no\": \"01Z6O3EE4E97U6OPF7GE47EGK78755FU\",\n    \"card_holder_name\": \"test card\",\n    \"currency\": \"ZAR\",\n    \"site_id\": \"1427036011\",\n    \"terminal_id\": \"1\",\n    \"reservation_id\": \"be51c47c-1722-4658-98ed-5b2422691bf1\",\n    \"folio_id\": \"7b05be90-503a-43eb-bd23-d11abe186b59\",\n    \"out_transferred\": false,\n    \"in_transferred\": false\n  }\n}\n</code></pre>\n<h3 id=\"5-refund-payload\">5. Refund Payload</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"e9dba6e6-dd16-4f4c-b229-45f55820aef1\",\n  \"stream_name\": \"PAYMENT\",\n  \"event_id\": \"79f86e73-c3a7-4506-b465-c3dd2d87d0ca\",\n  \"event_type\": \"PAYMENT_REFRESH\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"payments_refresh\",\n  \"total_items\": 9,\n  \"item_number\": 9,\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [],\n  \"event_time\": \"2026-08-20T13:30:59.835Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-02-06T00:00:00.000Z\",\n  \"payments_and_refunds\": {\n    \"id\": \"77296532-70bc-47c6-9530-67f67a0fcc88\",\n    \"property_code\": \"MAN01\",\n    \"transaction_business_date\": \"2026-02-06T00:00:00.000Z\",\n    \"transaction_date_time\": \"2026-08-20T13:23:49.000Z\",\n    \"reservation_no\": \"MAN01AAO566\",\n    \"folio_no\": \"MAN01AAO567\",\n    \"first_name\": \"Manish\",\n    \"last_name\": \"Samarth\",\n    \"guest_first_name\": \"TEST\",\n    \"guest_last_name\": \"TEST3\",\n    \"payment_type_code\": \"CASH\",\n    \"amount\": 50,\n    \"type\": \"REFUND\",\n    \"status\": \"APPROVED\",\n    \"currency\": \"ZAR\",\n    \"reservation_id\": \"be51c47c-1722-4658-98ed-5b2422691bf1\",\n    \"folio_id\": \"7b05be90-503a-43eb-bd23-d11abe186b59\",\n    \"payment_id\": \"4eb37587-03a5-4e7f-b2f2-50ca729b66d1\",\n    \"payment_amount\": 344.7,\n    \"created_at\": \"2026-08-20T13:23:49.000Z\",\n    \"refund_code\": \"OP\",\n    \"out_transferred\": false,\n    \"in_transferred\": false\n  }\n}\n</code></pre>\n","_postman_id":"39e167b9-e8e2-4e71-a1e4-fb800834e5f9"},{"name":"Reminder","item":[],"id":"558c36f1-8f8e-4291-b05c-abbc27a2b841","description":"<p>The third-party system will be able to poll/ receive messages for all the following reminder events in the HK platform:-<br />Reminder User Status</p>\n<ul>\n<li><p>Reminder Created By User</p>\n</li>\n<li><p>Linked Reservation ID (of the Reminder)</p>\n</li>\n<li><p>Reminder Department ID</p>\n</li>\n<li><p>Reminder Property ID</p>\n</li>\n</ul>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream : Yes</strong></p>\n<p><strong>Event Payload</strong></p>\n<ol>\n<li><strong>Header Details</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream configured for DataStream in Admin</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream or data source</td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the event</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Type of event, here representing \"PROPERTY_CONFIGURATION\"</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Fixed 36 characters</td>\n<td>UUID of the property in the HK platform</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Minimum 4, maximum 10 characters</td>\n<td>Code for the property in the HK platform</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Payload identifier for different events (e.g., \"property_configuration\")</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>The timezone in which the property operates (e.g., \"EST5EDT\")</td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>Array</td>\n<td>Varchar(0-255)</td>\n<td>List of changes related to property configuration</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>String</td>\n<td>Format \"YYYY-MM-DDTHH:MM.SSSZ\"</td>\n<td>UTC time when the event was recorded</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Offset from UTC (e.g., \"UTC-04:00\")</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Format \"YYYY-MM-DDTHH:MM.SSSZ\"</td>\n<td>Business date of the property</td>\n</tr>\n</tbody>\n</table>\n</div><ol>\n<li><strong>Property Reminder</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the property associated with the reminder</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Title or short description of the reminder</td>\n</tr>\n<tr>\n<td>body</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Content or detailed description of the reminder</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Current status of the reminder</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the user who created the reminder</td>\n</tr>\n<tr>\n<td>created_by_user_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier of the user who created the reminder</td>\n</tr>\n<tr>\n<td>time</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Specific time the reminder is set for</td>\n</tr>\n<tr>\n<td>reminder_configuration_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the reminder configuration</td>\n</tr>\n<tr>\n<td>reminder_user_status</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Status of user’s interaction with the reminder (e.g., acknowledged, completed)</td>\n</tr>\n<tr>\n<td>created_by_user</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name or details of the user who created the reminder</td>\n</tr>\n<tr>\n<td>linked_reservation_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the reservation linked to the reminder</td>\n</tr>\n<tr>\n<td>timeline_status</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Current status or stage of the reminder’s timeline</td>\n</tr>\n<tr>\n<td>action_state</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Action state of the reminder</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the reminder instance</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Timestamp when the reminder was created</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Timestamp when the reminder was last updated</td>\n</tr>\n</tbody>\n</table>\n</div><ol>\n<li><strong>Reminder Audit Logs</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Operation performed on the reminder (created, updated, deleted)</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Business context date of the audit action</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Date of the audit log</td>\n</tr>\n<tr>\n<td>user</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>User who performed the action</td>\n</tr>\n<tr>\n<td>reminder_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier of the reminder for this audit entry</td>\n</tr>\n<tr>\n<td>property_local_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Local date when audit log was created</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the audit log entry</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Timestamp when audit log entry was created</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Timestamp when audit log entry was last updated</td>\n</tr>\n</tbody>\n</table>\n</div><ol>\n<li><strong>Reminder Department</strong></li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the property of the department</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the department</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier code for the department</td>\n</tr>\n<tr>\n<td>active</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Indicates if the department is active</td>\n</tr>\n<tr>\n<td>auto_popup_unread_reminder_on_guest_tab</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Whether unread reminders auto popup on guest tab</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique ID of the department</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Timestamp when department was created</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Timestamp when department was last updated</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"558c36f1-8f8e-4291-b05c-abbc27a2b841"},{"name":"Inventory","item":[],"id":"70d60e9c-5157-4a56-ba62-82422e9defa7","description":"<p>The third-party system will be able to poll/receive messages for all the following Inventory events in the HK platform:-</p>\n<ul>\n<li>Maintenance issues where room becomes Not Sellable (Out Of Order)</li>\n</ul>\n<p>It provides real-time &amp; nightly updates of the inventory on each property for each room type.</p>\n<p><strong>Real-Time Stream: Yes</strong></p>\n<p><strong>Refresh Stream: Yes</strong></p>\n<h3 id=\"inventory-details\">Inventory Details</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>property_code</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Code identifying the property in the HK platform.</td>\n</tr>\n<tr>\n<td><code>item_number</code></td>\n<td>Integer</td>\n<td>—</td>\n<td>Sequence number of the current inventory item in the refresh payload.</td>\n</tr>\n<tr>\n<td><code>total_items</code></td>\n<td>Integer</td>\n<td>—</td>\n<td>Total number of inventory items included in the refresh payload.</td>\n</tr>\n<tr>\n<td><code>inventoryDetails</code></td>\n<td>Array</td>\n<td>—</td>\n<td>Array containing inventory details for each room type.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"inventory-details-object\">Inventory Details Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>start_date</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>The starting date for the room inventory.</td>\n</tr>\n<tr>\n<td><code>end_date</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>The ending date for the room inventory.</td>\n</tr>\n<tr>\n<td><code>room_type_code</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>The unique code identifying the type of room.</td>\n</tr>\n<tr>\n<td><code>reserved_rooms</code></td>\n<td>String (numeric)</td>\n<td>Varchar(0–255)</td>\n<td>Number of rooms of this type that have been reserved for the date.</td>\n</tr>\n<tr>\n<td><code>out_of_order_rooms</code></td>\n<td>String (numeric)</td>\n<td>Varchar(0–255)</td>\n<td>Rooms that are unavailable due to maintenance or other issues.</td>\n</tr>\n<tr>\n<td><code>overbooking</code></td>\n<td>String (numeric)</td>\n<td>Varchar(0–255)</td>\n<td>Number of rooms allowed to be overbooked for this specific room type.</td>\n</tr>\n<tr>\n<td><code>house_overbooking</code></td>\n<td>String (numeric)</td>\n<td>Varchar(0–255)</td>\n<td>Allowed overbooked rooms at the whole property (house) level.</td>\n</tr>\n<tr>\n<td><code>all_rooms</code></td>\n<td>String (numeric)</td>\n<td>Varchar(0–255)</td>\n<td>Total number of rooms of this type in the property.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Inventory Refresh Payload</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"property_code\": \"AYU01\",\n  \"item_number\": 1,\n  \"inventoryDetails\": [\n    {\n      \"end_date\": \"2026-08-19T00:00:00.000Z\",\n      \"out_of_order_rooms\": \"0\",\n      \"overbooking\": \"3\",\n      \"room_type_code\": \"BC\",\n      \"reserved_rooms\": \"4\",\n      \"house_overbooking\": \"3\",\n      \"all_rooms\": \"102\",\n      \"start_date\": \"2026-08-19T00:00:00.000Z\"\n    },\n    {\n      \"end_date\": \"2026-08-19T00:00:00.000Z\",\n      \"out_of_order_rooms\": \"0\",\n      \"overbooking\": \"3\",\n      \"room_type_code\": \"SV\",\n      \"reserved_rooms\": \"0\",\n      \"house_overbooking\": \"3\",\n      \"all_rooms\": \"100\",\n      \"start_date\": \"2026-08-19T00:00:00.000Z\"\n    },\n    {\n      \"end_date\": \"2026-08-19T00:00:00.000Z\",\n      \"out_of_order_rooms\": \"0\",\n      \"overbooking\": \"3\",\n      \"room_type_code\": \"KNG\",\n      \"reserved_rooms\": \"0\",\n      \"house_overbooking\": \"3\",\n      \"all_rooms\": \"58\",\n      \"start_date\": \"2026-08-19T00:00:00.000Z\"\n    },\n    {\n      \"end_date\": \"2026-08-19T00:00:00.000Z\",\n      \"out_of_order_rooms\": \"0\",\n      \"overbooking\": \"3\",\n      \"room_type_code\": \"PRES\",\n      \"reserved_rooms\": \"0\",\n      \"house_overbooking\": \"3\",\n      \"all_rooms\": \"28\",\n      \"start_date\": \"2026-08-19T00:00:00.000Z\"\n    },\n    {\n      \"end_date\": \"2026-08-19T00:00:00.000Z\",\n      \"out_of_order_rooms\": \"0\",\n      \"overbooking\": \"3\",\n      \"room_type_code\": \"HS\",\n      \"reserved_rooms\": \"0\",\n      \"house_overbooking\": \"3\",\n      \"all_rooms\": \"103\",\n      \"start_date\": \"2026-08-19T00:00:00.000Z\"\n    },\n    {\n      \"end_date\": \"2026-08-19T00:00:00.000Z\",\n      \"out_of_order_rooms\": \"0\",\n      \"overbooking\": \"3\",\n      \"room_type_code\": \"QN\",\n      \"reserved_rooms\": \"0\",\n      \"house_overbooking\": \"3\",\n      \"all_rooms\": \"39\",\n      \"start_date\": \"2026-08-19T00:00:00.000Z\"\n    },\n    {\n      \"end_date\": \"2026-08-19T00:00:00.000Z\",\n      \"out_of_order_rooms\": \"0\",\n      \"overbooking\": \"3\",\n      \"room_type_code\": \"DXR\",\n      \"reserved_rooms\": \"0\",\n      \"house_overbooking\": \"3\",\n      \"all_rooms\": \"97\",\n      \"start_date\": \"2026-08-19T00:00:00.000Z\"\n    }\n  ],\n  \"total_items\": 1\n}\n</code></pre>\n<p>Inventory Real time Payload</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"property_code\": \"AYU01\",\n  \"inventoryDetails\": [\n    {\n      \"end_date\": \"2026-08-19T00:00:00.000Z\",\n      \"out_of_order_rooms\": \"1\",\n      \"overbooking\": \"4\",\n      \"room_type_code\": \"SV\",\n      \"reserved_rooms\": \"0\",\n      \"house_overbooking\": \"4\",\n      \"all_rooms\": \"100\",\n      \"start_date\": \"2026-08-19T00:00:00.000Z\"\n    }\n  ]\n}\n\n</code></pre>\n","_postman_id":"70d60e9c-5157-4a56-ba62-82422e9defa7"},{"name":"Inventory Reservations","item":[],"id":"93dd7008-1170-4c5c-a37a-b7f7c9c8615e","description":"<p>The third-party system will be able to poll/ receive messages for all the following Inventory events in the HK platform:-</p>\n<ul>\n<li>Reservation Creation</li>\n<li>Reservation Cancellation</li>\n<li>Reservation Modification (check-in/check-out date changed, room type changed)</li>\n</ul>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream : No</strong></p>\n<p><strong>Event Payload</strong></p>\n<p><strong>Inventory Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start_date</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>The starting date for the room inventory.</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>The ending date for the room inventory.</td>\n</tr>\n<tr>\n<td>room_type_code</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>The unique code identifying the type of room.</td>\n</tr>\n<tr>\n<td>reserved_rooms</td>\n<td>String (numeric)</td>\n<td>Varchar(0–255)</td>\n<td>Number of rooms of this type that have been reserved for the date.</td>\n</tr>\n<tr>\n<td>out_of_order_rooms</td>\n<td>String (numeric)</td>\n<td>Varchar(0–255)</td>\n<td>Rooms that are unavailable due to maintenance or other issues.</td>\n</tr>\n<tr>\n<td>overbooking</td>\n<td>String (numeric)</td>\n<td>Varchar(0–255)</td>\n<td>Number of rooms allowed to be overbooked for this specific room type.</td>\n</tr>\n<tr>\n<td>house_overbooking</td>\n<td>String (numeric)</td>\n<td>Varchar(0–255)</td>\n<td>Allowed overbooked rooms at the whole property (house) level.</td>\n</tr>\n<tr>\n<td>all_rooms</td>\n<td>String (numeric)</td>\n<td>Varchar(0–255)</td>\n<td>Total number of rooms of this type in the property.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Inventory Reservation Payload</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"property_code\": \"8016\",\n    \"inventoryDetails\": [\n        {\n            \"end_date\": \"2025-06-29T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"3\",\n            \"overbooking\": \"3\",\n            \"room_type_code\": \"STD1QN\",\n            \"reserved_rooms\": \"31\",\n            \"house_overbooking\": \"3\",\n            \"all_rooms\": \"74\",\n            \"start_date\": \"2025-06-27T00:00:00.000Z\"\n        },\n        {\n            \"end_date\": \"2025-06-30T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"3\",\n            \"overbooking\": \"3\",\n            \"room_type_code\": \"STD1QN\",\n            \"reserved_rooms\": \"7\",\n            \"house_overbooking\": \"3\",\n            \"all_rooms\": \"74\",\n            \"start_date\": \"2025-06-30T00:00:00.000Z\"\n        },\n        {\n            \"end_date\": \"2025-07-01T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"3\",\n            \"overbooking\": \"3\",\n            \"room_type_code\": \"STD1QN\",\n            \"reserved_rooms\": \"5\",\n            \"house_overbooking\": \"3\",\n            \"all_rooms\": \"74\",\n            \"start_date\": \"2025-07-01T00:00:00.000Z\"\n        },\n        {\n            \"end_date\": \"2025-07-02T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"3\",\n            \"overbooking\": \"3\",\n            \"room_type_code\": \"STD1QN\",\n            \"reserved_rooms\": \"4\",\n            \"house_overbooking\": \"3\",\n            \"all_rooms\": \"74\",\n            \"start_date\": \"2025-07-02T00:00:00.000Z\"\n        }\n    ]\n}\n\n</code></pre>\n","_postman_id":"93dd7008-1170-4c5c-a37a-b7f7c9c8615e"},{"name":"Enterprise Direct Bill Invoice","item":[],"id":"18bf2222-dd02-4232-b42a-2856597306a8","description":"<p>Third-Party will be able to poll/receive the messages for all the Enterprise Company invoice events in the HK platform mentioned below:</p>\n<ul>\n<li>Create Enterprise Company invoice</li>\n<li>Update/Modify Enterprise Company invoice</li>\n</ul>\n<p>Enterprise Company Datastream is set up at the Enterprise Level.</p>\n<p><strong>Real-Time Stream: Yes</strong></p>\n<p><strong>Refresh Stream: No</strong></p>\n<h2 id=\"1-enterprise-company-details\">1. Enterprise Company Details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>stream_id</code></td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier of the stream.</td>\n</tr>\n<tr>\n<td><code>stream_name</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Name of the stream.</td>\n</tr>\n<tr>\n<td><code>event_id</code></td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier for the event.</td>\n</tr>\n<tr>\n<td><code>event_type</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Type of event.</td>\n</tr>\n<tr>\n<td><code>company_id</code></td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier of the enterprise company.</td>\n</tr>\n<tr>\n<td><code>company_name</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Name of the enterprise company.</td>\n</tr>\n<tr>\n<td><code>company_code</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Code associated with the enterprise company.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>High-level classification of the event.</td>\n</tr>\n<tr>\n<td><code>event_time</code></td>\n<td>String</td>\n<td>ISO 8601</td>\n<td>Date and time when the event was recorded.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"2-enterprise-invoice-details\">2. Enterprise Invoice Details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>invoice_id</code></td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier for the invoice.</td>\n</tr>\n<tr>\n<td><code>invoice_number</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Invoice number assigned to the invoice.</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>String</td>\n<td>ISO 8601</td>\n<td>Invoice date.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Current status of the invoice, for example <code>OPEN</code> or <code>CLOSED</code>.</td>\n</tr>\n<tr>\n<td><code>invoice_lines</code></td>\n<td>Array</td>\n<td>—</td>\n<td>List of invoice line items associated with the enterprise invoice.</td>\n</tr>\n<tr>\n<td><code>settlement_payments</code></td>\n<td>Array</td>\n<td>—</td>\n<td>List of settlement payments associated with the enterprise invoice.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"3-invoice-line-items\">3. Invoice Line Items</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier for the invoice line.</td>\n</tr>\n<tr>\n<td><code>property_id</code></td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier of the property associated with the invoice line.</td>\n</tr>\n<tr>\n<td><code>confirmation_number</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Reservation confirmation number.</td>\n</tr>\n<tr>\n<td><code>reservation_id</code></td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier for the reservation.</td>\n</tr>\n<tr>\n<td><code>guest_name</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Name of the guest associated with the reservation.</td>\n</tr>\n<tr>\n<td><code>payment_amount</code></td>\n<td>Decimal</td>\n<td>—</td>\n<td>Total payment amount applied to this invoice line.</td>\n</tr>\n<tr>\n<td><code>refund_amount</code></td>\n<td>Decimal</td>\n<td>—</td>\n<td>Refund amount, if any.</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>String</td>\n<td>ISO 8601</td>\n<td>Date associated with the invoice line.</td>\n</tr>\n<tr>\n<td><code>unsettled_invoice_line_amount</code></td>\n<td>Decimal</td>\n<td>—</td>\n<td>Remaining unsettled amount for this invoice line.</td>\n</tr>\n<tr>\n<td><code>total_room_revenue_charges</code></td>\n<td>Decimal</td>\n<td>—</td>\n<td>Total room revenue charges.</td>\n</tr>\n<tr>\n<td><code>total_room_revenue_taxes</code></td>\n<td>Decimal</td>\n<td>—</td>\n<td>Total taxes applied to room revenue.</td>\n</tr>\n<tr>\n<td><code>total_non_room_revenue_charges</code></td>\n<td>Decimal</td>\n<td>—</td>\n<td>Total non-room revenue charges.</td>\n</tr>\n<tr>\n<td><code>total_non_room_revenue_taxes</code></td>\n<td>Decimal</td>\n<td>—</td>\n<td>Total taxes applied to non-room revenue.</td>\n</tr>\n<tr>\n<td><code>last_settled_date</code></td>\n<td>String</td>\n<td>ISO 8601</td>\n<td>Date when the invoice line was last settled.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"4-settlement-payments-details\">4. Settlement Payments Details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier for the settlement payment.</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>Decimal</td>\n<td>—</td>\n<td>Total payment amount.</td>\n</tr>\n<tr>\n<td><code>allocated_amount</code></td>\n<td>Decimal</td>\n<td>—</td>\n<td>Portion of the payment allocated to the invoice.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Status of the payment, for example <code>APPROVED</code>.</td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Payment reference or memo text.</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>String</td>\n<td>ISO 8601</td>\n<td>Date the payment was made.</td>\n</tr>\n<tr>\n<td><code>payment_type_id</code></td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier of the payment type.</td>\n</tr>\n<tr>\n<td><code>payment_type_code</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Short code for the payment type, for example <code>CHECK</code>.</td>\n</tr>\n<tr>\n<td><code>payment_type_name</code></td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Human-readable name of the payment type.</td>\n</tr>\n<tr>\n<td><code>user_id</code></td>\n<td>String</td>\n<td>UUID</td>\n<td>Identifier of the user who recorded the payment.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"7-payload\">7. Payload</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"23ccb3ec-c55b-48a5-9ae1-93566a06cb9e\",\n  \"stream_name\": \"ENTERPRISE_DIRECT_BILL_INVOICE\",\n  \"event_id\": \"01e570d4-23f1-4c9f-bff6-5e9e42c38005\",\n  \"event_type\": \"ENTERPRISE_DIRECT_BILL_INVOICE\",\n  \"company_id\": \"ed983c3b-5e55-4b05-883a-96941a86b0c8\",\n  \"company_name\": \"Walt Disney Company\",\n  \"company_code\": \"2468\",\n  \"type\": \"enterprise_invoices\",\n  \"event_time\": \"2026-08-20T15:20:44.252Z\",\n  \"enterprise_invoice\": {\n    \"invoice_id\": \"4829f956-5e3d-4ebb-bc1c-96e7bfc688ae\",\n    \"invoice_number\": \"196\",\n    \"date\": \"2026-07-31T00:00:00.000Z\",\n    \"status\": \"CLOSED\",\n    \"invoice_lines\": [\n      {\n        \"id\": \"4b7b93e3-d041-437a-953c-81df65b46509\",\n        \"property_id\": \"761cea05-3201-468d-be29-b36f70e014e8\",\n        \"confirmation_number\": \"8016009500\",\n        \"reservation_id\": \"4214d2f0-7f58-45dd-9a4f-6a56c02f0b66\",\n        \"guest_name\": \"TESTY TESTERSON - 104\",\n        \"payment_amount\": 84.8,\n        \"refund_amount\": 0,\n        \"date\": \"2025-03-09T00:00:00.000Z\",\n        \"unsettled_invoice_line_amount\": 0,\n        \"total_room_revenue_charges\": 80,\n        \"total_room_revenue_taxes\": 4.8,\n        \"total_non_room_revenue_charges\": 0,\n        \"total_non_room_revenue_taxes\": 0,\n        \"last_settled_date\": \"2026-08-20T00:00:00.000Z\"\n      }\n    ],\n    \"settlement_payments\": [\n      {\n        \"amount\": 10000,\n        \"status\": \"APPROVED\",\n        \"text\": \"8016 : TEST\",\n        \"date\": \"2026-05-19T00:00:00.000Z\",\n        \"allocated_amount\": 84.8,\n        \"payment_type_id\": \"6c82ce06-d0eb-4db9-9030-068ad2babbee\",\n        \"payment_type_code\": \"CHECK\",\n        \"payment_type_name\": \"Check\",\n        \"user_id\": \"68da7158-24cd-4fec-b911-aefccae23e50\",\n        \"id\": \"8faa46bd-17cf-469f-9190-9da6a020c17c\"\n      }\n    ]\n  }\n}\n</code></pre>\n","_postman_id":"18bf2222-dd02-4232-b42a-2856597306a8"},{"name":"Lost and Found","item":[],"id":"8ce4fd5e-4c5b-4a73-ae5f-aba532707eb0","description":"<p>Third-Party will be able to poll/receive the messages for all the lost and found related events in HK platform mentioned below:</p>\n<ul>\n<li><p>Add Lost Item</p>\n</li>\n<li><p>Add found Item</p>\n</li>\n<li><p>Lost Item Claimed</p>\n</li>\n<li><p>Lost Item Updated</p>\n</li>\n<li><p>Found Item Updated</p>\n</li>\n</ul>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream</strong> : No</p>\n<h2 id=\"1-header-details\">1. Header Details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the Stream</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the stream configured for DataStream in Admin</td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique identifier for the specific event instance</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Type of event, e.g., \"LOST_AND_FOUND\"</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>UUID of the property</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is the code for the property</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Payload identifier for different events. For this payload, the value is \"lost_and_found\"</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone in which the property operates (e.g., \"CST6CDT\")</td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>Array</td>\n<td>List of Strings</td>\n<td>Captures the specific action that triggered the event, e.g., <code>[\"lost_item_claimed\"]</code></td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>ISO 8601 format date and time when the event occurred (e.g., \"2026-05-27T06:29:03.843Z\")</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone offset from UTC (e.g., \"UTC-05:00\")</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Date in ISO 8601 format representing the business date (e.g., \"2026-01-04T00:00:00.000Z\")</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"2-lost-and-found-details\">2. Lost and Found Details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>lost_and_found</td>\n<td>Object</td>\n<td>Object Structure</td>\n<td>Object detailing the lost and found item attributes and action status</td>\n</tr>\n<tr>\n<td>item_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Unique UUID representing the logged lost item</td>\n</tr>\n<tr>\n<td>room_number</td>\n<td>String</td>\n<td>Varchar(0-50)</td>\n<td>Room number where the item was found or reported from (e.g., \"226\")</td>\n</tr>\n<tr>\n<td>item_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name/description of the item (e.g., \"headphones\")</td>\n</tr>\n<tr>\n<td>reported_by_username</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Email/Username of the person who reported the item</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>Text</td>\n<td>Descriptive notes or additional context about the item discovery location and time</td>\n</tr>\n<tr>\n<td>found_by_username</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Email/Username of the staff member who discovered the item</td>\n</tr>\n<tr>\n<td>found_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>ISO 8601 format date when the item was found</td>\n</tr>\n<tr>\n<td>claim_by_username</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Email/Username of the person/staff managing the item claim action</td>\n</tr>\n<tr>\n<td>claim_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>ISO 8601 format date when the item was successfully claimed</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Payload</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"ecf2c6b6-5891-4586-8962-a3f6a1378c86\",\n  \"stream_name\": \"LOST_AND_FOUND\",\n  \"event_id\": \"9d34fea6-f414-453b-8eda-c153300ef341\",\n  \"event_type\": \"LOST_AND_FOUND\",\n  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"lost_and_found\",\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [\n    \"lost_item_claimed\"\n  ],\n  \"event_time\": \"2026-05-27T06:29:03.843Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2026-01-04T00:00:00.000Z\",\n  \"lost_and_found\": {\n    \"item_id\": \"58fc2a5b-cff8-4474-90bf-f46302c1a9d3\",\n    \"room_number\": \"226\",\n    \"item_name\": \"headphones\",\n    \"reported_by_username\": \"manish.samarth@hotelkeyapp.com\",\n    \"remarks\": \"found the item under the bed in room no 226 at 12 PM, Jan 4 2026.\",\n    \"found_by_username\": \"manish.samarth@hotelkeyapp.com\",\n    \"found_date\": \"2026-01-04T00:00:00.000Z\",\n    \"claim_by_username\": \"manish.samarth@hotelkeyapp.com\",\n    \"claim_date\": \"2026-01-04T00:00:00.000Z\"\n  }\n}\n\n</code></pre>\n","_postman_id":"8ce4fd5e-4c5b-4a73-ae5f-aba532707eb0"},{"name":"Guest Updated","item":[],"id":"7bc144d8-022c-4b50-8477-f90d78de0703","description":"<p>Third parties will be able to poll and receive messages on National DNR events of the guest in the HK platform mentioned below:</p>\n<ul>\n<li><p>National DNR Approval</p>\n</li>\n<li><p>National DNR Removal</p>\n</li>\n<li><p>National DNR request rejection</p>\n</li>\n</ul>\n<p><strong>Real-Time Stream : Yes</strong></p>\n<p><strong>Refresh Stream : No</strong></p>\n<ul>\n<li><strong>Header Details</strong></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path</th>\n<th>Data Type</th>\n<th>Size</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name or unique identifier of the stream configured for DataStream in Admin</td>\n</tr>\n<tr>\n<td>stream_name</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the configured stream (e.g., \"GUEST DNR\")</td>\n</tr>\n<tr>\n<td>event_id</td>\n<td>String</td>\n<td>UUID(36)</td>\n<td>Unique identifier for the specific event occurrence</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Name of the event type triggered (e.g., \"GUEST_UPDATED\")</td>\n</tr>\n<tr>\n<td>property_id</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Fixed 36 characters representing the UUID of the property in the platform</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Minimum of 4 characters, maximum of 10 characters. This is the code for the property in the platform</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This is a payload identifier for different events. The value is \"guest_updated\" for guest update events payload.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>A time zone is an area which observes a uniform standard time for legal, commercial and social purposes.</td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>This field displays the events (actions) performed on the guest profile if those are configured in the Guest Datastream</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format is \"YYYY-MM-DDTHH:MM:SS.sssZ\". This is the timestamp when the event occurred in UTC.</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Time zone offset with respect to UTC. For ex: UTC+05:30</td>\n</tr>\n<tr>\n<td>business_date</td>\n<td>String</td>\n<td>Varchar(0-255)</td>\n<td>Format is \"YYYY-MM-DDT00:00:00.000Z\". This is the applicable date for the property business date when the event occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong>Guest Updated Details</strong></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Max character length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>guest_id</td>\n<td>UUID</td>\n<td>36</td>\n<td>string - fixed 36 characters representing the unique uuid of the guest profile.</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>varchar</td>\n<td>255</td>\n<td>string - first name of the guest if selected in guest Fields of DS config</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>varchar</td>\n<td>255</td>\n<td>string - last name of the guest if selected in guest Fields of DS config</td>\n</tr>\n<tr>\n<td>city</td>\n<td>varchar</td>\n<td>255</td>\n<td>string - city of the guest address if selected in guest Fields of DS config</td>\n</tr>\n<tr>\n<td>country</td>\n<td>varchar</td>\n<td>2</td>\n<td>string - 2-character ISO country code of the guest address if selected in guest Fields of DS config</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong>Change Events</strong></li>\n</ul>\n<p>Change events are triggers for real-time Guest Stream.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Change Event</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>marked_dnr</td>\n<td>When a Do Not Rent (DNR) Request is Approved from enterprise level</td>\n</tr>\n<tr>\n<td>removed_dnr</td>\n<td>When a guest profile is Removed as Do Not Rent (DNR) from enterprise level</td>\n</tr>\n<tr>\n<td>rejected_dnr</td>\n<td>When a Do Not Rent (DNR) Request is rejected from enterprise level</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Payload</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stream_id\": \"4b199c36-d2f9-4c1c-8100-3450d80e9856\",\n  \"stream_name\": \"GUEST DNR\",\n  \"event_id\": \"e7f139be-963b-4647-aaea-affaffa4ccf1\",\n  \"event_type\": \"GUEST_UPDATED\",\n  \"property_id\": \"8314f00a-a220-4758-8aea-ae3790d8919c\",\n  \"property_code\": \"9997\",\n  \"type\": \"guest_updated\",\n  \"timezone\": \"Asia/Calcutta\",\n  \"change_events\": [\n    \"marked_dnr\"\n  ],\n  \"event_time\": \"2026-07-01T15:06:51.363Z\",\n  \"time_zone_offset\": \"UTC+05:30\",\n  \"business_date\": \"2026-06-24T00:00:00.000Z\",\n  \"guest_updated\": {\n    \"guest_id\": \"d62a3fe2-32c9-4a64-9286-cb5f599f3b39\",\n    \"first_name\": \"DNR\",\n    \"last_name\": \"GUEST\",\n    \"city\": \"Los Angeles\",\n    \"country\": \"US\"\n  }\n}\n\n</code></pre>\n","_postman_id":"7bc144d8-022c-4b50-8477-f90d78de0703"}],"id":"9a460edf-f65e-4eac-bc60-528497759e81","description":"<p>This section contains the payload for different events.</p>\n<p>Note : The Refresh Streams are triggerd after the Night Audit.</p>\n","_postman_id":"9a460edf-f65e-4eac-bc60-528497759e81"}],"event":[{"listen":"prerequest","script":{"id":"f7bee81f-961f-4a6e-8d74-d8998e75e705","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1cf8e684-8389-4483-b49e-2084b7012115","type":"text/javascript","exec":[""]}}],"variable":[{"key":"app_id","value":"app_id","type":"string"},{"key":"app_secret","value":"app_secret","type":"string"},{"key":"host","value":"","type":"string"},{"key":"property_id","value":"","type":"string"}]}