{"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</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</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>Name of the stream configured for DataStream in Admin.</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>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>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>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>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  \"property_id\": \"d9cd84c3-3276-4efc-bf28-b4752c25de4c\",\n  \"property_code\": \"T015\",\n  \"type\": \"house_account\",\n  \"house_account\": {\n    \"id\": \"d6e15afd-ee7f-44f0-a4c9-5af351a792e7\",\n    \"house_account_name\": \"Test\",\n    \"house_account_code\": \"987656\",\n    \"open_date\": \"2024-03-20T00:00:00.000Z\",\n    \"customer_reference\": \"2134\",\n    \"status\": \"OPEN\",\n    \"comments\": \"hello\",\n    \"transactions\": [\n      {\n        \"id\": \"c1ddcc4f-c279-45c5-9510-891b9ad7c2a0\",\n        \"date\": \"2024-03-20T00:00:00.000Z\",\n        \"description\": \"Books\",\n        \"folio_name\": \"001634\",\n        \"folio_number\": \"001634\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"Books\",\n        \"code_description\": \"Books\",\n        \"category\": \"debit\",\n        \"currency\": \"CNY\",\n        \"amount\": 11,\n        \"gross_amount\": 1,\n        \"username\": \"PoojaSahu\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2024-03-21T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"daad7e03-9610-4ef9-bd60-96c1adac34b9\",\n        \"date\": \"2024-03-20T00:00:00.000Z\",\n        \"description\": \"Books\",\n        \"folio_name\": \"001634\",\n        \"folio_number\": \"001634\",\n        \"folio_type\": \"GENERAL\",\n        \"category\": \"credit\",\n        \"currency\": \"CNY\",\n        \"amount\": -10,\n        \"charge_category\": \"MISC_CHARGE\",\n        \"gross_amount\": -10,\n        \"username\": \"PoojaSahu\",\n        \"transaction_link\": \"c1ddcc4f-c279-45c5-9510-891b9ad7c2a0\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"adjustment_code\": \"COR\",\n        \"adjustment_code_name\": \"CORRECTION\",\n        \"posted_timestamp\": \"2024-03-21T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"6ad21dab-3c84-43ee-96ee-0d92431a1d86\",\n        \"date\": \"2024-03-20T00:00:00.000Z\",\n        \"description\": \"CASH\",\n        \"folio_name\": \"001634\",\n        \"folio_number\": \"001634\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"CASH\",\n        \"code_description\": \"CASH\",\n        \"category\": \"credit\",\n        \"currency\": \"CNY\",\n        \"amount\": -1,\n        \"gross_amount\": -1,\n        \"username\": \"PoojaSahu\",\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2024-03-21T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"1ed64ff6-79da-40e4-a304-f7717b10b856\",\n        \"date\": \"2024-03-20T00:00:00.000Z\",\n        \"description\": \"DISCOUNT\",\n        \"folio_name\": \"001634\",\n        \"folio_number\": \"001634\",\n        \"folio_type\": \"GENERAL\",\n        \"category\": \"debit\",\n        \"currency\": \"CNY\",\n        \"amount\": 1,\n        \"gross_amount\": 1,\n        \"username\": \"PoojaSahu\",\n        \"transaction_link\": \"6ad21dab-3c84-43ee-96ee-0d92431a1d86\",\n        \"receivable_flag\": false,\n        \"adjustment_code\": \"DIS\",\n        \"adjustment_code_name\": \"DISCOUNT\",\n        \"posted_timestamp\": \"2024-03-21T00:00:00.000Z\"\n      }\n    ]\n  },\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [\n    \"total_payments_changed\"\n  ],\n  \"event_time\": \"2024-03-21T17:50:17.008Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2024-03-20T00:00:00.000Z\"\n}\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 inHK 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>Name of the stream configured for DataStream in Admin.</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</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>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>$.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><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  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"type\": \"group_block\",\n  \"group_block\": {\n    \"id\": \"9de098db-d3e2-49b2-b627-cd85e94ba9dd\",\n    \"group_block_code\": \"MAN01AAN808\",\n    \"group_block_no\": \"MAN01AAN808\",\n    \"group_allocations\": [\n      {\n        \"date\": \"2025-09-15T00: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\": \"2025-09-15T00:00:00.000Z\",\n        \"price_1p\": 110\n      },\n      {\n        \"date\": \"2025-09-15T00: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\": 2,\n        \"cut_off_date\": \"2025-09-15T00:00:00.000Z\",\n        \"price_1p\": 88\n      },\n      {\n        \"date\": \"2025-09-15T00: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\": \"2025-09-15T00:00:00.000Z\",\n        \"price_1p\": 77\n      },\n      {\n        \"date\": \"2025-09-15T00: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\": \"2025-09-15T00:00:00.000Z\",\n        \"price_1p\": 0\n      },\n      {\n        \"date\": \"2025-09-15T00:00:00.000Z\",\n        \"room_type_code\": \"KIN\",\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\": \"2025-09-15T00:00:00.000Z\",\n        \"price_1p\": 99\n      }\n    ],\n    \"start_date\": \"2025-09-15T00:00:00.000Z\",\n    \"end_date\": \"2025-09-16T00:00:00.000Z\",\n    \"booking_date\": \"2025-09-15T00:00:00.000Z\",\n    \"source\": \"WIN\",\n    \"source_name\": \"WALK-IN\",\n    \"customer_reference\": \"\",\n    \"rate_plan\": \"IR\",\n    \"rate_plan_detail\": {\n      \"complimentary\": false,\n      \"house_use\": false,\n      \"day_use\": false,\n      \"min_los\": 0,\n      \"max_los\": 365,\n      \"is_loyalty_rate_code\": false,\n      \"group_enabled\": true,\n      \"no_show_nights\": 1,\n      \"is_company_rate_code\": false\n    },\n    \"status\": \"BOOKED\",\n    \"group\": \"test group\",\n    \"tax_exempt\": false,\n    \"billing_configuration\": \"INDIVIDUAL\",\n    \"receivable_flag\": false,\n    \"transactions\": [\n      {\n        \"id\": \"441c866e-c2d4-4314-90bd-2aa07f86d80f\",\n        \"date\": \"2025-09-15T00:00:00.000Z\",\n        \"description\": \"DINNER\",\n        \"folio_name\": \"G-AAN809\",\n        \"folio_number\": \"MAN01AAN809\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"DINNER\",\n        \"code_description\": \"DINNER\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 10,\n        \"gross_amount\": 11.49,\n        \"username\": \"\",\n        \"transaction_type\": \"CHARGE\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-09-16T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"4b95b49c-9255-46ef-8a05-12b6d14ac284\",\n        \"date\": \"2025-09-15T00:00:00.000Z\",\n        \"description\": \"COUNTY TAX\",\n        \"folio_name\": \"G-AAN809\",\n        \"folio_number\": \"MAN01AAN809\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"151\",\n        \"code_description\": \"COUNTY TAX\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 0.49,\n        \"charge_category\": \"FOOD\",\n        \"gross_amount\": 0.49,\n        \"username\": \"\",\n        \"transaction_link\": \"441c866e-c2d4-4314-90bd-2aa07f86d80f\",\n        \"transaction_type\": \"FEE\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-09-16T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"62fcabed-0f1c-48b6-b3a8-db372d9c032e\",\n        \"date\": \"2025-09-15T00:00:00.000Z\",\n        \"description\": \"CITY TAX\",\n        \"folio_name\": \"G-AAN809\",\n        \"folio_number\": \"MAN01AAN809\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"152\",\n        \"code_description\": \"CITY TAX\",\n        \"category\": \"debit\",\n        \"currency\": \"USD\",\n        \"currency_label\": \"$\",\n        \"amount\": 1,\n        \"charge_category\": \"FOOD\",\n        \"gross_amount\": 1,\n        \"username\": \"\",\n        \"transaction_link\": \"441c866e-c2d4-4314-90bd-2aa07f86d80f\",\n        \"transaction_type\": \"TAX\",\n        \"tax_exempt\": false,\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-09-16T00:00:00.000Z\"\n      },\n      {\n        \"id\": \"6d97e9d3-3526-4492-ad61-37ab402e050f\",\n        \"date\": \"2025-09-15T00:00:00.000Z\",\n        \"description\": \"CASH\",\n        \"folio_name\": \"G-AAN809\",\n        \"folio_number\": \"MAN01AAN809\",\n        \"folio_type\": \"GENERAL\",\n        \"code\": \"CASH\",\n        \"code_description\": \"CASH\",\n        \"category\": \"credit\",\n        \"currency\": \"USD\",\n        \"amount\": -11.49,\n        \"gross_amount\": -11.49,\n        \"username\": \"\",\n        \"transaction_type\": \"PAYMENT\",\n        \"receivable_flag\": false,\n        \"posted_timestamp\": \"2025-09-16T00:00:00.000Z\"\n      }\n    ],\n    \"contact_info\": {\n      \"guest_id\": \"9de098db-d3e2-49b2-b627-cd85e94ba9dd\",\n      \"first_name\": \"Fredrick\",\n      \"last_name\": \"Johnson\",\n      \"phone\": \"+1 305 604 8225\",\n      \"street_2\": \"1430 Ocean Drive\",\n      \"city\": \"Miami\",\n      \"state\": \"FL\",\n      \"country\": \"US\",\n      \"zip_code\": \"33139\",\n      \"email\": \"f.johnson@roche.es\"\n    },\n    \"group_type\": \"CONFIRMED\",\n    \"group_booking_type\": \"BILLING_ONLY\",\n    \"cancellation_policy\": \"24HR Booking\",\n    \"travel_agent\": {\n      \"travel_agent_commission_amount\": 0,\n      \"commission_percent\": 0\n    },\n    \"total_reserved_and_allocations\": 4,\n    \"total_contracted_allotments\": 6\n  },\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [\n    \"total_payments_changed\"\n  ],\n  \"event_time\": \"2025-09-16T10:37:44.579Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2025-09-15T00:00:00.000Z\"\n}\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>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 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 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><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</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  \"payload\": {\n    \"property_id\": \"26611b6f-c1a2-485e-b93b-d46686953cac\",\n    \"property_code\": \"1571\",\n    \"type\": \"housekeeping\",\n    \"total_items\": \"5\",\n    \"item_number\": \"2\",\n    \"houseKeeping\": {\n      \"id\": \"f96d0b72-7068-4302-9ab6-c2180416285d\",\n      \"pets\": false,\n      \"date\": \"2024-06-12T00:00:00.000Z\",\n      \"room_type_code\": \"STE1KN\",\n      \"zone\": \"8c56585b-6a5d-4551-85bc-c6453f40e9b1\",\n      \"floor\": \"Floor 1\",\n      \"confirmation_no\": \"1571227733\",\n      \"smoking\": false,\n      \"action\": \"MARK-CLEAN\",\n      \"property_code\": \"1571\",\n      \"guest_name\": \"jessica gifford\",\n      \"departed\": false,\n      \"room\": \"111\",\n      \"housekeeping_service_type\": \"WSO\",\n      \"housekeeping_service_type_name\": \"Weekly Stayover Service\",\n      \"priority\": \"NORMAL\",\n      \"remarks\": \"\",\n      \"status\": \"COMPLETED\"\n    },\n    \"timezone\": \"EST5EDT\",\n    \"change_events\": [\n      \"mark-clean\"\n    ],\n    \"event_time\": \"2024-06-12T10:54:14.674Z\",\n    \"time_zone_offset\": \"UTC-04:00\",\n    \"business_date\": \"2024-06-12T00:00:00.000Z\"\n  }\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>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 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 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><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>string</td>\n</tr>\n<tr>\n<td>room_type_name</td>\n<td>varchar</td>\n<td>255</td>\n<td>string</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>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>string</td>\n</tr>\n<tr>\n<td>maintenance_type_code</td>\n<td>varchar</td>\n<td>255</td>\n<td>string</td>\n</tr>\n<tr>\n<td>maintenance_type_name</td>\n<td>varchar</td>\n<td>45</td>\n<td>string</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>enum</td>\n<td>65535</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>string</td>\n</tr>\n<tr>\n<td>maintenance_code_name</td>\n<td>varchar</td>\n<td>255</td>\n<td>string</td>\n</tr>\n<tr>\n<td>from</td>\n<td>datetime</td>\n<td>16</td>\n<td>string - 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>string - date</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>assigned_to</td>\n<td>varchar</td>\n<td>255</td>\n<td>string - The username of the maintenance worker to whom the issue got assigned</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_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 closed</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>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>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<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</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\": \"0d6d86b9-7cf8-41ee-9558-e9f32843699e\",\n    \"stream_name\": \"MAINTENANCE\",\n    \"event_id\": \"eee4c5d0-64b5-4a6b-a8ef-82648f7e4eb9\",\n    \"event_type\": \"MAINTENANCE\",\n    \"property_id\": \"f87c9efe-d564-4651-88a5-e23ee6c0511b\",\n    \"property_code\": \"8029\",\n    \"type\": \"maintenance\",\n    \"total_items\": \"4\",\n    \"item_number\": \"1\",\n    \"maintenance\": {\n        \"date\": \"2024-10-18T00:00:00.000Z\",\n        \"room\": \"102\",\n        \"room_type_code\": \"STD1DN\",\n        \"room_type_name\": \"STD1DN\",\n        \"blocks_room\": true,\n        \"property_code\": \"8029\",\n        \"property_name\": \"Extended Stay America Select Suites - Indianapolis - Plainfield\",\n        \"maintenance_type\": \"UNSELL\",\n        \"maintenance_type_name\": \"OOO - Not Sellable\",\n        \"priority\": \"NORMAL\",\n        \"maintenance_code\": \"ERD\",\n        \"maintenance_code_name\": \"Entire Room Damaged\",\n        \"from\": \"2024-10-18T00:00:00.000Z\",\n        \"id\": \"b457d39e-d1d7-4825-9bc5-826a8a230b6e\",\n        \"to\": \"2024-11-22T00:00:00.000Z\",\n        \"status\": \"CLOSED\",\n        \"remarks\": \"sd\",\n        \"room_number\": \"102\",\n        \"updated_at\": \"2025-06-17T18:26:14.000Z\",\n        \"created_at\": \"2024-10-18T14:58:52.000Z\",\n        \"created_by\": \"chetna.thakur@hotelkeyapp.com\",\n        \"created_by_name\": \"chetna thakur\",\n        \"closed_at\": \"2025-06-17T18:26:14.000Z\",\n        \"closed_by\": \"khushfateh.sikand@hotelkeyapp.com\",\n        \"closed_by_name\": \"Khushfateh Singh Sikand\",\n        \"assigned_to\": \"mohit.maheshwari@hotelkeyapp.com\",\n        \"assigned_to_name\": \"mohit maheshwari\"\n    },\n    \"timezone\": \"EST5EDT\",\n    \"change_events\": [\n        \"\"\n    ],\n    \"event_time\": \"2025-06-17T18:26:15.484Z\",\n    \"time_zone_offset\": \"UTC-04:00\",\n    \"business_date\": \"2024-11-22T00: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>Create Rate Code</li>\n<li>Activate Rate Code</li>\n<li>Update/Modify Rate Code</li>\n<li>Deactivate Rate Code</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>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>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    \"business_date\": \"2024-03-01T00:00:00.000Z\",\n    \"change_events\": [\n        \"\"\n    ],\n    \"event_time\": \"2024-05-16T10:59:11.262Z\",\n    \"event_type\": \"PROPERTY_CONFIGURATION\",\n    \"property_code\": \"8016\",\n    \"property_id\": \"761cea05-3201-468d-be29-b36f70e014e8\",\n    \"rate_codes\": [\n        {\n            \"active\": true,\n            \"cancellation_policy\": \"12 Months Prior To Arrival\",\n            \"code\": \"APWK1W\",\n            \"commission_value\": 10,\n            \"commissionable\": true,\n            \"guarantee_policy\": \"Advanced Purchase\",\n            \"inventory_level\": \"MM002\",\n            \"market_segment_code\": \"MAK\",\n            \"max_booking_lead_days\": 365,\n            \"max_los\": 14,\n            \"min_booking_lead_days\": 0,\n            \"min_los\": 7,\n            \"name\": \"APWK1W\",\n            \"Source\": [\n                \"WALK IN\",\n                \"Website\",\n                \"DHISCO\",\n                \"Call Center\",\n                \"HKCRO\"\n            ],\n            \"type\": \"STANDARD\",\n            \"yieldable\": false\n        }\n    ],\n    \"stream_id\": \"PropertyConfig\",\n    \"time_zone_offset\": \"UTC-04:00\",\n    \"timezone\": \"EST5EDT\",\n    \"type\": \"property_configuration\"\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>Create Rate Group</li>\n<li>Activate Rate Group</li>\n<li>Update/Modify Rate Group</li>\n<li>Deactivate Rate Group</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>Name of the stream configured for DataStream in Admin</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\": \"ratecodeandrateplan\",\n  \"event_type\": \"PROPERTY_CONFIGURATION\",\n  \"property_id\": \"153d6f6f-c10f-4521-9f5e-0f2018e9699a\",\n  \"property_code\": \"8008\",\n  \"type\": \"property_configuration\",\n  \"timezone\": \"EST5EDT\",\n  \"change_events\": [\n    \"\"\n  ],\n  \"event_time\": \"2024-05-14T20:37:03.445Z\",\n  \"time_zone_offset\": \"UTC-04:00\",\n  \"business_date\": \"2024-03-16T00:00:00.000Z\",\n  \"rate_groups\": [\n    {\n      \"group_code\": \"testing\",\n      \"rate_codes\": [\n        \"5PCTB\",\n        \"5PCT\",\n        \"5PCTW\",\n        \"5PCTM\"\n      ],\n      \"corporate_id\": \"01eb228a-2618-4a66-a20a-131d3a412164\"\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>Create Promo</li>\n<li>Activate Promo</li>\n<li>Update/Modify Promo</li>\n<li>Deactivate Promo</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>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>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\": \"ratecodeandrateplan\",\n  \"event_type\": \"PROPERTY_CONFIGURATION\",\n  \"property_id\": \"153d6f6f-c10f-4521-9f5e-0f2018e9699a\",\n  \"property_code\": \"8008\",\n  \"type\": \"property_configuration\",\n  \"timezone\": \"EST5EDT\",\n  \"change_events\": [\n    \"\"\n  ],\n  \"event_time\": \"2024-05-14T20:41:14.263Z\",\n  \"time_zone_offset\": \"UTC-04:00\",\n  \"business_date\": \"2024-03-16T00:00:00.000Z\",\n  \"promotions\": [\n    {\n      \"code\": \"AD1\",\n      \"name\": \"Auto ADR Promo1\",\n      \"active_flag\": true,\n      \"booking_lead_days\": 0,\n      \"min_los\": 0,\n      \"max_los\": 99,\n      \"sell_start_date\": \"2023-09-01T00:00:00.000Z\",\n      \"sell_end_date\": \"2025-09-02T00:00:00.000Z\",\n      \"is_auto\": true,\n      \"is_auto_on_min_los\": true,\n      \"short_description\": \"AUAAB Promo\",\n      \"long_description\": \"AUAAB Promo\",\n      \"booking_channels\": [],\n      \"rate_codes\": [\n        \"PRNEWM\",\n        \"PRNEWB\",\n        \"PRNEWD\",\n        \"PRNEWW\"\n      ],\n      \"period_start_date\": \"2023-09-01T00:00:00.000Z\",\n      \"period_end_date\": \"2023-09-30T00:00:00.000Z\",\n      \"percentage_flat_amount\": \"Percentage\",\n      \"amount\": 0,\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\": \"31c78b5b-a5bc-4ea5-b240-de1c8d971043\",\n    \"event_type\": \"ENTERPRISE_ACCOUNT_RECEIVABLE\",\n    \"property_id\": \"761cea05-3201-468d-be29-b36f70e014e8\",\n    \"property_code\": \"1234\",\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\": \"123453553\",\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\": \"Yahoo Company\",\n            \"company_code\": \"9999\",\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\": \"EST5EDT\",\n    \"change_events\": [\n        \"\"\n    ],\n    \"event_time\": \"2025-11-12T10:26:55.029Z\",\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 : No</strong></p>\n<p><strong>Refresh Stream : Yes</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><strong>Field Name</strong></th>\n<th><strong>Description</strong></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 - minimum of 4 character, maximum of 10 characters  <br />This is the code for the property in the PMS</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - This is a payload identifier for different type of events.  <br />The value is \"statistics\" for stats and balance events payload.</td>\n</tr>\n</tbody>\n</table>\n</div><p>2. <strong>Statistics</strong></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>Field Description</strong></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 - minimum of 4 character, maximum of 10 characters  <br />This is the code for the property in the PMS</td>\n</tr>\n<tr>\n<td>date</td>\n<td>string format \"yyyy-mm-ddT00:00:00\" representing the property date of execution of Night Audit and generation of payload</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</tbody>\n</table>\n</div><p>3. <strong>Summary</strong></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>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 type. Current Possible values are:  <br /><strong>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, occupancy_percentage, revenue_per_available_room,</strong>  <br /><strong>occupied_double_rooms_count = occupancy count where (adults + children) &gt; 1,  <br />occupied_single_rooms_count = occupancy count where (adults + children) = 1</strong></td>\n</tr>\n<tr>\n<td>mtd</td>\n<td>double - represents the value from from 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 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 first day of last year to the current property date</td>\n</tr>\n</tbody>\n</table>\n</div><p>4. <strong>Revenue and Charges/ Taxes/ Payments</strong></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>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>mtd</td>\n<td>double - represents the value from from first day of the current month to the current property date for charge/ payment/ tax</td>\n</tr>\n<tr>\n<td>lymtd</td>\n<td>double - represents value of the charge/ payment/ tax when compared from 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 for charge/ payment / tax 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 - represents value of the charge/ payment/ tax when compared from first day of last year to the current property date</td>\n</tr>\n</tbody>\n</table>\n</div><p>5. <strong>Settlement Payments</strong></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>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><p>6. <strong>Direct Bill Aging</strong></p>\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 90-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><p>7. <strong>Market Segment Revenue / Future Market Segment Revenue</strong></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>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><strong>Payload</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"property_id\": \"d9cd84c3-3276-4efc-bf28-b4752c25de4c\",\n  \"property_code\": \"T015\",\n  \"type\": \"statistics\",\n  \"statistics\": {\n    \"property_id\": \"d9cd84c3-3276-4efc-bf28-b4752c25de4c\",\n    \"property_code\": \"T015\",\n    \"date\": \"2024-03-19T00:00:00.000Z\",\n    \"in_house_opening_balance\": -3067.98,\n    \"in_house_closing_balance\": -2576.83,\n    \"in_house_net_change\": 491.15,\n    \"house_account_opening_balance\": 39.5,\n    \"house_account_closing_balance\": 39.5,\n    \"house_account_net_change\": 0,\n    \"total_closed_folio_opening_balance\": -31839.98,\n    \"total_closed_folio_closing_balance\": -31632.73,\n    \"total_closed_folio_net_change\": 207.25,\n    \"direct_bill_opening_balance\": 123456,\n    \"direct_bill_closing_balance\": 123456,\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\": 5486921.13,\n    \"property_ending_balance\": 5576207.07,\n    \"today_departures_unbalanced\": 0,\n    \"total_closed_folio_balance\": -31632.73,\n    \"codb_opening_balance\": 0,\n    \"codb_net_change\": 0,\n    \"codb_ending_balance\": 0,\n    \"in_house_group_block_opening_balance\": 434.65,\n    \"in_house_group_block_net_change\": 0,\n    \"in_house_group_block_ending_balance\": 434.65,\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    \"summary\": [\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"adults\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"cancelled\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"checked_in_reservations\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"children\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\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\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\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\": 0,\n        \"adjusted\": 0,\n        \"type\": \"no_show\",\n        \"mtd\": 9,\n        \"lymtd\": 0,\n        \"ytd\": 17,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 133,\n        \"adjusted\": 0,\n        \"type\": \"room_available\",\n        \"mtd\": 2527,\n        \"lymtd\": 0,\n        \"ytd\": 10507,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 84,\n        \"adjusted\": 0,\n        \"type\": \"room_clean\",\n        \"mtd\": 2016,\n        \"lymtd\": 0,\n        \"ytd\": 8908,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 49,\n        \"adjusted\": 0,\n        \"type\": \"room_dirty\",\n        \"mtd\": 511,\n        \"lymtd\": 0,\n        \"ytd\": 1599,\n        \"lytd\": 0\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\": 0,\n        \"adjusted\": 0,\n        \"type\": \"room_sold\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"room_sold_without_comp_rooms\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0,\n        \"room_sold_without_comp_rooms\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"room_vacant\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"total_guests\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"zero_rate\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"type\": \"average_daily_rate\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"type\": \"revenue_per_available_room_without_down_room\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"type\": \"revenue_per_available_room_with_down_room\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"type\": \"occupancy_percentage_with_down_rooms\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"type\": \"occupancy_percentage_without_down_rooms\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      }\n    ],\n    \"payments\": [\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"LDB\",\n        \"name\": \"LOCAL DIRECT BILL\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 123456,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"BTC\",\n        \"name\": \"BILL TO COMPANY\",\n        \"mtd\": 219,\n        \"lymtd\": 0,\n        \"ytd\": 643.35,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"BALFW\",\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\": \"GRTS\",\n        \"name\": \"COMP\",\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\": \"STRIPE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 424,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"EXTCCV\",\n        \"name\": \"EXTCCVISA\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"NEFT\",\n        \"name\": \"NEFT\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"EXTCCM\",\n        \"name\": \"EXTCCMASTER\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"EXTCCD\",\n        \"name\": \"EXTCCDISCOVER\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"EXTCCDI\",\n        \"name\": \"EXTCCDINERS\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"CHECK\",\n        \"name\": \"CHECK\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 3577.07,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"LDBFC\",\n        \"name\": \"LDBFC\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"EXTCCO\",\n        \"name\": \"EXTCCOTHER\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"GTCT\",\n        \"name\": \"GUEST CERTIFICATE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"BFDB\",\n        \"name\": \"BALANCE FORWARD DIRECT BILL PAYMENT\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"EXTCCJCB\",\n        \"name\": \"EXTCCJCB\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 220,\n        \"adjusted\": -1,\n        \"type\": \"CASH\",\n        \"name\": \"CASH\",\n        \"mtd\": 55844.36,\n        \"lymtd\": 0,\n        \"ytd\": 125959.12,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"EXTCCA\",\n        \"name\": \"EXTCCAMEX\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\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\": 1017.86,\n        \"lytd\": 0\n      }\n    ],\n    \"taxes\": [\n      {\n        \"actual\": 67.54,\n        \"adjusted\": -24.78,\n        \"type\": \"SAT\",\n        \"name\": \"SALES TAX\",\n        \"mtd\": 4941.23,\n        \"lymtd\": 0,\n        \"ytd\": 8992.13,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0.7,\n        \"adjusted\": 0,\n        \"type\": \"ST\",\n        \"name\": \"HELLO FROM THE OTHER SIDE\",\n        \"mtd\": 36.33,\n        \"lymtd\": 0,\n        \"ytd\": 1039.14,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 3,\n        \"adjusted\": 0,\n        \"type\": \"CT\",\n        \"name\": \"CITY TAX\",\n        \"mtd\": 25.81,\n        \"lymtd\": 0,\n        \"ytd\": 643.68,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"FT\",\n        \"name\": \"Flat Tax\",\n        \"mtd\": 48.3,\n        \"lymtd\": 0,\n        \"ytd\": 920.68,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"RT\",\n        \"name\": \"RESORT TAX\",\n        \"mtd\": 9,\n        \"lymtd\": 0,\n        \"ytd\": 15,\n        \"lytd\": 0\n      }\n    ],\n    \"revenue_and_charges\": [\n      {\n        \"actual\": 10,\n        \"adjusted\": 0,\n        \"type\": \"PARKING\",\n        \"name\": \"PARKING FEE\",\n        \"mtd\": 20,\n        \"lymtd\": 0,\n        \"ytd\": 239,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"DAMAGE\",\n        \"name\": \"DAMAGES POST CHECKOUT\",\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        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"SF\",\n        \"name\": \"SECURITY FEE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 305,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"NSRR\",\n        \"name\": \"NO SHOW ROOM REVENUE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 174,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"SKI\",\n        \"name\": \"SKI\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 305,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"RTC\",\n        \"name\": \"ROOM TYPE CHANGE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"IC\",\n        \"name\": \"INTRASTAY CLEANS\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"CF\",\n        \"name\": \"CLEANING FEE\",\n        \"mtd\": 150,\n        \"lymtd\": 0,\n        \"ytd\": 490,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 660.94,\n        \"adjusted\": 0,\n        \"type\": \"RR\",\n        \"name\": \"ROOM RENT\",\n        \"mtd\": 48279.54,\n        \"lymtd\": 0,\n        \"ytd\": 102123.64,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"EM\",\n        \"name\": \"EVERMORE PASS\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 40,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"SHF\",\n        \"name\": \"SHIPPING HANDLING FEE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"BFST\",\n        \"name\": \"BREAKFAST\",\n        \"mtd\": 50,\n        \"lymtd\": 0,\n        \"ytd\": 2087.55,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"LCOF1\",\n        \"name\": \"LATE CHECK OUT FEE\",\n        \"mtd\": 136.22,\n        \"lymtd\": 0,\n        \"ytd\": 136.22,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"PETFEE\",\n        \"name\": \"PET FEE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 260,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"MRR\",\n        \"name\": \"MANUAL GUEST ROOM\",\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\": \"LATE CANCEL ROOM REVENUE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"USEOFKITCHEN\",\n        \"name\": \"USE OF KITCHEN\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 40,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"VEN\",\n        \"name\": \"VENDING MACHINE\",\n        \"mtd\": 433,\n        \"lymtd\": 0,\n        \"ytd\": 763,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"ECIF1\",\n        \"name\": \"EARLY CHECK IN FEE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"BF\",\n        \"name\": \"BREAKFAST\",\n        \"mtd\": 4052,\n        \"lymtd\": 0,\n        \"ytd\": 4242,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TXMR\",\n        \"name\": \"TAX EXEMPT MEETING ROOM\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"ROOM_RENT\",\n        \"name\": \"ROOM RENT\",\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        \"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 REVENUE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"AQUA\",\n        \"name\": \"AQUARIUM PACKAGE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 50,\n        \"adjusted\": 0,\n        \"type\": \"CONF\",\n        \"name\": \"CONFECTIONARY\",\n        \"mtd\": 320,\n        \"lymtd\": 0,\n        \"ytd\": 320,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"PEC\",\n        \"name\": \"PREPAID EARLY CHECKOUT\",\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\": \"CC\",\n        \"name\": \"BREAKFAST\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"NEXTRATE\",\n        \"name\": \"NEXTRATE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"MC\",\n        \"name\": \"MC Laren\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"GR\",\n        \"name\": \"GROUP RATE NEW\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"CASH\",\n        \"name\": \"BREAKFAST\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"WE\",\n        \"name\": \"WE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"T015\",\n        \"name\": \"T015\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"GAN3\",\n        \"name\": \"GAN3\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"GROUP\",\n        \"name\": \"GROUP\",\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\": \"BAR\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"KK\",\n        \"name\": \"KK\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"DGRP\",\n        \"name\": \"Diwali GRP \",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"D33\",\n        \"name\": \"D33\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"DAILY\",\n        \"name\": \"DAILY\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"GAP\",\n        \"name\": \"GANESH POOJA\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"there\",\n        \"name\": \"you\",\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\": \"COMP RATE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"hehe\",\n        \"name\": \"hello\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"GAN4\",\n        \"name\": \"GAN4\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TST_CHRIS\",\n        \"name\": \"TEST CHRISTMAS\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"HI\",\n        \"name\": \"Hello\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"DER1\",\n        \"name\": \"DER1\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"t015\",\n        \"name\": \"t015\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"WEKEND\",\n        \"name\": \"WEKEND GROUP\",\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\": \"CC\",\n        \"name\": \"BREAKFAST\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"NEXTRATE\",\n        \"name\": \"NEXTRATE\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 26,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"MC\",\n        \"name\": \"MC Laren\",\n        \"mtd\": 2,\n        \"lymtd\": 0,\n        \"ytd\": 3,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"GR\",\n        \"name\": \"GROUP RATE NEW\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"CASH\",\n        \"name\": \"BREAKFAST\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"WE\",\n        \"name\": \"WE\",\n        \"mtd\": 1,\n        \"lymtd\": 0,\n        \"ytd\": 4,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 2,\n        \"adjusted\": 0,\n        \"type\": \"T015\",\n        \"name\": \"T015\",\n        \"mtd\": 3,\n        \"lymtd\": 0,\n        \"ytd\": 3,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"GAN3\",\n        \"name\": \"GAN3\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"GROUP\",\n        \"name\": \"GROUP\",\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\": \"BAR\",\n        \"mtd\": 21,\n        \"lymtd\": 0,\n        \"ytd\": 48,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 1,\n        \"adjusted\": 0,\n        \"type\": \"KK\",\n        \"name\": \"KK\",\n        \"mtd\": 14,\n        \"lymtd\": 0,\n        \"ytd\": 36,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"DGRP\",\n        \"name\": \"Diwali GRP \",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"D33\",\n        \"name\": \"D33\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 47,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"DAILY\",\n        \"name\": \"DAILY\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"GAP\",\n        \"name\": \"GANESH POOJA\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 1,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"there\",\n        \"name\": \"you\",\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\": \"COMP RATE\",\n        \"mtd\": 3,\n        \"lymtd\": 0,\n        \"ytd\": 12,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 1,\n        \"adjusted\": 0,\n        \"type\": \"hehe\",\n        \"name\": \"hello\",\n        \"mtd\": 11,\n        \"lymtd\": 0,\n        \"ytd\": 11,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"GAN4\",\n        \"name\": \"GAN4\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"TST_CHRIS\",\n        \"name\": \"TEST CHRISTMAS\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 3,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"HI\",\n        \"name\": \"Hello\",\n        \"mtd\": 2,\n        \"lymtd\": 0,\n        \"ytd\": 2,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"DER1\",\n        \"name\": \"DER1\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"t015\",\n        \"name\": \"t015\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 0,\n        \"lytd\": 0\n      },\n      {\n        \"actual\": 0,\n        \"adjusted\": 0,\n        \"type\": \"WEKEND\",\n        \"name\": \"WEKEND GROUP\",\n        \"mtd\": 0,\n        \"lymtd\": 0,\n        \"ytd\": 1,\n        \"lytd\": 0\n      }\n    ],\n    \"direct_bill_aging\": [\n      {\n        \"company_name\": \"PORSCHE\",\n        \"company_code\": \"PC\",\n        \"total\": 123456,\n        \"under_30_days\": 0,\n        \"between_31_60_days\": 0,\n        \"between_61_90_days\": 123456,\n        \"between_91_120_days\": 0,\n        \"between_121_150_days\": 0,\n        \"over_151_days\": 0\n      }\n    ],\n    \"market_segment_revenue\": [\n      {\n        \"code\": \"ONLINE\",\n        \"name\": \"ONLINE\",\n        \"date\": \"2024-03-19T00:00:00.000Z\",\n        \"revenue\": 0.07,\n        \"sold_count\": 1\n      }\n    ],\n    \"future_market_segment_revenue\": {\n      \"2024-03-20\": [\n        {\n          \"code\": \"ONLINE\",\n          \"name\": \"ONLINE\",\n          \"date\": \"2024-03-20T00:00:00.000Z\",\n          \"revenue\": 0.07,\n          \"sold_count\": 1\n        }\n      ],\n      \"2024-03-21\": [\n        {\n          \"code\": \"ONLINE\",\n          \"name\": \"ONLINE\",\n          \"date\": \"2024-03-21T00:00:00.000Z\",\n          \"revenue\": 0.07,\n          \"sold_count\": 1\n        }\n      ],\n      \"2024-03-22\": [\n        {\n          \"code\": \"ONLINE\",\n          \"name\": \"ONLINE\",\n          \"date\": \"2024-03-22T00:00:00.000Z\",\n          \"revenue\": 0.07,\n          \"sold_count\": 1\n        }\n      ],\n      \"2024-03-23\": [\n        {\n          \"code\": \"ONLINE\",\n          \"name\": \"ONLINE\",\n          \"date\": \"2024-03-23T00:00:00.000Z\",\n          \"revenue\": 0.07,\n          \"sold_count\": 1\n        }\n      ],\n      \"2024-03-24\": [\n        {\n          \"code\": \"ONLINE\",\n          \"name\": \"ONLINE\",\n          \"date\": \"2024-03-24T00:00:00.000Z\",\n          \"revenue\": 0.07,\n          \"sold_count\": 1\n        }\n      ],\n      \"2024-03-25\": [\n        {\n          \"code\": \"ONLINE\",\n          \"name\": \"ONLINE\",\n          \"date\": \"2024-03-25T00:00:00.000Z\",\n          \"revenue\": 0.07,\n          \"sold_count\": 1\n        }\n      ],\n      \"2024-03-26\": [\n        {\n          \"code\": \"ONLINE\",\n          \"name\": \"ONLINE\",\n          \"date\": \"2024-03-26T00:00:00.000Z\",\n          \"revenue\": 0.07,\n          \"sold_count\": 1\n        }\n      ],\n      \"2024-03-27\": [\n        {\n          \"code\": \"ONLINE\",\n          \"name\": \"ONLINE\",\n          \"date\": \"2024-03-27T00:00:00.000Z\",\n          \"revenue\": 0.07,\n          \"sold_count\": 1\n        }\n      ],\n      \"2024-03-28\": [\n        {\n          \"code\": \"ONLINE\",\n          \"name\": \"ONLINE\",\n          \"date\": \"2024-03-28T00:00:00.000Z\",\n          \"revenue\": 0.07,\n          \"sold_count\": 1\n        }\n      ]\n    },\n    \"occupancy_forecast\": [\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 4,\n        \"occupied_down_rooms\": 4,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 129,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-03-19T00:00:00.000Z\",\n        \"stay_overs\": 4,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 660.94,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 3,\n        \"occupied_down_rooms\": 3,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 130,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-03-20T00:00:00.000Z\",\n        \"stay_overs\": 1,\n        \"future_stay_overs\": 0,\n        \"departures\": 3,\n        \"projected_departures\": 0,\n        \"arrivals\": 2,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 2,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 2,\n        \"confirmed_revenue\": 230.07,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 1,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 132,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-03-21T00:00:00.000Z\",\n        \"stay_overs\": 1,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 2,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0.07,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 1,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 132,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-03-22T00:00:00.000Z\",\n        \"stay_overs\": 1,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0.07,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 1,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 132,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-03-23T00:00:00.000Z\",\n        \"stay_overs\": 1,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0.07,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 1,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 132,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-03-24T00:00:00.000Z\",\n        \"stay_overs\": 1,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0.07,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-03-25T00:00:00.000Z\",\n        \"stay_overs\": 1,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 1,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 1,\n        \"confirmed_revenue\": 87.02,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-03-26T00:00:00.000Z\",\n        \"stay_overs\": 1,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 1,\n        \"arrivals\": 1,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 1,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 347.9,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-03-27T00:00:00.000Z\",\n        \"stay_overs\": 1,\n        \"future_stay_overs\": 1,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 347.9,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 1,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 132,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-03-28T00:00:00.000Z\",\n        \"stay_overs\": 1,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 1,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0.07,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-03-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 1,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-03-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 1,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 132,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-03-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 1,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 1,\n        \"confirmed_revenue\": 600,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-04-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 1,\n        \"arrivals\": 2,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 2,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 2,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-04-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-04-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-04-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-04-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-04-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-04-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-04-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-04-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-04-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-04-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-04-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-04-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-04-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-04-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-04-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-04-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-04-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-04-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-04-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-04-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-04-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-04-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-04-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-04-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-04-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-04-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-04-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-04-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 2,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 4200,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-04-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 2,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 1,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 132,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-05-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 1,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 1,\n        \"confirmed_revenue\": 347.83,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 1,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 132,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-05-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 1,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 347.83,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 1,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 132,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-05-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 1,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 347.83,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 1,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 132,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-05-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 1,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 347.83,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 1,\n        \"occupied_down_rooms\": 1,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 132,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-05-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 1,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 347.83,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-05-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 1,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-05-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-05-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-05-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-05-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-05-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-05-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-05-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-05-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-05-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-05-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-05-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-05-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-05-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-05-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-05-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-05-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-05-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-05-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-05-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-05-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-05-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-05-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-05-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-05-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-05-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-06-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-06-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-06-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-06-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-06-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-06-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-06-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-06-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-06-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-06-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-06-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-06-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-06-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-06-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-06-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-06-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-06-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-06-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-06-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-06-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-06-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 2,\n        \"occupied_down_rooms\": 2,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 131,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-06-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 2,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 2400\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-06-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-06-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-06-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-06-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-06-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-06-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-06-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-06-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-07-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-07-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-07-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-07-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-07-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-07-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-07-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-07-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-07-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-07-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-07-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-07-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-07-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-07-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-07-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-07-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-07-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-07-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-07-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-07-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-07-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-07-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-07-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-07-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-07-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-07-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-07-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-07-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-07-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-07-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-07-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 4,\n        \"occupied_down_rooms\": 4,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 129,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-08-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 4,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 2,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 4,\n        \"confirmed_revenue\": 795.66,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-08-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 4,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-08-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-08-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-08-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-08-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-08-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-08-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-08-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-08-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-08-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-08-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-08-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-08-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-08-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-08-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-08-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-08-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-08-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-08-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-08-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-08-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-08-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-08-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-08-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-08-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-08-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-08-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-08-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-08-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-08-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-09-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-09-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-09-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-09-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-09-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-09-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-09-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-09-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-09-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-09-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-09-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-09-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-09-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-09-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-09-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-09-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-09-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-09-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-09-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-09-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-09-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-09-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-09-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-09-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-09-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-09-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-09-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-09-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-09-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-09-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-10-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-10-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-10-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-10-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-10-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-10-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-10-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-10-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-10-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-10-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-10-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-10-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-10-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-10-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-10-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-10-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-10-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-10-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-10-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-10-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-10-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-10-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-10-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-10-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-10-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-10-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-10-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-10-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-10-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-10-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-10-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-11-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-11-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-11-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-11-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-11-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-11-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-11-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-11-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-11-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-11-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-11-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-11-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-11-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-11-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-11-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-11-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-11-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-11-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-11-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-11-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-11-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-11-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-11-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-11-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-11-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-11-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-11-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-11-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-11-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-11-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-12-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-12-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-12-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-12-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-12-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-12-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-12-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-12-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-12-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-12-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-12-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-12-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-12-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-12-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-12-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-12-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-12-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-12-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-12-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-12-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-12-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-12-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-12-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-12-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2024-12-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2024-12-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2024-12-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2024-12-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2024-12-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2024-12-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2024-12-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2025-01-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2025-01-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2025-01-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2025-01-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2025-01-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2025-01-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2025-01-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2025-01-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2025-01-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2025-01-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2025-01-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2025-01-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2025-01-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2025-01-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2025-01-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2025-01-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2025-01-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2025-01-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2025-01-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2025-01-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2025-01-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2025-01-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2025-01-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2025-01-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2025-01-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2025-01-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2025-01-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2025-01-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2025-01-29T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2025-01-30T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2025-01-31T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2025-02-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2025-02-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2025-02-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2025-02-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2025-02-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2025-02-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2025-02-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2025-02-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2025-02-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2025-02-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2025-02-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2025-02-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2025-02-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2025-02-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2025-02-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2025-02-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2025-02-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2025-02-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2025-02-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2025-02-20T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2025-02-21T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2025-02-22T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2025-02-23T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2025-02-24T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2025-02-25T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2025-02-26T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2025-02-27T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2025-02-28T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2025-03-01T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2025-03-02T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2025-03-03T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2025-03-04T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2025-03-05T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2025-03-06T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2025-03-07T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2025-03-08T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2025-03-09T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2025-03-10T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2025-03-11T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2025-03-12T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Thursday\",\n        \"date\": \"2025-03-13T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Friday\",\n        \"date\": \"2025-03-14T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Saturday\",\n        \"date\": \"2025-03-15T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Sunday\",\n        \"date\": \"2025-03-16T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Monday\",\n        \"date\": \"2025-03-17T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Tuesday\",\n        \"date\": \"2025-03-18T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 0,\n        \"guaranteed_reservations\": 0,\n        \"non_guaranteed_reservations\": 0,\n        \"confirmed_revenue\": 0,\n        \"projected_revenue\": 0\n      },\n      {\n        \"total_rooms\": 133,\n        \"down_rooms\": 0,\n        \"occupied_rooms\": 0,\n        \"occupied_down_rooms\": 0,\n        \"total_without_down_rooms\": 133,\n        \"available_rooms\": 133,\n        \"day_of_week\": \"Wednesday\",\n        \"date\": \"2025-03-19T00:00:00.000Z\",\n        \"stay_overs\": 0,\n        \"future_stay_overs\": 0,\n        \"departures\": 0,\n        \"projected_departures\": 0,\n        \"arrivals\": 0,\n        \"cancelled\": 0,\n        \"group_allocations\": 0,\n        \"group_reservations\": 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\": 15,\n      \"checked_in\": 4,\n      \"cancelled\": 9,\n      \"checked_out\": 1,\n      \"no_show\": 1\n    },\n    \"houseaccount_summary\": {\n      \"total\": 7,\n      \"open\": 7\n    },\n    \"group_summary\": {\n      \"total\": 4,\n      \"checked_in\": 1,\n      \"cancelled\": 2,\n      \"checked_out\": 1\n    },\n    \"shift_summary\": [\n      {\n        \"id\": \"7356eb55-2714-48a3-99ed-14f9eb026b6f\",\n        \"username\": \"idris.hussain@hotelkeyapp.com\",\n        \"started_at\": \"2024-05-06T11:15:27.000Z\",\n        \"ended_at\": \"2024-05-06T11:17:39.000Z\",\n        \"starting_cash\": 0,\n        \"ending_cash\": 0,\n        \"cash_drops\": [\n          {\n            \"dropped_date\": \"2024-03-19T00:00:00.000Z\",\n            \"dropped_amount\": 0,\n            \"actual_amount\": 219\n          }\n        ]\n      }\n    ],\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,\n    \"occupancy_with_down_rooms_without_comp_rooms\": 0,\n    \"occupancy_without_down_rooms_with_comp_rooms\": 0\n  },\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [],\n  \"event_time\": \"2024-05-06T19:39:09.453Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2024-03-19T00:00:00.000Z\"\n}\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 : No</strong></p>\n<p><strong>Refresh Stream : Yes</strong></p>\n<p><strong>header detail:</strong></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>property_id</td>\n<td>string - This is a unique identifier for a property.</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>string - This is a unique code assigned to a specific property.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - This denotes the type of the record or data. In this case, it's \"property_info\" indicating this record is providing information about a property.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>property_info:</strong></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>city_name</td>\n<td>string - The name of the city where the property is located</td>\n</tr>\n<tr>\n<td>state_name</td>\n<td>string - The name of 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 where the property is located</td>\n</tr>\n<tr>\n<td>postal_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>street_address</td>\n<td>string - The street address of the property</td>\n</tr>\n<tr>\n<td>phone_number</td>\n<td>string - The contact phone 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>boolean - The operational status of the property</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>string - The brand associated with the property</td>\n</tr>\n<tr>\n<td>email_address</td>\n<td>string - The email address associated with the property</td>\n</tr>\n<tr>\n<td>front_desk_email_address</td>\n<td>string - The email address for the property's front desk or main point of contact</td>\n</tr>\n<tr>\n<td>build_year</td>\n<td>string - The year when the property was built.</td>\n</tr>\n<tr>\n<td>last_renovation_year</td>\n<td>string - The year when the property was last renovated.</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string - The code of the currency used at the property (USD for United States Dollar)</td>\n</tr>\n<tr>\n<td>last_audit_datetime</td>\n<td>string - The timestamp of the last audit performed on the property</td>\n</tr>\n<tr>\n<td>default_room_type</td>\n<td>string - The default room type of the property</td>\n</tr>\n<tr>\n<td>property_class_type</td>\n<td>string - The classification or category type of 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>property_timezone_name</td>\n<td>string - The name of the timezone in which property is located</td>\n</tr>\n<tr>\n<td>property_timezone_offset</td>\n<td>string - The timezone offset of the property location in minutes.</td>\n</tr>\n<tr>\n<td>ownership_description</td>\n<td>string - Detailed description of the property's ownership or management structure</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>date_closed</td>\n<td>string - The date when the property was closed, if applicable</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>rooms</td>\n<td>array- This field give information at room level</td>\n</tr>\n<tr>\n<td>charge_types</td>\n<td>array - A list of types of charges that can be incurred at the property</td>\n</tr>\n<tr>\n<td>tax_exempt_codes</td>\n<td>array - A list of tax exemption codes applicable to the property.</td>\n</tr>\n<tr>\n<td>refund_codes</td>\n<td>array - A list of refund codes applicable to the property.</td>\n</tr>\n<tr>\n<td>room_types</td>\n<td>array - A list of room types available at the property.</td>\n</tr>\n<tr>\n<td>adjustment_codes</td>\n<td>array - A list of adjustment codes that can be applied to the reservation.</td>\n</tr>\n<tr>\n<td>sources</td>\n<td>array - A list of sources where bookings can come from.</td>\n</tr>\n<tr>\n<td>payment_types</td>\n<td>array - A list of acceptable payment types at the property.</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></td>\n<td></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\": \"9df165aa-54e9-4a93-807c-cd26d2bb0540\",\n  \"stream_name\": \"PROPERTY_DATA\",\n  \"event_id\": \"09f5e06d-0c6d-4271-ba44-ad293f817b66\",\n  \"event_type\": \"PROPERTY_DATA\",\n  \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n  \"property_code\": \"AYU01\",\n  \"type\": \"property_info\",\n  \"timezone\": \"Asia/Calcutta\",\n  \"change_events\": [],\n  \"event_time\": \"2025-11-07T10:47:04.253Z\",\n  \"time_zone_offset\": \"UTC+05:30\",\n  \"business_date\": \"2028-08-11T00:00:00.000Z\",\n  \"property_info\": {\n    \"date_opened\": \"2024-12-23T00:00:00.000Z\",\n    \"currency_code\": \"USD\",\n    \"property_url\": \"www.hotelkeyapp.com\",\n    \"id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n    \"code\": \"AYU01\",\n    \"brand_code\": \"Independent\",\n    \"enterprise_identifier\": \"hotelbrand\",\n    \"property_name\": \"TESTING PROPERTY\",\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\": \"Test@hotelkeyapp.com\",\n    \"fax\": \"1112223333\",\n    \"phone_no\": \"1111111111\",\n    \"website\": \"www.hotelkeyapp.com\",\n    \"refund_policy\": \"Cancellations made more than 72 hours prior for the scheduled check-in date will be eligible for a full refund.\\nCancellations made within 72 hours of the scheduled check-in date will incur a one-night charge.\",\n    \"language\": \"en_US\",\n    \"timezone_offset\": 330,\n    \"timezone_id\": \"702f8156-d8fb-4ee9-b16f-ed4ea761ea09\",\n    \"checkin_time\": 600,\n    \"checkout_time\": 1200,\n    \"reservation_hold_time\": 900,\n    \"cancellation_time\": 600,\n    \"hotel_hold_time\": 840,\n    \"type\": \"FRANCHISE\",\n    \"rooms\": [\n      {\n        \"id\": \"77ed233c-553c-4618-bcfc-6cc3888f5996\",\n        \"number\": \"259\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"23c96c2f-9296-4f81-8834-3cea8d325cf1\",\n        \"number\": \"313\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"94fef459-0118-42a1-912e-233f0ed844fe\",\n        \"number\": \"509\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"51698d43-b436-4ba0-b707-aeacf85a9fb0\",\n        \"number\": \"139\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1ba054e3-29c5-4f5a-8860-6019f6108a84\",\n        \"number\": \"513\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"67bb6b88-5123-4ada-ad69-e72232da23cb\",\n        \"number\": \"137\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6d7d703a-bddd-46e0-898b-cabdc6867a00\",\n        \"number\": \"1024\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9cfd7d28-12c7-4fc6-a1ee-49a5d76b3d4e\",\n        \"number\": \"421\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"3e6cb809-3756-494e-96cb-cf3ed3893720\",\n        \"number\": \"1002\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"636d1842-545f-4ba1-8125-23dc25d846b4\",\n        \"number\": \"C001\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Child Room type 1\",\n        \"room_type_code\": \"CRT1\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1233ffe0-4e65-4917-bb9e-c6a31b0e9270\",\n        \"number\": \"213\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"4ff83674-7ecf-4cc0-afa3-5f6deb96ec53\",\n        \"number\": \"517\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"27510ddd-96d5-4bf3-a435-2adfc78b8b72\",\n        \"number\": \"931\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ce5ff075-c655-420e-a5bc-3c94d9bad455\",\n        \"number\": \"200\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"39e4671f-e32c-4368-b528-643099c93a01\",\n        \"number\": \"214\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5c55f655-2b26-4be8-9be3-891512c00412\",\n        \"number\": \"241\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"4621fdd1-4de7-4dcd-899c-6eaf50493c40\",\n        \"number\": \"1033\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"22528763-cd0d-43db-93d2-3180540a8918\",\n        \"number\": \"727\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6d831973-92c8-4650-a083-5da869ec52d9\",\n        \"number\": \"1114\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"11206c13-68d2-493c-abcf-c13744e11d88\",\n        \"number\": \"921\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"eb578a34-220f-43a1-b43e-fc2466537b46\",\n        \"number\": \"924\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8ce962f9-71df-477a-ab76-0501c7c86851\",\n        \"number\": \"408\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e541385b-f76a-472d-95ae-aae53fa296ac\",\n        \"number\": \"502\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7dbc45b5-7700-4299-8485-b75348ef5a6f\",\n        \"number\": \"937\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"dc1619ee-2f8c-4a5a-9ffd-c9a14dc566b3\",\n        \"number\": \"648\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"aa38b955-81df-4183-9da2-19dd74bcc719\",\n        \"number\": \"745\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e1563490-c7a9-45bc-9756-c0603071a134\",\n        \"number\": \"930\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8ead56c6-a239-4210-b0c7-f4dbab1bbc87\",\n        \"number\": \"425\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fa37147e-cf39-40f3-b0ea-c5625031fc1d\",\n        \"number\": \"731\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b653c13e-49a3-4889-81c4-d2fae52a0f25\",\n        \"number\": \"721\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"dadfa44d-36b8-45ad-8230-11046a798ddd\",\n        \"number\": \"646\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"53bb8c5f-c816-4cc7-857b-25d025ae09e9\",\n        \"number\": \"812\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d709939d-3614-481e-975a-c40597f1de28\",\n        \"number\": \"1022\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"04f6d1fa-90ba-4a12-8119-089d756b4e97\",\n        \"number\": \"832\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6f113233-b878-43e1-9b01-abb8ac57bd37\",\n        \"number\": \"254\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4d94d22c-c8b2-4aac-99ec-66ba06f50711\",\n        \"number\": \"1147\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7966cd49-7af8-4444-ae9f-0efaa360ed55\",\n        \"number\": \"437\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5e0a72b9-b5b5-4862-92cb-3dcb9fc93ecc\",\n        \"number\": \"131\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"664be2a5-f375-4fbc-9380-1ff5a8d5b37b\",\n        \"number\": \"447\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9023ea97-14cd-4d9b-8f0e-348cd02934ae\",\n        \"number\": \"744\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5080223f-4503-499c-9eeb-812d68d4f12c\",\n        \"number\": \"902\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"4ce2a908-6d20-4d71-9120-361c028b655b\",\n        \"number\": \"915\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f68b1f61-d49a-4121-a9ee-35677db8ade0\",\n        \"number\": \"605\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"60450eb3-941b-4d18-9eac-bf029ff8633b\",\n        \"number\": \"624\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"501716d1-7fb3-403d-9419-15482138dd15\",\n        \"number\": \"945\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b17daa06-53d2-4769-b24f-9edf0795db37\",\n        \"number\": \"824\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6efa0245-a312-4477-8f8b-7dd8bfdaee05\",\n        \"number\": \"701\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"26e6ff45-005a-4db0-88ad-642f38ad485d\",\n        \"number\": \"611\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"94b11212-b38c-4691-83e6-0983abe3ee78\",\n        \"number\": \"431\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"36be293f-8317-4959-a7ae-4f335277c553\",\n        \"number\": \"424\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"70c38be5-f069-4cb5-b965-4c1f13ebd6ac\",\n        \"number\": \"105\",\n        \"pets\": true,\n        \"active\": false,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"03ebaa3f-5c3a-40ff-b8dd-bf2bbea40a72\",\n        \"number\": \"823\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"055d6283-7456-4e4c-a59e-1709c9af8c30\",\n        \"number\": \"737\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"90500c05-c283-4c88-97ba-5f3e9b436f21\",\n        \"number\": \"949\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fb9474b5-7c3f-42f0-90a2-f0afc0263ad3\",\n        \"number\": \"1130\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ed55a905-2b2f-40d6-80bd-f40e06a8e452\",\n        \"number\": \"1109\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0515810a-d456-4c76-96e7-3c3450fe0ada\",\n        \"number\": \"122\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6ee08349-fb61-49a9-81b0-5392f48214bf\",\n        \"number\": \"1136\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"51b34718-9312-4845-99ff-1a4220172dcf\",\n        \"number\": \"826\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"34c36bd4-a74d-432c-a132-dbb216c60192\",\n        \"number\": \"841\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"a5d41311-18ab-44e3-a5a6-a187bd616bba\",\n        \"number\": \"838\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ee3c93e4-aa3d-4519-82af-14ce0f0dc8ce\",\n        \"number\": \"242\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"17ef125b-4cc4-4ed1-9895-cc52aaf5b34a\",\n        \"number\": \"113\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d362ccd4-6bf0-46e6-a193-9e5e2a2d8373\",\n        \"number\": \"409\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"629d5e97-7743-44df-ba86-1a9eb5cc3997\",\n        \"number\": \"1012\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"31f38469-6225-4260-8a81-1c097f4421be\",\n        \"number\": \"808\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4f22de6f-9c02-44aa-9d67-f1fc06e280e4\",\n        \"number\": \"735\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d5cf9a5a-b3d7-45d6-9e66-4f882c533b9c\",\n        \"number\": \"450\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"7d4cc4da-30ac-4c07-b55a-b2e4d5cb8d1e\",\n        \"number\": \"702\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"a27f850f-be29-4ebb-b759-7cc8d6c409a9\",\n        \"number\": \"1132\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ed0935f1-5f24-40b8-a6d7-84c59fb2fb9a\",\n        \"number\": \"515\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"bdeee266-0bd6-42d2-83e1-8a78cb1ce31a\",\n        \"number\": \"1010\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"bb1da874-8ed8-47d1-9290-8c3d57e8f845\",\n        \"number\": \"1127\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"db4d561b-672c-4532-809c-49d0f854db2a\",\n        \"number\": \"440\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4a7ed0cd-e875-4ada-89e5-dfcee9f640da\",\n        \"number\": \"441\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"3807f852-65a8-44f1-88ad-807f9e5a8512\",\n        \"number\": \"918\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"30ec5af6-207c-438a-8f1e-f1b3b3367a87\",\n        \"number\": \"301\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8c8537c9-2e5a-4349-bd8b-489beb39700d\",\n        \"number\": \"716\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"aa24587e-3ed9-440b-ace2-0aa2d1768ccc\",\n        \"number\": \"433\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4652cc8b-5c6f-4532-af69-e4d4046d0054\",\n        \"number\": \"429\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9b2d95e3-d758-429e-b947-1a000bbd499a\",\n        \"number\": \"919\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8cd9479e-48a0-468e-ab14-cdc157ae478c\",\n        \"number\": \"149\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ceef970d-4b3c-4f02-9bf6-33838ba8cbc4\",\n        \"number\": \"412\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"dd89d95d-d735-47d1-ab4a-1d1fc16b42d7\",\n        \"number\": \"233\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"3e980576-6f13-4dca-a150-d8f7b23c2f8c\",\n        \"number\": \"729\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4a27a19d-fcb3-4635-ba8e-2c645bf7b760\",\n        \"number\": \"810\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"82677b9b-190e-4da6-a965-b9e2100da80c\",\n        \"number\": \"610\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"cd8ef463-1f9d-4fdc-a2a1-1e6b7de761e8\",\n        \"number\": \"120\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"cac1fc0e-9042-4cab-8451-a8593be21eb3\",\n        \"number\": \"253\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"42336806-0e92-4c24-bb32-013b936c7cad\",\n        \"number\": \"212\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"dd86d2c4-cad8-406d-b37c-3a60cf43a896\",\n        \"number\": \"1118\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"67e30a3e-072d-410a-9688-5fe65651ed30\",\n        \"number\": \"625\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c9707851-29fb-4301-9450-0d1010370414\",\n        \"number\": \"426\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"055d9b44-afae-4037-9103-36cd4b45c38e\",\n        \"number\": \"401\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"aaf6562f-7511-4e99-a130-08c0d48b26fb\",\n        \"number\": \"718\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"dafc0940-20a8-4f19-9ba9-c0bfdae3850a\",\n        \"number\": \"436\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"88d174b2-cc5d-49c8-a067-d9e54b7de75d\",\n        \"number\": \"525\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"617460ad-4d5a-4655-bc8f-08ea265d7ab0\",\n        \"number\": \"413\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9d96a46f-5298-48ce-bfb6-8aee884d90db\",\n        \"number\": \"840\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0a84f7e7-3bac-4937-888c-6574f7d119d4\",\n        \"number\": \"916\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"827e9244-7d18-4489-a979-16012001922c\",\n        \"number\": \"115\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"37825c0a-ed60-43eb-a4a5-0a1db6215e64\",\n        \"number\": \"820\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6e85019b-b6f0-4fdf-afdc-b9dc3697f809\",\n        \"number\": \"216\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f5a04cc3-3402-4104-a0bb-6c929a0a8d80\",\n        \"number\": \"101\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4c7d0059-daa0-4d43-9dbd-3693e4fcc125\",\n        \"number\": \"232\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f26fee6b-2bbc-4b87-9a42-689f358c9d7f\",\n        \"number\": \"406\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4b641e8e-fdca-4bb1-b07a-b85c73f6f1de\",\n        \"number\": \"151\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"55575d7a-2128-40bd-adc8-d3883c095159\",\n        \"number\": \"1015\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5cbb7f54-c1a0-40b5-b673-6741e20133e7\",\n        \"number\": \"225\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4933e6a4-9dfe-449b-9692-4d81273df973\",\n        \"number\": \"403\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d804d9c8-bb06-4659-99f0-bef3c6a413e2\",\n        \"number\": \"547\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"991f7696-881b-4cf6-9c86-e22b389872f2\",\n        \"number\": \"505\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b0ca7428-5e16-42b3-aa74-7c85cf5f284e\",\n        \"number\": \"1137\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ffd8f4ee-2800-4a47-b3a9-1f9730851e76\",\n        \"number\": \"804\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"df4e59af-7814-4627-aadd-9cdbd902c4ca\",\n        \"number\": \"738\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6bd5dbc9-0a31-4aa4-bdc0-7a4aa25f5fca\",\n        \"number\": \"521\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"88e91a9b-85c5-48f6-baf3-08c897f845b3\",\n        \"number\": \"248\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"42eedff6-03fa-486e-8d14-529ec62a20d3\",\n        \"number\": \"549\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ca17f21e-b656-4347-b1c9-006357d1f65e\",\n        \"number\": \"724\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f1a2d86e-4778-404d-8b01-71a3b8ef7bd5\",\n        \"number\": \"239\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"488e8aeb-dba0-40d3-b2f2-ed2b2a3d46c6\",\n        \"number\": \"123-100\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"523fa3c7-6cab-49cd-8bd2-84c9f14fedbf\",\n        \"number\": \"1101\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"780d1448-8079-425e-94fb-edaf7e8dd6ba\",\n        \"number\": \"510\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"dc477b35-4ea2-4bbe-9e75-408b84e67cd1\",\n        \"number\": \"650\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"34f8eb5f-0d5e-4aad-8b2d-46c7ee348817\",\n        \"number\": \"442\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"a2aebb7c-781f-4c6d-89ce-ac6b920d3f00\",\n        \"number\": \"220\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5d8ffb0e-c3e0-4735-8c83-be7b321deb26\",\n        \"number\": \"542\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"522ab629-30d3-4760-9b01-ad65683df6eb\",\n        \"number\": \"1105\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fbac2acb-7cff-4365-b249-f5b894112351\",\n        \"number\": \"636\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5a34444b-be0c-4e4b-add2-e618a712cf98\",\n        \"number\": \"1126\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"031d6fbc-d1ee-46f7-ab7c-3d69744eec8a\",\n        \"number\": \"123\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f15233b6-4117-4156-ad9c-15646bc8a618\",\n        \"number\": \"708\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b2e1460c-593b-4201-abfa-ed1789616b6e\",\n        \"number\": \"1021\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"947367e8-2ff6-4fbd-ab5a-dc99df2a1cf3\",\n        \"number\": \"943\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"03064e7e-4a22-47e7-934b-f0968cc2df22\",\n        \"number\": \"118\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0ec7e840-76e6-4616-a9d5-c804c43e74ef\",\n        \"number\": \"524\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7b619a0c-95fc-4441-b4f4-4d69e0e6bdb3\",\n        \"number\": \"312\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8fe04d1b-ff98-4cd5-8943-9e3eadf621fd\",\n        \"number\": \"416\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ff3246cb-79e9-407d-85b8-592c9b5cd73c\",\n        \"number\": \"722\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6624b36a-0396-4774-8ed4-5bdb2f6d8dc7\",\n        \"number\": \"105\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"d61c2902-c23e-4f8a-8298-1c4879a7a09a\",\n        \"number\": \"262\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1c6252a9-34ab-43b3-bb13-cc2e22d32918\",\n        \"number\": \"634\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"716e2c81-2e40-48ea-9c6d-578a0f210c7e\",\n        \"number\": \"909\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b4868a0b-b791-4b3c-b28a-865a25ffaf6f\",\n        \"number\": \"807\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b97cd3e6-9b56-4312-ae83-62e7fc15b1da\",\n        \"number\": \"747\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"feee9df7-c26f-49c2-ae91-cddca30a365c\",\n        \"number\": \"314\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"aca3e9f3-1c26-4e92-a8ef-8a0b0638495f\",\n        \"number\": \"155\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7db6fd2c-80f5-48ce-9dae-4002422d9be2\",\n        \"number\": \"621\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"16a4b941-9984-4a57-8091-3c6308c44c5d\",\n        \"number\": \"1034\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"52ecbcc0-e14f-4b8b-9447-9873cfe1ffdd\",\n        \"number\": \"544\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"052462c7-65f2-4448-bf27-515c117fc108\",\n        \"number\": \"240\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"feec62c4-9250-4c56-8fbf-17a44e533e02\",\n        \"number\": \"117\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ca7de6d2-2053-4d1f-8820-5668a095e835\",\n        \"number\": \"1003\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fba33eee-c052-449b-a4f4-387f5e99356d\",\n        \"number\": \"603\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7779673f-c519-419c-ac66-7e3a09f47f1e\",\n        \"number\": \"629\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"475977e9-36e5-4902-91d7-12e8d84aa7aa\",\n        \"number\": \"1043\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"79cb200b-85bf-47f1-b900-17b17c0be406\",\n        \"number\": \"640\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b756382c-6309-46fe-9ad8-99d510bced54\",\n        \"number\": \"950\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"eb738713-763c-4366-be1d-f651309e30f0\",\n        \"number\": \"1025\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"3cd3bc9f-4a24-4f46-9c1f-78ef94bbd37d\",\n        \"number\": \"208\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0592cbd6-d142-4841-8d1d-798a15cdb6b1\",\n        \"number\": \"1008\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6e1e80ce-42dc-4a5c-b40a-ba5313d04824\",\n        \"number\": \"819\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"25ec1447-ea2b-445f-a54e-4114282c1e6b\",\n        \"number\": \"427\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"91469946-82cf-4169-b367-78decb863622\",\n        \"number\": \"432\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fdbb52cb-cda3-4888-83d6-a4bffb095519\",\n        \"number\": \"1013\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1867a574-3cd1-472c-af7f-d137d0f5260c\",\n        \"number\": \"247\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"144fe58b-3979-4b97-976f-bc0d5cbb017a\",\n        \"number\": \"411\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5404d77f-87a7-4b2b-9f1f-34658e774b0e\",\n        \"number\": \"132\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"24f3ad7b-833c-42da-9f52-5d3db759212e\",\n        \"number\": \"145\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1eb81a7f-1e88-47e8-8e85-4a0dd858f2c8\",\n        \"number\": \"907\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4291d986-f348-43ae-8c02-1f549d0fcda2\",\n        \"number\": \"419\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7e00baf9-2eaa-4cc6-92ad-e476cbb79b43\",\n        \"number\": \"925\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2fa830d4-678f-45b2-9e36-53d283d2b14c\",\n        \"number\": \"710\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8cb17002-772c-47e3-96e4-5ef6e59b9855\",\n        \"number\": \"1019\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"eb743a63-27c6-4f44-bbc1-b7a0416764c6\",\n        \"number\": \"116\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b03f87a1-518d-48a9-9ce6-b21d40da8367\",\n        \"number\": \"541\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"71e16a55-fe58-47c9-b7f0-fdc87773dc1e\",\n        \"number\": \"147\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fd98f596-abd5-4f79-b961-691345f2ed0a\",\n        \"number\": \"913\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"200a48fa-1a97-4ab2-8c17-fccc6d5822d7\",\n        \"number\": \"540\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b1f09634-7dbf-46c7-915e-d6a470d8503b\",\n        \"number\": \"999\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"376a08f7-417f-4abc-8735-3035a4f7aa05\",\n        \"number\": \"1143\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9ce83ee0-1609-4080-a231-671e5ad6f382\",\n        \"number\": \"202\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"22f347bb-819f-4c47-94a5-6ee8978c7e65\",\n        \"number\": \"734\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b849c51e-391f-47d9-bfce-c240543de211\",\n        \"number\": \"201\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d0266b57-678b-4337-a945-570865ec00cb\",\n        \"number\": \"407\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"01f43a95-09d2-4779-ba3d-cff37639b2ce\",\n        \"number\": \"928\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8b64eff4-6f98-49ef-8408-7a3dcbfc1e1f\",\n        \"number\": \"127\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"79a1103a-e026-4622-932c-1a3eacb6d976\",\n        \"number\": \"148\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"bef02092-7815-499c-8b76-2b1efd8f1509\",\n        \"number\": \"912\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"bbf4cead-b0b1-4517-bdaf-3fb12e6631aa\",\n        \"number\": \"504\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"343c5d66-52d7-41aa-ada8-335a4893c420\",\n        \"number\": \"229\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4ddcd445-cc0d-4752-a531-1c2105c86602\",\n        \"number\": \"445\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"53e75f3d-4164-467f-b300-a531ea4d4a1f\",\n        \"number\": \"643\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7ef31c8a-325f-45a3-85e8-4a0de7a9fea1\",\n        \"number\": \"221\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"79ec145b-abac-42fc-9a5a-084e50cf4a32\",\n        \"number\": \"1007\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e7b8fd51-7f85-41b3-ba7d-079358fe7a0a\",\n        \"number\": \"315\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"03f51175-4d89-4183-96fa-6fd39fc526f9\",\n        \"number\": \"1148\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7031127b-0802-4f29-9791-5aa8987434c0\",\n        \"number\": \"926\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"650b3352-904d-4a9c-93d9-dd1b14192f54\",\n        \"number\": \"142\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"3bebe70f-9332-4e91-9034-604e86457477\",\n        \"number\": \"848\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4337b817-434a-473b-a46c-40c2ebabb46c\",\n        \"number\": \"A108\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"45fb427e-df98-44d8-aed2-9696293b0b62\",\n        \"number\": \"641\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9a329ec7-4d7f-45f5-a322-9b4af2107365\",\n        \"number\": \"730\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d6d76685-8c4d-43ff-b9cb-fcde53cdcbf8\",\n        \"number\": \"1150\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d3070bec-2f07-427c-9c8c-ee64d7576513\",\n        \"number\": \"207\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"df29b42a-8e1d-4671-bab7-c5226b079357\",\n        \"number\": \"1044\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"749695e6-0c38-4cca-8057-55890d40d2af\",\n        \"number\": \"628\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fb0cde4c-6add-4628-8238-35b8d4271294\",\n        \"number\": \"1029\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"55f0810b-45a2-424c-af1f-5542fbd6aacf\",\n        \"number\": \"1041\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9a5b063a-9cde-498d-9485-c6e59cc513b8\",\n        \"number\": \"303\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fbf4e68b-a86a-4688-8d80-23820044faaa\",\n        \"number\": \"514\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6505ab05-b10e-4a1d-b00c-b14eaa35f9d2\",\n        \"number\": \"405\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4d8da533-7a0f-40fb-9cf1-b0fa53dbc562\",\n        \"number\": \"154\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8133032e-f45e-42f5-934b-1a8f0e304be1\",\n        \"number\": \"308\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ca7417b3-4b5b-40b3-bf39-5e53facbf48e\",\n        \"number\": \"1050\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6ff75083-8ba4-4575-bc1c-48b78e182e38\",\n        \"number\": \"234\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d288fa33-8bbd-45e0-bac7-21b63578f9ff\",\n        \"number\": \"741\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d67af858-afc1-4156-a877-7cdc36750c5d\",\n        \"number\": \"828\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"cfdc0193-157f-4618-b652-8ad91ded2949\",\n        \"number\": \"415\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7a46ea44-e2ae-4c68-b70e-8b7dc2b02efb\",\n        \"number\": \"141\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8fc0abd9-12d0-4267-b49f-87d048243c75\",\n        \"number\": \"802\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"64cc1730-f27b-40ec-92f0-1f7e0c54b3dd\",\n        \"number\": \"633\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"21e30699-fbc5-4301-958d-78ec43e4d669\",\n        \"number\": \"250\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"853e54e4-843a-4fb4-b0f4-2b54d1bede13\",\n        \"number\": \"842\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"21c88cc7-f3dd-485e-85d3-6ec648ee535e\",\n        \"number\": \"1110\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"99603597-9d8b-472f-a416-64565707215e\",\n        \"number\": \"1014\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"31c1e563-c069-4bd5-b112-3771ada0e07b\",\n        \"number\": \"936\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e8334076-a602-4113-9dca-8f1766b7a967\",\n        \"number\": \"1049\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"539e465c-68fa-4d4e-838f-ff6759b9bf74\",\n        \"number\": \"906\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e4649676-2e92-492d-9383-51acac92c987\",\n        \"number\": \"606\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e33075af-daea-44f4-87ec-5424a084594a\",\n        \"number\": \"917\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1f565350-426d-4b5f-a25c-f3e0cb805b59\",\n        \"number\": \"929\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0f380643-9200-4eca-b9b3-ec51652ce4c0\",\n        \"number\": \"519\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1c620162-8d0f-42e1-948c-1b44545d37a8\",\n        \"number\": \"619\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c7920088-73ed-415e-a6df-ebe8f5d3e6d2\",\n        \"number\": \"1113\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ab730c41-919c-4fac-81e5-3e8686060f9c\",\n        \"number\": \"608\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"60c55a6c-0044-4803-94b3-ec3bb2658257\",\n        \"number\": \"156\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ce49f910-55db-49bc-83bc-9afc55e7d0d8\",\n        \"number\": \"532\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"75ee991c-ce03-4446-9d78-cc2a8f7d90c8\",\n        \"number\": \"1018\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"979c371b-41b4-4c77-8b34-7cc1b1bc5c51\",\n        \"number\": \"446\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"69518b06-48c7-4d31-a0d4-ef6dda9a21fd\",\n        \"number\": \"903\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ce6a5c3f-78d6-4687-8808-ce7421be0cec\",\n        \"number\": \"1048\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ac04ac3e-2914-457a-9496-8f7f8ceb5e82\",\n        \"number\": \"933\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f6d64a16-6f6f-4733-b173-c9bf0478dde3\",\n        \"number\": \"1093\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"cb36d51d-44de-44e0-bf4e-631e75804140\",\n        \"number\": \"249\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f34abb3b-4f18-40e2-8e23-15c95d3538bb\",\n        \"number\": \"1131\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c8175264-8887-4a43-9c8a-793d6f2db686\",\n        \"number\": \"1129\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f1b48960-8ea7-4584-afc1-5a843aa200b6\",\n        \"number\": \"533\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f94d05c0-6a2b-4bc3-a844-40b0c009ca82\",\n        \"number\": \"1001\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"f98bef93-1645-4bc2-9810-fc545af9d0c9\",\n        \"number\": \"121\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"edeec232-6966-4f2c-93b6-f2457e5fb5dc\",\n        \"number\": \"1028\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"100916fb-13b6-457a-871b-bc65762f0d4b\",\n        \"number\": \"246\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"190a7217-c286-4f14-bc34-31cef53649b1\",\n        \"number\": \"304\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d7cb4d87-f87b-4d27-973e-3b5a661c8600\",\n        \"number\": \"1112\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"91cdbc80-cb93-4f9b-b5ab-e99a5e482a72\",\n        \"number\": \"550\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"fd521bb6-4698-4a69-9150-8f9c77d4af38\",\n        \"number\": \"837\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ed7669d5-60f2-42fc-8db0-1661058c4a68\",\n        \"number\": \"443\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"02d99e30-2ade-4983-ba21-31a0b2ecd428\",\n        \"number\": \"1046\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"591e85be-4cb4-465b-b710-58ee4e3f5ae7\",\n        \"number\": \"257\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"cd42a5ac-025e-487a-9c49-da110ed5fa67\",\n        \"number\": \"813\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2d0ec2eb-1f94-4287-b0fe-e390eb4c093f\",\n        \"number\": \"152\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8d11f79d-a10c-411a-b87a-37a4cdb77ab6\",\n        \"number\": \"110\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"bd56258d-6efe-4b6d-b6bc-29ea522f668f\",\n        \"number\": \"534\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"153f37df-4239-457e-b07a-f3c70ddb94af\",\n        \"number\": \"205\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1036566d-6349-4c8e-9148-acb162f3776d\",\n        \"number\": \"210\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"e9364c0c-f6ac-474d-a0cf-a9d6c342d037\",\n        \"number\": \"538\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1c4f0014-0a43-4ab6-a0f3-c26cecff8dc5\",\n        \"number\": \"217\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2daa5d72-8bce-4ad9-9d64-77f0a8051f19\",\n        \"number\": \"307\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e07713c7-b1ef-4206-8b74-89988a9c8a59\",\n        \"number\": \"223\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"11fd3fbb-486a-4cf3-a96b-b2ff054bf81e\",\n        \"number\": \"1030\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0c0ae3ed-32c4-42a7-8614-e1b4c709c48b\",\n        \"number\": \"204\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"098adc24-8bff-40b6-9efd-a80ba8756966\",\n        \"number\": \"1032\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6b9095fb-78f9-4a4c-9e4b-84185c96168e\",\n        \"number\": \"1138\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c213e466-7504-46b3-8249-1a647dbc9fe1\",\n        \"number\": \"506\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"cbbe1f14-0f93-43ac-a38d-6236a6884f5c\",\n        \"number\": \"224\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d9a6ae2d-49e9-41e4-b718-59bed43411fe\",\n        \"number\": \"1047\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9d3e2cb2-3307-4576-9b10-04a3b0c17d8c\",\n        \"number\": \"1119\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0e7776da-10f9-4e56-bb72-0d8187aeb7ac\",\n        \"number\": \"620\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"11b4f0c7-d146-4787-a0c6-0bba644ae4be\",\n        \"number\": \"422\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"57203a0a-5472-4b25-82a6-58053cd7f7b3\",\n        \"number\": \"637\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b3419f59-2097-4047-8014-dde308d972e7\",\n        \"number\": \"237\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"39accfe4-8b23-4d13-a74c-be7814240f34\",\n        \"number\": \"922\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"17f0acd1-614b-4d0b-8bc7-00efec138902\",\n        \"number\": \"102\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d1619c94-c07b-4b8d-b03e-fde2797852ac\",\n        \"number\": \"834\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f96d1d46-09d9-43f1-9c3f-a71f35f972b2\",\n        \"number\": \"801\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"d839c571-437d-41f3-af33-921b8029ab98\",\n        \"number\": \"536\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f3aa417d-a601-4305-ac10-5600a8c8a84a\",\n        \"number\": \"831\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"cf1a4bb6-947f-4674-929a-bf269d1b6182\",\n        \"number\": \"548\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e1bb1a2e-e646-4f5b-818f-660fd34bf041\",\n        \"number\": \"720\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"98900644-e600-4cba-8969-a9acf7cadcaa\",\n        \"number\": \"1106\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"33eca81e-f3c5-4d6c-84f6-a377f13e4c72\",\n        \"number\": \"846\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"66e7ec98-d024-4c81-92d1-ebd758343584\",\n        \"number\": \"821\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e344fd76-c5ac-41a2-824b-3b53e25d78b6\",\n        \"number\": \"638\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"08e3276d-542b-49a8-b91f-c04000702705\",\n        \"number\": \"627\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d1af8640-7100-4103-83ee-fd2e0a48ca5e\",\n        \"number\": \"119\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"3d34ab10-59d6-4cb7-8e79-3b57d5d89c3e\",\n        \"number\": \"829\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ff8c2c94-c2d1-40df-b567-84bca361b624\",\n        \"number\": \"444\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"edac02a1-b16d-496c-8899-5854fa19c608\",\n        \"number\": \"1149\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2dd897cb-e65b-4757-93d9-9d2317ae752c\",\n        \"number\": \"535\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"34ab374e-7571-4735-bbbc-4a3a88bdf502\",\n        \"number\": \"133\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5ff976b9-5941-4a3a-9d9d-b291e03e4f99\",\n        \"number\": \"530\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"dc3be920-9d93-4fab-b87f-a81093c68e55\",\n        \"number\": \"138\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6b8df642-afae-491e-819a-98452b20f212\",\n        \"number\": \"811\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"595bb013-fda5-4a2a-bbee-f2aa491231ca\",\n        \"number\": \"1036\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c1ebb4d9-30d8-4d89-9920-99c7de8a7e35\",\n        \"number\": \"806\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"db3756dd-2ba1-42ea-ab06-6e10f173323f\",\n        \"number\": \"844\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"22f52aa9-2f30-4782-8f2c-c65f5b020542\",\n        \"number\": \"947\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ab56e3d6-fed5-44ba-9565-64fd290195ce\",\n        \"number\": \"135\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c5616e39-9fc9-4dfd-b752-dbb4497c0775\",\n        \"number\": \"107\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1ae16228-625e-4726-8c47-4e3af56243fd\",\n        \"number\": \"626\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"de423eea-17b6-4f5e-9cd7-143168444a40\",\n        \"number\": \"1108\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"66025033-d8b8-44b4-841f-d06064a8f9dd\",\n        \"number\": \"1035\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4cff5567-53ab-46ff-92ce-dad854d34827\",\n        \"number\": \"948\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c0e1c27b-ec71-46c2-9050-5de701c99201\",\n        \"number\": \"404\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"53536e5a-d047-4b5c-912a-4836343492eb\",\n        \"number\": \"705\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7b6f0ae1-5153-42e2-8681-b0882ce995cc\",\n        \"number\": \"449\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"79e66915-ece2-4b9a-b61f-1534cea7af8e\",\n        \"number\": \"719\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"101faecd-6668-4ef0-84d0-a8a85f580715\",\n        \"number\": \"1121\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"77ac97cd-abb4-40ab-b2de-857443106c25\",\n        \"number\": \"112\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f53ea885-b759-4083-8d64-64f7251fca70\",\n        \"number\": \"309\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fb07a6e1-0505-49c0-a057-a2fc436921da\",\n        \"number\": \"140\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"62711a04-0355-47a0-8d64-509d9d0fa6a1\",\n        \"number\": \"616\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7abe707e-fda0-418e-ae51-a77ac7f0a9fb\",\n        \"number\": \"742\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b67c835d-7e59-4acd-a510-f9e2a319d369\",\n        \"number\": \"946\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f7a30798-3711-4173-a9bc-75aa57286b58\",\n        \"number\": \"822\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c7fcbc0a-f9b1-4b93-a665-53ecb470536b\",\n        \"number\": \"311\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e9ff17ab-08ff-4ffb-b4b6-e4dc14017bdc\",\n        \"number\": \"835\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c80272b1-f996-47cd-be7d-c6fbe59cda66\",\n        \"number\": \"150\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f490539b-f8b4-446f-962d-0d2a9439b53b\",\n        \"number\": \"1005\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"94982e97-7349-4706-875e-6f6a5f6e3d54\",\n        \"number\": \"935\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"11918279-f102-4f53-92c5-99c4fc2a8312\",\n        \"number\": \"615\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b1b463a8-3eda-4ae9-b195-29b80bcdccc2\",\n        \"number\": \"746\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5423c50a-cc60-4623-bdc7-dc74f88b2f36\",\n        \"number\": \"725\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"933176cb-550f-4bec-b1c4-ce95fe170ddd\",\n        \"number\": \"227\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"789321f7-3f00-4298-87aa-f9e65c45a904\",\n        \"number\": \"235\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6e958bed-0514-4edf-a48c-058050896f77\",\n        \"number\": \"1116\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"a0bef536-c4ba-407e-a07e-8d9ae38c135f\",\n        \"number\": \"106\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"aa0af559-78cf-462e-a949-6207d4dde8ae\",\n        \"number\": \"402\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"64886bf5-98c0-4ad8-814f-74287c33d1f5\",\n        \"number\": \"717\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6bc0dedc-de0a-432f-abbb-c81708813e28\",\n        \"number\": \"1111\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"29a5c170-5e14-44cd-a92b-dc1526ce13f1\",\n        \"number\": \"518\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"99092d79-b729-4440-9173-a0a37e5a6dec\",\n        \"number\": \"825\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"22ef1db5-e0d2-4b26-aebe-a3fa407dfc26\",\n        \"number\": \"226\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9430223e-764b-46a5-8522-8cc024cce874\",\n        \"number\": \"836\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"faad9d74-535f-4c23-98c8-5f24a616d27e\",\n        \"number\": \"124\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0fdf4dd7-d6cf-4551-b42e-968ce46d3645\",\n        \"number\": \"126\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"13b29506-9f84-4726-b805-a66e626da2e9\",\n        \"number\": \"302\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"92971973-8059-4217-ae31-0ad17afef9c9\",\n        \"number\": \"609\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4a5318df-fe41-4ffa-889e-58c6f87782b0\",\n        \"number\": \"714\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9295cd07-06db-40b8-8638-b765b7efcdcf\",\n        \"number\": \"1135\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7a9372bc-0e95-4cfa-833d-f032291bbcd2\",\n        \"number\": \"642\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"dc55f0f0-7f83-4a0f-99b2-0d1917b8df39\",\n        \"number\": \"703\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ac39ccff-4f79-4117-9b12-bef170b2a82a\",\n        \"number\": \"1092\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"e4457cae-f6db-491b-b4aa-d9dc71bbfd89\",\n        \"number\": \"923\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0e8d4e34-4e39-45ea-8862-d44feef080d9\",\n        \"number\": \"508\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1ecbfe0b-5a33-4b78-a949-6ebadd30181a\",\n        \"number\": \"1011\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"74e2ee0c-34b2-4e53-bed9-c56e5e01803c\",\n        \"number\": \"503\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"377543b3-ae4b-4b65-a25f-770280cc9001\",\n        \"number\": \"905\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fab3a2c1-24ea-4fe7-8bf9-5e406c29cd12\",\n        \"number\": \"839\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d6fa5e74-0bb8-4402-aefe-d9c7653c4d4c\",\n        \"number\": \"144\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e3fcff04-8e74-4ae6-a3ee-d8fd04488acf\",\n        \"number\": \"748\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"396bd7a3-7ab6-49aa-9db8-ab7a412753ae\",\n        \"number\": \"908\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9b69c2ef-cd26-447e-b89e-10587f9d5942\",\n        \"number\": \"1037\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2c9f2c43-f51c-4a39-93f5-07ad9f96f35e\",\n        \"number\": \"222\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2869917d-20fe-4b3a-a2cb-83f9f6b73a3c\",\n        \"number\": \"300\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"417e86d4-34fb-4aa6-8731-26342436d741\",\n        \"number\": \"706\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6a9fa114-266d-437f-8679-aa499f44171f\",\n        \"number\": \"749\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"27277cf8-73cb-4a2c-b3cd-395622e6624d\",\n        \"number\": \"545\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2659e4e6-dfdb-4087-aae6-0e5c1c00065d\",\n        \"number\": \"523\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9a9c921c-2cd5-41ab-be3c-d68bd48a823e\",\n        \"number\": \"623\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0de240f1-3979-4104-8d1d-21c44c68297c\",\n        \"number\": \"1006\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"a7e3c243-8fc8-4d83-bbfa-ee6ccf27837f\",\n        \"number\": \"414\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"94e44b50-4dcb-40ba-9837-538e83e2cdc4\",\n        \"number\": \"1009\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8695d088-a446-43d2-b354-0575e00d058a\",\n        \"number\": \"1141\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5b9fb989-05fc-48c1-8646-bd5ef35b5d06\",\n        \"number\": \"448\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"afbf3f5c-4a9e-4aac-b154-b6e4fda42a82\",\n        \"number\": \"932\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"67c049e8-9409-494e-890f-a5b469ee9706\",\n        \"number\": \"723\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8afe934c-8d2d-49ce-8dfb-d06a97735875\",\n        \"number\": \"816\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5d68420e-51d7-459b-91bd-019acd4f0481\",\n        \"number\": \"613\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"dc6e24b2-5ec4-415b-b522-6917624b7b5a\",\n        \"number\": \"109\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"59c0b9c7-5670-4132-bc97-b1ae04435022\",\n        \"number\": \"1140\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"43bb0ebb-33f1-434d-8824-447a00f274a7\",\n        \"number\": \"522\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"24eb780d-786c-479c-88c4-d9ebb26c0e2b\",\n        \"number\": \"539\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"97b90c16-4fa5-4538-8601-d24d72eb298c\",\n        \"number\": \"707\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ed77e2b4-c0d9-42c6-8343-1ecf4a3b9e27\",\n        \"number\": \"630\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d4b43dcc-a529-42aa-9148-ecab2cdbde47\",\n        \"number\": \"607\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"32e63f88-1deb-4b31-a38c-c117d796d75c\",\n        \"number\": \"439\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"76edbe7a-e345-4c17-991e-c4354a22944c\",\n        \"number\": \"939\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"20600485-7086-429e-a703-60443ea05211\",\n        \"number\": \"418\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"82b2791c-c531-4118-a294-5bf049a4d5df\",\n        \"number\": \"631\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2bda6984-ea61-4849-a315-b2846ef9a490\",\n        \"number\": \"245\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"aa20b819-df4e-42f5-b7ce-b35e73bf2806\",\n        \"number\": \"901\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"43efe15c-9c78-498b-a72a-7d647de21ba7\",\n        \"number\": \"1125\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ad2f678d-7b21-47b3-9e2c-b4b1a28991a6\",\n        \"number\": \"420\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6508b4b8-d7dc-4230-98fe-d6e8d02f31f1\",\n        \"number\": \"715\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7eb2d84e-6de9-40b0-9181-4226d2088353\",\n        \"number\": \"938\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c748a887-190e-4682-998a-ac4c7ada90b4\",\n        \"number\": \"256\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4fe253ec-a1bf-4247-a75b-761a4d4c9706\",\n        \"number\": \"231\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"115e0c81-7fe0-4030-b99b-fc95c182bc64\",\n        \"number\": \"400\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4e3d45ea-d4a4-4b33-9341-4e407a9e8eba\",\n        \"number\": \"244\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"49eca63d-1fbd-4bfb-b307-e244781decfd\",\n        \"number\": \"1122\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e6c17471-fcb5-48c5-a0be-fa3e3f480dac\",\n        \"number\": \"818\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"135c912f-1954-42b5-8339-95aa24d3c18f\",\n        \"number\": \"614\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"89372a41-1f51-43d7-a0d0-02a9207088d4\",\n        \"number\": \"430\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"dd6886bb-67bd-4be9-949f-870323be87f0\",\n        \"number\": \"1133\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5d4da57d-b037-4ee0-a0fb-30794370ef01\",\n        \"number\": \"A501\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"3aa02047-b0cd-4202-9f9f-881eeb5614b9\",\n        \"number\": \"1146\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1fd42d03-c65f-4bf9-a6b7-bd1c4ded5a4b\",\n        \"number\": \"526\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4b0d5768-0418-4884-92d1-cdede07a2ffd\",\n        \"number\": \"435\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b7984641-fc38-4dd0-8e88-364917705577\",\n        \"number\": \"546\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e92c5115-6642-4b1e-8fcb-b6e2897f7126\",\n        \"number\": \"944\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9251e8b9-a520-4c94-85a2-5608be733eae\",\n        \"number\": \"733\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"cb13f30f-5bc4-4346-8048-c6a69ddfd9e3\",\n        \"number\": \"1134\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8deba448-e938-4f60-8f6f-5b8a9b107736\",\n        \"number\": \"1117\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7611b53b-bdcd-4f5a-85ea-918cfb1b75fe\",\n        \"number\": \"1004\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9e941a02-fa0c-47f3-9399-2c7337da75bd\",\n        \"number\": \"632\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"649d542c-0830-48be-8beb-c760e5cdd003\",\n        \"number\": \"528\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"794e5091-cdd9-4de8-ac13-b7ac7f26eea8\",\n        \"number\": \"228\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"52d819c4-c748-4fe8-a209-8d18b4a9361b\",\n        \"number\": \"635\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"514d8a0b-84fe-4f42-85a6-77e6b0e4291e\",\n        \"number\": \"1045\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ff1ddf3b-072a-4f97-80c5-af09bf22a371\",\n        \"number\": \"1020\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"cbe2a1f8-fde8-45be-9cd4-a006a5c1363f\",\n        \"number\": \"736\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e316c403-c5e5-4d11-943c-5394b80657ff\",\n        \"number\": \"1128\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9e845b29-56a5-45b2-9a1b-269ae40f78f1\",\n        \"number\": \"805\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ef6ecfbb-a907-4afc-a9b4-1df3111c14ea\",\n        \"number\": \"927\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6fba2ddb-1e0b-42f7-b03c-d198436c72f4\",\n        \"number\": \"940\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6826d7ba-0016-4035-853c-b56aa69862b0\",\n        \"number\": \"847\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b9e29521-b743-4fad-b7f3-5176e316dd45\",\n        \"number\": \"230\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"42a3f84a-68dc-4db8-a388-2e1c4897f74f\",\n        \"number\": \"1027\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6480a1aa-d80a-4e21-a9d4-9cf39e6512cc\",\n        \"number\": \"1103\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"74042d6a-a5bb-4f42-8ef2-a5bd4c604c68\",\n        \"number\": \"809\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"19db3d52-0828-4154-9cbd-7457d63fcd14\",\n        \"number\": \"1123\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9f9c7081-9e08-467b-9a13-dd284a0c6380\",\n        \"number\": \"602\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7e48c36d-25ff-46e6-960b-cdd8651351ef\",\n        \"number\": \"260\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c3eecd5c-4b4b-47ec-b5bf-df340ee39b76\",\n        \"number\": \"709\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"986fe625-a911-4264-a3ff-fcfbe1c2e6ce\",\n        \"number\": \"726\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b045072f-6402-4e80-8e8b-c0f5b8c70b40\",\n        \"number\": \"612\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"27688521-087b-4f86-b205-1215d9ae41ab\",\n        \"number\": \"1017\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2ded03b4-ad9b-465b-b568-448ce62f30df\",\n        \"number\": \"1120\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ebc6b734-bb38-44a8-b318-bdca904b9a8a\",\n        \"number\": \"814\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"879cb574-a8cb-4cbe-8bc4-a11119820495\",\n        \"number\": \"238\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"89650d94-0bac-45fc-a5fe-c8f455a40266\",\n        \"number\": \"803\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e608a1ea-b4a8-4806-8e0c-9d0a2764b924\",\n        \"number\": \"146\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"df923428-df75-4049-91e7-a3b0554b3140\",\n        \"number\": \"904\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"9d8d1e3b-25b0-4ae5-bc43-a330997e611d\",\n        \"number\": \"417\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b76cefd3-9780-41ac-84d2-4e48729eab89\",\n        \"number\": \"739\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d44e4832-3ec6-4b3b-af1f-1f30ad597658\",\n        \"number\": \"134\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7b63bcd2-2315-4fbb-a710-c11fc86f70d5\",\n        \"number\": \"1104\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"1c62e62b-bf9c-4eee-99f9-bdb15290b874\",\n        \"number\": \"423\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f030d35e-f39c-47ba-87b3-2e4def09e919\",\n        \"number\": \"527\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"586e6264-388b-48d6-a1ad-8a6c0edfc33a\",\n        \"number\": \"1039\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"db18ab38-9057-4434-9fbd-1921c91ca321\",\n        \"number\": \"428\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"67ff6524-c60f-49cc-9668-dea7b245f2a2\",\n        \"number\": \"261\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ead6766f-e869-4527-b4dd-4d68504db3e6\",\n        \"number\": \"817\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f22974e7-f5bc-4681-9b9a-eac402777f46\",\n        \"number\": \"C002\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Child Room type 1\",\n        \"room_type_code\": \"CRT1\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8925bb14-d8a4-4f50-97ef-b9275d964820\",\n        \"number\": \"618\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"370a3c59-11c0-42de-b699-de2d2de11272\",\n        \"number\": \"639\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"357c7516-6817-46fa-91d9-c245b7d60e9f\",\n        \"number\": \"1026\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d856dd08-bfe4-47eb-9c4e-02d8d5864bbc\",\n        \"number\": \"914\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2b36f63f-39af-46fa-a370-2256b4c11564\",\n        \"number\": \"704\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"18a82b38-7132-4bc0-9fc7-cc57104c13c9\",\n        \"number\": \"543\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f2d5a1cb-7d5a-4406-aa9c-a64de17c3f75\",\n        \"number\": \"203\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d45f8d15-5df4-434b-a9ec-866dd7956dd7\",\n        \"number\": \"941\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"86a8228e-64c9-4d15-8ec4-1f6e69e37d31\",\n        \"number\": \"310\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"cb54798c-77ba-4cac-9289-64f161521391\",\n        \"number\": \"1139\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7df326cc-757b-4145-85e7-f1cbdef1fab2\",\n        \"number\": \"507\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5a0c93d4-b97e-4a19-94f3-733d88ed196f\",\n        \"number\": \"647\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"00742b6d-5b8a-4a26-9285-f2b15fb978c2\",\n        \"number\": \"209\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"81ff5cc9-97f4-42b2-93a1-367f30a99a9d\",\n        \"number\": \"438\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"ff4a9537-6dc0-4e1d-923c-1ae27476d08d\",\n        \"number\": \"1144\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2ddc4627-5f5b-401d-90c8-0c284126388b\",\n        \"number\": \"410\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b8a608cc-6c39-46dd-b198-3b02b3c82f87\",\n        \"number\": \"537\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5af54f61-beaa-46ea-b7e1-78304a6c6695\",\n        \"number\": \"306\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b94497b2-e581-46d7-8102-f5dfdddba982\",\n        \"number\": \"243\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"a5d582a1-4c30-4da8-abe6-f688e8539054\",\n        \"number\": \"833\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"230936f6-c4ab-4343-8a80-ecc613f0f3f7\",\n        \"number\": \"645\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"de86b77f-1d8b-4111-9050-143f8bdfa10e\",\n        \"number\": \"511\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e1cb9388-3e6c-4af9-bdd3-c85537e0965f\",\n        \"number\": \"251\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"99378e4c-e6df-4ff4-8aee-641ad1e4db93\",\n        \"number\": \"845\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"230aa320-8437-4e18-aff8-cd08b2f6b511\",\n        \"number\": \"531\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4e3d6f8b-c3e7-420c-8675-4774acae9f43\",\n        \"number\": \"711\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"75956547-cac0-48b8-addf-b66774b8c0d8\",\n        \"number\": \"604\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"eb79e0b0-0fa8-4ebd-84ee-52c43ded3ab1\",\n        \"number\": \"843\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"686eefc0-04fc-46ad-b7bf-17a16faef4cc\",\n        \"number\": \"305\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d7de6f7b-e84c-4c9e-8461-34904213c180\",\n        \"number\": \"920\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"64df5399-069f-49f0-9a0f-3e6a700c08d8\",\n        \"number\": \"111\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5ec12bf7-4db3-409a-8eb1-c2796e385a81\",\n        \"number\": \"740\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"518996b9-b01f-4a2c-b22e-18cacb7cb787\",\n        \"number\": \"520\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0aa60888-4b43-4da3-a17d-7d59d10ff73e\",\n        \"number\": \"255\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8d34496e-8258-4b0a-b341-64107c0bdcd4\",\n        \"number\": \"743\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"bef0f6c5-be5d-41c1-98a3-7c3c91ae6aa7\",\n        \"number\": \"601\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": true\n      },\n      {\n        \"id\": \"6d7e6cb4-1fa1-4209-a2c2-367c84ccb0d7\",\n        \"number\": \"622\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5a664642-934e-453b-b712-085dc089f98b\",\n        \"number\": \"1115\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"4220ca75-6bbf-41c5-adbd-c52bf95de4fa\",\n        \"number\": \"732\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2ba3e7e2-2af1-41de-b1f9-8dae18bd6760\",\n        \"number\": \"252\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"8de958e1-53bd-4f29-af66-55d425b3594c\",\n        \"number\": \"942\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"732e4eaa-f36a-4cda-b59e-e9df7018738e\",\n        \"number\": \"934\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"154d3982-61af-4e49-8e41-19ef213a4c72\",\n        \"number\": \"258\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"902bb11a-fd6a-43a4-afa5-73a991434d01\",\n        \"number\": \"1042\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"c354b39f-99b3-4885-b990-846886973f37\",\n        \"number\": \"1124\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e9f694ab-40a0-441a-8c2c-dcdd19c888ba\",\n        \"number\": \"649\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"0da113a2-b7b3-4229-98fe-815039882e63\",\n        \"number\": \"830\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6ce84501-03f4-4112-a1a3-9a28bc5d12a2\",\n        \"number\": \"1016\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"dfcfbf64-3d4a-4b8b-851f-b5a94570f581\",\n        \"number\": \"1142\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"7fede82f-a081-40f9-8dff-e4d62b549bee\",\n        \"number\": \"850\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"05783472-9ff5-4e65-829e-48a7bb72ddc3\",\n        \"number\": \"910\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"69f42326-d976-4172-96fe-896d8dccb235\",\n        \"number\": \"815\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"52991149-1fba-472f-a9ea-84be191c91e9\",\n        \"number\": \"1038\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"5487611f-3314-4e2f-99c0-8e5a496c7446\",\n        \"number\": \"644\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6ecb09a9-da8d-4127-9160-e2896c29c94c\",\n        \"number\": \"236\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"cc9e81bb-95c5-446b-b9a0-377e9e333a24\",\n        \"number\": \"849\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"926f893e-9ec2-449e-840a-6eb951e7c85e\",\n        \"number\": \"713\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d17f5ded-f768-444f-9e34-ad92b6499feb\",\n        \"number\": \"1031\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"fd99552f-4ee8-4a90-bbed-18f3dbf961fb\",\n        \"number\": \"114\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"b6af09b5-992a-4dc3-99f3-d966253cd0ac\",\n        \"number\": \"103\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"f21aed92-b2d9-473e-a2b9-e5ee04f3bddb\",\n        \"number\": \"911\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"44dfd738-7c4c-4d4f-ad57-bc6d9abe4448\",\n        \"number\": \"512\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"79328246-745f-4d3f-950e-ee11c677fd12\",\n        \"number\": \"712\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"66520067-ae49-4d6e-905b-69bc12909438\",\n        \"number\": \"215\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"651081b6-d35f-4048-aa54-6b158983a91d\",\n        \"number\": \"617\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e49faaf6-e4dd-48a8-8f4f-659f77c8bd32\",\n        \"number\": \"516\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"313e584b-a544-46a8-b6de-37ddebc43e49\",\n        \"number\": \"1023\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"72706d30-11d8-4c29-a1d3-d2450c767fac\",\n        \"number\": \"529\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"d877ed97-c5a6-42a1-a152-3121141ed938\",\n        \"number\": \"1040\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2d4fc80d-ba33-4a6d-98c0-8e817a1bb7e6\",\n        \"number\": \"827\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"e49ab29d-1a15-4f8e-ba69-56c645e9d55f\",\n        \"number\": \"129\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"985350a7-b655-4980-8538-4022be686fd3\",\n        \"number\": \"434\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"2845959d-55c7-4653-8850-edbef6c8e3d7\",\n        \"number\": \"728\",\n        \"pets\": false,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"a2fdee74-75f8-4269-a422-80041f7a8437\",\n        \"number\": \"104\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"accessible\": false\n      },\n      {\n        \"id\": \"6e0bb6a3-5438-4ed1-aca1-3cde8556ec3e\",\n        \"number\": \"206\",\n        \"pets\": true,\n        \"active\": true,\n        \"lock_type\": \"RFID\",\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"accessible\": false\n      }\n    ],\n    \"charge_types\": [\n      {\n        \"code\": \"1308\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"0 F.C.appl IVAart.151\",\n            \"code\": \"FC1\"\n          }\n        ]\n      },\n      {\n        \"code\": \"BALTF\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": false,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"resort fee\",\n            \"code\": \"RF\"\n          }\n        ]\n      },\n      {\n        \"code\": \"GRR\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": false,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"resort fee\",\n            \"code\": \"RF\"\n          },\n          {\n            \"name\": \"CITY GOODS AND SERVICE TAX\",\n            \"code\": \"CGST\"\n          },\n          {\n            \"name\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\"\n          }\n        ]\n      },\n      {\n        \"code\": \"BVG\",\n        \"transaction_type\": \"BEVERAGE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\"\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\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\"\n          }\n        ]\n      },\n      {\n        \"code\": \"CVRF\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": false,\n        \"include_in_revenue\": true,\n        \"tax_types\": []\n      },\n      {\n        \"code\": \"Wifi\",\n        \"transaction_type\": \"ADVANCED_DEPOSIT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"Pass Through Fee\",\n            \"code\": \"Fee\"\n          },\n          {\n            \"name\": \"resort fee\",\n            \"code\": \"RF\"\n          }\n        ]\n      },\n      {\n        \"code\": \"FOOD\",\n        \"transaction_type\": \"FOOD\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"Pass Through Fee\",\n            \"code\": \"Fee\"\n          },\n          {\n            \"name\": \"resort fee\",\n            \"code\": \"RF\"\n          }\n        ]\n      },\n      {\n        \"code\": \"MRR\",\n        \"transaction_type\": \"NON_REVENUE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"resort fee\",\n            \"code\": \"RF\"\n          },\n          {\n            \"name\": \"CITY GOODS AND SERVICE TAX\",\n            \"code\": \"CGST\"\n          },\n          {\n            \"name\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\"\n          }\n        ]\n      },\n      {\n        \"code\": \"CVRRF\",\n        \"transaction_type\": \"ROOM_RENT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"Pass Through Fee\",\n            \"code\": \"Fee\"\n          },\n          {\n            \"name\": \"resort fee\",\n            \"code\": \"RF\"\n          }\n        ]\n      },\n      {\n        \"code\": \"7701\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"0 F.C. appl. IVA art 15\",\n            \"code\": \"A15b\"\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\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\"\n          },\n          {\n            \"name\": \"ACCOMODATION TAX\",\n            \"code\": \"AT\"\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\": \"Pass Through Fee\",\n            \"code\": \"Fee\"\n          },\n          {\n            \"name\": \"ACCOMODATION TAX\",\n            \"code\": \"AT\"\n          }\n        ]\n      },\n      {\n        \"code\": \"TSC\",\n        \"transaction_type\": \"FOOD\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": []\n      },\n      {\n        \"code\": \"011\",\n        \"transaction_type\": \"BEVERAGE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": []\n      },\n      {\n        \"code\": \"TIPS\",\n        \"transaction_type\": \"SYSTEM\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"CITY GOODS AND SERVICE TAX\",\n            \"code\": \"CGST\"\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\": \"CITY GOODS AND SERVICE TAX\",\n            \"code\": \"CGST\"\n          },\n          {\n            \"name\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\"\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      {\n        \"code\": \"BALFW\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\"\n          },\n          {\n            \"name\": \"Pass Through Fee\",\n            \"code\": \"Fee\"\n          },\n          {\n            \"name\": \"resort fee\",\n            \"code\": \"RF\"\n          }\n        ]\n      },\n      {\n        \"code\": \"5830\",\n        \"transaction_type\": \"MISC_CHARGE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"VAT 10 PCT\",\n            \"code\": \"VAT10\"\n          }\n        ]\n      },\n      {\n        \"code\": \"010\",\n        \"transaction_type\": \"FOOD\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": []\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\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\"\n          },\n          {\n            \"name\": \"CITY GOODS AND SERVICE TAX\",\n            \"code\": \"CGST\"\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\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\"\n          },\n          {\n            \"name\": \"CITY GOODS AND SERVICE TAX\",\n            \"code\": \"CGST\"\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\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\"\n          },\n          {\n            \"name\": \"resort fee\",\n            \"code\": \"RF\"\n          },\n          {\n            \"name\": \"Pass Through Fee\",\n            \"code\": \"Fee\"\n          }\n        ]\n      },\n      {\n        \"code\": \"GAME\",\n        \"transaction_type\": \"NON_REVENUE\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\"\n          },\n          {\n            \"name\": \"ACCOMODATION TAX\",\n            \"code\": \"AT\"\n          },\n          {\n            \"name\": \"CITY GOODS AND SERVICE TAX\",\n            \"code\": \"CGST\"\n          }\n        ]\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\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\"\n          },\n          {\n            \"name\": \"CITY GOODS AND SERVICE TAX\",\n            \"code\": \"CGST\"\n          }\n        ]\n      },\n      {\n        \"code\": \"ADVANCE_DEPOSIT\",\n        \"transaction_type\": \"ADVANCED_DEPOSIT\",\n        \"is_active\": true,\n        \"include_in_revenue\": true,\n        \"tax_types\": [\n          {\n            \"name\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\"\n          },\n          {\n            \"name\": \"Pass Through Fee\",\n            \"code\": \"Fee\"\n          },\n          {\n            \"name\": \"ACCOMODATION TAX\",\n            \"code\": \"AT\"\n          },\n          {\n            \"name\": \"VAT 10 PCT\",\n            \"code\": \"VAT10\"\n          }\n        ]\n      }\n    ],\n    \"tax_exempt_codes\": [\n      {\n        \"id\": \"db1735ac-24fd-4f14-87d7-51ab5390b539\",\n        \"name\": \"GST EXTEMPT\",\n        \"code\": \"GSTEXT\",\n        \"active\": true,\n        \"tax_exempt_code_extra_fields\": [],\n        \"schedules\": [\n          {\n            \"tax_exempt_code_id\": \"db1735ac-24fd-4f14-87d7-51ab5390b539\",\n            \"tax_type_id\": \"66cecc3e-d52f-4e9c-99a1-f8ed6a4000d4\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": false,\n            \"id\": \"87627711-4f78-452f-93f6-7e1f750691ae\"\n          },\n          {\n            \"tax_exempt_code_id\": \"db1735ac-24fd-4f14-87d7-51ab5390b539\",\n            \"tax_type_id\": \"8acd5790-67ae-4e7c-88a0-49b56ef50b0a\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": false,\n            \"id\": \"fe4f7d14-2070-46b9-bf8b-3df0c3985dd4\"\n          }\n        ],\n        \"mandatory_remarks\": false,\n        \"tax_types\": [\n          {\n            \"name\": \"resort fee\",\n            \"code\": \"RF\",\n            \"active\": true,\n            \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n            \"floating\": false,\n            \"surcharge\": true,\n            \"use_base_amount_in_floating_tax_calculation\": false,\n            \"id\": \"66cecc3e-d52f-4e9c-99a1-f8ed6a4000d4\",\n            \"created_at\": \"2024-07-03T09:24:37.000Z\",\n            \"updated_at\": \"2025-07-01T16:37:59.000Z\"\n          },\n          {\n            \"name\": \"ACCOMODATION TAX\",\n            \"code\": \"AT\",\n            \"active\": true,\n            \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n            \"floating\": true,\n            \"parent_tax_type_id\": \"e8ba8060-d433-4855-b311-6c1b343e6bf9\",\n            \"surcharge\": true,\n            \"use_base_amount_in_floating_tax_calculation\": false,\n            \"id\": \"8acd5790-67ae-4e7c-88a0-49b56ef50b0a\",\n            \"created_at\": \"2025-01-29T13:22:13.000Z\",\n            \"updated_at\": \"2025-11-03T10:33:16.000Z\"\n          }\n        ]\n      },\n      {\n        \"id\": \"521372c2-d107-4f6c-991d-cdac5621295a\",\n        \"name\": \"resort fee\",\n        \"code\": \"RF\",\n        \"active\": true,\n        \"tax_exempt_code_extra_fields\": [],\n        \"schedules\": [\n          {\n            \"tax_exempt_code_id\": \"521372c2-d107-4f6c-991d-cdac5621295a\",\n            \"tax_type_id\": \"0cfd3b61-d3e9-4697-8c6e-566aee1ec982\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": false,\n            \"id\": \"e5585e01-d6f4-4697-a899-a327a10638fb\"\n          },\n          {\n            \"tax_exempt_code_id\": \"521372c2-d107-4f6c-991d-cdac5621295a\",\n            \"tax_type_id\": \"46a62eed-6fc7-4eb6-b05e-7e48f3fe31bc\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": false,\n            \"id\": \"cf9257f0-f5d8-4ab8-819a-bc4f50eb7ba5\"\n          },\n          {\n            \"tax_exempt_code_id\": \"521372c2-d107-4f6c-991d-cdac5621295a\",\n            \"tax_type_id\": \"66cecc3e-d52f-4e9c-99a1-f8ed6a4000d4\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": false,\n            \"id\": \"db297d0f-5a99-401c-ba84-2e75a66a6a9a\"\n          },\n          {\n            \"tax_exempt_code_id\": \"521372c2-d107-4f6c-991d-cdac5621295a\",\n            \"tax_type_id\": \"8acd5790-67ae-4e7c-88a0-49b56ef50b0a\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": false,\n            \"id\": \"61f2ef0b-2cbc-45e6-8fe7-23c6e4e7b9dc\"\n          },\n          {\n            \"tax_exempt_code_id\": \"521372c2-d107-4f6c-991d-cdac5621295a\",\n            \"tax_type_id\": \"9f362599-c51b-4687-8071-eab0919b0457\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": false,\n            \"id\": \"cc0e0aea-468d-46b5-9afb-856946f3a629\"\n          }\n        ],\n        \"mandatory_remarks\": false,\n        \"tax_types\": [\n          {\n            \"name\": \"STATE GOODS AND SERVICE TAX\",\n            \"code\": \"SGST\",\n            \"active\": true,\n            \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n            \"floating\": false,\n            \"surcharge\": false,\n            \"use_base_amount_in_floating_tax_calculation\": false,\n            \"id\": \"0cfd3b61-d3e9-4697-8c6e-566aee1ec982\",\n            \"created_at\": \"2023-12-18T11:52:45.000Z\",\n            \"updated_at\": \"2025-03-27T09:33:53.000Z\"\n          },\n          {\n            \"name\": \"resort fee\",\n            \"code\": \"RF\",\n            \"active\": true,\n            \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n            \"floating\": false,\n            \"surcharge\": true,\n            \"use_base_amount_in_floating_tax_calculation\": false,\n            \"id\": \"66cecc3e-d52f-4e9c-99a1-f8ed6a4000d4\",\n            \"created_at\": \"2024-07-03T09:24:37.000Z\",\n            \"updated_at\": \"2025-07-01T16:37:59.000Z\"\n          },\n          {\n            \"name\": \"ACCOMODATION TAX\",\n            \"code\": \"AT\",\n            \"active\": true,\n            \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n            \"floating\": true,\n            \"parent_tax_type_id\": \"e8ba8060-d433-4855-b311-6c1b343e6bf9\",\n            \"surcharge\": true,\n            \"use_base_amount_in_floating_tax_calculation\": false,\n            \"id\": \"8acd5790-67ae-4e7c-88a0-49b56ef50b0a\",\n            \"created_at\": \"2025-01-29T13:22:13.000Z\",\n            \"updated_at\": \"2025-11-03T10:33:16.000Z\"\n          },\n          {\n            \"name\": \"Pass Through Fee\",\n            \"code\": \"Fee\",\n            \"active\": true,\n            \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n            \"floating\": false,\n            \"surcharge\": true,\n            \"use_base_amount_in_floating_tax_calculation\": false,\n            \"id\": \"46a62eed-6fc7-4eb6-b05e-7e48f3fe31bc\",\n            \"created_at\": \"2024-07-22T23:44:40.000Z\",\n            \"updated_at\": \"2025-08-25T07:51:34.000Z\"\n          },\n          {\n            \"name\": \"CITY GOODS AND SERVICE TAX\",\n            \"code\": \"CGST\",\n            \"active\": true,\n            \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n            \"floating\": false,\n            \"surcharge\": false,\n            \"use_base_amount_in_floating_tax_calculation\": false,\n            \"id\": \"9f362599-c51b-4687-8071-eab0919b0457\",\n            \"created_at\": \"2023-12-18T11:51:23.000Z\",\n            \"updated_at\": \"2025-02-11T09:53:56.000Z\"\n          }\n        ]\n      },\n      {\n        \"id\": \"0192b204-ab67-4388-afb8-937e87428922\",\n        \"name\": \"ONE\",\n        \"code\": \"nm\",\n        \"active\": true,\n        \"tax_exempt_code_extra_fields\": [],\n        \"schedules\": [\n          {\n            \"tax_exempt_code_id\": \"0192b204-ab67-4388-afb8-937e87428922\",\n            \"tax_type_id\": \"46a62eed-6fc7-4eb6-b05e-7e48f3fe31bc\",\n            \"schedule_exemption_days\": 0,\n            \"apply_forward\": false,\n            \"id\": \"3fe551d7-60d4-4789-8eb6-857fad81d955\"\n          }\n        ],\n        \"mandatory_remarks\": false,\n        \"tax_types\": [\n          {\n            \"name\": \"Pass Through Fee\",\n            \"code\": \"Fee\",\n            \"active\": true,\n            \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n            \"floating\": false,\n            \"surcharge\": true,\n            \"use_base_amount_in_floating_tax_calculation\": false,\n            \"id\": \"46a62eed-6fc7-4eb6-b05e-7e48f3fe31bc\",\n            \"created_at\": \"2024-07-22T23:44:40.000Z\",\n            \"updated_at\": \"2025-08-25T07:51:34.000Z\"\n          }\n        ]\n      }\n    ],\n    \"refund_codes\": [\n      {\n        \"id\": \"100d20d0-d6c1-41ce-999d-37a0b03a0e05\",\n        \"name\": \"DEFAULT\",\n        \"code\": \"DEFAULT\",\n        \"active\": true\n      },\n      {\n        \"id\": \"789f0cdf-8ca8-421d-b259-319c61201313\",\n        \"name\": \"DISCOUNT\",\n        \"code\": \"DISC\",\n        \"active\": true\n      },\n      {\n        \"id\": \"926ba309-7aa8-4866-87a3-0798d6ebb34c\",\n        \"name\": \"CUSTOMER SATISFACTION\",\n        \"code\": \"CUSTSAT\",\n        \"active\": true\n      },\n      {\n        \"id\": \"9e341f09-6b80-40ab-a0e8-3e603edd9bde\",\n        \"name\": \"PRICE OVERRIDE\",\n        \"code\": \"OVRD\",\n        \"active\": true\n      }\n    ],\n    \"room_types\": [\n      {\n        \"room_type_name\": \"Business Class\",\n        \"room_type_code\": \"BC\",\n        \"is_active\": true,\n        \"bed_count\": 1,\n        \"is_smoking\": false,\n        \"is_accessible\": false,\n        \"base_people\": 0,\n        \"max_people\": 8,\n        \"include_in_inventory\": true\n      },\n      {\n        \"room_type_name\": \"King\",\n        \"room_type_code\": \"KNG\",\n        \"description\": \"Room with King type bed\",\n        \"is_active\": true,\n        \"bed_count\": 1,\n        \"is_smoking\": false,\n        \"is_accessible\": false,\n        \"additional_details\": \"A king type room is a hotel room that features a king-size bed, which is the largest standard bed available. These rooms are suitable for one or more people and are often larger than standard rooms, sometimes with added amenities.\",\n        \"base_people\": 0,\n        \"max_people\": 5,\n        \"include_in_inventory\": true\n      },\n      {\n        \"room_type_name\": \"Deluxe Room\",\n        \"room_type_code\": \"DXR\",\n        \"is_active\": true,\n        \"bed_count\": 1,\n        \"is_smoking\": false,\n        \"is_accessible\": false,\n        \"base_people\": 0,\n        \"max_people\": 3,\n        \"include_in_inventory\": true\n      },\n      {\n        \"room_type_name\": \"Honeymoon suites\",\n        \"room_type_code\": \"HS\",\n        \"is_active\": true,\n        \"bed_count\": 1,\n        \"is_smoking\": false,\n        \"is_accessible\": false,\n        \"base_people\": 0,\n        \"max_people\": 2,\n        \"include_in_inventory\": true\n      },\n      {\n        \"room_type_name\": \"Sea View\",\n        \"room_type_code\": \"SV\",\n        \"is_active\": true,\n        \"bed_count\": 1,\n        \"is_smoking\": false,\n        \"is_accessible\": false,\n        \"base_people\": 0,\n        \"max_people\": 5,\n        \"include_in_inventory\": true\n      },\n      {\n        \"room_type_name\": \"Presidential Suite\",\n        \"room_type_code\": \"PRES\",\n        \"is_active\": true,\n        \"bed_count\": 1,\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\": \"Child Room type 1\",\n        \"room_type_code\": \"CRT1\",\n        \"is_active\": true,\n        \"bed_count\": 1,\n        \"is_smoking\": false,\n        \"is_accessible\": false,\n        \"base_people\": 1,\n        \"max_people\": 4,\n        \"include_in_inventory\": false\n      },\n      {\n        \"room_type_name\": \"Queen\",\n        \"room_type_code\": \"QN\",\n        \"is_active\": true,\n        \"bed_count\": 1,\n        \"is_smoking\": false,\n        \"is_accessible\": false,\n        \"base_people\": 4,\n        \"max_people\": 5,\n        \"include_in_inventory\": true\n      }\n    ],\n    \"adjustment_codes\": [\n      {\n        \"id\": \"a7374cdd-3f2f-4957-9d91-0a13adfcc529\",\n        \"name\": \"TROUT\",\n        \"code\": \"TROUT\",\n        \"active\": true,\n        \"is_default\": false,\n        \"allow_adjustment_up\": false\n      },\n      {\n        \"id\": \"98a8f511-2114-4563-8357-9d0aadc2def2\",\n        \"name\": \"Local Marketing Coupon\",\n        \"code\": \"937\",\n        \"active\": true,\n        \"is_default\": false,\n        \"allow_adjustment_up\": false\n      },\n      {\n        \"id\": \"742d0a25-3792-45bc-814a-33752a9cf6c2\",\n        \"name\": \"Hospitality Adjustments\",\n        \"code\": \"932\",\n        \"active\": true,\n        \"is_default\": false,\n        \"allow_adjustment_up\": true\n      },\n      {\n        \"id\": \"e683ad65-45df-4969-be3a-20a7dd19cce1\",\n        \"name\": \"CORRECTION\",\n        \"code\": \"COR\",\n        \"active\": true,\n        \"is_default\": true,\n        \"allow_adjustment_up\": true\n      },\n      {\n        \"id\": \"53684dba-c17f-4ae5-b78c-dba027536cd9\",\n        \"name\": \"SERVICE RECOVERY\",\n        \"code\": \"SERV\",\n        \"active\": true,\n        \"is_default\": false,\n        \"allow_adjustment_up\": true\n      }\n    ],\n    \"sources\": [\n      {\n        \"id\": \"06636dfe-2222-4386-bd29-0cf0de9be931\",\n        \"name\": \"WALK IN\",\n        \"code\": \"WIN\",\n        \"suppress_rates\": true,\n        \"allow_changes\": true,\n        \"active\": true,\n        \"tax_exemption\": true,\n        \"is_external\": false,\n        \"default\": true\n      },\n      {\n        \"id\": \"0c10522c-887b-4fde-a97c-3d7a1a723202\",\n        \"name\": \"Forced\",\n        \"code\": \"Forced\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": true,\n        \"tax_exemption\": false,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"33c63e15-aa1a-4f25-b431-c435f09faa4e\",\n        \"name\": \"Email\",\n        \"code\": \"Email\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": false,\n        \"tax_exemption\": false,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"3b638417-b2ee-471b-a897-a27b6452afa1\",\n        \"name\": \"Phone\",\n        \"code\": \"Phone\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": false,\n        \"tax_exemption\": false,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"3ccfe94c-80e2-4487-bb75-9a9a2587d3a3\",\n        \"name\": \"BHC\",\n        \"code\": \"BHC\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": false,\n        \"tax_exemption\": false,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"938602db-b9e9-488b-93e0-2c6e60554327\",\n        \"name\": \"COMP\",\n        \"code\": \"NOTAVAILABLE\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": false,\n        \"tax_exemption\": false,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"a22ea993-ad47-45b7-b009-81775fe87369\",\n        \"name\": \"Call Center\",\n        \"code\": \"CC\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": true,\n        \"tax_exemption\": false,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"a4632d1a-5e8e-4b21-85fe-ca87c39a31b3\",\n        \"name\": \"AGODA\",\n        \"code\": \"AGODA\",\n        \"suppress_rates\": false,\n        \"allow_changes\": false,\n        \"active\": false,\n        \"tax_exemption\": false,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"c53ad410-6c9f-453e-b2d0-557bdabfdd21\",\n        \"name\": \"HK Call Center\",\n        \"code\": \"HKCRO\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": true,\n        \"tax_exemption\": false,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"e5766bf1-4a40-4c9e-b37c-e6e49a203a06\",\n        \"name\": \"Website\",\n        \"code\": \"WEB\",\n        \"suppress_rates\": false,\n        \"allow_changes\": true,\n        \"active\": true,\n        \"tax_exemption\": false,\n        \"is_external\": false,\n        \"default\": false\n      },\n      {\n        \"id\": \"ee52e87c-7d2f-4e63-ab5b-2f2906a2a657\",\n        \"name\": \"EXTERNAL\",\n        \"code\": \"EXTERNAL\",\n        \"suppress_rates\": false,\n        \"allow_changes\": false,\n        \"active\": false,\n        \"tax_exemption\": false,\n        \"is_external\": false,\n        \"default\": false\n      }\n    ],\n    \"payment_types\": [\n      {\n        \"id\": \"e0d6f83f-64b1-404c-b5e2-39329b631943\",\n        \"name\": \"GOOGLE PAY\",\n        \"code\": \"GPAY\",\n        \"refund_allowed\": true,\n        \"active\": true\n      },\n      {\n        \"id\": \"7425fbcd-950e-40e0-b61c-c75378fa593d\",\n        \"name\": \"Split Payment 1\",\n        \"code\": \"SP1\",\n        \"refund_allowed\": true,\n        \"active\": true\n      },\n      {\n        \"id\": \"8c623ad1-79e5-401f-9bb3-cafd78a47460\",\n        \"name\": \"CASH\",\n        \"code\": \"CASH\",\n        \"refund_allowed\": true,\n        \"active\": true\n      },\n      {\n        \"id\": \"5c9e9397-f5e5-449c-9d0b-9f9e8410eabe\",\n        \"name\": \"CREDIT CARD\",\n        \"code\": \"FPCC\",\n        \"refund_allowed\": true,\n        \"active\": true\n      },\n      {\n        \"id\": \"2322dc69-6cd0-4966-82ef-be1de7cbdd3e\",\n        \"name\": \"EXTCC\",\n        \"code\": \"EXTCCV\",\n        \"refund_allowed\": true,\n        \"active\": true\n      },\n      {\n        \"id\": \"a3ac15f2-fc40-4c71-94c1-dea2a9aec918\",\n        \"name\": \"EXTCC\",\n        \"code\": \"EXTCC\",\n        \"refund_allowed\": true,\n        \"active\": true\n      },\n      {\n        \"id\": \"77acd0d9-e560-48d8-8d9f-2659a74eca27\",\n        \"name\": \"BILL TO COMPANY\",\n        \"code\": \"LDB\",\n        \"refund_allowed\": true,\n        \"active\": true\n      },\n      {\n        \"id\": \"6443b57c-6162-42a1-a5aa-db24e9d1e7fd\",\n        \"name\": \"BFP\",\n        \"code\": \"BFP\",\n        \"refund_allowed\": true,\n        \"active\": true\n      }\n    ],\n    \"business_start_date\": \"2023-12-18T00:00:00.000Z\",\n    \"cancellation_policy\": \"Cancellations made more than 72 hours prior for the scheduled check-in date will be eligible for a full refund.\\nCancellations made within 72 hours of the scheduled check-in date will incur a one-night charge.\",\n    \"minimum_check_in_age\": 18,\n    \"is_active\": true,\n    \"auto_cancellation\": true,\n    \"auto_no_show\": true,\n    \"rate_plan\": [\n      {\n        \"id\": \"a35d133d-0cc5-42cd-8a58-ce3121ec9b9f\",\n        \"name\": \"Sweeten the Stay\",\n        \"code\": \"STS\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"booking_lead_days\": 0,\n        \"deposit_required\": false,\n        \"is_company_rate_code\": true,\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\": \"Website\",\n            \"code\": \"WEB\"\n          },\n          {\n            \"name\": \"Call Center\",\n            \"code\": \"CC\"\n          },\n          {\n            \"name\": \"HK Call Center\",\n            \"code\": \"HKCRO\"\n          }\n        ],\n        \"room_type\": [\n          \"KNG\",\n          \"PRES\"\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      },\n      {\n        \"id\": \"83c2e553-b4b9-4e88-97e0-71fe921b1c12\",\n        \"name\": \"Test\",\n        \"code\": \"99999\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2024-11-17T00:00:00.000Z\",\n        \"sale_end_date\": \"2024-11-18T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"WALK IN\",\n            \"code\": \"WIN\"\n          }\n        ],\n        \"room_type\": [\n          \"KNG\",\n          \"SV\",\n          \"BC\",\n          \"PRES\",\n          \"DXR\",\n          \"HS\",\n          \"QN\"\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\": \"df042f14-45e1-4edc-adc0-fb6be203f42f\",\n        \"name\": \"BEST AVAILABLE RATE\",\n        \"code\": \"BAR\",\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\": true,\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\": \"Call Center\",\n            \"code\": \"CC\"\n          }\n        ],\n        \"room_type\": [\n          \"KNG\",\n          \"PRES\",\n          \"QN\"\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\": \"b92ca655-d623-4896-84ad-b11c23f79534\",\n        \"name\": \"Suite ST\",\n        \"code\": \"SST\",\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\": \"Website\",\n            \"code\": \"WEB\"\n          },\n          {\n            \"name\": \"Call Center\",\n            \"code\": \"CC\"\n          }\n        ],\n        \"room_type\": [\n          \"DXR\"\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\": \"987e3e8c-e436-4739-ae71-5226b74d1553\",\n        \"name\": \"satvik\",\n        \"code\": \"009\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-11-13T00:00:00.000Z\",\n        \"sale_end_date\": \"2028-11-17T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"KNG\"\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\": \"cd609036-70e6-47fd-b68f-764bf8b54120\",\n        \"name\": \"GROUP MASTER\",\n        \"code\": \"GRP\",\n        \"minimum_stay_length\": 1,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2023-12-20T00:00:00.000Z\",\n        \"sale_end_date\": \"2023-12-21T00: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\": 9999,\n        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"WALK IN\",\n            \"code\": \"WIN\"\n          }\n        ],\n        \"room_type\": [\n          \"QN\",\n          \"PRES\",\n          \"KNG\"\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\": \"8934759a-f6eb-4130-a00e-798a8157c493\",\n        \"name\": \"Aug\",\n        \"code\": \"Aug\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2025-01-05T00:00:00.000Z\",\n        \"sale_end_date\": \"2025-01-08T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"WALK IN\",\n            \"code\": \"WIN\"\n          }\n        ],\n        \"room_type\": [\n          \"QN\"\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\": \"b5c87527-ae25-4f8a-ba46-7657b9762829\",\n        \"name\": \"AdiChau\",\n        \"code\": \"8800\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-11-23T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-11-27T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"SV\"\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\": \"d04d9b99-289e-48b4-80ee-3df0e0ad3266\",\n        \"name\": \"Sunder\",\n        \"code\": \"0004\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-12-28T00:00:00.000Z\",\n        \"sale_end_date\": \"2028-01-03T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"QN\"\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\": \"2deecb72-979e-4ab6-9a0f-f2adc461bfc9\",\n        \"name\": \"ANAND GROUP\",\n        \"code\": \"997\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-11-13T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-11-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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"KNG\"\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\": \"df235b1d-d0cc-4043-a471-ceb238ce4f3f\",\n        \"name\": \"Govind\",\n        \"code\": \"4450\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-11-15T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-11-16T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"SV\"\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\": \"e6b3e72a-5048-4b0e-97dd-40d7444859fb\",\n        \"name\": \"hero\",\n        \"code\": \"3355\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-12-02T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-12-03T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"Call Center\",\n            \"code\": \"CC\"\n          }\n        ],\n        \"room_type\": [\n          \"SV\"\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\": \"f3b61905-a6c5-4d29-bdf8-ca5048612308\",\n        \"name\": \"Govind\",\n        \"code\": \"5599\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2028-05-12T00:00:00.000Z\",\n        \"sale_end_date\": \"2028-05-15T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"Call Center\",\n            \"code\": \"CC\"\n          }\n        ],\n        \"room_type\": [\n          \"SV\"\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\": \"93f6609f-bb00-4d7d-83c8-3c2c647dea04\",\n        \"name\": \"Sunder\",\n        \"code\": \"9977\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-11-15T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-11-16T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"Call Center\",\n            \"code\": \"CC\"\n          }\n        ],\n        \"room_type\": [\n          \"SV\"\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\": \"dfb693ec-a119-4783-a22e-63af9ebdaee8\",\n        \"name\": \"bhama\",\n        \"code\": \"44550\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-12-05T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-12-11T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"HK Call Center\",\n            \"code\": \"HKCRO\"\n          }\n        ],\n        \"room_type\": [\n          \"SV\"\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\": \"1b0cb1de-ba19-43b4-a5b6-d1b6aa8004e2\",\n        \"name\": \"AYU\",\n        \"code\": \"AYU\",\n        \"minimum_stay_length\": 1,\n        \"maximum_stay_length\": 365,\n        \"parent_rate_code\": \"dc29981c-1fdb-48e0-9a9f-d858a2bf974d\",\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        \"room_type\": [\n          \"HS\",\n          \"QN\",\n          \"DXR\",\n          \"PRES\",\n          \"KNG\",\n          \"SV\",\n          \"BC\"\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      },\n      {\n        \"id\": \"1c44b12d-a3d7-4421-a2be-af7536bd4141\",\n        \"name\": \"BLUE\",\n        \"code\": \"44000\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2028-05-18T00:00:00.000Z\",\n        \"sale_end_date\": \"2028-05-24T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"SV\"\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\": \"fdf28d79-d726-4a46-a798-cebb625a6718\",\n        \"name\": \"vvian\",\n        \"code\": \"7722\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-11-18T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-11-24T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"SV\"\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\": \"0017556d-5bef-4e4e-b8e2-7c1a6f1f936c\",\n        \"name\": \"Sunder\",\n        \"code\": \"0097\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-11-13T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-11-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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"SV\"\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\": \"dccd6c2f-f6d9-48ce-a1cc-63f14d1c9dc3\",\n        \"name\": \"JJO\",\n        \"code\": \"4477\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-12-28T00:00:00.000Z\",\n        \"sale_end_date\": \"2028-01-03T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"KNG\"\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\": \"d0da2860-09f1-4542-8142-5a8f5469841d\",\n        \"name\": \"latestactivate\",\n        \"code\": \"latestactivate\",\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\": \"Forced\",\n            \"code\": \"Forced\"\n          },\n          {\n            \"name\": \"Website\",\n            \"code\": \"WEB\"\n          },\n          {\n            \"name\": \"Call Center\",\n            \"code\": \"CC\"\n          }\n        ],\n        \"room_type\": [\n          \"BC\"\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\": \"0d7f7ae8-99e5-432b-a463-379253a02f00\",\n        \"name\": \"ABCD\",\n        \"code\": \"ABCD\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 0,\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\": \"Forced\",\n            \"code\": \"Forced\"\n          },\n          {\n            \"name\": \"WALK IN\",\n            \"code\": \"WIN\"\n          },\n          {\n            \"name\": \"Website\",\n            \"code\": \"WEB\"\n          },\n          {\n            \"name\": \"Call Center\",\n            \"code\": \"CC\"\n          }\n        ],\n        \"room_type\": [\n          \"PRES\",\n          \"SV\",\n          \"BC\",\n          \"DXR\",\n          \"CRT1\",\n          \"KNG\",\n          \"HS\",\n          \"QN\"\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\": \"7771f290-2539-4975-834e-13a3b7b07aae\",\n        \"name\": \"Honors Discount\",\n        \"code\": \"HON\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 0,\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        \"room_type\": [\n          \"QN\",\n          \"PRES\",\n          \"KNG\",\n          \"HS\",\n          \"DXR\",\n          \"BC\",\n          \"SV\"\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\": \"406f665b-4722-4033-858d-574f0b3e6dbc\",\n        \"name\": \"ttyy\",\n        \"code\": \"9903\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2028-05-12T00:00:00.000Z\",\n        \"sale_end_date\": \"2028-05-15T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"SV\"\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\": \"42395041-40ce-4648-976b-1689ac4b678d\",\n        \"name\": \"ADITI\",\n        \"code\": \"7780\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-12-01T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-12-02T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"HK Call Center\",\n            \"code\": \"HKCRO\"\n          }\n        ],\n        \"room_type\": [\n          \"SV\"\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\": \"dce7d3e7-369c-428a-8d17-79586e523be3\",\n        \"name\": \"Test1\",\n        \"code\": \"7870\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2028-05-12T00:00:00.000Z\",\n        \"sale_end_date\": \"2028-05-15T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"SV\"\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\": \"210139cd-7439-4c4f-8066-2a203a242b40\",\n        \"name\": \"Rate 2\",\n        \"code\": \"LV1\",\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\": true,\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\": \"3cadffa6-ff61-4b18-a94f-e28860a514f7\",\n        \"source\": [\n          {\n            \"name\": \"WALK IN\",\n            \"code\": \"WIN\"\n          }\n        ],\n        \"room_type\": [\n          \"SV\",\n          \"PRES\",\n          \"HS\",\n          \"QN\",\n          \"DXR\",\n          \"BC\",\n          \"KNG\"\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\": \"8c34c2f7-9d40-4fd8-a01e-77de370ab0bc\",\n        \"name\": \"dhak \",\n        \"code\": \"kashar\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2028-05-18T00:00:00.000Z\",\n        \"sale_end_date\": \"2028-05-22T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"SV\"\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\": \"5ca52da6-c48b-403c-8553-4c370265b66d\",\n        \"name\": \"BEST RATE1\",\n        \"code\": \"BESTRATE1\",\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        \"room_type\": [\n          \"PRES\",\n          \"QN\",\n          \"KNG\"\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\": \"5dc8521f-af86-4307-8049-6d9c6e363dcf\",\n        \"name\": \"raghv\",\n        \"code\": \"0022\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-11-16T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-11-17T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"SV\"\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\": \"dc29981c-1fdb-48e0-9a9f-d858a2bf974d\",\n        \"name\": \"Exclusive\",\n        \"code\": \"EXC\",\n        \"minimum_stay_length\": 1,\n        \"maximum_stay_length\": 9999,\n        \"booking_lead_days\": 5,\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        \"cancellation_policy\": \"02cf4985-78c5-4e60-936a-adb0081a731d\",\n        \"source\": [\n          {\n            \"name\": \"WALK IN\",\n            \"code\": \"WIN\"\n          }\n        ],\n        \"room_type\": [\n          \"SV\",\n          \"HS\",\n          \"PRES\",\n          \"QN\",\n          \"BC\",\n          \"KNG\",\n          \"DXR\"\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\": true\n      },\n      {\n        \"id\": \"f283f6b5-836e-4aac-922b-945b826ec06e\",\n        \"name\": \"COMP\",\n        \"code\": \"COMP\",\n        \"minimum_stay_length\": 1,\n        \"maximum_stay_length\": 365,\n        \"parent_rate_code\": \"df042f14-45e1-4edc-adc0-fb6be203f42f\",\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\": \"Forced\",\n            \"code\": \"Forced\"\n          },\n          {\n            \"name\": \"WALK IN\",\n            \"code\": \"WIN\"\n          },\n          {\n            \"name\": \"Website\",\n            \"code\": \"WEB\"\n          },\n          {\n            \"name\": \"Call Center\",\n            \"code\": \"CC\"\n          }\n        ],\n        \"room_type\": [\n          \"PRES\",\n          \"KNG\",\n          \"QN\"\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      },\n      {\n        \"id\": \"d59b5d32-d56d-45b1-b873-98324ba18d56\",\n        \"name\": \"package\",\n        \"code\": \"pkg\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-07-19T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-07-20T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"WALK IN\",\n            \"code\": \"WIN\"\n          }\n        ],\n        \"room_type\": [\n          \"SV\"\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\": \"05347721-803a-4748-9001-d020683ee249\",\n        \"name\": \"ANAND GROUP\",\n        \"code\": \"5555\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-11-23T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-11-30T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"SV\"\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\": \"24312949-1da5-4fc2-bb4b-7d64ed89f6d6\",\n        \"name\": \"Last-Minute Discount\",\n        \"code\": \"LMD\",\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\": 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        \"room_type\": [\n          \"HS\",\n          \"DXR\",\n          \"KNG\",\n          \"PRES\",\n          \"BC\",\n          \"SV\",\n          \"QN\"\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\": \"7cfe36f6-a9b1-4ff9-ab45-4d074afef6e5\",\n        \"name\": \"satvik\",\n        \"code\": \"7799\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-12-31T00:00:00.000Z\",\n        \"sale_end_date\": \"2028-01-02T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"HS\"\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\": \"c2218362-ec52-4bd4-9abd-79a52b0e7026\",\n        \"name\": \"SRPRATES\",\n        \"code\": \"SRP\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-06-12T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-06-13T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"BC\"\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\": \"adc83b69-6f64-4586-90a7-10f416bd7e2b\",\n        \"name\": \"abcd\",\n        \"code\": \"abcd\",\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        \"room_type\": [\n          \"SV\",\n          \"HS\",\n          \"BC\",\n          \"QN\",\n          \"KNG\",\n          \"DXR\",\n          \"PRES\"\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\": \"a4be1337-60a4-4773-8edd-0acb30b8f805\",\n        \"name\": \"Test1\",\n        \"code\": \"0006\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2028-05-07T00:00:00.000Z\",\n        \"sale_end_date\": \"2028-08-12T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"HK Call Center\",\n            \"code\": \"HKCRO\"\n          }\n        ],\n        \"room_type\": [\n          \"SV\"\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\": \"2be6a2d1-b2b4-4656-94c4-9d8edc5f9b7a\",\n        \"name\": \"RAMYA\",\n        \"code\": \"12345\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-12-03T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-12-04T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"Call Center\",\n            \"code\": \"CC\"\n          }\n        ],\n        \"room_type\": [\n          \"SV\"\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\": \"651329d5-8cb9-4589-b1ea-93f94630fcdf\",\n        \"name\": \"HOUSE\",\n        \"code\": \"HOUSE\",\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        \"room_type\": [],\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\": \"9ca179fc-0452-4839-baf4-e421013adccf\",\n        \"name\": \"Annual Plan\",\n        \"code\": \"AP\",\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\": \"Forced\",\n            \"code\": \"Forced\"\n          },\n          {\n            \"name\": \"WALK IN\",\n            \"code\": \"WIN\"\n          },\n          {\n            \"name\": \"Website\",\n            \"code\": \"WEB\"\n          },\n          {\n            \"name\": \"Call Center\",\n            \"code\": \"CC\"\n          }\n        ],\n        \"room_type\": [\n          \"DXR\"\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\": \"66723c38-e0bd-4c23-a5bc-611e85d7273f\",\n        \"name\": \"odia\",\n        \"code\": \"2200\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2028-05-18T00:00:00.000Z\",\n        \"sale_end_date\": \"2028-05-22T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [],\n        \"room_type\": [\n          \"SV\"\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\": \"656456e0-c553-4f56-b2cb-e93b3ba24207\",\n        \"name\": \"LV0\",\n        \"code\": \"LV0\",\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\": 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        \"room_type\": [\n          \"PRES\",\n          \"QN\",\n          \"KNG\"\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\": \"4ace1ad5-6796-4a8e-bd66-17cf162e9bd9\",\n        \"name\": \"SRPNEW\",\n        \"code\": \"NSRP\",\n        \"minimum_stay_length\": 0,\n        \"maximum_stay_length\": 365,\n        \"sale_start_date\": \"2027-06-17T00:00:00.000Z\",\n        \"sale_end_date\": \"2027-06-18T00: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        \"commission_type\": \"AMOUNT\",\n        \"commission_value\": 0,\n        \"source\": [\n          {\n            \"name\": \"Website\",\n            \"code\": \"WEB\"\n          }\n        ],\n        \"room_type\": [\n          \"BC\"\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\": \"1fffa79d-b8f4-4f97-b3db-960e0084b218\",\n        \"name\": \"Accentra Strategies\",\n        \"code\": \"AS\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-07-16T09:54:13.000Z\",\n        \"updated_at\": \"2025-07-16T09:54:37.000Z\"\n      },\n      {\n        \"id\": \"2a58558c-edb1-4c9a-94c9-7810271fdf68\",\n        \"name\": \"AR  Aging\",\n        \"code\": \"AGING\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postal\": \"90005\",\n        \"country\": \"US\",\n        \"email\": \"test.aging@gmail.com\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-05-27T07:24:56.000Z\",\n        \"updated_at\": \"2025-06-24T11:33:01.000Z\"\n      },\n      {\n        \"id\": \"3444cb18-aa5b-4471-b78c-fbec97f4c162\",\n        \"name\": \"Test1\",\n        \"code\": \"Test1\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-06-22T12:59:24.000Z\",\n        \"updated_at\": \"2025-06-22T12:59:24.000Z\"\n      },\n      {\n        \"id\": \"4071427b-2c54-4091-83ae-e7f8fd746c27\",\n        \"name\": \"BA TEST\",\n        \"code\": \"BA01\",\n        \"address\": \"TESTING\",\n        \"city\": \"Jaipur\",\n        \"state\": \"RJ\",\n        \"postal\": \"302001\",\n        \"country\": \"IN\",\n        \"phone\": \"+9121345678901\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-06-25T17:09:46.000Z\",\n        \"updated_at\": \"2025-06-25T17:10:19.000Z\"\n      },\n      {\n        \"id\": \"50486214-0ea8-437e-a0a9-ad5809213f39\",\n        \"name\": \"nasjdifs\",\n        \"code\": \"jbash\",\n        \"address\": \"asfsda\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-06-25T17:19:18.000Z\",\n        \"updated_at\": \"2025-06-25T17:19:23.000Z\"\n      },\n      {\n        \"id\": \"552cdeae-c506-4516-849b-07fb50d87242\",\n        \"name\": \"Intel\",\n        \"code\": \"INT\",\n        \"address\": \"Texas\",\n        \"city\": \"Katy gds\",\n        \"state\": \"TX\",\n        \"postal\": \"77494\",\n        \"country\": \"US\",\n        \"account_first_name\": \"IN\",\n        \"account_last_name\": \"TEL\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2023-12-22T06:56:40.000Z\",\n        \"updated_at\": \"2025-10-16T15:27:36.000Z\"\n      },\n      {\n        \"id\": \"65250fc2-4a1a-478d-9aae-99dfd5676944\",\n        \"name\": \"Ayu\",\n        \"code\": \"AK\",\n        \"address\": \"Central Park\",\n        \"city\": \"Edna Bay\",\n        \"state\": \"AK\",\n        \"postal\": \"99950\",\n        \"country\": \"US\",\n        \"account_first_name\": \"A\",\n        \"account_last_name\": \"K\",\n        \"phone\": \"+18143515964\",\n        \"email\": \"ak@gmail.com\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2023-12-21T08:41:14.000Z\",\n        \"updated_at\": \"2025-08-14T13:49:16.000Z\"\n      },\n      {\n        \"id\": \"7734a374-d57f-4e96-a7c5-468475cd9f82\",\n        \"name\": \"Mega Ventures\",\n        \"code\": \"MV\",\n        \"city\": \"NYC\",\n        \"postal\": \"300012\",\n        \"country\": \"US\",\n        \"email\": \"\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2024-08-20T19:57:01.000Z\",\n        \"updated_at\": \"2025-08-05T09:29:41.000Z\"\n      },\n      {\n        \"id\": \"899ff874-2703-4aa1-80dd-da1fc4b703ca\",\n        \"name\": \"Company Test\",\n        \"code\": \"CC01\",\n        \"address\": \"Test Address\",\n        \"city\": \"Jaipur\",\n        \"state\": \"RJ\",\n        \"postal\": \"302001\",\n        \"country\": \"IN\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-06-13T17:34:20.000Z\",\n        \"updated_at\": \"2025-06-13T17:36:46.000Z\"\n      },\n      {\n        \"id\": \"8fb9ef24-e983-41c4-8e28-c3d6007733d5\",\n        \"name\": \"re\",\n        \"code\": \"re\",\n        \"address\": \"re\",\n        \"city\": \"Carrollton\",\n        \"state\": \"TX\",\n        \"postal\": \"75007\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-10-06T19:04:23.000Z\",\n        \"updated_at\": \"2025-10-06T19:04:45.000Z\"\n      },\n      {\n        \"id\": \"9aeb16d2-b6d8-48e0-bb86-44ca340dc54e\",\n        \"name\": \"Pournima AR test\",\n        \"code\": \"POU\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-11-03T21:11:55.000Z\",\n        \"updated_at\": \"2025-11-03T21:14:43.000Z\"\n      },\n      {\n        \"id\": \"9f72824f-9b75-4b67-b81e-5eb5eb7adca5\",\n        \"name\": \"D&amp;J\",\n        \"code\": \"DJ\",\n        \"address\": \"death valley texas\",\n        \"city\": \"Katy test 4\",\n        \"state\": \"TX\",\n        \"postal\": \"77494\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2023-12-22T13:25:17.000Z\",\n        \"updated_at\": \"2025-10-20T17:21:06.000Z\"\n      },\n      {\n        \"id\": \"a2372fa1-c8e0-4001-8a61-60c45447f38f\",\n        \"name\": \"ABC\",\n        \"code\": \"ABC\",\n        \"city\": \"City \",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2024-07-30T08:14:53.000Z\",\n        \"updated_at\": \"2025-10-20T17:14:19.000Z\"\n      },\n      {\n        \"id\": \"c70056b5-26e7-4223-8375-ede9eaac2ea1\",\n        \"name\": \"Test Group Guest FolioGroup Guest FolioGroup Guest FolioGroup Guest FolioGroup Guest FolioGroup Guest FolioGroup Guest Folio\",\n        \"code\": \"ht\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2024-12-19T16:36:08.000Z\",\n        \"updated_at\": \"2025-07-31T10:04:50.000Z\"\n      },\n      {\n        \"id\": \"c97a154c-bdcd-456b-9ce6-db0ef529af21\",\n        \"name\": \"TTT\",\n        \"code\": \"Test\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-07-25T21:48:06.000Z\",\n        \"updated_at\": \"2025-07-25T21:48:16.000Z\"\n      },\n      {\n        \"id\": \"cb5d2c61-bceb-4dde-a21d-59349052b616\",\n        \"name\": \"SHIRAI RYU\",\n        \"code\": \"SCORP\",\n        \"address\": \"dfdfdf\",\n        \"city\": \"Los Angeles County\",\n        \"state\": \"CA\",\n        \"postal\": \"90001\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2024-06-28T07:19:12.000Z\",\n        \"updated_at\": \"2025-01-23T11:04:28.000Z\"\n      },\n      {\n        \"id\": \"e1c80dde-6c83-41b1-a502-13f16d81bb83\",\n        \"name\": \"Accord Edge Advisors\",\n        \"code\": \"AEA\",\n        \"country\": \"US\",\n        \"status\": \"ACTIVE\",\n        \"created_at\": \"2025-07-16T09:55:11.000Z\",\n        \"updated_at\": \"2025-07-16T09:55:36.000Z\"\n      }\n    ],\n    \"tax_rules\": [\n      {\n        \"tax_type_name\": \"STATE GOODS AND SERVICE TAX\",\n        \"tax_type_code\": \"SGST\",\n        \"tax_period\": [\n          {\n            \"percentage\": 20,\n            \"tax_type\": \"0cfd3b61-d3e9-4697-8c6e-566aee1ec982\",\n            \"start_date\": \"2023-12-18T00:00:00.000Z\",\n            \"end_date\": \"2079-12-18T00:00:00.000Z\"\n          }\n        ],\n        \"floating\": false,\n        \"fee\": false,\n        \"active\": true\n      },\n      {\n        \"tax_type_name\": \"Pass Through Fee\",\n        \"tax_type_code\": \"Fee\",\n        \"tax_period\": [\n          {\n            \"percentage\": 5,\n            \"tax_type\": \"46a62eed-6fc7-4eb6-b05e-7e48f3fe31bc\",\n            \"start_date\": \"2024-05-15T00:00:00.000Z\",\n            \"end_date\": \"2028-09-14T00:00:00.000Z\"\n          }\n        ],\n        \"floating\": false,\n        \"fee\": true,\n        \"active\": true\n      },\n      {\n        \"tax_type_name\": \"resort fee\",\n        \"tax_type_code\": \"RF\",\n        \"tax_period\": [\n          {\n            \"tax_value\": 20,\n            \"tax_type\": \"66cecc3e-d52f-4e9c-99a1-f8ed6a4000d4\",\n            \"start_date\": \"2024-05-29T00:00:00.000Z\",\n            \"end_date\": \"2025-01-15T00:00:00.000Z\"\n          },\n          {\n            \"percentage\": 10,\n            \"tax_type\": \"66cecc3e-d52f-4e9c-99a1-f8ed6a4000d4\",\n            \"start_date\": \"2025-05-01T00:00:00.000Z\",\n            \"end_date\": \"2050-03-30T00:00:00.000Z\"\n          }\n        ],\n        \"floating\": false,\n        \"fee\": true,\n        \"active\": true\n      },\n      {\n        \"tax_type_name\": \"ACCOMODATION TAX\",\n        \"tax_type_code\": \"AT\",\n        \"tax_period\": [\n          {\n            \"percentage\": 10,\n            \"tax_type\": \"8acd5790-67ae-4e7c-88a0-49b56ef50b0a\",\n            \"start_date\": \"2025-01-29T00:00:00.000Z\",\n            \"end_date\": \"2030-03-29T00:00:00.000Z\"\n          }\n        ],\n        \"floating\": true,\n        \"fee\": true,\n        \"parent_tax_type_code\": \"VAT10\",\n        \"active\": true\n      },\n      {\n        \"tax_type_name\": \"CITY GOODS AND SERVICE TAX\",\n        \"tax_type_code\": \"CGST\",\n        \"tax_period\": [\n          {\n            \"percentage\": 11.5,\n            \"tax_type\": \"9f362599-c51b-4687-8071-eab0919b0457\",\n            \"start_date\": \"2026-06-09T00:00:00.000Z\",\n            \"end_date\": \"2026-06-10T00:00:00.000Z\"\n          },\n          {\n            \"percentage\": 20,\n            \"tax_type\": \"9f362599-c51b-4687-8071-eab0919b0457\",\n            \"start_date\": \"2026-06-11T00:00:00.000Z\",\n            \"end_date\": \"2026-06-12T00:00:00.000Z\"\n          },\n          {\n            \"percentage\": 30,\n            \"tax_type\": \"9f362599-c51b-4687-8071-eab0919b0457\",\n            \"start_date\": \"2026-06-13T00:00:00.000Z\",\n            \"end_date\": \"2026-06-14T00:00:00.000Z\"\n          }\n        ],\n        \"floating\": false,\n        \"fee\": false,\n        \"active\": true\n      },\n      {\n        \"tax_type_name\": \"0 F.C.appl IVAart.151\",\n        \"tax_type_code\": \"FC1\",\n        \"tax_period\": [\n          {\n            \"percentage\": 0,\n            \"tax_type\": \"bd05391a-d3ca-45fc-9963-78c887a57dea\",\n            \"start_date\": \"2024-01-01T00:00:00.000Z\"\n          }\n        ],\n        \"floating\": false,\n        \"fee\": false,\n        \"active\": false\n      },\n      {\n        \"tax_type_name\": \"0 F.C. appl. IVA art 15\",\n        \"tax_type_code\": \"A15b\",\n        \"tax_period\": [\n          {\n            \"percentage\": 0,\n            \"tax_type\": \"d80f861c-fec7-4774-ad6f-d6b574fd027e\",\n            \"start_date\": \"2024-01-01T00:00:00.000Z\"\n          }\n        ],\n        \"floating\": false,\n        \"fee\": false,\n        \"active\": true\n      },\n      {\n        \"tax_type_name\": \"VAT 10 PCT\",\n        \"tax_type_code\": \"VAT10\",\n        \"tax_period\": [\n          {\n            \"percentage\": 10,\n            \"tax_type\": \"e8ba8060-d433-4855-b311-6c1b343e6bf9\",\n            \"start_date\": \"2024-01-01T00:00:00.000Z\"\n          }\n        ],\n        \"floating\": false,\n        \"fee\": false,\n        \"active\": true\n      }\n    ],\n    \"booking_source_types\": [\n      {\n        \"booking_profile_name\": \"FIND_AND_RESERVE\",\n        \"applicable_booking_source\": [\n          {\n            \"booking_source_name\": \"Call Center\",\n            \"booking_source_code\": \"CC\",\n            \"is_active\": true\n          }\n        ]\n      },\n      {\n        \"booking_profile_name\": \"FRONTDESK_WEB\",\n        \"applicable_booking_source\": [\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\": \"2025-11-05T19:19:58.000Z\",\n      \"end_time\": \"2025-11-05T19:20:55.000Z\",\n      \"status\": \"COMPLETED\"\n    },\n    \"companies\": [\n      {\n        \"name\": \"Pournima AR test\",\n        \"rate_plans\": [],\n        \"company_uid\": \"9aeb16d2-b6d8-48e0-bb86-44ca340dc54e\",\n        \"corp_id\": \"POU\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"Company Test\",\n        \"rate_plans\": [],\n        \"company_uid\": \"899ff874-2703-4aa1-80dd-da1fc4b703ca\",\n        \"corp_id\": \"CC01\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"Accord Edge Advisors\",\n        \"rate_plans\": [],\n        \"company_uid\": \"e1c80dde-6c83-41b1-a502-13f16d81bb83\",\n        \"corp_id\": \"AEA\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"TTT\",\n        \"rate_plans\": [],\n        \"company_uid\": \"c97a154c-bdcd-456b-9ce6-db0ef529af21\",\n        \"corp_id\": \"Test\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"Intel\",\n        \"rate_plans\": [],\n        \"company_uid\": \"552cdeae-c506-4516-849b-07fb50d87242\",\n        \"corp_id\": \"INT\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"Test Group Guest FolioGroup Guest FolioGroup Guest FolioGroup Guest FolioGroup Guest FolioGroup Guest FolioGroup Guest Folio\",\n        \"rate_plans\": [],\n        \"company_uid\": \"c70056b5-26e7-4223-8375-ede9eaac2ea1\",\n        \"corp_id\": \"ht\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"BA TEST\",\n        \"rate_plans\": [],\n        \"company_uid\": \"4071427b-2c54-4091-83ae-e7f8fd746c27\",\n        \"corp_id\": \"BA01\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"Ayu\",\n        \"rate_plans\": [],\n        \"company_uid\": \"65250fc2-4a1a-478d-9aae-99dfd5676944\",\n        \"corp_id\": \"AK\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"SHIRAI RYU\",\n        \"rate_plans\": [],\n        \"company_uid\": \"cb5d2c61-bceb-4dde-a21d-59349052b616\",\n        \"corp_id\": \"SCORP\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"Accentra Strategies\",\n        \"rate_plans\": [],\n        \"company_uid\": \"1fffa79d-b8f4-4f97-b3db-960e0084b218\",\n        \"corp_id\": \"AS\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"Mega Ventures\",\n        \"rate_plans\": [],\n        \"company_uid\": \"7734a374-d57f-4e96-a7c5-468475cd9f82\",\n        \"corp_id\": \"MV\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"nasjdifs\",\n        \"rate_plans\": [],\n        \"company_uid\": \"50486214-0ea8-437e-a0a9-ad5809213f39\",\n        \"corp_id\": \"jbash\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"Test1\",\n        \"rate_plans\": [],\n        \"company_uid\": \"3444cb18-aa5b-4471-b78c-fbec97f4c162\",\n        \"corp_id\": \"Test1\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"ABC\",\n        \"rate_plans\": [],\n        \"company_uid\": \"a2372fa1-c8e0-4001-8a61-60c45447f38f\",\n        \"corp_id\": \"ABC\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"AR  Aging\",\n        \"rate_plans\": [],\n        \"company_uid\": \"2a58558c-edb1-4c9a-94c9-7810271fdf68\",\n        \"corp_id\": \"AGING\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"re\",\n        \"rate_plans\": [],\n        \"company_uid\": \"8fb9ef24-e983-41c4-8e28-c3d6007733d5\",\n        \"corp_id\": \"re\",\n        \"status\": \"ACTIVE\"\n      },\n      {\n        \"name\": \"D&amp;J\",\n        \"rate_plans\": [],\n        \"company_uid\": \"9f72824f-9b75-4b67-b81e-5eb5eb7adca5\",\n        \"corp_id\": \"DJ\",\n        \"status\": \"ACTIVE\"\n      }\n    ],\n    \"users\": [\n      {\n        \"is_active\": true,\n        \"user_id\": \"05a406d0-dd9e-429d-aa62-6112bdbb54f7\",\n        \"username\": \"rohan.raut@hotelkeyapp.com\",\n        \"role_description\": \"Core Testing user permission role\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Rohan\",\n        \"last_name\": \"Raut\",\n        \"enterprise_role_name\": \"jnhbgf\",\n        \"enterprise_role_code\": \"hbgf\",\n        \"user_role_name\": \"Coretesting\",\n        \"user_role_code\": \"Core Testing\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"05e59f2c-effd-46e0-80bf-98bbb7476815\",\n        \"username\": \"arshallanjewar\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"0e8dd104-de02-4ec4-9243-1caa40714827\",\n        \"username\": \"msdhoni\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"varun\",\n        \"last_name\": \"kolhi\",\n        \"user_role_name\": \"AT\",\n        \"user_role_code\": \"ACCOUNT\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"101cad75-9045-4d6d-80f5-2de3c50b2f91\",\n        \"username\": \"adi12\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"adi\",\n        \"last_name\": \"chaudhari\",\n        \"enterprise_role_name\": \"ENTERPRISE ACCOUNT\",\n        \"enterprise_role_code\": \"EAT\",\n        \"user_role_name\": \"AT\",\n        \"user_role_code\": \"ACCOUNT\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"1260f57a-f55c-4b30-9610-783c3ef492e4\",\n        \"username\": \"saurabh.shelgaonkar123@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"12cd9daa-729e-4b66-b9af-4e23f4e42a2a\",\n        \"username\": \"parth@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Parth\",\n        \"last_name\": \"Shastri\",\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\": \"13220f17-ab93-4edf-932c-34f441f56703\",\n        \"username\": \"liyaquat.hashmi@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Liyaquat\",\n        \"last_name\": \"Hashmi\",\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\": \"158d1e94-18d8-4d50-96f1-0614d3b6c61c\",\n        \"username\": \"poonam.pande@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Poonam\",\n        \"last_name\": \"Pande\",\n        \"enterprise_role_name\": \"ENTERPRISE ACCOUNT\",\n        \"enterprise_role_code\": \"EAT\",\n        \"user_role_name\": \"API\",\n        \"user_role_code\": \"API Test\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"176909bb-9474-44fe-a9e4-4751785eda39\",\n        \"username\": \"umesh.killed@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Umesh\",\n        \"last_name\": \"Killed\",\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\": \"19c3aafd-0f96-4ee4-b6da-66bad9669a68\",\n        \"username\": \"eman.child\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"eman\",\n        \"last_name\": \"esmail\",\n        \"enterprise_role_name\": \"ENTERPRISE ACCOUNT\",\n        \"enterprise_role_code\": \"EAT\",\n        \"user_role_name\": \"ESA_GM\",\n        \"user_role_code\": \"ESA GM\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"1ae1addf-2c7a-47bd-8c5f-285a455bd379\",\n        \"username\": \"pournima.shinde@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Pournima\",\n        \"last_name\": \"Shinde\",\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\": \"1ec2df5d-1587-49d3-a334-b285fa0e2abd\",\n        \"username\": \"haris.sheikh@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Haris\",\n        \"last_name\": \"Sheikh\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"HKAT_DE\",\n        \"user_role_code\": \"HKAT Germany\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"1f885bd6-2ea5-4c23-88e3-d958d65fc1cf\",\n        \"username\": \"devendra.tiwari@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Devendra\",\n        \"last_name\": \"Tiwari\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"25ec2178-f386-4e2e-b3c8-5d6c8fb2eae4\",\n        \"username\": \"newdevuser\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Adem\",\n        \"last_name\": \"Shaini\",\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\": \"2f1d440d-3545-4a5b-936c-94c63b67f8ca\",\n        \"username\": \"rakshanda.shende@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Bhavya\",\n        \"last_name\": \"Atri\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"355316ce-1081-432c-88dd-61159df3e8dc\",\n        \"username\": \"tanmay.kotian2@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"3690c5ed-a392-4bfd-b6e1-b4123068c2d8\",\n        \"username\": \"abhiram.gadewar@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Abhiram\",\n        \"last_name\": \"Gadewar\",\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\": \"37a3b417-b670-41a4-985d-e34c13945e94\",\n        \"username\": \"atharva.sharma@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Atharva\",\n        \"last_name\": \"Sharma\",\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\": \"3d21dc94-c37a-4fed-a900-07c40b3f8366\",\n        \"username\": \"hoskp\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"NEW\",\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\": \"3ec9fcbc-6f61-42c7-9721-6ca6f5bb9679\",\n        \"username\": \"shreya.patwardhan@hotelkeyapp.com\",\n        \"role_description\": \"FDMGR APAC\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Shreya\",\n        \"last_name\": \"Patwardhan\",\n        \"enterprise_role_name\": \"FRONTDESK MANAGER\",\n        \"enterprise_role_code\": \"EFDMGR\",\n        \"user_role_name\": \"FDMGR\",\n        \"user_role_code\": \"FDMGR APAC\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"401dc289-70ab-4ba1-8dd4-a4e930b9b3b6\",\n        \"username\": \"divansh.dave@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Divansh\",\n        \"last_name\": \"Dave\",\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\": \"43372a3c-f1a2-4091-b8cb-e16d5ce60227\",\n        \"username\": \"vaishnavi.halmare@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Vaishnavi\",\n        \"last_name\": \"Halmare\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"CT\",\n        \"user_role_code\": \"Core Testing\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"445d5345-cac3-482d-a276-28ab9ff9938c\",\n        \"username\": \"zktest002\",\n        \"role_description\": \"df\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"47c69bd9-bf1d-49d7-9726-af4071a05903\",\n        \"username\": \"idris.hussain@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Idris\",\n        \"last_name\": \"Hussain\",\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\": \"47dcd5d7-ff94-4c72-90de-254be1760041\",\n        \"username\": \"samiksha.barde@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"556968ea-110e-44ab-8043-fb54219c5295\",\n        \"username\": \"rohit.bhirangi@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Rohit\",\n        \"last_name\": \"Bhirangi\",\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\": \"5982de93-0b75-4bf0-88d6-c9938b02ecbc\",\n        \"username\": \"aditya.gupta@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Aditya\",\n        \"last_name\": \"Gupta\",\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\": \"5b989784-5749-419e-8130-86ffc9aeb72f\",\n        \"username\": \"swapnil.patil@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"5bb3f2f6-ebcc-46d0-a01a-a0df2a3bfde6\",\n        \"username\": \"vibhor.jain@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Vibhor\",\n        \"last_name\": \"Jain\",\n        \"enterprise_role_name\": \"ENTERPRISE ACCOUNT\",\n        \"enterprise_role_code\": \"EAT\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"5c4d54af-4239-4ed2-a381-86e8479ddb1d\",\n        \"username\": \"kush.thakare@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Kush\",\n        \"last_name\": \"Thakare\",\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\": \"5cc54a19-26d9-470d-95c2-6437e8b36cc3\",\n        \"username\": \"aditya@1234\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Aditya\",\n        \"last_name\": \"ADI\",\n        \"enterprise_role_name\": \"ENTERPRISE ACCOUNT\",\n        \"enterprise_role_code\": \"EAT\",\n        \"user_role_name\": \"AT\",\n        \"user_role_code\": \"ACCOUNT\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"65541edd-b325-45ea-8e6f-69a8a103d3bd\",\n        \"username\": \"localdev2\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"local\",\n        \"last_name\": \"dev\",\n        \"enterprise_role_name\": \"ENT_ACCOUNT_ESA\",\n        \"enterprise_role_code\": \"ENT_ACCT_ESA\",\n        \"user_role_name\": \"API\",\n        \"user_role_code\": \"API Test\"\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"68377563-88b3-49f0-9035-ce5481fdc594\",\n        \"username\": \"hassan.khalid@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"hassan\",\n        \"last_name\": \"Khalid\",\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\": \"6c1bfc22-daf0-4bb9-92fe-b3f7e87f0a86\",\n        \"username\": \"saqlain.quazi@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"7889fb82-5d14-48b2-9b3c-2e53fb7f8768\",\n        \"username\": \"muhamed.smakolli@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Muhamed\",\n        \"last_name\": \"Smakolli\",\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\": \"7fba96b7-14b5-49fd-8ee7-27968d11b717\",\n        \"username\": \"florent@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Florent\",\n        \"last_name\": \"Ahmedi\",\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\": \"83fb5824-ed71-41d1-9bef-80725cd5530f\",\n        \"username\": \"jayesh.mulmule@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"90218b65-8201-455e-95e7-f2c423db9f15\",\n        \"username\": \"sunand.panat@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Sunand\",\n        \"last_name\": \"Panat\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"CT\",\n        \"user_role_code\": \"Core Testing\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"916cd207-41b7-4886-9ead-10f712f67232\",\n        \"username\": \"mary.saumya@hotelkeyapp.com\",\n        \"role_description\": \"DEV Access\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Mary\",\n        \"last_name\": \"Saumya\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"DEVACCESS\",\n        \"user_role_code\": \"DEV Access\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"93bd8353-3cb2-4f2a-b1c6-800bd4fe0dee\",\n        \"username\": \"ayush.kanojiya@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Ayush\",\n        \"last_name\": \"Kanojiya\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Madhura\",\n        \"last_name\": \"Bhalerao\",\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\": \"9973933b-4c08-4d93-9c54-ff65a34256a5\",\n        \"username\": \"manish.samarth@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"a1b8c789-45eb-47df-8684-b43c3bfa4803\",\n        \"username\": \"yash.chikte@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Yash\",\n        \"last_name\": \"Chikte\",\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\": \"a643cda8-a4a4-403d-b6ed-d5f5b70815a3\",\n        \"username\": \"propcreator\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"b1a4fc3f-9c9d-4703-9c1b-9884e4914b2e\",\n        \"username\": \"shyam.tayade@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Role\",\n        \"last_name\": \"Test\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"b945f70e-3bc1-46e9-8478-b96a45b0f795\",\n        \"username\": \"nivesh.agnihotri@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"balances\",\n        \"last_name\": \"Testing\",\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\": \"badf79ad-5757-4dda-80a3-cf58eba2fda8\",\n        \"username\": \"tom.cruise\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Tom\",\n        \"last_name\": \"Cruise\",\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\": \"bcd33097-506e-438e-8a57-9cc07e30360e\",\n        \"username\": \"shyy01\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"SHY\",\n        \"last_name\": \"TAYDE\",\n        \"user_role_name\": \"AT\",\n        \"user_role_code\": \"ACCOUNT\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"bd180de6-9501-400b-8e4a-f756f91a022a\",\n        \"username\": \"altinshaqiri\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Altin\",\n        \"last_name\": \"Shaqiri\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"OWNER\",\n        \"user_role_code\": \"OWNER\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"c029e79b-224c-40a4-887d-de1807977a37\",\n        \"username\": \"kaltrina.ismaili@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Kaltrina\",\n        \"last_name\": \"Ismaili\",\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\": \"c27a3519-fd0d-481c-8262-2a6bc96c45c1\",\n        \"username\": \"erbora.kadriu@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Erbora\",\n        \"last_name\": \"Kadriu\",\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\": \"c71d9850-bfe7-49f4-bf6d-2b5c78d40239\",\n        \"username\": \"vrushali.turkar@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"vrushali\",\n        \"last_name\": \"turkar\",\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\": \"c8075886-6e40-4d2e-bdcf-8688df867dfc\",\n        \"username\": \"manish.billakanti@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"ca8d604b-3483-4280-8214-8a58b4c56f5b\",\n        \"username\": \"ambar.patwardhan@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Ambar\",\n        \"last_name\": \"Patwardhan\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"CT\",\n        \"user_role_code\": \"Core Testing\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"cdf5d4e4-b81b-4693-85b8-6db84172feba\",\n        \"username\": \"ritik.wahadude@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"ritik\",\n        \"last_name\": \"wahadude\",\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\": \"ce3490fa-6c57-403e-8cc2-80801e23f2f1\",\n        \"username\": \"priyanshu.gajpure@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"priyanshu\",\n        \"last_name\": \"priyanshu\",\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\": \"cf18af99-18f9-4af8-a4d1-133fd1e7cfec\",\n        \"username\": \"aup210000\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"d4f77745-d779-4036-92a7-f4fba16b25b1\",\n        \"username\": \"prajwal.kulkarni@hotelkeyapp.com\",\n        \"role_description\": \"Core Testing user permission role\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"prajwal\",\n        \"last_name\": \"kulkarni\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"Coretesting\",\n        \"user_role_code\": \"Core Testing\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"d616090c-a5d6-44ba-aba4-801c4be3148c\",\n        \"username\": \"aditya.chaudhari@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Aditya\",\n        \"last_name\": \"Chaudhari\",\n        \"enterprise_role_name\": \"ENTERPRISE ACCOUNT\",\n        \"enterprise_role_code\": \"EAT\",\n        \"user_role_name\": \"API\",\n        \"user_role_code\": \"API Test\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"d6687b8d-dcc9-4b5c-a85d-74ebb7ca1b5b\",\n        \"username\": \"jawad@hotelkeyapp.com\",\n        \"role_description\": \"Core Testing user permission role\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Jawad\",\n        \"last_name\": \"Hameed\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"Coretesting\",\n        \"user_role_code\": \"Core Testing\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"d93730c9-0e36-40ee-a6d9-fb9658adb97c\",\n        \"username\": \"shaip.zejnullahu@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Shaip\",\n        \"last_name\": \"zejnullahu\",\n        \"enterprise_role_name\": \"ALL\",\n        \"enterprise_role_code\": \"ALL\",\n        \"user_role_name\": \"CT\",\n        \"user_role_code\": \"Core Testing\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"de97e5bc-9811-4a8e-8db5-9818e6f7103a\",\n        \"username\": \"ayaan.pasha@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"e011aecd-eafc-4f86-b8e0-d31cbfa3bd4e\",\n        \"username\": \"saurabh.meshram@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Saurabh\",\n        \"last_name\": \"Meshram\",\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\": \"e4056fd1-987c-4bc5-88f3-a80e33f97a17\",\n        \"username\": \"mohammad.usman@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Mohammad\",\n        \"last_name\": \"Usman\",\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\": \"ed953e77-d18e-4c71-b03c-592488cfb91e\",\n        \"username\": \"megha.joseph@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\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\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Seema\",\n        \"last_name\": \"Prasad\"\n      },\n      {\n        \"is_active\": true,\n        \"user_id\": \"f7694f59-8072-45f3-a658-c608d247d880\",\n        \"username\": \"arshal.lanjewar@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"arshal\",\n        \"last_name\": \"lanjewar\",\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\": \"f9b34036-09b8-4d8e-95ed-47c0c26f408e\",\n        \"username\": \"tstrpt\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"test\",\n        \"last_name\": \"report\",\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\": \"fc0ebb50-8836-463f-9d54-cdcc34bea419\",\n        \"username\": \"atharva.matikhaye@hotelkeyapp.com\",\n        \"role_description\": \"123\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"Atharva\",\n        \"last_name\": \"Matikhaye\",\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\": \"fcbae28f-f838-4c29-8f8a-bf16b9b18ef3\",\n        \"username\": \"chetna.thakur@hotelkeyapp.com\",\n        \"property_id\": \"34c7fa44-240d-4b25-b1cd-7e180a627e09\",\n        \"property_code\": \"AYU01\",\n        \"first_name\": \"chetna\",\n        \"last_name\": \"thakur\"\n      }\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 : No</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><strong>Field Name</strong></th>\n<th>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 platform</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>string - minimum of 4 characters, maximum of 10 characters.  <br />This is the code for the property in the HK platform</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Type of payload, in this case, 'AR' for Account Receivable.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>string - 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 - format of \"YYYY-MM-DDT00:00:00\"  <br />This is the property business date for which the payload is triggered</td>\n</tr>\n</tbody>\n</table>\n</div><ol>\n<li><strong>Account Receivable</strong></li>\n</ol>\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 - fixed 36 characters representing the uuid of the AR record in the HK platform.</td>\n</tr>\n<tr>\n<td>reservation_no</td>\n<td>string - minimum of 8 characters, maximum of 25 characters  <br />This is the unique number for each reservation number 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>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.</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>invoice_id</td>\n<td>string - Unique identifier for the invoice, if the AR is linked to a specific invoice.</td>\n</tr>\n<tr>\n<td>Invoice_number</td>\n<td>string - invoice number, if the AR is linked to a specific invoice.</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  \"property_id\": \"e49238b1-cfb4-4f2f-a0b7-449fc60a3da8\",\n  \"property_code\": \"BWITI\",\n  \"type\": \"AR\",\n  \"ar\": [\n    {\n      \"id\": \"2cc28351-bdfc-4746-a9a4-9762c99c5bc8\",\n      \"reservationNo\": \"BWITI020102\",\n      \"total_amount\": \"169.61\",\n      \"ar_date\": \"2024-02-24T00:00:00.000Z\",\n      \"username\": \"Pooja Sahu\",\n      \"company_code\": \"HKKT\",\n      \"company_name\": \"HKKT\",\n      \"purchase_order_number\": \"34343\",\n      \"currency\": \"MXN\",\n      \"address\": \"12312312323\",\n      \"city\": \"Schenectady\",\n      \"state\": \"NY\",\n      \"zipcode\": \"12345\",\n      \"tax_id\": \"\"\n    },\n    {\n      \"id\": \"cee0d34e-08c5-4296-b04a-996d0756cd87\",\n      \"reservationNo\": \"BWITI021325\",\n      \"total_amount\": \"50.0\",\n      \"ar_date\": \"2024-02-24T00:00:00.000Z\",\n      \"username\": \"seema Prasad\",\n      \"company_code\": \"HKKT\",\n      \"company_name\": \"HKKT\",\n      \"currency\": \"MXN\",\n      \"address\": \"12312312323\",\n      \"city\": \"Schenectady\",\n      \"state\": \"NY\",\n      \"zipcode\": \"12345\",\n      \"tax_id\": \"\"\n    },\n    {\n      \"id\": \"df593197-f996-4879-b2ce-12398521d932\",\n      \"reservationNo\": \"BWITI021064\",\n      \"total_amount\": \"22.0\",\n      \"ar_date\": \"2024-02-24T00:00:00.000Z\",\n      \"username\": \"Automation User\",\n      \"company_code\": \"HKKT\",\n      \"company_name\": \"HKKT\",\n      \"purchase_order_number\": \"7918\",\n      \"currency\": \"MXN\",\n      \"address\": \"12312312323\",\n      \"city\": \"Schenectady\",\n      \"state\": \"NY\",\n      \"zipcode\": \"12345\",\n      \"tax_id\": \"\"\n    }\n  ],\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [],\n  \"event_time\": \"2024-05-06T20:07:04.326Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2024-02-24T00:00:00.000Z\"\n}\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<p>1. <strong>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>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 platform</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>string - minimum of 4 characters, maximum of 10 characters.  <br />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 company</td>\n</tr>\n<tr>\n<td>company_account_type_code</td>\n<td>string - company account type code associated with company</td>\n</tr>\n<tr>\n<td>company_po_number</td>\n<td>PO number of comapny</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - Type of payload, in this case, 'invoices' for Direct Bill Invoice.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>string - time zone offset with respect to UTC. For ex: UTC-08:00, UTC-5:30:00</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>string - 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 - format of \"YYYY-MM-DDT00:00:00\"  <br />This is the property business date for which the payload is triggered</td>\n</tr>\n</tbody>\n</table>\n</div><p>2. <strong>Invoice object</strong></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>invoice_no</td>\n<td>string - invoice number of the direct bill.</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>double - the total amount of the invoice</td>\n</tr>\n<tr>\n<td>settled_amount</td>\n<td>double - Already settled from the invoice.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string - currnet status of invoice(eg., OPEN, CLOSED).</td>\n</tr>\n<tr>\n<td>invoice_date</td>\n<td>string - date of the invoice</td>\n</tr>\n<tr>\n<td>reservation_flag</td>\n<td>Boolean - indicate if the invoice is receivable</td>\n</tr>\n</tbody>\n</table>\n</div><p>3. <strong>Invoice_line</strong></p>\n<p>Array of objects; Details of charges included in the invoice</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>id</td>\n<td>string - Unique identifier for each line item in the invoice.</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 taxed 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>invoice_line_po_number</td>\n<td>This field show the value of PO number added while creating invoice if value not passed while creating invoice this field shows the value of House account's / Group Master's / Reservation's PO number</td>\n</tr>\n<tr>\n<td>details</td>\n<td>Array - Details of invoice line items like bill no, amount, type,date and id.</td>\n</tr>\n</tbody>\n</table>\n</div><p>4. <strong>Company &amp; Reservation info</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Filed Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>compay_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_status</td>\n<td>string - status of company eg.( ACTIVE, INACTIVE)</td>\n</tr>\n<tr>\n<td>Invoice_settlement_alloaction</td>\n<td>Array - Details of settlement allocations for the invoice (if any).</td>\n</tr>\n<tr>\n<td>reservaton_id</td>\n<td>string - Unique identifier of the reservation linked to the invoice.</td>\n</tr>\n<tr>\n<td>reservation_number</td>\n<td>string - unique company code associated with the invoice.</td>\n</tr>\n<tr>\n<td>folio_id</td>\n<td>string - unique folio ID of the reservation linked to the invoice.</td>\n</tr>\n<tr>\n<td>folio_number</td>\n<td>string - folio name of the reservation linked to the invoice.</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 id for the company being billed.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string - company city associated with a direct bill.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string - company state associated with a direct bill.</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>string - company zipcode associated with a direct bill.</td>\n</tr>\n<tr>\n<td>tax_id</td>\n<td>string - tax id of company</td>\n</tr>\n<tr>\n<td>credit_limit</td>\n<td>string - total credit limit of company</td>\n</tr>\n<tr>\n<td>available_credit_limit</td>\n<td>string - available credit limit of company</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>5. Change Events</strong></p>\n<p>Change events are triggers for real-time Direct Bill Invoice 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>VOID_INVOICE</td>\n<td>When the Invoice is made Void.</td>\n</tr>\n<tr>\n<td>payment_allocation</td>\n<td>When Add New Payment is done.</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 Invoice is added.</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  \"property_id\": \"0caade27-ddb3-4995-a2ea-6e887ce94939\",\n  \"property_code\": \"MAN01\",\n  \"company_name\": \"Microsoft\",\n  \"company_code\": \"MICRO\",\n  \"company_account_type_name\": \"Compony\",\n  \"company_account_type_code\": \"Compony\",\n  \"type\": \"invoices\",\n  \"invoices\": [\n    {\n      \"id\": \"324ef345-3fb9-4dca-a3f0-6b8f3dd04de8\",\n      \"invoice_no\": \"1765193530\",\n      \"total_amount\": 70,\n      \"settled_amount\": 0,\n      \"status\": \"OPEN\",\n      \"invoice_date\": \"2025-10-09T00:00:00.000Z\",\n      \"receivable_flag\": true,\n      \"invoice_lines\": [\n        {\n          \"id\": \"ad3ee352-a415-44de-90e4-829c42470a88\",\n          \"amount\": 70,\n          \"total_room_revenue_charges\": 0,\n          \"total_room_revenue_taxes\": 0,\n          \"total_non_room_revenue_charges\": 69.63,\n          \"total_non_room_revenue_taxes\": 10.37,\n          \"reservation_id\": \"019e609f-0602-49bf-ac8f-b9ad7085cd5d\",\n          \"reservation_number\": \"MAN01AAO015\",\n          \"folio_id\": \"b8c4b109-65cc-4c00-911f-e2e2524de646\",\n          \"folio_number\": \"MAN01AAO014\",\n          \"room\": \"301\",\n          \"bill_number\": \"0003069\",\n          \"tax_invoice_date\": \"2025-10-09T00:00:00.000Z\",\n          \"details\": [\n            {\n              \"id\": \"ad3ee352-a415-44de-90e4-829c42470a88\",\n              \"amount\": 80,\n              \"date\": \"2025-10-09T00:00:00.000Z\",\n              \"type\": \"PAYMENT\",\n              \"bill_number\": \"0003069\"\n            },\n            {\n              \"id\": \"8a10e05e-b856-4e30-ac0c-7763813a4318\",\n              \"amount\": -10,\n              \"date\": \"2025-10-09T00:00:00.000Z\",\n              \"type\": \"REFUND\",\n              \"bill_number\": \"0003070\",\n              \"payment_id\": \"ad3ee352-a415-44de-90e4-829c42470a88\"\n            }\n          ]\n        }\n      ],\n      \"company_name\": \"Microsoft\",\n      \"companyCode\": \"MICRO\",\n      \"company_account_type_name\": \"Compony\",\n      \"company_account_type_code\": \"Compony\",\n      \"company_status\": \"ACTIVE\",\n      \"invoice_settlement_allocations\": [],\n      \"currency\": \"USD\",\n      \"company_id\": \"83d5f498-3997-48f7-8f06-1e48b5600e1c\",\n      \"address\": \"1808 Turkey Pen Road\",\n      \"city\": \"Garden City\",\n      \"state\": \"NY\",\n      \"zipcode\": \"11530\",\n      \"tax_id\": \"123435\",\n      \"credit_limit\": 1000,\n      \"available_credit_limit\": -56682.23,\n      \"account_type\": \"LOCAL\",\n      \"billing_status\": \"CLOSED\"\n    }\n  ],\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [],\n  \"event_time\": \"2025-12-08T12:50:36.688Z\",\n  \"time_zone_offset\": \"UTC-06:00\",\n  \"business_date\": \"2025-10-09T00:00:00.000Z\"\n}\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 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<p>1. <strong>Header Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th>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 platform</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>string - minimum of 4 characters, maximum of 10 characters.  <br />This is the code for the property in the HK platform</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>sring - company name associated with the payment.</td>\n</tr>\n<tr>\n<td>company_code</td>\n<td>sring - company code associated with the payment.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string - type of payload, in this case, 'settlement_payment'.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>string - time zone offset with respect to UTC. For ex: UTC-08:00, UTC-5:30:00</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>string - 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 - format of \"YYYY-MM-DDT00:00:00\"  <br />This is the property business date for which the payload is triggered</td>\n</tr>\n</tbody>\n</table>\n</div><p>2. <strong>Settlement_payments</strong></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>id</td>\n<td>string - Unique identifier for each payment record.</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>Double - Total amount of the settlement payment.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>string - Date of the settlement payment.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string - Currency code for the settlement payment amount.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string - company address associated with settlement payment.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string - company city associated with settlement payment.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string - company state associated with settlement payment.</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>string - company zipcode associated with settlement payment.</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            \"property_id\": \"af318c5f-6532-4e9a-9b6c-848948f468a2\",\n            \"property_code\": \"FRAHA\",\n            \"company_name\": \"TESTnew\",\n            \"company_code\": \"3456\",\n            \"type\": \"settlement_payment\",\n            \"settlement_payments\": [\n                {\n                    \"id\": \"23f81db1-b1a2-41ca-bf2e-2f83bf4e9149\",\n                    \"total_amount\": 60.00,\n                    \"date\": \"2023-12-19T00:00:00.000Z\",\n                    \"currency\": \"USD\",\n                    \"address\": \"123 street\",\n                    \"city\": \"Allen\",\n                    \"state\": \"TX\",\n                    \"zipcode\": \"75013\"\n                }\n            ],\n            \"timezone\": \"Europe/Zurich\",\n            \"change_events\": [],\n            \"event_time\": \"2023-12-30T01:36:19.819Z\",\n            \"time_zone_offset\": \"UTC+01:00\",\n            \"business_date\": \"2023-12-19T00:00:00.000Z\"\n        }\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<p>1. <strong>Header Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th>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 platform</td>\n</tr>\n<tr>\n<td>property_code</td>\n<td>string - minimum of 4 characters, maximum of 10 characters.  <br />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, 'advance_deposit'.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>string - time zone offset with respect to UTC. For ex: UTC-08:00, UTC-5:30:00</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>string - 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 - format of \"YYYY-MM-DDT00:00:00\"  <br />This is the property business date for which the payload is triggered</td>\n</tr>\n</tbody>\n</table>\n</div><p>2. <strong>Advance_deposit_info</strong></p>\n<p>Reservation</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>confirmation_numner</td>\n<td>string - Confirmation number of the reservation.</td>\n</tr>\n<tr>\n<td>guest_name</td>\n<td>string - Name of the guest associated with the reservation.</td>\n</tr>\n<tr>\n<td>check_in_date</td>\n<td>string - Check-in date for the reservation.</td>\n</tr>\n<tr>\n<td>check_out_date</td>\n<td>string - Check-out date for the reservation.</td>\n</tr>\n<tr>\n<td>deposits_collected_until_date</td>\n<td>double - Total deposits collected until the specified date for the reservation.</td>\n</tr>\n<tr>\n<td>deposits_collected_today</td>\n<td>double - Deposits collected on the current day for the reservation.</td>\n</tr>\n<tr>\n<td>deposit_posted</td>\n<td>double - Total deposit amount posted for the reservation.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Group</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>group_number</td>\n<td>string - Unique number identifying the group.</td>\n</tr>\n<tr>\n<td>group_contact_name</td>\n<td>string - Name of the primary contact person for the group.</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>string - Start date of the group's reservation.</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>string - End date of the group's reservation.</td>\n</tr>\n<tr>\n<td>deposits_collected_until_date</td>\n<td>double - Total deposits collected until the specified date for the group.</td>\n</tr>\n<tr>\n<td>deposits_collected_today</td>\n<td>double - Deposits collected on the current day for the group.</td>\n</tr>\n<tr>\n<td>deposit_posted</td>\n<td>double - Total deposit amount posted for the group.</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  \"property_id\": \"e49238b1-cfb4-4f2f-a0b7-449fc60a3da8\",\n  \"property_code\": \"BWITI\",\n  \"type\": \"advance_deposit\",\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [],\n  \"event_time\": \"2024-05-06T21:33:02.437Z\",\n  \"time_zone_offset\": \"UTC-05:00\",\n  \"business_date\": \"2024-02-24T00:00:00.000Z\",\n  \"advance_deposit_info\": {\n    \"reservations\": [\n      {\n        \"confirmation_number\": \"BWITI018371\",\n        \"guest_name\": \"TEST4 TEST4\",\n        \"check_in_date\": \"2024-04-29T00:00:00.000Z\",\n        \"check_out_date\": \"2024-04-30T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 11,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0\n      },\n      {\n        \"confirmation_number\": \"BWITI019190\",\n        \"guest_name\": \"GUDA ZANA\",\n        \"check_in_date\": \"2024-02-18T00:00:00.000Z\",\n        \"check_out_date\": \"2024-02-29T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 911.55,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0\n      },\n      {\n        \"confirmation_number\": \"BWITI019198\",\n        \"guest_name\": \"COPY ROHAN\",\n        \"check_in_date\": \"2024-03-13T00:00:00.000Z\",\n        \"check_out_date\": \"2024-03-14T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 10,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0\n      },\n      {\n        \"confirmation_number\": \"BWITI019250\",\n        \"guest_name\": \"INVOICE TEST\",\n        \"check_in_date\": \"2024-03-16T00:00:00.000Z\",\n        \"check_out_date\": \"2024-03-17T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 773.36,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0\n      },\n      {\n        \"confirmation_number\": \"BWITI020195\",\n        \"guest_name\": \"TEST4 TEST4\",\n        \"check_in_date\": \"2024-02-29T00:00:00.000Z\",\n        \"check_out_date\": \"2024-03-01T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 10,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0\n      },\n      {\n        \"confirmation_number\": \"BWITI020201\",\n        \"guest_name\": \"KVN ARSHAD1\",\n        \"check_in_date\": \"2024-03-04T00:00:00.000Z\",\n        \"check_out_date\": \"2024-03-05T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 100,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0\n      },\n      {\n        \"confirmation_number\": \"BWITI021068\",\n        \"guest_name\": \"TT TT\",\n        \"company\": \"ADDRESSTEST\",\n        \"check_in_date\": \"2024-02-27T00:00:00.000Z\",\n        \"check_out_date\": \"2024-04-17T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 4508.76,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0\n      },\n      {\n        \"confirmation_number\": \"BWITI021074\",\n        \"guest_name\": \"GADEWAR ABHIRAM\",\n        \"check_in_date\": \"2024-02-27T00:00:00.000Z\",\n        \"check_out_date\": \"2024-04-17T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 396.6,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0\n      },\n      {\n        \"confirmation_number\": \"BWITI021224\",\n        \"guest_name\": \"DO NOT USE DO NOT USE\",\n        \"check_in_date\": \"2024-02-27T00:00:00.000Z\",\n        \"check_out_date\": \"2024-02-28T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 101,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0\n      },\n      {\n        \"confirmation_number\": \"BWITI021484\",\n        \"guest_name\": \"TEST1 TEST1\",\n        \"check_in_date\": \"2024-02-27T00:00:00.000Z\",\n        \"check_out_date\": \"2024-02-28T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 9.99,\n        \"deposits_collected_today\": 9.99,\n        \"deposit_posted\": 0\n      }\n    ],\n    \"groups\": [\n      {\n        \"group_number\": \"BWITI017885\",\n        \"group_contact_name\": \"test1 test1\",\n        \"start_date\": \"2024-01-22T00:00:00.000Z\",\n        \"end_date\": \"2024-01-26T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 115.2,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0\n      },\n      {\n        \"group_number\": \"BWITI018135\",\n        \"group_contact_name\": \"F A\",\n        \"start_date\": \"2024-05-20T00:00:00.000Z\",\n        \"end_date\": \"2024-05-21T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 161,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0\n      },\n      {\n        \"group_number\": \"BWITI018419\",\n        \"group_contact_name\": \"Valid Field\",\n        \"start_date\": \"2024-02-29T00:00:00.000Z\",\n        \"end_date\": \"2024-03-01T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 10,\n        \"deposits_collected_today\": 0,\n        \"deposit_posted\": 0\n      },\n      {\n        \"group_number\": \"BWITI021583\",\n        \"group_contact_name\": \"Mark Z\",\n        \"start_date\": \"2024-02-29T00:00:00.000Z\",\n        \"end_date\": \"2024-03-01T00:00:00.000Z\",\n        \"deposits_collected_until_date\": 10,\n        \"deposits_collected_today\": 10,\n        \"deposit_posted\": 0\n      }\n    ]\n  }\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<p>1. <strong>Header Details</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stream_id</td>\n<td>string - name of the stream</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>string - type of the string, in this case, 'CLOSED_FOLIO_BALANCES_REFRESH'</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.  <br />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, 'closed_folio'.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>string - time zone of the property. For ex: CST6CDT</td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>array - events which can trigger the stream, in this case, []</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>string - format of \"YYYY-MM-DDT00:00:00\"  <br />Time at which stream was triggered</td>\n</tr>\n<tr>\n<td>time_zone_offset</td>\n<td>string - 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 - format of \"YYYY-MM-DDT00:00:00\"  <br />This is the property business date for which the payload is triggered</td>\n</tr>\n</tbody>\n</table>\n</div><p>2. Closed_folio</p>\n<p>Reservation</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>uuid</td>\n<td>string - unique ID to identify the reservation</td>\n</tr>\n<tr>\n<td>confirmation_no</td>\n<td>string - confirmation number of the reservation</td>\n</tr>\n<tr>\n<td>guest_name</td>\n<td>string - last name, first name of the primary guest on the reservation</td>\n</tr>\n<tr>\n<td>check_in_date</td>\n<td>string - check-in date of the reservation</td>\n</tr>\n<tr>\n<td>check_out_date</td>\n<td>string - check-out date of the reservation</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string - status of the reservation</td>\n</tr>\n<tr>\n<td>todays_charges</td>\n<td>double - sum of charges on the reservation folios today</td>\n</tr>\n<tr>\n<td>todays_payments</td>\n<td>double - sum of payments on the reservation folios today</td>\n</tr>\n<tr>\n<td>opening_balance</td>\n<td>double - the balance on the reservation as of yesterday</td>\n</tr>\n<tr>\n<td>ending_balance</td>\n<td>double - the balance on the reservation after today's charges and payments</td>\n</tr>\n<tr>\n<td>todays_net_change</td>\n<td>double - difference between charges and payments on the reservation folios today</td>\n</tr>\n</tbody>\n</table>\n</div><p>Group</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>uuid</td>\n<td>string - unique ID to identify the group</td>\n</tr>\n<tr>\n<td>group_no</td>\n<td>string - number of the group (default to rate plan)</td>\n</tr>\n<tr>\n<td>group_name</td>\n<td>string - name of the group</td>\n</tr>\n<tr>\n<td>group_code</td>\n<td>string - code of the group</td>\n</tr>\n<tr>\n<td>contact_name</td>\n<td>string - first name last name of the contact on the group</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>string - start date of the group</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>string - end date of the group</td>\n</tr>\n<tr>\n<td>todays_charges</td>\n<td>double - sum of charges on the group folios today</td>\n</tr>\n<tr>\n<td>todays_payments</td>\n<td>double - sum of payments on the group folios today</td>\n</tr>\n<tr>\n<td>opening_balance</td>\n<td>double - the balance on the group as of yesterday</td>\n</tr>\n<tr>\n<td>todays_net_change</td>\n<td>double - difference between charges and payments on the group folios today</td>\n</tr>\n<tr>\n<td>ending_balance</td>\n<td>double - the balance on the group after today's charges and payments</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\": \"Closed-Folio-Balance-Refresh\",\n  \"event_type\": \"CLOSED_FOLIO_BALANCES_REFRESH\",\n  \"property_id\": \"fa657fd4-4215-4dd1-a69b-1b25e6d8ce53\",\n  \"property_code\": \"MCOMA\",\n  \"type\": \"closed_folio\",\n  \"timezone\": \"CST6CDT\",\n  \"change_events\": [],\n  \"event_time\": \"2025-02-14T08:27:24.071Z\",\n  \"time_zone_offset\": \"UTC-06:00\",\n  \"business_date\": \"2025-02-11T00:00:00.000Z\",\n  \"closed_folio\": {\n    \"reservations\": [\n      {\n        \"uuid\": \"004cd5c1-52a6-4e11-8cc8-86d7ef477201\",\n        \"confirmation_no\": \"3138122414\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-03T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 62040,\n        \"ending_balance\": 62040,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"03d2d54c-bc49-4456-9be8-e27198f7bd2b\",\n        \"confirmation_no\": \"3144437364\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-22T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-28T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 2206.1,\n        \"ending_balance\": 2206.1,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"04eb613e-18af-4f64-8254-98442e1bf14d\",\n        \"confirmation_no\": \"3147027754\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-10T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3333.33,\n        \"ending_balance\": 3333.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"0692eba3-6cb1-419a-bc61-4bfb7a2c542e\",\n        \"confirmation_no\": \"3138149584\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3343.33,\n        \"ending_balance\": 3343.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"0dad2902-5ad6-4523-bc1c-abe0cc40e0da\",\n        \"confirmation_no\": \"3139770222\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-22T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-26T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 2643.55,\n        \"ending_balance\": 2643.55,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"109effb5-f0f7-436b-81cc-cf894d6cdee2\",\n        \"confirmation_no\": \"3139036718\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3010,\n        \"ending_balance\": 3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"168014c6-4015-4a55-8bf6-36fa1946ff35\",\n        \"confirmation_no\": \"3146224464\",\n        \"guest_name\": \"SDIAMOND, STEPHEN\",\n        \"check_in_date\": \"2025-01-16T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-17T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -6.45,\n        \"ending_balance\": -6.45,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"178a120d-86c9-4486-8391-3c9c5dc28c50\",\n        \"confirmation_no\": \"3147075694\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-16T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 75,\n        \"ending_balance\": 75,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"1b294571-fb31-4ceb-866a-de595aa64ad0\",\n        \"confirmation_no\": \"3142913542\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"company_name\": \"TEST ACCOUNT - DO NOT BOOK\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3343.33,\n        \"ending_balance\": 3343.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"1b9da15c-d564-4e8c-ba17-e8032c6b5c2a\",\n        \"confirmation_no\": \"3142070605\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-06T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-10T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -10900,\n        \"ending_balance\": -10900,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"1c0a8025-a369-4f0b-a9dd-d53f5b5dd07e\",\n        \"confirmation_no\": \"3139364920\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-28T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-29T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 57.12,\n        \"ending_balance\": 57.12,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"1efd34a6-8f73-4ef4-b0f2-b6bf6c5cdce6\",\n        \"confirmation_no\": \"3147106349\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-16T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-17T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 217.73,\n        \"ending_balance\": 217.73,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"21a96194-6bf8-4435-94d0-16be3a2ecc21\",\n        \"confirmation_no\": \"3144649744\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2025-02-05T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-06T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 310,\n        \"ending_balance\": 310,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"24dbceed-aa40-45d0-82e9-52e5abfc2a30\",\n        \"confirmation_no\": \"3145205277\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3050,\n        \"ending_balance\": 3050,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"32fe35bd-0b59-4311-9df7-890236154b56\",\n        \"confirmation_no\": \"3145243515\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-16T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-19T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 108.64,\n        \"ending_balance\": 108.64,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"33c9bb7d-b6b5-4c3a-a365-3ff98e7b3bb7\",\n        \"confirmation_no\": \"3144487649\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3010,\n        \"ending_balance\": 3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"350c419f-0161-4d3f-a13e-af75c5e580bf\",\n        \"confirmation_no\": \"3139975148\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -3010,\n        \"ending_balance\": -3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"38ae6701-5c08-4fa2-bae2-c70b2e0512fa\",\n        \"confirmation_no\": \"3139368760\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-10T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3333.33,\n        \"ending_balance\": 3333.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"3bd53c52-2b94-41fc-b78f-59ae6f4121c0\",\n        \"confirmation_no\": \"3144541193\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-24T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-30T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 649.55,\n        \"ending_balance\": 649.55,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"3ce20b02-ee52-42e3-9f23-29d3188f69ca\",\n        \"confirmation_no\": \"3145533877\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-01T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 53286.67,\n        \"ending_balance\": 53286.67,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"3d24aad2-1daa-49f3-973a-89db25d95c19\",\n        \"confirmation_no\": \"3139679010\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"CHECKED OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 0,\n        \"ending_balance\": 0,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"3e69210c-5f98-496f-b78a-908b4d027ba5\",\n        \"confirmation_no\": \"3145120368\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-23T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-24T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -200,\n        \"ending_balance\": -200,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4539698f-309b-4ffd-8114-751c83adaeda\",\n        \"confirmation_no\": \"3144327361\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-28T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 110976.67,\n        \"ending_balance\": 110976.67,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"4ab9d059-e3d7-419f-9e66-2e44f14c54a8\",\n        \"confirmation_no\": \"3143013359\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-10T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 54.09,\n        \"ending_balance\": 54.09,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"53bd909a-7cbe-40ff-b524-f826c0dbf612\",\n        \"confirmation_no\": \"3142397882\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -3010,\n        \"ending_balance\": -3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"55fdbdf1-1c22-408b-8258-5fb7d20a1f66\",\n        \"confirmation_no\": \"3144171483\",\n        \"guest_name\": \"SANGLE, AKSHAY\",\n        \"check_in_date\": \"2025-01-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-16T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 200,\n        \"ending_balance\": 200,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"5b10dcdf-d5fb-4032-b0b1-82495a3d758f\",\n        \"confirmation_no\": \"3140694981\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-03T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 1150,\n        \"ending_balance\": 1150,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"5b273a50-fc3f-4a29-aedc-60546973d26e\",\n        \"confirmation_no\": \"3142483759\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"company_name\": \"TEST ACCOUNT - DO NOT BOOK\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3343.33,\n        \"ending_balance\": 3343.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"5eb58211-b73e-4475-bcc3-296f3c9a1e6f\",\n        \"confirmation_no\": \"3138975365\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-02-06T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-07T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 300,\n        \"ending_balance\": 300,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"6120e3cc-3e27-4eef-8eac-576fa4b31dca\",\n        \"confirmation_no\": \"3139576063\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-01T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 6686.66,\n        \"ending_balance\": 6686.66,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"6518f99a-68d9-4b18-adad-186ffc03b7b4\",\n        \"confirmation_no\": \"3137801268\",\n        \"guest_name\": \"PANAT, SUNAND\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-02T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 10029.99,\n        \"ending_balance\": 10029.99,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"65619d09-589c-4ab7-b944-79f358674219\",\n        \"confirmation_no\": \"3147158484\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-16T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-17T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 108.64,\n        \"ending_balance\": 108.64,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"6bba73d9-a593-49b8-902a-c744bf72af31\",\n        \"confirmation_no\": \"3140144654\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-10T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 60,\n        \"ending_balance\": 60,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"700fd46a-c707-461d-9d08-b90529bacdc0\",\n        \"confirmation_no\": \"3146499477\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3687.33,\n        \"ending_balance\": 3687.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"712dd339-9e02-422b-84b2-8956acc32ec8\",\n        \"confirmation_no\": \"3145928154\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"company_name\": \"TEST123\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3010,\n        \"ending_balance\": 3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"75de4dda-f751-4fa7-ab71-48bb353b9dfd\",\n        \"confirmation_no\": \"3142969205\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-01T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 6686.66,\n        \"ending_balance\": 6686.66,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"75fde87d-9712-47e3-bf67-6733c0bfb9fc\",\n        \"confirmation_no\": \"3138703353\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-01T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 6690.66,\n        \"ending_balance\": 6690.66,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"7bde12f0-48e9-46a2-bcca-b7b0d9be02c3\",\n        \"confirmation_no\": \"3147604767\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-02-06T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-07T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -3010,\n        \"ending_balance\": -3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"7d69f041-598f-40a4-867f-e95286c6d6b0\",\n        \"confirmation_no\": \"3144082078\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-22T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-25T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 495,\n        \"ending_balance\": 495,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"81eea2f3-2924-40af-9ef8-8792dbdea11f\",\n        \"confirmation_no\": \"3146584956\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-24T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-26T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1713.02,\n        \"ending_balance\": -1713.02,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8314ae96-17a2-4944-82da-0589a2af3b89\",\n        \"confirmation_no\": \"3143735128\",\n        \"guest_name\": \"SANGLE, AKSHAY\",\n        \"check_in_date\": \"2025-01-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-16T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 200,\n        \"ending_balance\": 200,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"89aa40d3-b634-4fd6-81bf-527dcff0a13a\",\n        \"confirmation_no\": \"3141181266\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3343.33,\n        \"ending_balance\": 3343.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8ab785f9-0c6d-4ba6-aebf-24896fc79477\",\n        \"confirmation_no\": \"3143395148\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-18T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 154.09,\n        \"ending_balance\": 154.09,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8d0a0274-a346-40bb-9f96-6e2140678322\",\n        \"confirmation_no\": \"3144774569\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-02-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-14T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 6666.66,\n        \"ending_balance\": 6666.66,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"8d3d0f67-80c5-4064-8149-56cea8ab7f66\",\n        \"confirmation_no\": \"3143174217\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3343.33,\n        \"ending_balance\": 3343.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"91b03fa2-0560-4b96-bfcf-974fa116fa28\",\n        \"confirmation_no\": \"3139044172\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"company_name\": \"TEST123\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3010,\n        \"ending_balance\": 3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9287dc4b-421e-4c38-aa85-532d964b629a\",\n        \"confirmation_no\": \"3139797306\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3343.33,\n        \"ending_balance\": 3343.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9495c95a-c4f4-4639-8d9a-62a0e0172e87\",\n        \"confirmation_no\": \"3138734406\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-02-06T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-07T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -3010,\n        \"ending_balance\": -3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"964649ed-732b-4341-842a-dd699b08d95f\",\n        \"confirmation_no\": \"3138139613\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-16T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -275,\n        \"ending_balance\": -275,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"98282a12-db13-4b17-8b1c-73ebdaad5528\",\n        \"confirmation_no\": \"3141323645\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3010,\n        \"ending_balance\": 3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"98bac511-d45f-4298-b3f8-5d58dfdc1620\",\n        \"confirmation_no\": \"3142415436\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3343.33,\n        \"ending_balance\": 3343.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9a1fc19c-9e27-4c4a-8732-29841e30cb50\",\n        \"confirmation_no\": \"3146658485\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 4343.33,\n        \"ending_balance\": 4343.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9b9b28de-afda-4ec7-b947-59bbf9b7ecd0\",\n        \"confirmation_no\": \"3145010763\",\n        \"guest_name\": \"PANAT, SUNAND\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3343.33,\n        \"ending_balance\": 3343.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"9ba26fbc-1702-403c-895b-2f08873988c3\",\n        \"confirmation_no\": \"3138945323\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-15T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 143.77,\n        \"ending_balance\": 143.77,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"a3dbc3d1-7612-42e0-bb92-1c752d5f13b8\",\n        \"confirmation_no\": \"3145683796\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-22T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-23T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 1276.73,\n        \"ending_balance\": 1276.73,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"a5e45b59-c6f0-4c55-b817-0590045cdbe3\",\n        \"confirmation_no\": \"3145575030\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3010,\n        \"ending_balance\": 3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"a9109142-4b9d-40fd-91c6-ce1d259be765\",\n        \"confirmation_no\": \"3145674621\",\n        \"guest_name\": \"PANAT, SUNAND\",\n        \"check_in_date\": \"2025-01-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-16T00: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\": \"aa2e3dd8-61a8-49b2-a158-35a991059e56\",\n        \"confirmation_no\": \"3140359809\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"company_name\": \"TEST ACCOUNT - DO NOT BOOK\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -3010,\n        \"ending_balance\": -3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ac5d562a-5c60-4ef9-811a-a4dcf7b8e749\",\n        \"confirmation_no\": \"3145626767\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3333.34,\n        \"ending_balance\": 3333.34,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"adf2355b-848d-4215-bfa8-0aa88ee7d468\",\n        \"confirmation_no\": \"3142531968\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 6611.57,\n        \"ending_balance\": 6611.57,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b3900ed5-a815-4b6d-ad9e-f354b876046c\",\n        \"confirmation_no\": \"3139923454\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3010,\n        \"ending_balance\": 3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b48c0b63-fc28-4131-9085-2374699e101b\",\n        \"confirmation_no\": \"3140563627\",\n        \"guest_name\": \"DIAMOND, ANA\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 2005,\n        \"ending_balance\": 2005,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b7fe83b8-9eb3-49b4-b124-a9e369a9c47e\",\n        \"confirmation_no\": \"3140305469\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-02-06T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-09T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -3010,\n        \"ending_balance\": -3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"b85adef5-fa0d-4585-a5e9-395bf5bcc98b\",\n        \"confirmation_no\": \"3143056491\",\n        \"guest_name\": \"PANAT, SUNAND\",\n        \"check_in_date\": \"2025-01-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-16T00: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\": \"bb0fbb81-409f-48d9-a98b-e2211052de09\",\n        \"confirmation_no\": \"3146698046\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-16T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -200,\n        \"ending_balance\": -200,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"bb82410f-79cc-45b0-bb08-3186d9b8bc70\",\n        \"confirmation_no\": \"3144043969\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-20T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-22T00:00:00.000Z\",\n        \"status\": \"CHECKED OUT\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 11394.27,\n        \"ending_balance\": 11394.27,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c2dd9842-e6e9-4c04-8da2-0758498f3b54\",\n        \"confirmation_no\": \"3145361768\",\n        \"guest_name\": \"SILVER, SAM\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-01T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 6343.34,\n        \"ending_balance\": 6343.34,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c39ffc2e-b57f-409c-bce7-1fc7ba91fe14\",\n        \"confirmation_no\": \"3141473037\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -390,\n        \"ending_balance\": -390,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"c7109d28-384c-4845-8c3c-5d32eafcbf38\",\n        \"confirmation_no\": \"3137828352\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-10T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-11T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -1254,\n        \"ending_balance\": -1254,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ca8538fd-fd71-486f-912d-dfb1d58aba2b\",\n        \"confirmation_no\": \"3140736661\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-24T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-26T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 2344.85,\n        \"ending_balance\": 2344.85,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"cb69546d-1aee-4ce4-87dd-59a5b07668d8\",\n        \"confirmation_no\": \"3145466436\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-28T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-29T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 6.15,\n        \"ending_balance\": 6.15,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"cc3edf93-d553-400a-b5a3-f81716738f0d\",\n        \"confirmation_no\": \"3138042227\",\n        \"guest_name\": \"BLUE, BOB\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3382.39,\n        \"ending_balance\": 3382.39,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ceaf051e-eff3-44da-bab0-6f53a76db660\",\n        \"confirmation_no\": \"3147264959\",\n        \"guest_name\": \"SDIAMOND, STEPHEN\",\n        \"check_in_date\": \"2025-01-16T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-17T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -66.91,\n        \"ending_balance\": -66.91,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"d21a075c-a943-4b31-bca6-f81def18f501\",\n        \"confirmation_no\": \"3142697505\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-10T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3333.33,\n        \"ending_balance\": 3333.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"dbff5282-93ad-4553-8eef-50a8672dcae8\",\n        \"confirmation_no\": \"3146104404\",\n        \"guest_name\": \"PANAT, SUNAND\",\n        \"check_in_date\": \"2025-01-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-16T00: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\": \"dc05e1eb-e360-4c00-9876-14c5f994c67d\",\n        \"confirmation_no\": \"3141720568\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-03T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-04T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3010,\n        \"ending_balance\": 3010,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"dec6a5af-1ff7-412c-b3cc-62b51bf0fc72\",\n        \"confirmation_no\": \"3145372223\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-03T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 152816.66,\n        \"ending_balance\": 152816.66,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e2df73e5-a4e2-48c7-9a76-db91c8dce26a\",\n        \"confirmation_no\": \"3141745931\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-02-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-10T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 6666.67,\n        \"ending_balance\": 6666.67,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e4c971bb-1730-47fb-aca4-eac88207d03b\",\n        \"confirmation_no\": \"3141221225\",\n        \"guest_name\": \"BLUE, BOB\",\n        \"check_in_date\": \"2025-01-21T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-24T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -695,\n        \"ending_balance\": -695,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"e7345a07-035c-4aea-b99c-f827cdbd15a6\",\n        \"confirmation_no\": \"3141355709\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-24T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-29T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 57.55,\n        \"ending_balance\": 57.55,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"eb7c1975-a915-426b-acc2-723c03a85ffc\",\n        \"confirmation_no\": \"3141445028\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-31T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3143.33,\n        \"ending_balance\": 3143.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ec376b51-7a67-4cce-bc86-5fe2bb68894e\",\n        \"confirmation_no\": \"3143124201\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-02-09T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-10T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 3333.33,\n        \"ending_balance\": 3333.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ed40acfb-de8d-4d94-81eb-e2dbd68672bd\",\n        \"confirmation_no\": \"3143968633\",\n        \"guest_name\": \"TEST, TEST\",\n        \"check_in_date\": \"2025-01-15T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-16T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 195,\n        \"ending_balance\": 195,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"edac6ca4-db31-4ba6-8db8-5f06b5650e49\",\n        \"confirmation_no\": \"3139731145\",\n        \"guest_name\": \"SILVER, SAM\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-01T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -510.33,\n        \"ending_balance\": -510.33,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"ef8a0463-465e-469b-8631-a0bdad92c813\",\n        \"confirmation_no\": \"3146626066\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-30T00:00:00.000Z\",\n        \"check_out_date\": \"2025-02-03T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 1040,\n        \"ending_balance\": 1040,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"f0196f5b-7234-4721-b870-5b8fa72db6c8\",\n        \"confirmation_no\": \"3143881433\",\n        \"guest_name\": \"BANSAL, NITIN\",\n        \"check_in_date\": \"2025-01-16T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-17T00:00:00.000Z\",\n        \"status\": \"NO SHOW\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 108.64,\n        \"ending_balance\": 108.64,\n        \"todays_net_change\": 0\n      },\n      {\n        \"uuid\": \"fdc021ce-dc08-4438-81e3-1fc52748469a\",\n        \"confirmation_no\": \"3146768090\",\n        \"guest_name\": \"GOLD, GERI\",\n        \"check_in_date\": \"2025-01-23T00:00:00.000Z\",\n        \"check_out_date\": \"2025-01-24T00:00:00.000Z\",\n        \"status\": \"CANCELLED\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -200,\n        \"ending_balance\": -200,\n        \"todays_net_change\": 0\n      }\n    ],\n    \"groups\": [\n      {\n        \"uuid\": \"6133cf75-67ab-451e-9eee-5265a4e2e552\",\n        \"group_no\": \"C-90V\",\n        \"group_name\": \"VHB New Principals\",\n        \"group_code\": \"90V\",\n        \"contact_name\": \"test test\",\n        \"start_date\": \"2025-01-21T00:00:00.000Z\",\n        \"end_date\": \"2025-01-25T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 533.34,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 533.34\n      },\n      {\n        \"uuid\": \"9d2db664-4fc3-43a2-9244-b15fdc66059c\",\n        \"group_no\": \"C-90V\",\n        \"group_name\": \"VHB New Principals\",\n        \"group_code\": \"90Vsa\",\n        \"contact_name\": \"TEST DEMO\",\n        \"start_date\": \"2025-01-21T00:00:00.000Z\",\n        \"end_date\": \"2025-01-25T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 54.09,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 54.09\n      },\n      {\n        \"uuid\": \"b011f2c3-6e4c-48f3-ab45-0b7a314fa4d3\",\n        \"group_no\": \"C-90V\",\n        \"group_name\": \"VHB New Principals\",\n        \"group_code\": \"90VK\",\n        \"contact_name\": \"Pagination  12K\",\n        \"start_date\": \"2025-01-21T00:00:00.000Z\",\n        \"end_date\": \"2025-01-25T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": 2415462,\n        \"todays_net_change\": 0,\n        \"ending_balance\": 2415462\n      },\n      {\n        \"uuid\": \"0adc3f39-b95a-4903-9640-41260be43492\",\n        \"group_no\": \"MCOMA362712\",\n        \"group_name\": \"MAN06\",\n        \"group_code\": \"MAN06\",\n        \"contact_name\": \"ORTENE GORDON\",\n        \"start_date\": \"2025-02-02T00:00:00.000Z\",\n        \"end_date\": \"2025-02-03T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -388.59,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -388.59\n      },\n      {\n        \"uuid\": \"c525da43-bb8d-456d-8bc9-e39288949858\",\n        \"group_no\": \"MCOMA362757\",\n        \"group_name\": \"Advance deposit group T1\",\n        \"group_code\": \"Advance deposit group T1\",\n        \"contact_name\": \"ORTENE GORDON\",\n        \"company_name\": \"testing dups\",\n        \"start_date\": \"2025-02-07T00:00:00.000Z\",\n        \"end_date\": \"2025-02-10T00:00:00.000Z\",\n        \"todays_charges\": 250,\n        \"todays_payments\": 638.59,\n        \"opening_balance\": 0,\n        \"todays_net_change\": -388.59,\n        \"ending_balance\": -388.59\n      },\n      {\n        \"uuid\": \"d0858c9e-3c74-40e4-a348-57ba618a0acd\",\n        \"group_no\": \"MCOMA362798\",\n        \"group_name\": \"Group Folio t2\",\n        \"group_code\": \"Group Folio t2\",\n        \"contact_name\": \"Group Folio\",\n        \"start_date\": \"2025-02-06T00:00:00.000Z\",\n        \"end_date\": \"2025-02-07T00: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\": \"7f6eff34-d836-4657-9950-493c1bc06494\",\n        \"group_no\": \"MCOMA362822\",\n        \"group_name\": \"Group Folio t3\",\n        \"group_code\": \"Group Folio t3\",\n        \"contact_name\": \"Group Folio\",\n        \"start_date\": \"2025-02-06T00:00:00.000Z\",\n        \"end_date\": \"2025-02-07T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -200,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -200\n      },\n      {\n        \"uuid\": \"2cda6eaa-0681-4940-8f49-6812c169a97c\",\n        \"group_no\": \"MCOMA362825\",\n        \"group_name\": \"Group Folio t4\",\n        \"group_code\": \"Group Folio t4\",\n        \"contact_name\": \"Group Folio\",\n        \"start_date\": \"2025-02-06T00:00:00.000Z\",\n        \"end_date\": \"2025-02-07T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -200,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -200\n      },\n      {\n        \"uuid\": \"034a5e58-93d3-4364-950b-e78fed02549b\",\n        \"group_no\": \"MCOMA362850\",\n        \"group_name\": \"Group Folio t5\",\n        \"group_code\": \"Group Folio t5\",\n        \"contact_name\": \"Group Folio\",\n        \"start_date\": \"2025-02-06T00:00:00.000Z\",\n        \"end_date\": \"2025-02-07T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -200,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -200\n      },\n      {\n        \"uuid\": \"7d1623de-ae3a-4858-84c3-a5bc71fe27ee\",\n        \"group_no\": \"MCOMA362885\",\n        \"group_name\": \"Group Folio t6\",\n        \"group_code\": \"Group Folio t6\",\n        \"contact_name\": \"Advance Deposit\",\n        \"start_date\": \"2025-02-06T00:00:00.000Z\",\n        \"end_date\": \"2025-02-07T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -200,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -200\n      },\n      {\n        \"uuid\": \"3c5bd700-55d6-45bc-ad8d-d1d6b2b31466\",\n        \"group_no\": \"MCOMA362930\",\n        \"group_name\": \"Group Folio t6\",\n        \"group_code\": \"Group Folio t6\",\n        \"contact_name\": \"Advance Deposit\",\n        \"start_date\": \"2025-02-06T00:00:00.000Z\",\n        \"end_date\": \"2025-02-07T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -200,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -200\n      },\n      {\n        \"uuid\": \"945c6622-2a93-4b63-9c4b-819ba74974c1\",\n        \"group_no\": \"MCOMA362938\",\n        \"group_name\": \"Group Folio t6\",\n        \"group_code\": \"Group Folio t6\",\n        \"contact_name\": \"Advance Deposit\",\n        \"start_date\": \"2025-02-06T00:00:00.000Z\",\n        \"end_date\": \"2025-02-07T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -200,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -200\n      },\n      {\n        \"uuid\": \"ed1b6b67-3a57-4c3e-80f2-d79e1dab9c49\",\n        \"group_no\": \"MCOMA362943\",\n        \"group_name\": \"Group Folio t6\",\n        \"group_code\": \"Group Folio t6\",\n        \"contact_name\": \"Advance Deposit\",\n        \"start_date\": \"2025-02-06T00:00:00.000Z\",\n        \"end_date\": \"2025-02-07T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -200,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -200\n      },\n      {\n        \"uuid\": \"7b72d96c-391d-4ba1-bb1c-f314f6930c2b\",\n        \"group_no\": \"MCOMA362946\",\n        \"group_name\": \"Group Folio t7\",\n        \"group_code\": \"Group Folio t7\",\n        \"contact_name\": \"Advance Deposit\",\n        \"start_date\": \"2025-02-06T00:00:00.000Z\",\n        \"end_date\": \"2025-02-07T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5018.83,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -5018.83\n      },\n      {\n        \"uuid\": \"d999c324-d84e-4063-95f5-cf02d7b4c4d7\",\n        \"group_no\": \"MCOMA362949\",\n        \"group_name\": \"Group Folio t7\",\n        \"group_code\": \"Group Folio t7\",\n        \"contact_name\": \"Advance Deposit\",\n        \"start_date\": \"2025-02-06T00:00:00.000Z\",\n        \"end_date\": \"2025-02-07T00:00:00.000Z\",\n        \"todays_charges\": 0,\n        \"todays_payments\": 0,\n        \"opening_balance\": -5018.83,\n        \"todays_net_change\": 0,\n        \"ending_balance\": -5018.83\n      }\n    ]\n  }\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 the below all payment events in HK platform.</p>\n<ul>\n<li><p>Apply payments</p>\n</li>\n<li><p>Payment refund</p>\n</li>\n<li><p>Payment transferred</p>\n</li>\n<li><p>Payment transferred-in</p>\n</li>\n<li><p>Payment transferred-out</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)</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>Display name of the stream</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, 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>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>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>Timezone in which the property operates (e.g., \"EST5EDT\")</td>\n</tr>\n<tr>\n<td>event_time</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>UTC time when the event was recorded (Format: YYYY-MM-DDTHH:MM.SSSZ)</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>Varchar(0–255)</td>\n<td>Business date of the property (Format: YYYY-MM-DDTHH:MM.SSSZ)</td>\n</tr>\n<tr>\n<td>change_events</td>\n<td>Array</td>\n<td>—</td>\n<td>List of property configuration changes captured in the event</td>\n</tr>\n</tbody>\n</table>\n</div><ol>\n<li><strong>Payments and Refunds</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>Unique identifier for the payment/refund transaction</td>\n</tr>\n<tr>\n<td>property_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>transaction_business_date</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>transaction_date_time</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>reservation_no</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Reservation number associated with the transaction</td>\n</tr>\n<tr>\n<td>folio_no</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Folio number associated with the reservation or guest billing account</td>\n</tr>\n<tr>\n<td>first_name</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>last_name</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>guest_first_name</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>First name of the guest associated with the reservation</td>\n</tr>\n<tr>\n<td>guest_last_name</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Last name of the guest associated with the reservation</td>\n</tr>\n<tr>\n<td>payment_type_code</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Code representing the payment method (e.g., CC, CASH, BANK_TRANSFER)</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Float</td>\n<td>—</td>\n<td>Amount involved in the payment or refund</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Indicates whether it's a \"payment\" or a \"refund\"</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Current status of the transaction (e.g., COMPLETED, FAILED, PENDING)</td>\n</tr>\n<tr>\n<td>card_holder_name</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Name on the card used for the transaction</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Currency code used (e.g., USD, EUR)</td>\n</tr>\n<tr>\n<td>site_id</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>ID of the system/platform that processed the transaction</td>\n</tr>\n<tr>\n<td>reservation_id</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Unique ID of the reservation linked to the payment/refund</td>\n</tr>\n<tr>\n<td>folio_id</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>out_transferred</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>\"Yes\" if funds were transferred <em>out</em> of the reservation or guest account</td>\n</tr>\n<tr>\n<td>in_transferred</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>\"Yes\" if funds were transferred <em>into</em> the reservation or guest account</td>\n</tr>\n</tbody>\n</table>\n</div>","_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<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 Refresh Payload</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"property_code\": \"8008\",\n    \"inventoryDetails\": [\n        {\n            \"end_date\": \"2025-06-12T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"0\",\n            \"overbooking\": \"0\",\n            \"room_type_code\": \"CRS2\",\n            \"reserved_rooms\": \"0\",\n            \"house_overbooking\": \"0\",\n            \"all_rooms\": \"48\",\n            \"start_date\": \"2025-06-12T00:00:00.000Z\"\n        },\n        {\n            \"end_date\": \"2025-06-12T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"0\",\n            \"overbooking\": \"0\",\n            \"room_type_code\": \"STD2QB\",\n            \"reserved_rooms\": \"0\",\n            \"house_overbooking\": \"0\",\n            \"all_rooms\": \"3\",\n            \"start_date\": \"2025-06-12T00:00:00.000Z\"\n        },\n        {\n            \"end_date\": \"2025-06-12T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"0\",\n            \"overbooking\": \"0\",\n            \"room_type_code\": \"STD1QC\",\n            \"reserved_rooms\": \"0\",\n            \"house_overbooking\": \"0\",\n            \"all_rooms\": \"2\",\n            \"start_date\": \"2025-06-12T00:00:00.000Z\"\n        },\n        {\n            \"end_date\": \"2025-06-12T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"0\",\n            \"overbooking\": \"0\",\n            \"room_type_code\": \"DLX1QB\",\n            \"reserved_rooms\": \"0\",\n            \"house_overbooking\": \"0\",\n            \"all_rooms\": \"0\",\n            \"start_date\": \"2025-06-12T00:00:00.000Z\"\n        },\n        {\n            \"end_date\": \"2025-06-12T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"0\",\n            \"overbooking\": \"0\",\n            \"room_type_code\": \"C1E2\",\n            \"reserved_rooms\": \"0\",\n            \"house_overbooking\": \"0\",\n            \"all_rooms\": \"1\",\n            \"start_date\": \"2025-06-12T00:00:00.000Z\"\n        },\n        {\n            \"end_date\": \"2025-06-12T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"0\",\n            \"overbooking\": \"0\",\n            \"room_type_code\": \"WWTEST\",\n            \"reserved_rooms\": \"0\",\n            \"house_overbooking\": \"0\",\n            \"all_rooms\": \"0\",\n            \"start_date\": \"2025-06-12T00:00:00.000Z\"\n        },\n        {\n            \"end_date\": \"2025-06-12T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"0\",\n            \"overbooking\": \"0\",\n            \"room_type_code\": \"C1E\",\n            \"reserved_rooms\": \"0\",\n            \"house_overbooking\": \"0\",\n            \"all_rooms\": \"0\",\n            \"start_date\": \"2025-06-12T00:00:00.000Z\"\n        },\n        {\n            \"end_date\": \"2025-06-12T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"0\",\n            \"overbooking\": \"0\",\n            \"room_type_code\": \"STD1QN\",\n            \"reserved_rooms\": \"0\",\n            \"house_overbooking\": \"0\",\n            \"all_rooms\": \"75\",\n            \"start_date\": \"2025-06-12T00:00:00.000Z\"\n        },\n        {\n            \"end_date\": \"2025-06-12T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"0\",\n            \"overbooking\": \"-1\",\n            \"room_type_code\": \"STD2QN\",\n            \"reserved_rooms\": \"0\",\n            \"house_overbooking\": \"-1\",\n            \"all_rooms\": \"15\",\n            \"start_date\": \"2025-06-12T00:00:00.000Z\"\n        },\n        {\n            \"end_date\": \"2025-06-12T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"0\",\n            \"overbooking\": \"0\",\n            \"room_type_code\": \"STD1QB\",\n            \"reserved_rooms\": \"0\",\n            \"house_overbooking\": \"0\",\n            \"all_rooms\": \"5\",\n            \"start_date\": \"2025-06-12T00:00:00.000Z\"\n        },\n        {\n            \"end_date\": \"2025-06-12T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"0\",\n            \"overbooking\": \"0\",\n            \"room_type_code\": \"DLX1QN\",\n            \"reserved_rooms\": \"0\",\n            \"house_overbooking\": \"0\",\n            \"all_rooms\": \"1\",\n            \"start_date\": \"2025-06-12T00:00:00.000Z\"\n        }\n    ]\n}\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\": \"8008\",\n    \"inventoryDetails\": [\n        {\n            \"end_date\": \"2025-06-23T00:00:00.000Z\",\n            \"out_of_order_rooms\": \"-2\",\n            \"overbooking\": \"0\",\n            \"room_type_code\": \"STD1QN\",\n            \"reserved_rooms\": \"0\",\n            \"house_overbooking\": \"0\",\n            \"all_rooms\": \"75\",\n            \"start_date\": \"2025-06-22T00: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 invoices events in HK platform mentioned below:</p>\n<ul>\n<li><p>Create Enterprise Company invoice</p>\n</li>\n<li><p>Update/Modify Enterprise Company invoice</p>\n</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<h2 id=\"1-enterpise-company-details\">1. Enterpise 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>company_id</td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier of the enterprise 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 enterprise company.</td>\n</tr>\n<tr>\n<td>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>type</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>High-level classification of the event.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<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>invoice_id</td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier for 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 assigned to the invoice.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>ISO 8601</td>\n<td>Invoice date.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Current status of the invoice (e.g., OPEN).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<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>id</td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier for the invoice line.</td>\n</tr>\n<tr>\n<td>confirmation_number</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Reservation confirmation number.</td>\n</tr>\n<tr>\n<td>reservation_id</td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier for 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 associated with the reservation.</td>\n</tr>\n<tr>\n<td>payment_amount</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>refund_amount</td>\n<td>Decimal</td>\n<td></td>\n<td>Refund amount, if any.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Date associated with the invoice line.</td>\n</tr>\n<tr>\n<td>unsettled_invoice_line_amount</td>\n<td>Decimal</td>\n<td></td>\n<td>Remaining unsettled amount for this invoice line.</td>\n</tr>\n<tr>\n<td>total_room_revenue_charges</td>\n<td>Decimal</td>\n<td></td>\n<td>Total room revenue charges.</td>\n</tr>\n<tr>\n<td>total_room_revenue_taxes</td>\n<td>Decimal</td>\n<td></td>\n<td>Total taxes applied to room revenue.</td>\n</tr>\n<tr>\n<td>total_non_room_revenue_charges</td>\n<td>Decimal</td>\n<td></td>\n<td>Total non-room revenue charges.</td>\n</tr>\n<tr>\n<td>total_non_room_revenue_taxes</td>\n<td>Decimal</td>\n<td></td>\n<td>Total taxes applied to 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 when the invoice line was last settled.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<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>id</td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier for the settlement payment.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Decimal</td>\n<td></td>\n<td>Total payment amount.</td>\n</tr>\n<tr>\n<td>allocated_amount</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>status</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Status of the payment (e.g., APPROVED).</td>\n</tr>\n<tr>\n<td>text</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>date</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Date the payment was made.</td>\n</tr>\n<tr>\n<td>payment_type_id</td>\n<td>String</td>\n<td>UUID</td>\n<td>Unique identifier of the payment type.</td>\n</tr>\n<tr>\n<td>payment_type_code</td>\n<td>String</td>\n<td>Varchar(0–255)</td>\n<td>Short code for the payment type (e.g., CHECK).</td>\n</tr>\n<tr>\n<td>payment_type_name</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>user_id</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><hr />\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\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\": \"2025-12-15T21:21:16.539Z\",\n    \"enterprise_invoice\": {\n        \"invoice_id\": \"483a67ce-9f15-471e-9e68-ef728084090e\",\n        \"invoice_number\": \"99\",\n        \"date\": \"2025-09-12T00:00:00.000Z\",\n        \"status\": \"OPEN\",\n        \"invoice_lines\": [\n            {\n                \"id\": \"c09dc797-de4b-443b-b7a9-df2e4c6f3fc1\",\n                \"confirmation_number\": \"8016008366\",\n                \"reservation_id\": \"a42b1214-4d42-4229-8515-2be44b1b2a9a\",\n                \"guest_name\": \"TEST TESTERSON - 110\",\n                \"payment_amount\": 100.29,\n                \"refund_amount\": 0,\n                \"date\": \"2024-12-25T00:00:00.000Z\",\n                \"unsettled_invoice_line_amount\": 95.29,\n                \"total_room_revenue_charges\": 89.99,\n                \"total_room_revenue_taxes\": 10.3,\n                \"total_non_room_revenue_charges\": 0,\n                \"total_non_room_revenue_taxes\": 0,\n                \"last_settled_date\": \"2025-12-15T00:00:00.000Z\"\n            }\n        ],\n        \"settlement_payments\": [\n            {\n                \"amount\": 200,\n                \"status\": \"APPROVED\",\n                \"text\": \"8016 : 798797988\",\n                \"date\": \"2025-12-12T00:00:00.000Z\",\n                \"allocated_amount\": 5,\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\": \"3ab3f2c5-8fd3-452b-8107-023e1e276e3b\"\n            }\n        ]\n    }\n}\n\n</code></pre>\n","_postman_id":"18bf2222-dd02-4232-b42a-2856597306a8"}],"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"},{"name":"RMS Workflow","item":[{"name":"GET Default Rate Plan","event":[{"listen":"test","script":{"id":"1eec1a75-af16-44df-ab36-731402cb6fcf","exec":["pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    pm.collectionVariables.set(\"defaultRatePlanId\", jsonData.id);","});",""],"type":"text/javascript"}}],"id":"398bf5d4-b285-4827-a6c2-7b551daf37ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"hk-info","value":"{{hk-info}}","type":"text"},{"key":"hk-token","value":"{{hk-token}}","type":"text"}],"url":"/v4/hotelbrand/properties/{property_id}/rate-codes/default","urlObject":{"path":["v4","hotelbrand","properties","{property_id}","rate-codes","default"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"1bac809d-e04e-4be8-8b5e-66ed4c5c8f43","name":"GET Default Rate Plan","originalRequest":{"method":"GET","header":[{"key":"hk-info","value":"{{hk-info}}","type":"text"},{"key":"hk-token","value":"{{hk-token}}","type":"text"}],"url":"/v4/sonder/properties/{{propertyId}}/rate-codes/default"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sat, 18 Feb 2023 20:32:21 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"},{"key":"Access-Control-Expose-Headers","value":"file-id,request-id"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"HK"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b7525c99752d4c74ac370828dee9ad1c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAH50-C4"},{"key":"X-Amz-Cf-Id","value":"MGajVk1bJubXzRv9mbCJFFatwTx2Y5vwVCTnCM0b-sQ4YtnuAFVxzg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Best Available Rate\",\n    \"code\": \"BAR\",\n    \"default\": true,\n    \"exception\": false,\n    \"id\": \"c9d5b9bd-1040-4f92-a0e7-024f134866a2\"\n}"}],"_postman_id":"398bf5d4-b285-4827-a6c2-7b551daf37ba"},{"name":"Get Current Pricing","id":"878abeda-fde5-40b2-9f77-cb978d9f8a52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"hk-info","value":"{{hk-info}}","type":"text"},{"key":"hk-token","value":"{{hk-token}}","type":"text"}],"url":"/v4/hotelbrand/properties/{property_id}/rate-codes/{{defaultRatePlanId}}/derived-pricing-periods","urlObject":{"path":["v4","hotelbrand","properties","{property_id}","rate-codes","{{defaultRatePlanId}}","derived-pricing-periods"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"09ee0f78-e42d-428b-9c7f-6d3589721124","name":"Get Current Pricing","originalRequest":{"method":"GET","header":[{"key":"hk-info","value":"{{hk-info}}","type":"text"},{"key":"hk-token","value":"{{hk-token}}","type":"text"}],"url":"/v4/hotelbrand/properties/{{propertyId}}/rate-codes/{{defaultRatePlanId}}/derived-pricing-periods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sat, 18 Feb 2023 20:32:39 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"},{"key":"Access-Control-Expose-Headers","value":"file-id,request-id"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"HK"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b7525c99752d4c74ac370828dee9ad1c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAH50-C4"},{"key":"X-Amz-Cf-Id","value":"ToZy077L_18Dt6INR5hlOqhM7q9uKs27G_xbYP7PMtmwLXYqfPxPGA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"derived_pricing_periods\": [\n        {\n            \"room_type_id\": \"b76b95c9-6900-40b7-af15-055470afaf32\",\n            \"periods\": [\n                {\n                    \"start_date\": \"2023-01-27T00:00:00.000Z\",\n                    \"end_date\": \"2024-01-27T00:00:00.000Z\",\n                    \"derived\": false,\n                    \"derived_type\": null,\n                    \"derived_value\": null,\n                    \"prices\": [\n                        {\n                            \"date\": \"2023-01-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-01-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-01-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-01-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-01-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-17T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-18T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-19T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-20T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-21T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-22T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-23T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-24T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-25T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-26T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-27T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"room_type_id\": \"8acb1bd9-c0d9-48e3-b315-53ac213e9b10\",\n            \"periods\": [\n                {\n                    \"start_date\": \"2023-01-27T00:00:00.000Z\",\n                    \"end_date\": \"2024-01-27T00:00:00.000Z\",\n                    \"derived\": false,\n                    \"derived_type\": null,\n                    \"derived_value\": null,\n                    \"prices\": [\n                        {\n                            \"date\": \"2023-01-27T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-01-28T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-01-29T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-01-30T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-01-31T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-01T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-02T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-03T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-04T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-05T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-06T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-07T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-08T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-09T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-10T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-11T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-12T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-13T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-14T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-15T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-16T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-17T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-18T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-19T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-20T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-21T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-22T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-23T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-24T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-25T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-26T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-27T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-02-28T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-01T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-02T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-03T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-04T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-05T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-06T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-07T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-08T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-09T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-10T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-11T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-12T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-13T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-14T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-15T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-16T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-17T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-18T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-19T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-20T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-21T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-22T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-23T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-24T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-25T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-26T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-27T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-28T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-29T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-30T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-03-31T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-01T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-02T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-03T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-04T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-05T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-06T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-07T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-08T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-09T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-10T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-11T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-12T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-13T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-14T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-15T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-16T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-17T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-18T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-19T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-20T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-21T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-22T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-23T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-24T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-25T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-26T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-27T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-28T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-29T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-04-30T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-01T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-02T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-03T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-04T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-05T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-06T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-07T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-08T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-09T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-10T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-11T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-12T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-13T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-14T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-15T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-16T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-17T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-18T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-19T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-20T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-21T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-22T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-23T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-24T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-25T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-26T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-27T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-28T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-29T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-30T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-05-31T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-01T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-02T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-03T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-04T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-05T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-06T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-07T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-08T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-09T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-10T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-11T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-12T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-13T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-14T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-15T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-16T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-17T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-18T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-19T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-20T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-21T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-22T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-23T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-24T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-25T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-26T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-27T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-28T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-29T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-06-30T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-01T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-02T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-03T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-04T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-05T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-06T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-07T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-08T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-09T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-10T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-11T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-12T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-13T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-14T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-15T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-16T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-17T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-18T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-19T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-20T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-21T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-22T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-23T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-24T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-25T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-26T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-27T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-28T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-29T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-30T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-07-31T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-01T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-02T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-03T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-04T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-05T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-06T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-07T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-08T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-09T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-10T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-11T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-12T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-13T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-14T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-15T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-16T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-17T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-18T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-19T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-20T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-21T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-22T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-23T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-24T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-25T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-26T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-27T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-28T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-29T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-30T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-08-31T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-01T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-02T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-03T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-04T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-05T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-06T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-07T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-08T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-09T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-10T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-11T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-12T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-13T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-14T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-15T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-16T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-17T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-18T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-19T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-20T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-21T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-22T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-23T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-24T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-25T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-26T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-27T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-28T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-29T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-09-30T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-01T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-02T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-03T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-04T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-05T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-06T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-07T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-08T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-09T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-10T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-11T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-12T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-13T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-14T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-15T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-16T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-17T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-18T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-19T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-20T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-21T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-22T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-23T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-24T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-25T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-26T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-27T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-28T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-29T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-30T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-10-31T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-01T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-02T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-03T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-04T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-05T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-06T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-07T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-08T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-09T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-10T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-11T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-12T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-13T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-14T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-15T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-16T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-17T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-18T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-19T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-20T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-21T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-22T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-23T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-24T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-25T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-26T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-27T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-28T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-29T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-11-30T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-01T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-02T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-03T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-04T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-05T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-06T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-07T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-08T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-09T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-10T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-11T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-12T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-13T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-14T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-15T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-16T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-17T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-18T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-19T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-20T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-21T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-22T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-23T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-24T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-25T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-26T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-27T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-28T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-29T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-30T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2023-12-31T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-01T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-02T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-03T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-04T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-05T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-06T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-07T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-08T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-09T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-10T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-11T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-12T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-13T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-14T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-15T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-16T00:00:00.000Z\",\n                            \"price_1P\": 145,\n                            \"price_2P\": 145,\n                            \"price_3P\": 145,\n                            \"price_4P\": 145,\n                            \"price_5P\": 145\n                        },\n                        {\n                            \"date\": \"2024-01-17T00:00:00.000Z\",\n                            \"price_1P\": 140,\n                            \"price_2P\": 140,\n                            \"price_3P\": 140,\n                            \"price_4P\": 140,\n                            \"price_5P\": 140\n                        },\n                        {\n                            \"date\": \"2024-01-18T00:00:00.000Z\",\n                            \"price_1P\": 140,\n                            \"price_2P\": 140,\n                            \"price_3P\": 140,\n                            \"price_4P\": 140,\n                            \"price_5P\": 140\n                        },\n                        {\n                            \"date\": \"2024-01-19T00:00:00.000Z\",\n                            \"price_1P\": 140,\n                            \"price_2P\": 140,\n                            \"price_3P\": 140,\n                            \"price_4P\": 140,\n                            \"price_5P\": 140\n                        },\n                        {\n                            \"date\": \"2024-01-20T00:00:00.000Z\",\n                            \"price_1P\": 140,\n                            \"price_2P\": 140,\n                            \"price_3P\": 140,\n                            \"price_4P\": 140,\n                            \"price_5P\": 140\n                        },\n                        {\n                            \"date\": \"2024-01-21T00:00:00.000Z\",\n                            \"price_1P\": 140,\n                            \"price_2P\": 140,\n                            \"price_3P\": 140,\n                            \"price_4P\": 140,\n                            \"price_5P\": 140\n                        },\n                        {\n                            \"date\": \"2024-01-22T00:00:00.000Z\",\n                            \"price_1P\": 140,\n                            \"price_2P\": 140,\n                            \"price_3P\": 140,\n                            \"price_4P\": 140,\n                            \"price_5P\": 140\n                        },\n                        {\n                            \"date\": \"2024-01-23T00:00:00.000Z\",\n                            \"price_1P\": 140,\n                            \"price_2P\": 140,\n                            \"price_3P\": 140,\n                            \"price_4P\": 140,\n                            \"price_5P\": 140\n                        },\n                        {\n                            \"date\": \"2024-01-24T00:00:00.000Z\",\n                            \"price_1P\": 140,\n                            \"price_2P\": 140,\n                            \"price_3P\": 140,\n                            \"price_4P\": 140,\n                            \"price_5P\": 140\n                        },\n                        {\n                            \"date\": \"2024-01-25T00:00:00.000Z\",\n                            \"price_1P\": 140,\n                            \"price_2P\": 140,\n                            \"price_3P\": 140,\n                            \"price_4P\": 140,\n                            \"price_5P\": 140\n                        },\n                        {\n                            \"date\": \"2024-01-26T00:00:00.000Z\",\n                            \"price_1P\": 140,\n                            \"price_2P\": 140,\n                            \"price_3P\": 140,\n                            \"price_4P\": 140,\n                            \"price_5P\": 140\n                        },\n                        {\n                            \"date\": \"2024-01-27T00:00:00.000Z\",\n                            \"price_1P\": 140,\n                            \"price_2P\": 140,\n                            \"price_3P\": 140,\n                            \"price_4P\": 140,\n                            \"price_5P\": 140\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"room_type_id\": \"7ce58956-75dc-4479-8d1c-e87471b6b9b0\",\n            \"periods\": [\n                {\n                    \"start_date\": \"2023-01-27T00:00:00.000Z\",\n                    \"end_date\": \"2024-01-27T00:00:00.000Z\",\n                    \"derived\": false,\n                    \"derived_type\": null,\n                    \"derived_value\": null,\n                    \"prices\": [\n                        {\n                            \"date\": \"2023-01-27T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-01-28T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-01-29T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-01-30T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-01-31T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-01T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-02T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-03T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-04T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-05T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-06T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-07T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-08T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-09T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-10T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-11T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-12T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-13T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-14T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-15T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-16T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-17T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-18T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-19T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-20T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-21T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-22T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-23T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-24T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-25T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-26T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-27T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-02-28T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-01T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-02T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-03T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-04T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-05T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-06T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-07T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-08T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-09T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-10T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-11T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-12T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-13T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-14T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-15T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-16T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-17T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-18T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-19T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-20T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-21T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-22T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-23T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-24T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-25T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-26T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-27T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-28T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-29T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-30T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-03-31T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-01T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-02T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-03T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-04T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-05T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-06T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-07T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-08T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-09T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-10T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-11T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-12T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-13T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-14T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-15T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-16T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-17T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-18T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-19T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-20T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-21T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-22T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-23T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-24T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-25T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-26T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-27T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-28T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-29T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-04-30T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-01T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-02T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-03T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-04T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-05T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-06T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-07T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-08T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-09T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-10T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-11T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-12T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-13T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-14T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-15T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-16T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-17T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-18T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-19T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-20T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-21T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-22T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-23T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-24T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-25T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-26T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-27T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-28T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-29T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-30T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-05-31T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-01T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-02T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-03T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-04T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-05T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-06T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-07T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-08T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-09T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-10T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-11T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-12T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-13T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-14T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-15T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-16T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-17T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-18T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-19T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-20T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-21T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-22T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-23T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-24T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-25T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-26T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-27T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-28T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-29T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-06-30T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-01T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-02T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-03T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-04T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-05T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-06T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-07T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-08T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-09T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-10T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-11T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-12T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-13T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-14T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-15T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-16T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-17T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-18T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-19T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-20T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-21T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-22T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-23T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-24T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-25T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-26T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-27T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-28T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-29T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-30T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-07-31T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-01T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-02T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-03T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-04T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-05T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-06T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-07T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-08T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-09T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-10T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-11T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-12T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-13T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-14T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-15T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-16T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-17T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-18T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-19T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-20T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-21T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-22T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-23T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-24T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-25T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-26T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-27T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-28T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-29T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-30T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-08-31T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-01T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-02T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-03T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-04T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-05T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-06T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-07T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-08T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-09T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-10T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-11T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-12T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-13T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-14T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-15T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-16T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-17T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-18T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-19T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-20T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-21T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-22T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-23T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-24T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-25T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-26T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-27T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-28T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-29T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-09-30T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-01T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-02T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-03T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-04T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-05T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-06T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-07T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-08T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-09T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-10T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-11T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-12T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-13T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-14T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-15T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-16T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-17T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-18T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-19T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-20T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-21T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-22T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-23T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-24T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-25T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-26T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-27T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-28T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-29T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-30T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-10-31T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-01T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-02T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-03T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-04T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-05T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-06T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-07T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-08T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-09T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-10T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-11T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-12T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-13T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-14T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-15T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-16T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-17T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-18T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-19T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-20T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-21T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-22T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-23T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-24T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-25T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-26T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-27T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-28T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-29T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-11-30T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-01T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-02T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-03T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-04T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-05T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-06T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-07T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-08T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-09T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-10T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-11T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-12T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-13T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-14T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-15T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-16T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-17T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-18T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-19T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-20T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-21T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-22T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-23T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-24T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-25T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-26T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-27T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-28T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-29T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-30T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2023-12-31T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-01T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-02T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-03T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-04T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-05T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-06T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-07T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-08T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-09T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-10T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-11T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-12T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-13T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-14T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-15T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-16T00:00:00.000Z\",\n                            \"price_1P\": 155,\n                            \"price_2P\": 155,\n                            \"price_3P\": 155,\n                            \"price_4P\": 155,\n                            \"price_5P\": 155\n                        },\n                        {\n                            \"date\": \"2024-01-17T00:00:00.000Z\",\n                            \"price_1P\": 150,\n                            \"price_2P\": 150,\n                            \"price_3P\": 150,\n                            \"price_4P\": 150,\n                            \"price_5P\": 150\n                        },\n                        {\n                            \"date\": \"2024-01-18T00:00:00.000Z\",\n                            \"price_1P\": 150,\n                            \"price_2P\": 150,\n                            \"price_3P\": 150,\n                            \"price_4P\": 150,\n                            \"price_5P\": 150\n                        },\n                        {\n                            \"date\": \"2024-01-19T00:00:00.000Z\",\n                            \"price_1P\": 150,\n                            \"price_2P\": 150,\n                            \"price_3P\": 150,\n                            \"price_4P\": 150,\n                            \"price_5P\": 150\n                        },\n                        {\n                            \"date\": \"2024-01-20T00:00:00.000Z\",\n                            \"price_1P\": 150,\n                            \"price_2P\": 150,\n                            \"price_3P\": 150,\n                            \"price_4P\": 150,\n                            \"price_5P\": 150\n                        },\n                        {\n                            \"date\": \"2024-01-21T00:00:00.000Z\",\n                            \"price_1P\": 150,\n                            \"price_2P\": 150,\n                            \"price_3P\": 150,\n                            \"price_4P\": 150,\n                            \"price_5P\": 150\n                        },\n                        {\n                            \"date\": \"2024-01-22T00:00:00.000Z\",\n                            \"price_1P\": 150,\n                            \"price_2P\": 150,\n                            \"price_3P\": 150,\n                            \"price_4P\": 150,\n                            \"price_5P\": 150\n                        },\n                        {\n                            \"date\": \"2024-01-23T00:00:00.000Z\",\n                            \"price_1P\": 150,\n                            \"price_2P\": 150,\n                            \"price_3P\": 150,\n                            \"price_4P\": 150,\n                            \"price_5P\": 150\n                        },\n                        {\n                            \"date\": \"2024-01-24T00:00:00.000Z\",\n                            \"price_1P\": 150,\n                            \"price_2P\": 150,\n                            \"price_3P\": 150,\n                            \"price_4P\": 150,\n                            \"price_5P\": 150\n                        },\n                        {\n                            \"date\": \"2024-01-25T00:00:00.000Z\",\n                            \"price_1P\": 150,\n                            \"price_2P\": 150,\n                            \"price_3P\": 150,\n                            \"price_4P\": 150,\n                            \"price_5P\": 150\n                        },\n                        {\n                            \"date\": \"2024-01-26T00:00:00.000Z\",\n                            \"price_1P\": 150,\n                            \"price_2P\": 150,\n                            \"price_3P\": 150,\n                            \"price_4P\": 150,\n                            \"price_5P\": 150\n                        },\n                        {\n                            \"date\": \"2024-01-27T00:00:00.000Z\",\n                            \"price_1P\": 150,\n                            \"price_2P\": 150,\n                            \"price_3P\": 150,\n                            \"price_4P\": 150,\n                            \"price_5P\": 150\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"room_type_id\": \"c6833f8b-7743-4368-ad77-392c6a3f0cce\",\n            \"periods\": [\n                {\n                    \"start_date\": \"2023-01-27T00:00:00.000Z\",\n                    \"end_date\": \"2024-01-27T00:00:00.000Z\",\n                    \"derived\": false,\n                    \"derived_type\": null,\n                    \"derived_value\": null,\n                    \"prices\": [\n                        {\n                            \"date\": \"2023-01-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-01-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-01-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-01-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-01-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-02-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-03-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-04-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-05-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-06-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-07-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-08-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-09-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-10-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-11-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-17T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-18T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-19T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-20T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-21T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-22T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-23T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-24T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-25T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-26T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-27T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-28T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-29T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-30T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2023-12-31T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-01T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-02T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-03T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-04T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-05T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-06T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-07T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-08T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-09T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-10T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-11T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-12T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-13T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-14T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-15T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-16T00:00:00.000Z\",\n                            \"price_1P\": 105,\n                            \"price_2P\": 105,\n                            \"price_3P\": 105,\n                            \"price_4P\": 105,\n                            \"price_5P\": 105\n                        },\n                        {\n                            \"date\": \"2024-01-17T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-18T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-19T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-20T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-21T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-22T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-23T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-24T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-25T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-26T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        },\n                        {\n                            \"date\": \"2024-01-27T00:00:00.000Z\",\n                            \"price_1P\": 100,\n                            \"price_2P\": 100,\n                            \"price_3P\": 100,\n                            \"price_4P\": 100,\n                            \"price_5P\": 100\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"room_type_id\": \"30104735-988b-4505-b3c8-dc3c6070aec9\",\n            \"periods\": [\n                {\n                    \"start_date\": \"2023-01-27T00:00:00.000Z\",\n                    \"end_date\": \"2024-01-27T00:00:00.000Z\",\n                    \"derived\": false,\n                    \"derived_type\": null,\n                    \"derived_value\": null,\n                    \"prices\": [\n                        {\n                            \"date\": \"2023-01-27T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-01-28T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-01-29T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-01-30T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-01-31T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-01T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-02T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-03T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-04T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-05T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-06T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-07T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-08T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-09T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-10T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-11T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-12T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-13T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-14T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-15T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-16T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-17T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-18T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-19T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-20T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-21T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-22T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-23T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-24T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-25T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-26T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-27T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-02-28T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-01T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-02T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-03T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-04T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-05T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-06T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-07T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-08T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-09T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-10T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-11T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-12T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-13T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-14T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-15T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-16T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-17T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-18T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-19T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-20T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-21T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-22T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-23T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-24T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-25T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-26T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-27T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-28T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-29T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-30T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-03-31T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-01T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-02T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-03T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-04T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-05T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-06T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-07T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-08T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-09T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-10T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-11T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-12T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-13T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-14T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-15T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-16T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-17T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-18T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-19T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-20T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-21T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-22T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-23T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-24T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-25T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-26T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-27T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-28T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-29T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-04-30T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-01T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-02T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-03T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-04T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-05T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-06T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-07T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-08T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-09T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-10T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-11T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-12T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-13T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-14T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-15T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-16T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-17T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-18T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-19T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-20T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-21T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-22T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-23T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-24T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-25T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-26T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-27T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-28T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-29T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-30T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-05-31T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-01T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-02T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-03T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-04T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-05T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-06T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-07T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-08T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-09T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-10T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-11T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-12T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-13T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-14T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-15T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-16T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-17T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-18T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-19T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-20T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-21T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-22T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-23T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-24T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-25T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-26T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-27T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-28T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-29T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-06-30T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-01T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-02T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-03T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-04T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-05T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-06T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-07T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-08T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-09T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-10T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-11T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-12T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-13T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-14T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-15T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-16T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-17T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-18T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-19T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-20T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-21T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-22T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-23T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-24T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-25T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-26T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-27T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-28T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-29T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-30T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-07-31T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-01T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-02T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-03T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-04T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-05T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-06T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-07T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-08T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-09T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-10T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-11T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-12T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-13T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-14T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-15T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-16T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-17T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-18T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-19T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-20T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-21T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-22T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-23T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-24T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-25T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-26T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-27T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-28T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-29T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-30T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-08-31T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-01T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-02T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-03T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-04T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-05T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-06T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-07T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-08T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-09T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-10T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-11T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-12T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-13T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-14T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-15T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-16T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-17T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-18T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-19T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-20T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-21T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-22T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-23T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-24T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-25T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-26T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-27T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-28T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-29T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-09-30T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-01T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-02T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-03T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-04T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-05T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-06T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-07T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-08T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-09T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-10T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-11T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-12T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-13T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-14T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-15T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-16T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-17T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-18T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-19T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-20T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-21T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-22T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-23T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-24T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-25T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-26T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-27T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-28T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-29T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-30T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-10-31T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-01T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-02T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-03T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-04T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-05T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-06T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-07T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-08T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-09T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-10T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-11T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-12T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-13T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-14T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-15T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-16T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-17T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-18T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-19T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-20T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-21T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-22T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-23T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-24T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-25T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-26T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-27T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-28T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-29T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-11-30T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-01T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-02T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-03T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-04T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-05T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-06T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-07T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-08T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-09T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-10T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-11T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-12T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-13T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-14T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-15T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-16T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-17T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-18T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-19T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-20T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-21T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-22T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-23T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-24T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-25T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-26T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-27T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-28T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-29T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-30T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2023-12-31T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-01T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-02T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-03T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-04T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-05T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-06T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-07T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-08T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-09T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-10T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-11T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-12T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-13T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-14T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-15T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-16T00:00:00.000Z\",\n                            \"price_1P\": 115,\n                            \"price_2P\": 115,\n                            \"price_3P\": 115,\n                            \"price_4P\": 115,\n                            \"price_5P\": 115\n                        },\n                        {\n                            \"date\": \"2024-01-17T00:00:00.000Z\",\n                            \"price_1P\": 110,\n                            \"price_2P\": 110,\n                            \"price_3P\": 110,\n                            \"price_4P\": 110,\n                            \"price_5P\": 110\n                        },\n                        {\n                            \"date\": \"2024-01-18T00:00:00.000Z\",\n                            \"price_1P\": 110,\n                            \"price_2P\": 110,\n                            \"price_3P\": 110,\n                            \"price_4P\": 110,\n                            \"price_5P\": 110\n                        },\n                        {\n                            \"date\": \"2024-01-19T00:00:00.000Z\",\n                            \"price_1P\": 110,\n                            \"price_2P\": 110,\n                            \"price_3P\": 110,\n                            \"price_4P\": 110,\n                            \"price_5P\": 110\n                        },\n                        {\n                            \"date\": \"2024-01-20T00:00:00.000Z\",\n                            \"price_1P\": 110,\n                            \"price_2P\": 110,\n                            \"price_3P\": 110,\n                            \"price_4P\": 110,\n                            \"price_5P\": 110\n                        },\n                        {\n                            \"date\": \"2024-01-21T00:00:00.000Z\",\n                            \"price_1P\": 110,\n                            \"price_2P\": 110,\n                            \"price_3P\": 110,\n                            \"price_4P\": 110,\n                            \"price_5P\": 110\n                        },\n                        {\n                            \"date\": \"2024-01-22T00:00:00.000Z\",\n                            \"price_1P\": 110,\n                            \"price_2P\": 110,\n                            \"price_3P\": 110,\n                            \"price_4P\": 110,\n                            \"price_5P\": 110\n                        },\n                        {\n                            \"date\": \"2024-01-23T00:00:00.000Z\",\n                            \"price_1P\": 110,\n                            \"price_2P\": 110,\n                            \"price_3P\": 110,\n                            \"price_4P\": 110,\n                            \"price_5P\": 110\n                        },\n                        {\n                            \"date\": \"2024-01-24T00:00:00.000Z\",\n                            \"price_1P\": 110,\n                            \"price_2P\": 110,\n                            \"price_3P\": 110,\n                            \"price_4P\": 110,\n                            \"price_5P\": 110\n                        },\n                        {\n                            \"date\": \"2024-01-25T00:00:00.000Z\",\n                            \"price_1P\": 110,\n                            \"price_2P\": 110,\n                            \"price_3P\": 110,\n                            \"price_4P\": 110,\n                            \"price_5P\": 110\n                        },\n                        {\n                            \"date\": \"2024-01-26T00:00:00.000Z\",\n                            \"price_1P\": 110,\n                            \"price_2P\": 110,\n                            \"price_3P\": 110,\n                            \"price_4P\": 110,\n                            \"price_5P\": 110\n                        },\n                        {\n                            \"date\": \"2024-01-27T00:00:00.000Z\",\n                            \"price_1P\": 110,\n                            \"price_2P\": 110,\n                            \"price_3P\": 110,\n                            \"price_4P\": 110,\n                            \"price_5P\": 110\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"room_type_id\": \"e4de7074-3b1b-4ee9-b28c-eb21d2386ae6\",\n            \"periods\": [\n                {\n                    \"start_date\": \"2023-01-27T00:00:00.000Z\",\n                    \"end_date\": \"2024-01-27T00:00:00.000Z\",\n                    \"derived\": false,\n                    \"derived_type\": null,\n                    \"derived_value\": null,\n                    \"prices\": [\n                        {\n                            \"date\": \"2023-01-27T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-01-28T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-01-29T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-01-30T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-01-31T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-01T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-02T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-03T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-04T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-05T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-06T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-07T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-08T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-09T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-10T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-11T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-12T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-13T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-14T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-15T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-16T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-17T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-18T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-19T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-20T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-21T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-22T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-23T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-24T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-25T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-26T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-27T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-02-28T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-01T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-02T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-03T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-04T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-05T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-06T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-07T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-08T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-09T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-10T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-11T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-12T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-13T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-14T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-15T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-16T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-17T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-18T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-19T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-20T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-21T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-22T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-23T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-24T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-25T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-26T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-27T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-28T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-29T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-30T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-03-31T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-01T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-02T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-03T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-04T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-05T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-06T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-07T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-08T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-09T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-10T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-11T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-12T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-13T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-14T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-15T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-16T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-17T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-18T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-19T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-20T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-21T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-22T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-23T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-24T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-25T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-26T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-27T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-28T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-29T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-04-30T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-01T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-02T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-03T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-04T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-05T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-06T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-07T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-08T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-09T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-10T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-11T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-12T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-13T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-14T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-15T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-16T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-17T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-18T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-19T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-20T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-21T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-22T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-23T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-24T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-25T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-26T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-27T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-28T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-29T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-30T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-05-31T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-01T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-02T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-03T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-04T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-05T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-06T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-07T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-08T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-09T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-10T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-11T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-12T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-13T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-14T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-15T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-16T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-17T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-18T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-19T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-20T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-21T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-22T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-23T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-24T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-25T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-26T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-27T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-28T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-29T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-06-30T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-01T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-02T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-03T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-04T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-05T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-06T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-07T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-08T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-09T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-10T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-11T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-12T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-13T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-14T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-15T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-16T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-17T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-18T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-19T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-20T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-21T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-22T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-23T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-24T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-25T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-26T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-27T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-28T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-29T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-30T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-07-31T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-01T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-02T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-03T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-04T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-05T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-06T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-07T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-08T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-09T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-10T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-11T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-12T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-13T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-14T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-15T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-16T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-17T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-18T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-19T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-20T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-21T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-22T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-23T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-24T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-25T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-26T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-27T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-28T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-29T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-30T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-08-31T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-01T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-02T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-03T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-04T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-05T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-06T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-07T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-08T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-09T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-10T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-11T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-12T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-13T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-14T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-15T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-16T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-17T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-18T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-19T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-20T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-21T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-22T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-23T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-24T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-25T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-26T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-27T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-28T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-29T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-09-30T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-01T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-02T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-03T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-04T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-05T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-06T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-07T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-08T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-09T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-10T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-11T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-12T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-13T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-14T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-15T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-16T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-17T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-18T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-19T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-20T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-21T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-22T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-23T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-24T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-25T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-26T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-27T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-28T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-29T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-30T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-10-31T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-01T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-02T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-03T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-04T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-05T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-06T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-07T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-08T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-09T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-10T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-11T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-12T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-13T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-14T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-15T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-16T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-17T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-18T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-19T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-20T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-21T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-22T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-23T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-24T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-25T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-26T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-27T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-28T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-29T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-11-30T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-01T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-02T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-03T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-04T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-05T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-06T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-07T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-08T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-09T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-10T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-11T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-12T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-13T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-14T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-15T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-16T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-17T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-18T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-19T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-20T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-21T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-22T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-23T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-24T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-25T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-26T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-27T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-28T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-29T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-30T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2023-12-31T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-01T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-02T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-03T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-04T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-05T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-06T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-07T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-08T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-09T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-10T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-11T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-12T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-13T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-14T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-15T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-16T00:00:00.000Z\",\n                            \"price_1P\": 135,\n                            \"price_2P\": 135,\n                            \"price_3P\": 135,\n                            \"price_4P\": 135,\n                            \"price_5P\": 135\n                        },\n                        {\n                            \"date\": \"2024-01-17T00:00:00.000Z\",\n                            \"price_1P\": 130,\n                            \"price_2P\": 130,\n                            \"price_3P\": 130,\n                            \"price_4P\": 130,\n                            \"price_5P\": 130\n                        },\n                        {\n                            \"date\": \"2024-01-18T00:00:00.000Z\",\n                            \"price_1P\": 130,\n                            \"price_2P\": 130,\n                            \"price_3P\": 130,\n                            \"price_4P\": 130,\n                            \"price_5P\": 130\n                        },\n                        {\n                            \"date\": \"2024-01-19T00:00:00.000Z\",\n                            \"price_1P\": 130,\n                            \"price_2P\": 130,\n                            \"price_3P\": 130,\n                            \"price_4P\": 130,\n                            \"price_5P\": 130\n                        },\n                        {\n                            \"date\": \"2024-01-20T00:00:00.000Z\",\n                            \"price_1P\": 130,\n                            \"price_2P\": 130,\n                            \"price_3P\": 130,\n                            \"price_4P\": 130,\n                            \"price_5P\": 130\n                        },\n                        {\n                            \"date\": \"2024-01-21T00:00:00.000Z\",\n                            \"price_1P\": 130,\n                            \"price_2P\": 130,\n                            \"price_3P\": 130,\n                            \"price_4P\": 130,\n                            \"price_5P\": 130\n                        },\n                        {\n                            \"date\": \"2024-01-22T00:00:00.000Z\",\n                            \"price_1P\": 130,\n                            \"price_2P\": 130,\n                            \"price_3P\": 130,\n                            \"price_4P\": 130,\n                            \"price_5P\": 130\n                        },\n                        {\n                            \"date\": \"2024-01-23T00:00:00.000Z\",\n                            \"price_1P\": 130,\n                            \"price_2P\": 130,\n                            \"price_3P\": 130,\n                            \"price_4P\": 130,\n                            \"price_5P\": 130\n                        },\n                        {\n                            \"date\": \"2024-01-24T00:00:00.000Z\",\n                            \"price_1P\": 130,\n                            \"price_2P\": 130,\n                            \"price_3P\": 130,\n                            \"price_4P\": 130,\n                            \"price_5P\": 130\n                        },\n                        {\n                            \"date\": \"2024-01-25T00:00:00.000Z\",\n                            \"price_1P\": 130,\n                            \"price_2P\": 130,\n                            \"price_3P\": 130,\n                            \"price_4P\": 130,\n                            \"price_5P\": 130\n                        },\n                        {\n                            \"date\": \"2024-01-26T00:00:00.000Z\",\n                            \"price_1P\": 130,\n                            \"price_2P\": 130,\n                            \"price_3P\": 130,\n                            \"price_4P\": 130,\n                            \"price_5P\": 130\n                        },\n                        {\n                            \"date\": \"2024-01-27T00:00:00.000Z\",\n                            \"price_1P\": 130,\n                            \"price_2P\": 130,\n                            \"price_3P\": 130,\n                            \"price_4P\": 130,\n                            \"price_5P\": 130\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"room_type_id\": \"31948b03-d7d6-4978-b883-bc2b595e596d\",\n            \"periods\": [\n                {\n                    \"start_date\": \"2023-01-27T00:00:00.000Z\",\n                    \"end_date\": \"2024-01-27T00:00:00.000Z\",\n                    \"derived\": false,\n                    \"derived_type\": null,\n                    \"derived_value\": null,\n                    \"prices\": [\n                        {\n                            \"date\": \"2023-01-27T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-01-28T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-01-29T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-01-30T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-01-31T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-01T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-02T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-03T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-04T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-05T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-06T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-07T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-08T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-09T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-10T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-11T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-12T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-13T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-14T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-15T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-16T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-17T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-18T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-19T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-20T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-21T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-22T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-23T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-24T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-25T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-26T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-27T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-02-28T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-01T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-02T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-03T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-04T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-05T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-06T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-07T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-08T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-09T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-10T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-11T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-12T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-13T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-14T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-15T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-16T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-17T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-18T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-19T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-20T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-21T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-22T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-23T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-24T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-25T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-26T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-27T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-28T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-29T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-30T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-03-31T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-01T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-02T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-03T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-04T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-05T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-06T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-07T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-08T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-09T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-10T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-11T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-12T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-13T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-14T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-15T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-16T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-17T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-18T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-19T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-20T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-21T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-22T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-23T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-24T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-25T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-26T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-27T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-28T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-29T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-04-30T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-01T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-02T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-03T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-04T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-05T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-06T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-07T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-08T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-09T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-10T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-11T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-12T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-13T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-14T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-15T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-16T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-17T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-18T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-19T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-20T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-21T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-22T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-23T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-24T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-25T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-26T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-27T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-28T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-29T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-30T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-05-31T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-01T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-02T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-03T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-04T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-05T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-06T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-07T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-08T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-09T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-10T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-11T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-12T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-13T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-14T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-15T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-16T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-17T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-18T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-19T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-20T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-21T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-22T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-23T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-24T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-25T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-26T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-27T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-28T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-29T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-06-30T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-01T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-02T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-03T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-04T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-05T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-06T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-07T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-08T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-09T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-10T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-11T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-12T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-13T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-14T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-15T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-16T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-17T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-18T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-19T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-20T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-21T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-22T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-23T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-24T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-25T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-26T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-27T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-28T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-29T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-30T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-07-31T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-01T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-02T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-03T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-04T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-05T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-06T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-07T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-08T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-09T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-10T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-11T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-12T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-13T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-14T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-15T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-16T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-17T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-18T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-19T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-20T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-21T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-22T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-23T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-24T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-25T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-26T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-27T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-28T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-29T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-30T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-08-31T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-01T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-02T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-03T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-04T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-05T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-06T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-07T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-08T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-09T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-10T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-11T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-12T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-13T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-14T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-15T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-16T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-17T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-18T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-19T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-20T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-21T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-22T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-23T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-24T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-25T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-26T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-27T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-28T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-29T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-09-30T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-01T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-02T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-03T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-04T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-05T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-06T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-07T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-08T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-09T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-10T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-11T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-12T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-13T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-14T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-15T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-16T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-17T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-18T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-19T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-20T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-21T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-22T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-23T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-24T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-25T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-26T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-27T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-28T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-29T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-30T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-10-31T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-01T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-02T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-03T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-04T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-05T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-06T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-07T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-08T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-09T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-10T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-11T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-12T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-13T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-14T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-15T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-16T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-17T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-18T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-19T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-20T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-21T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-22T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-23T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-24T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-25T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-26T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-27T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-28T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-29T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-11-30T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-01T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-02T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-03T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-04T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-05T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-06T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-07T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-08T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-09T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-10T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-11T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-12T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-13T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-14T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-15T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-16T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-17T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-18T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-19T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-20T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-21T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-22T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-23T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-24T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-25T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-26T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-27T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-28T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-29T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-30T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2023-12-31T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-01T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-02T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-03T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-04T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-05T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-06T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-07T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-08T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-09T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-10T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-11T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-12T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-13T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-14T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-15T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-16T00:00:00.000Z\",\n                            \"price_1P\": 125,\n                            \"price_2P\": 125,\n                            \"price_3P\": 125,\n                            \"price_4P\": 125,\n                            \"price_5P\": 125\n                        },\n                        {\n                            \"date\": \"2024-01-17T00:00:00.000Z\",\n                            \"price_1P\": 120,\n                            \"price_2P\": 120,\n                            \"price_3P\": 120,\n                            \"price_4P\": 120,\n                            \"price_5P\": 120\n                        },\n                        {\n                            \"date\": \"2024-01-18T00:00:00.000Z\",\n                            \"price_1P\": 120,\n                            \"price_2P\": 120,\n                            \"price_3P\": 120,\n                            \"price_4P\": 120,\n                            \"price_5P\": 120\n                        },\n                        {\n                            \"date\": \"2024-01-19T00:00:00.000Z\",\n                            \"price_1P\": 120,\n                            \"price_2P\": 120,\n                            \"price_3P\": 120,\n                            \"price_4P\": 120,\n                            \"price_5P\": 120\n                        },\n                        {\n                            \"date\": \"2024-01-20T00:00:00.000Z\",\n                            \"price_1P\": 120,\n                            \"price_2P\": 120,\n                            \"price_3P\": 120,\n                            \"price_4P\": 120,\n                            \"price_5P\": 120\n                        },\n                        {\n                            \"date\": \"2024-01-21T00:00:00.000Z\",\n                            \"price_1P\": 120,\n                            \"price_2P\": 120,\n                            \"price_3P\": 120,\n                            \"price_4P\": 120,\n                            \"price_5P\": 120\n                        },\n                        {\n                            \"date\": \"2024-01-22T00:00:00.000Z\",\n                            \"price_1P\": 120,\n                            \"price_2P\": 120,\n                            \"price_3P\": 120,\n                            \"price_4P\": 120,\n                            \"price_5P\": 120\n                        },\n                        {\n                            \"date\": \"2024-01-23T00:00:00.000Z\",\n                            \"price_1P\": 120,\n                            \"price_2P\": 120,\n                            \"price_3P\": 120,\n                            \"price_4P\": 120,\n                            \"price_5P\": 120\n                        },\n                        {\n                            \"date\": \"2024-01-24T00:00:00.000Z\",\n                            \"price_1P\": 120,\n                            \"price_2P\": 120,\n                            \"price_3P\": 120,\n                            \"price_4P\": 120,\n                            \"price_5P\": 120\n                        },\n                        {\n                            \"date\": \"2024-01-25T00:00:00.000Z\",\n                            \"price_1P\": 120,\n                            \"price_2P\": 120,\n                            \"price_3P\": 120,\n                            \"price_4P\": 120,\n                            \"price_5P\": 120\n                        },\n                        {\n                            \"date\": \"2024-01-26T00:00:00.000Z\",\n                            \"price_1P\": 120,\n                            \"price_2P\": 120,\n                            \"price_3P\": 120,\n                            \"price_4P\": 120,\n                            \"price_5P\": 120\n                        },\n                        {\n                            \"date\": \"2024-01-27T00:00:00.000Z\",\n                            \"price_1P\": 120,\n                            \"price_2P\": 120,\n                            \"price_3P\": 120,\n                            \"price_4P\": 120,\n                            \"price_5P\": 120\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"878abeda-fde5-40b2-9f77-cb978d9f8a52"},{"name":"Update Pricing","id":"e1379a68-6914-4617-ba2c-154b83d0322f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"hk-info","value":"{{hk-info}}","type":"text"},{"key":"hk-token","value":"{{hk-token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"days_of_week\": [\"monday\",\"tuesday\",\"wednesday\",\"thursday\",\"friday\",\"saturday\",\"sunday\"],\n        \"include_floating\": true,\n        \"date_from\": \"2023-09-21T00:00:00Z\",\n        \"date_to\": \"2023-09-21T00:00:00Z\",\n        \"price_1P\": 10.99,\n        \"room_type_id\":\"59468a30-d68b-4b25-937e-a03fb064b50e\",   // Unique ID of the Room Type from Property Details Payload\n        \"rate_code_id\":\"8d08abc8-f54f-44af-b5a7-694d908add05\",  // Unique ID of the Rate Plan from Default Rate Plan API Response\n        \"rate_code_name\": \"Best Available Rate\", //Optional helps in for better logging\n        \"rate_code_code\": \"BAR\",  //Optional helps in for better logging\n        \"room_type_name\": \"Classic Queen Bed\",  //Optional helps in for better logging\n        \"room_type_code\": \"CQB\" //Optional helps in for better logging\n    }\n]","options":{"raw":{"language":"json"}}},"url":"/v4/hotelbrand/properties/{property_id}/calendar/rates/update","urlObject":{"path":["v4","hotelbrand","properties","{property_id}","calendar","rates","update"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"eb44f488-7999-44a8-b2d2-f5af205926fc","name":"Update Pricing","originalRequest":{"method":"PUT","header":[{"key":"hk-info","value":"{{hk-info}}","type":"text"},{"key":"hk-token","value":"{{hk-token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"days_of_week\": [\"monday\",\"tuesday\",\"wednesday\",\"thursday\",\"friday\",\"saturday\",\"sunday\"],\n        \"include_floating\": true,\n        \"date_from\": \"2023-09-21T00:00:00Z\",\n        \"date_to\": \"2023-09-21T00:00:00Z\",\n        \"price_1P\": 10.99,\n        \"room_type_id\":\"7ce58956-75dc-4479-8d1c-e87471b6b9b0\",\n        \"rate_code_id\":\"c9d5b9bd-1040-4f92-a0e7-024f134866a2\",\n        \"rate_code_name\": \"Best Available Rate\",\n        \"rate_code_code\": \"BAR\",\n        \"room_type_name\": \"Classic Queen Bed\",\n        \"room_type_code\": \"CQB\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"/v4/hotelbrand/properties/{{propertyId}}/calendar/rates/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 18 Feb 2023 20:36:16 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"},{"key":"Access-Control-Expose-Headers","value":"file-id,request-id"},{"key":"Server","value":"HK"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b7525c99752d4c74ac370828dee9ad1c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAH50-C4"},{"key":"X-Amz-Cf-Id","value":"-c9QH2pjSZx5sy8bU0Rp-j_sFc3yLZsp9oyOAi4UYJqDUF1gZrEfOg=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"property_id\": \"d30a9484-c025-4bde-b139-b74eccd6f832\",\n        \"request_id\": \"b0accd9b-47cb-4561-b182-e72a7ab83959\",\n        \"request_type\": \"BULK_UPDATE_WITHOUT_DYNAMIC_PRICING_PUBLISH\",\n        \"status\": \"INITIATED\",\n        \"payload\": \"W3siZGF0ZV9mcm9tIjoiMjAyMy0wOS0yMVQwMDowMDowMC4wMDBaIiwiZGF0ZV90byI6IjIwMjMtMDktMjFUMDA6MDA6MDAuMDAwWiIsImRheXNfb2Zfd2VlayI6WyJtb25kYXkiLCJ0dWVzZGF5Iiwid2VkbmVzZGF5IiwidGh1cnNkYXkiLCJmcmlkYXkiLCJzYXR1cmRheSIsInN1bmRheSJdLCJpbmNsdWRlX2Zsb2F0aW5nIjp0cnVlLCJyb29tX3R5cGVfbmFtZSI6IkNsYXNzaWMgUXVlZW4gQmVkIiwicmF0ZV9jb2RlX2NvZGUiOiJCQVIiLCJyb29tX3R5cGVfY29kZSI6IkNRQiIsImRpcmVjdF9mbG9hdGluZ191cGRhdGUiOmZhbHNlLCJyYXRlX3RocmVzaG9sZCI6bnVsbCwibWluX2xvcyI6bnVsbCwibWF4X2xvcyI6bnVsbCwib3BlbiI6bnVsbCwiY2xvc2VkIjpudWxsLCJvcGVuX3RvX2Fycml2YWwiOm51bGwsImNsb3NlZF90b19hcnJpdmFsIjpudWxsLCJvcGVuX3RvX2RlcGFydHVyZSI6bnVsbCwiY2xvc2VkX3RvX2RlcGFydHVyZSI6bnVsbCwicHJpY2VfMVAiOjEwLjk5LCJwcmljZV8yUCI6bnVsbCwicHJpY2VfM1AiOm51bGwsInByaWNlXzRQIjpudWxsLCJwcmljZV81UCI6bnVsbCwiZGF0ZSI6bnVsbCwiYnVzaW5lc3NfZGF5X2lkIjpudWxsLCJldmVudF9yYXRlX2lkIjpudWxsLCJyYXRlX2NvZGVfaWQiOiJjOWQ1YjliZC0xMDQwLTRmOTItYTBlNy0wMjRmMTM0ODY2YTIiLCJyb29tX3R5cGVfaWQiOiI3Y2U1ODk1Ni03NWRjLTQ0NzktOGQxYy1lODc0NzFiNmI5YjAiLCJndWFyYW50ZWVfcmVxdWlyZWQiOm51bGwsImd1YXJhbnRlZV90aW1lX2luX2FkdmFuY2UiOm51bGwsImNhbmNlbGxhdGlvbl90aW1lX2luX2FkdmFuY2UiOm51bGwsImF2YWlsYWJsZV90b19zZWxsIjpudWxsLCJhdmFpbGFibGVfdG9fc2VsbF9jYXAiOm51bGwsIm92ZXJib29raW5nIjpudWxsLCJob3VzZV9vdmVyYm9va2luZyI6bnVsbCwibWluX3N0YXlfdGhyb3VnaCI6bnVsbCwibWF4X3N0YXlfdGhyb3VnaCI6bnVsbCwicGVyY2VudGFnZSI6bnVsbCwiYW1vdW50IjpudWxsLCJwb2ludHNfZWFybmVkIjpudWxsLCJwb2ludHNfcmVkZWVtZWQiOm51bGwsImFtb3VudF9hZGRfdXAiOm51bGwsImV2ZW50X3NvdXJjZSI6IkhLIiwiZnBsb3MiOm51bGwsImh1cmRsZSI6bnVsbCwiZ3VhcmFudGVlX3R5cGVfaWQiOm51bGwsImRlcG9zaXRfcG9saWN5X2lkIjpudWxsLCJjYW5jZWxsYXRpb25fcG9saWN5X2lkIjpudWxsLCJwYXJlbnRfcmF0ZV9jb2RlX2lkIjpudWxsLCJyY19taW5fciI6bnVsbCwicmNfbWF4X3IiOm51bGwsImZpdmVfcGVyc29uX2Fib3ZlX3VuaXRfbXVsdGlwbGllciI6bnVsbCwiaWQiOm51bGwsImNyZWF0ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQiOm51bGwsImRlbGV0ZWRfYXQiOm51bGx9XQ==\",\n        \"created_at\": null,\n        \"initiated_by\": \"c7224d7d-607d-4f33-849a-dc4f1aef76c7\",\n        \"remarks\": \"N/A\",\n        \"initiated_by_username\": \"apisonder\",\n        \"initiated_by_user\": \"API User\",\n        \"rate_code_name\": \"Best Available Rate\",\n        \"rate_code_code\": \"BAR\",\n        \"room_type_name\": \"Classic Queen Bed\",\n        \"room_type_code\": \"CQB\"\n    }\n]"}],"_postman_id":"e1379a68-6914-4617-ba2c-154b83d0322f"},{"name":"Update Restrictions","id":"592bc370-591c-486c-8cc1-7ca0771de3e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"hk-info","value":"{{hk-info}}","type":"text"},{"key":"hk-token","value":"{{hk-token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"days_of_week\": [\"monday\",\"tuesday\",\"wednesday\",\"thursday\",\"friday\",\"saturday\",\"sunday\"],\n        \"include_floating\": true,\n        \"date_from\": \"2023-09-21T00:00:00Z\",\n        \"date_to\": \"2023-09-21T00:00:00Z\",\n        \"room_type_id\":\"59468a30-d68b-4b25-937e-a03fb064b50e\",\n        \"rate_code_id\":\"8d08abc8-f54f-44af-b5a7-694d908add05\",\n        \"rate_code_name\": \"Best Available Rate\",\n        \"rate_code_code\": \"BAR\",\n        \"room_type_name\": \"Classic Queen Bed\",\n        \"room_type_code\": \"CQB\",\n        \"min_los\": 3\n\n    //Other Options Include \n        //max_los(int) , \n        //closed_to_arrival(boolean) ,\n        // closed_to departure(boolean), \n        //closed(boolean), \n        //available_to_sell(boolean)\n\n    }\n]","options":{"raw":{"language":"json"}}},"url":"/v4/hotelbrand/properties/{property_id}/calendar/rates/update","urlObject":{"path":["v4","hotelbrand","properties","{property_id}","calendar","rates","update"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"0d2e78dd-aacb-4ebf-b929-787ddc6e2da5","name":"Update Pricing","originalRequest":{"method":"PUT","header":[{"key":"hk-info","value":"{{hk-info}}","type":"text"},{"key":"hk-token","value":"{{hk-token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"days_of_week\": [\"monday\",\"tuesday\",\"wednesday\",\"thursday\",\"friday\",\"saturday\",\"sunday\"],\n        \"include_floating\": true,\n        \"date_from\": \"2023-09-21T00:00:00Z\",\n        \"date_to\": \"2023-09-21T00:00:00Z\",\n        \"room_type_id\":\"7ce58956-75dc-4479-8d1c-e87471b6b9b0\",\n        \"rate_code_id\":\"c9d5b9bd-1040-4f92-a0e7-024f134866a2\",\n        \"rate_code_name\": \"Best Available Rate\",\n        \"rate_code_code\": \"BAR\",\n        \"room_type_name\": \"Classic Queen Bed\",\n        \"room_type_code\": \"CQB\",\n        \"min_los\": 3  \n        \n        //Other Options Include \n        //max_los(int) , \n        //closed_to_arrival(boolean) ,\n        // closed_to departure(boolean), \n        //closed(boolean), \n        //available_to_sell(boolean)\n\n\n    }\n]","options":{"raw":{"language":"json"}}},"url":"/v4/sonder/properties/{{propertyId}}/calendar/rates/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 18 Feb 2023 20:36:16 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"},{"key":"Access-Control-Expose-Headers","value":"file-id,request-id"},{"key":"Server","value":"HK"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b7525c99752d4c74ac370828dee9ad1c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAH50-C4"},{"key":"X-Amz-Cf-Id","value":"-c9QH2pjSZx5sy8bU0Rp-j_sFc3yLZsp9oyOAi4UYJqDUF1gZrEfOg=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"property_id\": \"d30a9484-c025-4bde-b139-b74eccd6f832\",\n        \"request_id\": \"b0accd9b-47cb-4561-b182-e72a7ab83959\",\n        \"request_type\": \"BULK_UPDATE_WITHOUT_DYNAMIC_PRICING_PUBLISH\",\n        \"status\": \"INITIATED\",\n        \"payload\": \"W3siZGF0ZV9mcm9tIjoiMjAyMy0wOS0yMVQwMDowMDowMC4wMDBaIiwiZGF0ZV90byI6IjIwMjMtMDktMjFUMDA6MDA6MDAuMDAwWiIsImRheXNfb2Zfd2VlayI6WyJtb25kYXkiLCJ0dWVzZGF5Iiwid2VkbmVzZGF5IiwidGh1cnNkYXkiLCJmcmlkYXkiLCJzYXR1cmRheSIsInN1bmRheSJdLCJpbmNsdWRlX2Zsb2F0aW5nIjp0cnVlLCJyb29tX3R5cGVfbmFtZSI6IkNsYXNzaWMgUXVlZW4gQmVkIiwicmF0ZV9jb2RlX2NvZGUiOiJCQVIiLCJyb29tX3R5cGVfY29kZSI6IkNRQiIsImRpcmVjdF9mbG9hdGluZ191cGRhdGUiOmZhbHNlLCJyYXRlX3RocmVzaG9sZCI6bnVsbCwibWluX2xvcyI6bnVsbCwibWF4X2xvcyI6bnVsbCwib3BlbiI6bnVsbCwiY2xvc2VkIjpudWxsLCJvcGVuX3RvX2Fycml2YWwiOm51bGwsImNsb3NlZF90b19hcnJpdmFsIjpudWxsLCJvcGVuX3RvX2RlcGFydHVyZSI6bnVsbCwiY2xvc2VkX3RvX2RlcGFydHVyZSI6bnVsbCwicHJpY2VfMVAiOjEwLjk5LCJwcmljZV8yUCI6bnVsbCwicHJpY2VfM1AiOm51bGwsInByaWNlXzRQIjpudWxsLCJwcmljZV81UCI6bnVsbCwiZGF0ZSI6bnVsbCwiYnVzaW5lc3NfZGF5X2lkIjpudWxsLCJldmVudF9yYXRlX2lkIjpudWxsLCJyYXRlX2NvZGVfaWQiOiJjOWQ1YjliZC0xMDQwLTRmOTItYTBlNy0wMjRmMTM0ODY2YTIiLCJyb29tX3R5cGVfaWQiOiI3Y2U1ODk1Ni03NWRjLTQ0NzktOGQxYy1lODc0NzFiNmI5YjAiLCJndWFyYW50ZWVfcmVxdWlyZWQiOm51bGwsImd1YXJhbnRlZV90aW1lX2luX2FkdmFuY2UiOm51bGwsImNhbmNlbGxhdGlvbl90aW1lX2luX2FkdmFuY2UiOm51bGwsImF2YWlsYWJsZV90b19zZWxsIjpudWxsLCJhdmFpbGFibGVfdG9fc2VsbF9jYXAiOm51bGwsIm92ZXJib29raW5nIjpudWxsLCJob3VzZV9vdmVyYm9va2luZyI6bnVsbCwibWluX3N0YXlfdGhyb3VnaCI6bnVsbCwibWF4X3N0YXlfdGhyb3VnaCI6bnVsbCwicGVyY2VudGFnZSI6bnVsbCwiYW1vdW50IjpudWxsLCJwb2ludHNfZWFybmVkIjpudWxsLCJwb2ludHNfcmVkZWVtZWQiOm51bGwsImFtb3VudF9hZGRfdXAiOm51bGwsImV2ZW50X3NvdXJjZSI6IkhLIiwiZnBsb3MiOm51bGwsImh1cmRsZSI6bnVsbCwiZ3VhcmFudGVlX3R5cGVfaWQiOm51bGwsImRlcG9zaXRfcG9saWN5X2lkIjpudWxsLCJjYW5jZWxsYXRpb25fcG9saWN5X2lkIjpudWxsLCJwYXJlbnRfcmF0ZV9jb2RlX2lkIjpudWxsLCJyY19taW5fciI6bnVsbCwicmNfbWF4X3IiOm51bGwsImZpdmVfcGVyc29uX2Fib3ZlX3VuaXRfbXVsdGlwbGllciI6bnVsbCwiaWQiOm51bGwsImNyZWF0ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQiOm51bGwsImRlbGV0ZWRfYXQiOm51bGx9XQ==\",\n        \"created_at\": null,\n        \"initiated_by\": \"c7224d7d-607d-4f33-849a-dc4f1aef76c7\",\n        \"remarks\": \"N/A\",\n        \"initiated_by_username\": \"apisonder\",\n        \"initiated_by_user\": \"API User\",\n        \"rate_code_name\": \"Best Available Rate\",\n        \"rate_code_code\": \"BAR\",\n        \"room_type_name\": \"Classic Queen Bed\",\n        \"room_type_code\": \"CQB\"\n    }\n]"}],"_postman_id":"592bc370-591c-486c-8cc1-7ca0771de3e6"},{"name":"Room Type Overbooking","id":"b3d79f73-6d35-4ddc-96f8-2f3f09ed7834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"authority","value":"00.us-east-1.dev.hotelkeyapp.com"},{"key":"accept","value":"application/json"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"authorization","value":"Bearer eyJraWQiOiJ6Z3AxU2VDdGxMMU9ZZkZ6UVM0cTJyeSt0Y2lRbkxFSERQalJwY2I2YndNPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiJiOWU5MGJiYi02NjcyLTRiMWUtYmZjNi05OTNkOWNiMzZlZTAiLCJjb2duaXRvOmdyb3VwcyI6WyJ1cy1lYXN0LTFfV0paWEJkN2NvX0dvb2dsZSJdLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0xLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMV9XSlpYQmQ3Y28iLCJ2ZXJzaW9uIjoyLCJjbGllbnRfaWQiOiI0cWZiMTFlYm03b29hN2Q4dTdldjNwZWR0MiIsIm9yaWdpbl9qdGkiOiJhNjE5MDhkNC1jN2M5LTRiZjgtYTUyOC01MjhhMmYyZDU1MTkiLCJ0b2tlbl91c2UiOiJhY2Nlc3MiLCJzY29wZSI6ImF3cy5jb2duaXRvLnNpZ25pbi51c2VyLmFkbWluIG9wZW5pZCBlbWFpbCIsImF1dGhfdGltZSI6MTcwNDY5NDgyOSwiZXhwIjoxNzA0NzMzMjI5LCJpYXQiOjE3MDQ2OTQ4MjksImp0aSI6IjU5ZWIyYWMxLTdjZWQtNGM3Yi1iODcyLTRlYjBkYjhkZTM0MSIsInVzZXJuYW1lIjoiR29vZ2xlXzEwNjM3Mjg4MjMyMDA5OTY4NDI4MSJ9.QXRHgkl9EVm74ZFvFQ3AZSeQC5NL5B376QuoEel6bwWBuTbK62eXiv_9r-hTLMJfNzBswdcUkslQfyHD8pRdA-Mwj0hIwBRC_Qbe3piIhBWv7bjluAAVrl6ux5eCIbeTfvN1VWUui0Ug1R6uNGq6jDly2shhuwWm5O1AZrDOnnjWY5u8_YUBIwaxYW8jHnHFrLYWYJqmaj298gddJQEMyYLcsWXGIcIhHAvs_6iR0QOEzeku_E1V74Ti_L5N6-3Ym2pIVDzRtATqesdU-SNJByF4O-_TuhWAJRex1yhaKPgcPjkbP76oVXwbY3h0PGEnQiOECat2bwj11KZlMN5TgQ"},{"key":"content-type","value":"application/json"},{"key":"dnt","value":"1"},{"key":"hk-app-id","value":"HK_RATE_CALENDAR"},{"key":"hk-app-version","value":"4.5.1"},{"key":"hk-info","value":"TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyMC4wLjAuMCBTYWZhcmkvNTM3LjM2OkFETUlOOjQuNS4xOnJvaGl0LnBvZHV2YWxAaG90ZWxrZXlhcHAuY29tOjE3MDQ2OTQ5ODg1NDE6Ojo6"},{"key":"origin","value":"https://dev.hotelkeyapp.com"},{"key":"referer","value":"https://dev.hotelkeyapp.com/"},{"key":"sec-ch-ua","value":"\"Not_A Brand\";v=\"8\", \"Chromium\";v=\"120\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\n    \"start_date\": \"2023-09-13\",\n    \"end_date\": \"2023-09-14\",\n    \"overbooking\": 5,\n    \"room_type_ids\": [\n        \"4cfb9dcf-7da3-440a-b208-cc7c27f61d0d\"       \n    ],\n    \"days_of_week\": [\n        \"sunday\",\n        \"monday\",\n        \"tuesday\",\n        \"wednesday\",\n        \"thursday\",\n        \"friday\",\n        \"saturday\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/v4/hotelbrand/properties/{property_id}/calendar/bulk","urlObject":{"path":["v4","hotelbrand","properties","{property_id}","calendar","bulk"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"5da94689-7beb-46e4-bd90-9e71b95c55cf","name":"Room Type Overbooking","originalRequest":{"method":"PUT","header":[{"key":"authority","value":"00.us-east-1.dev.hotelkeyapp.com"},{"key":"accept","value":"application/json"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"authorization","value":"Bearer eyJraWQiOiJ6Z3AxU2VDdGxMMU9ZZkZ6UVM0cTJyeSt0Y2lRbkxFSERQalJwY2I2YndNPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiJiOWU5MGJiYi02NjcyLTRiMWUtYmZjNi05OTNkOWNiMzZlZTAiLCJjb2duaXRvOmdyb3VwcyI6WyJ1cy1lYXN0LTFfV0paWEJkN2NvX0dvb2dsZSJdLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0xLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMV9XSlpYQmQ3Y28iLCJ2ZXJzaW9uIjoyLCJjbGllbnRfaWQiOiI0cWZiMTFlYm03b29hN2Q4dTdldjNwZWR0MiIsIm9yaWdpbl9qdGkiOiJhNjE5MDhkNC1jN2M5LTRiZjgtYTUyOC01MjhhMmYyZDU1MTkiLCJ0b2tlbl91c2UiOiJhY2Nlc3MiLCJzY29wZSI6ImF3cy5jb2duaXRvLnNpZ25pbi51c2VyLmFkbWluIG9wZW5pZCBlbWFpbCIsImF1dGhfdGltZSI6MTcwNDY5NDgyOSwiZXhwIjoxNzA0NzMzMjI5LCJpYXQiOjE3MDQ2OTQ4MjksImp0aSI6IjU5ZWIyYWMxLTdjZWQtNGM3Yi1iODcyLTRlYjBkYjhkZTM0MSIsInVzZXJuYW1lIjoiR29vZ2xlXzEwNjM3Mjg4MjMyMDA5OTY4NDI4MSJ9.QXRHgkl9EVm74ZFvFQ3AZSeQC5NL5B376QuoEel6bwWBuTbK62eXiv_9r-hTLMJfNzBswdcUkslQfyHD8pRdA-Mwj0hIwBRC_Qbe3piIhBWv7bjluAAVrl6ux5eCIbeTfvN1VWUui0Ug1R6uNGq6jDly2shhuwWm5O1AZrDOnnjWY5u8_YUBIwaxYW8jHnHFrLYWYJqmaj298gddJQEMyYLcsWXGIcIhHAvs_6iR0QOEzeku_E1V74Ti_L5N6-3Ym2pIVDzRtATqesdU-SNJByF4O-_TuhWAJRex1yhaKPgcPjkbP76oVXwbY3h0PGEnQiOECat2bwj11KZlMN5TgQ"},{"key":"content-type","value":"application/json"},{"key":"dnt","value":"1"},{"key":"hk-app-id","value":"HK_RATE_CALENDAR"},{"key":"hk-app-version","value":"4.5.1"},{"key":"hk-info","value":"TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyMC4wLjAuMCBTYWZhcmkvNTM3LjM2OkFETUlOOjQuNS4xOnJvaGl0LnBvZHV2YWxAaG90ZWxrZXlhcHAuY29tOjE3MDQ2OTQ5ODg1NDE6Ojo6"},{"key":"origin","value":"https://dev.hotelkeyapp.com"},{"key":"referer","value":"https://dev.hotelkeyapp.com/"},{"key":"sec-ch-ua","value":"\"Not_A Brand\";v=\"8\", \"Chromium\";v=\"120\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"start_date\":\"2023-09-13\",\"end_date\":\"2023-09-14\",\"overbooking\":5,\"room_type_ids\":[\"4cfb9dcf-7da3-440a-b208-cc7c27f61d0d\"],\"days_of_week\":[\"sunday\",\"monday\",\"tuesday\",\"wednesday\",\"thursday\",\"friday\",\"saturday\"]}"},"url":"https://00.us-east-1.dev.hotelkeyapp.com/v4/hotelbrand/properties/c649c9f9-a459-4c6c-9397-e8231633f5c3/calendar/bulk"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Updated successfully.\"\n}"}],"_postman_id":"b3d79f73-6d35-4ddc-96f8-2f3f09ed7834"},{"name":"House Overbooking","id":"9a490b54-0c5d-4151-9956-cb91031d5c51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"authority","value":"00.us-east-1.dev.hotelkeyapp.com"},{"key":"accept","value":"application/json"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"authorization","value":"Bearer eyJraWQiOiJ6Z3AxU2VDdGxMMU9ZZkZ6UVM0cTJyeSt0Y2lRbkxFSERQalJwY2I2YndNPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiJiOWU5MGJiYi02NjcyLTRiMWUtYmZjNi05OTNkOWNiMzZlZTAiLCJjb2duaXRvOmdyb3VwcyI6WyJ1cy1lYXN0LTFfV0paWEJkN2NvX0dvb2dsZSJdLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0xLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMV9XSlpYQmQ3Y28iLCJ2ZXJzaW9uIjoyLCJjbGllbnRfaWQiOiI0cWZiMTFlYm03b29hN2Q4dTdldjNwZWR0MiIsIm9yaWdpbl9qdGkiOiJhNjE5MDhkNC1jN2M5LTRiZjgtYTUyOC01MjhhMmYyZDU1MTkiLCJ0b2tlbl91c2UiOiJhY2Nlc3MiLCJzY29wZSI6ImF3cy5jb2duaXRvLnNpZ25pbi51c2VyLmFkbWluIG9wZW5pZCBlbWFpbCIsImF1dGhfdGltZSI6MTcwNDY5NDgyOSwiZXhwIjoxNzA0NzMzMjI5LCJpYXQiOjE3MDQ2OTQ4MjksImp0aSI6IjU5ZWIyYWMxLTdjZWQtNGM3Yi1iODcyLTRlYjBkYjhkZTM0MSIsInVzZXJuYW1lIjoiR29vZ2xlXzEwNjM3Mjg4MjMyMDA5OTY4NDI4MSJ9.QXRHgkl9EVm74ZFvFQ3AZSeQC5NL5B376QuoEel6bwWBuTbK62eXiv_9r-hTLMJfNzBswdcUkslQfyHD8pRdA-Mwj0hIwBRC_Qbe3piIhBWv7bjluAAVrl6ux5eCIbeTfvN1VWUui0Ug1R6uNGq6jDly2shhuwWm5O1AZrDOnnjWY5u8_YUBIwaxYW8jHnHFrLYWYJqmaj298gddJQEMyYLcsWXGIcIhHAvs_6iR0QOEzeku_E1V74Ti_L5N6-3Ym2pIVDzRtATqesdU-SNJByF4O-_TuhWAJRex1yhaKPgcPjkbP76oVXwbY3h0PGEnQiOECat2bwj11KZlMN5TgQ"},{"key":"content-type","value":"application/json"},{"key":"dnt","value":"1"},{"key":"hk-app-id","value":"HK_RATE_CALENDAR"},{"key":"hk-app-version","value":"4.5.1"},{"key":"hk-info","value":"TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyMC4wLjAuMCBTYWZhcmkvNTM3LjM2OkFETUlOOjQuNS4xOnJvaGl0LnBvZHV2YWxAaG90ZWxrZXlhcHAuY29tOjE3MDQ2OTUyNTQ1NDI6Ojo6"},{"key":"origin","value":"https://dev.hotelkeyapp.com"},{"key":"referer","value":"https://dev.hotelkeyapp.com/"},{"key":"sec-ch-ua","value":"\"Not_A Brand\";v=\"8\", \"Chromium\";v=\"120\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\n    \"days_of_week\": [\n        \"sunday\",\n        \"monday\",\n        \"tuesday\",\n        \"wednesday\",\n        \"thursday\",\n        \"friday\",\n        \"saturday\"\n    ],\n    \"date_from\": \"2023-09-13\",\n    \"date_to\": \"2025-09-11\",\n    \"overbooking\": 3\n}"},"url":"/v4/hotelbrand/properties/{property_id}/calendar/max-sold","urlObject":{"path":["v4","hotelbrand","properties","{property_id}","calendar","max-sold"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"bce6559a-aa16-486a-a3a4-df3afbb67569","name":"House Overbooking","originalRequest":{"method":"PUT","header":[{"key":"authority","value":"00.us-east-1.dev.hotelkeyapp.com"},{"key":"accept","value":"application/json"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"authorization","value":"Bearer eyJraWQiOiJ6Z3AxU2VDdGxMMU9ZZkZ6UVM0cTJyeSt0Y2lRbkxFSERQalJwY2I2YndNPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiJiOWU5MGJiYi02NjcyLTRiMWUtYmZjNi05OTNkOWNiMzZlZTAiLCJjb2duaXRvOmdyb3VwcyI6WyJ1cy1lYXN0LTFfV0paWEJkN2NvX0dvb2dsZSJdLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0xLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMV9XSlpYQmQ3Y28iLCJ2ZXJzaW9uIjoyLCJjbGllbnRfaWQiOiI0cWZiMTFlYm03b29hN2Q4dTdldjNwZWR0MiIsIm9yaWdpbl9qdGkiOiJhNjE5MDhkNC1jN2M5LTRiZjgtYTUyOC01MjhhMmYyZDU1MTkiLCJ0b2tlbl91c2UiOiJhY2Nlc3MiLCJzY29wZSI6ImF3cy5jb2duaXRvLnNpZ25pbi51c2VyLmFkbWluIG9wZW5pZCBlbWFpbCIsImF1dGhfdGltZSI6MTcwNDY5NDgyOSwiZXhwIjoxNzA0NzMzMjI5LCJpYXQiOjE3MDQ2OTQ4MjksImp0aSI6IjU5ZWIyYWMxLTdjZWQtNGM3Yi1iODcyLTRlYjBkYjhkZTM0MSIsInVzZXJuYW1lIjoiR29vZ2xlXzEwNjM3Mjg4MjMyMDA5OTY4NDI4MSJ9.QXRHgkl9EVm74ZFvFQ3AZSeQC5NL5B376QuoEel6bwWBuTbK62eXiv_9r-hTLMJfNzBswdcUkslQfyHD8pRdA-Mwj0hIwBRC_Qbe3piIhBWv7bjluAAVrl6ux5eCIbeTfvN1VWUui0Ug1R6uNGq6jDly2shhuwWm5O1AZrDOnnjWY5u8_YUBIwaxYW8jHnHFrLYWYJqmaj298gddJQEMyYLcsWXGIcIhHAvs_6iR0QOEzeku_E1V74Ti_L5N6-3Ym2pIVDzRtATqesdU-SNJByF4O-_TuhWAJRex1yhaKPgcPjkbP76oVXwbY3h0PGEnQiOECat2bwj11KZlMN5TgQ"},{"key":"content-type","value":"application/json"},{"key":"dnt","value":"1"},{"key":"hk-app-id","value":"HK_RATE_CALENDAR"},{"key":"hk-app-version","value":"4.5.1"},{"key":"hk-info","value":"TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyMC4wLjAuMCBTYWZhcmkvNTM3LjM2OkFETUlOOjQuNS4xOnJvaGl0LnBvZHV2YWxAaG90ZWxrZXlhcHAuY29tOjE3MDQ2OTUyNTQ1NDI6Ojo6"},{"key":"origin","value":"https://dev.hotelkeyapp.com"},{"key":"referer","value":"https://dev.hotelkeyapp.com/"},{"key":"sec-ch-ua","value":"\"Not_A Brand\";v=\"8\", \"Chromium\";v=\"120\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\"days_of_week\":[\"sunday\",\"monday\",\"tuesday\",\"wednesday\",\"thursday\",\"friday\",\"saturday\"],\"date_from\":\"2023-09-13\",\"date_to\":\"2025-09-11\",\"overbooking\":3}"},"url":"https://00.us-east-1.dev.hotelkeyapp.com/v4/hotelbrand/properties/c649c9f9-a459-4c6c-9397-e8231633f5c3/calendar/max-sold"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9a490b54-0c5d-4151-9956-cb91031d5c51"}],"id":"39e42913-2d07-49fa-8d91-91fa3de0a43f","description":"<h2 id=\"overview\"><strong>Overview</strong></h2>\n<p>This document provides an alternative approach to HTNG-based RMS integrations if the RMS provider would like to choses to do so.</p>\n<p>We will have multiple UI clients calling HK CRS APIs to shop, book and modify reservations. This will trigger DataStream events based on the qualification criteria defined in the configuration. The RMS Algorithm can then utilize HK APIs mentioned on the postman collection to access pricing and perform rate updates.</p>\n<img src=\"https://content.pstmn.io/7993b215-8afc-488f-9871-d6e0b2e501ab/U2NyZWVuc2hvdCAyMDIzLTA4LTE0IGF0IDExLjUwLjU5IEFNLnBuZw==\" />\n\n<h2 id=\"steps\"><strong>Steps</strong></h2>\n<h3 id=\"step-1\"><strong>Step 1</strong></h3>\n<p>Third Party RMS systems will have UI/functionality to maintain HK property Ids, rate plan ids and room type ids.</p>\n<h3 id=\"step-2\"><strong>Step 2</strong></h3>\n<p>HK CRS will send Reservations/Group Blocks events to Third Party RMS.</p>\n<img src=\"https://lh6.googleusercontent.com/KFdNv-7XooVBf_ViXtT6IkESC8w3LnzlmH0e-AmHbCAML-0gMgFoW5ylpcKolgjONZQ5coawAxvVBxNQxL4JH0oOHBM5TY96fYh9Bd6XgtlhoApamjAaLnBkewiYy_ANCwmGybDjdaBTTIqI9bhm1aM\" />\n\n<p>The Third Party RMS system already has the rate code and all the room type Ids. Whenever Third Party RMS does the optimization (automated or UI-based by Revenue Manager), the Third Party RMS service would call HK Rate Get Endpoints to GET current pricing (optionally, if RMS needs it) and subsequently update the existing current pricing of for the property default rate plan for the given room type and dates.</p>\n<img src=\"https://lh6.googleusercontent.com/2eZe3-74ZfFRe6exyHBmFdqRoJQeLU1XrGTTHvXWC_C32uTx1VQ6wtWC-SgGE4LJWdjShsVjnwrrjAaQVioT5rqwDLZvzy_6ajYNCOLU3We0kfwf1M9N2TRFY3p4TvkNfBh34GS3nzoamHQDFly9iM4\" />\n\n<h3 id=\"step-3\"><strong>Step 3</strong></h3>\n<p>The Third Party RMS system already has the rate code and all the room type Ids. Whenever Third Party RMS does the optimization (automated or UI-based by Revenue Manager), the Third Party RMS service would call HK Rate Get Endpoints to GET current pricing (optionally, if RMS needs it) and subsequently update the existing current pricing of for the property default rate plan for the given room type and dates.</p>\n<img src=\"https://lh6.googleusercontent.com/2eZe3-74ZfFRe6exyHBmFdqRoJQeLU1XrGTTHvXWC_C32uTx1VQ6wtWC-SgGE4LJWdjShsVjnwrrjAaQVioT5rqwDLZvzy_6ajYNCOLU3We0kfwf1M9N2TRFY3p4TvkNfBh34GS3nzoamHQDFly9iM4\" alt />\n\n<p><strong>Payload Structure for Pricing and Restrictions Update</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Pricing Update\n\n{\n\"days_of_week\": [\"friday\",   \"saturday\", \"sunday\"],\n    \"include_floating\": true, //always true\n    \"date_from\": \"2023-06-09T00:00:00Z\",\n    \"date_to\": \"2023-06-09T00:00:00Z\",\n    \"price_1P\": 1201,\n    \"room_type_id\": \"4cfb9dcf-7da3-440a-b208-cc7c27f61d0d\",\n    \"rate_code_id\": \"8cbd8a5a-7ba8-479d-aba5-769523fa048d\",\n    \"rate_code_name\": \"Best Available Rate\", //optional for better logging\n    \"rate_code_code\": \"BAR\",//optional for better logging\n    \"room_type_name\": \"Classic Queen Bed\",//optional for better logging\n    \"room_type_code\": \"CQB\"//optional for better logging\n}\n\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Restrictions Update\n\n{\n\"days_of_week\": [\"monday\", \"tuesday\", \"wednesday\"],\n    \"include_floating\": true,\n    \"date_from\": \"2023-06-09T00:00:00.000Z\",\n    \"date_to\": \"2023-06-09T00:00:00.000Z\",\n    \"room_type_id\": \"4cfb9dcf-7da3-440a-b208-cc7c27f61d0d\",\n    \"rate_code_id\": \"8cbd8a5a-7ba8-479d-aba5-769523fa048d\",\n    \"rate_code_name\": \"Best Available Rate\", //optional for better logging\n    \"rate_code_code\": \"BAR\",//optional for better logging\n    \"room_type_name\": \"Classic Queen Bed\",//optional for better logging\n    \"room_type_code\": \"CQB\"//optional for better logging\n    \"closed\": true  \n}\n\n\n</code></pre>\n","_postman_id":"39e42913-2d07-49fa-8d91-91fa3de0a43f"}],"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"}]}