{"info":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","description":"<html><head></head><body><p>This is the API documentation for the Inbooma booking system.</p>\n<h1 id=\"get-started\">Get Started</h1>\n<p>The Inbooma APIs are HTTP-based APIs that use Bearer Tokens (JWT) for authentication. API request and response bodies are formatted in JSON.</p>\n<p>For definitions of common Resource terms, see the <a href=\"#glossary\">Glossary</a>.</p>\n<p>Or go directly to the <a href=\"#api-reference\">API Reference</a>.</p>\n<hr>\n<h1 id=\"api-requests\">API requests</h1>\n<h2 id=\"to-construct-an-api-request-combine-these-components\">To construct an API request, combine these components:</h2>\n<h5 id=\"http-methods\">HTTP Methods</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GET</td>\n<td>Requests data from a resource</td>\n</tr>\n<tr>\n<td>POST</td>\n<td>Creates a resource</td>\n</tr>\n<tr>\n<td>PUT</td>\n<td>Updates a resource</td>\n</tr>\n<tr>\n<td>PATCH</td>\n<td>Partially updates a resource</td>\n</tr>\n<tr>\n<td>DELETE</td>\n<td>Deletes a resource</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"url-to-resource-eg\">URL to resource, e.g:</h5>\n<p><code>api/contingents</code></p>\n<h5 id=\"queryparameters\">Queryparameters:</h5>\n<p><em>optional</em>: <strong>limit</strong>, <strong>pagination</strong>, <strong>sort</strong>, <strong>direction</strong></p>\n<p>e.g.:<br><strong>sort by name (ascending,descending)</strong>: ascending:\"?sort=name&amp;direction=asc\", descending:\"?sort=name&amp;direction=desc\"</p>\n<p><strong>limit to 5 objects</strong>: \"?limit=5\"</p>\n<p><strong>pagination</strong>: \"?page=3\" // check pagination links in response</p>\n<p><strong>filter</strong>: \"?name=e-Lastenrad\" // filtering is not allowed to all fields and resources ATM</p>\n<p><strong>Combining Queryparameters is also possible</strong>: \"?limit=5&amp;page=6\"</p>\n<h5 id=\"http-request-headers\">HTTP request headers:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Header</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Bearer {{JWT_TOKEN}}</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>{{JSONTYPE}}</td>\n</tr>\n<tr>\n<td>Accept</td>\n<td>{{JSONTYPE}}</td>\n</tr>\n</tbody>\n</table>\n</div><p>opt.</p>\n<p>|Content-Language|de_DE| (check i18n &amp; l10n)</p>\n<h5 id=\"json-request-body\">JSON request body:</h5>\n<p>`{</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"name\":5  \n\n</code></pre><p>}`</p>\n<h5 id=\"public-functions\">PUBLIC Functions:</h5>\n<p>There are two different types of public endpoints, where no authentication is needed:</p>\n<p>|Full Public|<em>No authentication, no hash needen (example: Users Add), marked with \"(PUBLIC)\"</em>|<br>|Public|<em>No authentication is needed, but a hash, this hash must be requested (example: Contingents index), marked with \"[PUBLIC]\"</em>|</p>\n<hr>\n<h1 id=\"api-responses\">API responses</h1>\n<p>Inbooma API calls return HTTP status codes. Some API calls also return JSON response bodies that include information about the resource.</p>\n<hr>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>What errors and status codes can a user expect?</p>\n<ul>\n<li>In general, the HTTP codes are used.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not found</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Unprocessible Entity</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h1 id=\"i18n-l10n\">i18n &amp; l10n</h1>\n<p><strong>supported languages:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Language</th>\n<th>Content-Language Header</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>German</td>\n<td><code>de_DE</code></td>\n</tr>\n<tr>\n<td>English</td>\n<td><code>en_GB</code></td>\n</tr>\n<tr>\n<td>French</td>\n<td><code>fr_FR</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>If you need, you can set multilingual names and descriptions.</p>\n<p>Therefore use the ´Content-Language´ Header. For each translation you have to update your resource with the correct value for the header. (de_DE - German, en_GB - English, fr_FR - French are currently supported)</p>\n<p>-&gt; Use PATCH Method and the ´Content-Language´ Header with the standard body. Use the language specific name or description and sent it to the API.</p>\n<p>Alternativ you can set the whole languages in one add/edit request:</p>\n<p>`{</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"_translations\": {\n         \"de_DE\": {\n                \"name\": \"Testfahrrad\",\n                \"description\": \"Nur zum Testen\"\n                },\n         \"en_GB\": {\n                 \"name\": \"Testbike\",\n                \"description\": \"only for tests\"\n         }\n    ....\n\n</code></pre><p>}`</p>\n<p>Fields, which are translateable are marked seperatly in documentation</p>\n<p>Alternativ, you can put the translation in the following format in the add/edit body:</p>\n<p>In your GET requests you can use the ´Content-Language´ Header and get the language specific result.</p>\n<hr>\n<h1 id=\"rate-limits\">Rate limits</h1>\n<p>300 requests per hour / token</p>\n<hr>\n<h1 id=\"glossary\">Glossary</h1>\n<h3 id=\"resourcetype\">Resourcetype</h3>\n<p>Is a type for our booking system. We provide different types with different background processes. A booking for a bike is different compared to a city tour.</p>\n<h3 id=\"contingent--contingentnumbers\">Contingent / ContingentNumbers</h3>\n<p>Bookable entity. You can specify a certain number of a contingent inside the subresource \"ContingentNumbers\" which could be booked.</p>\n<h3 id=\"resource\">Resource</h3>\n<p>Is a real object in our booking system.</p>\n<h3 id=\"location--locationaddresses\">Location / LocationAddresses</h3>\n<p>Is a station where contingents could be connected with (to book contingents in e.g. Berlin). You can add further information to the subresource \"LocationAdresses\".</p>\n<h3 id=\"checkin-times\">Checkin Times</h3>\n<p>Are the times where a checkin is possible. (Öffnungszeiten)</p>\n<hr>\n<h1 id=\"common-issues\">Common Issues</h1>\n<h3 id=\"missing-template\">Missing Template</h3>\n<p>If <code>Error: Missing Template</code> occurs, you probably sent the wrong header. Make sure to send <code>application/json</code> as Accept / Content-Type Header.</p>\n<p>If the 500 Interal Server Error occurs, get in contact with the API developers. This is often a standardized error message which doesn't really help the API consumer. Send all details of your API request.</p>\n<hr>\n<h1 id=\"api-reference\">API Reference</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Get Started","slug":"get-started"},{"content":"API requests","slug":"api-requests"},{"content":"API responses","slug":"api-responses"},{"content":"Error Codes","slug":"error-codes"},{"content":"i18n & l10n","slug":"i18n-l10n"},{"content":"Rate limits","slug":"rate-limits"},{"content":"Glossary","slug":"glossary"},{"content":"Common Issues","slug":"common-issues"},{"content":"API Reference","slug":"api-reference"}],"owner":"5981071","collectionId":"ce84d495-31f8-4125-b775-f69624f6a424","publishedId":"UV5TEyat","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-12T12:11:05.000Z"},"item":[{"name":"Authentication","item":[{"name":"Request Token (PUBLIC)","event":[{"listen":"prerequest","script":{"id":"70fe2152-338c-4c39-a2e9-44c61e8639d9","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"e24eda7a-9c42-49cd-804a-d0a5dfd01305","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});","jsonData = pm.response.json();","pm.environment.set(\"JWT_TOKEN\", jsonData.data.token);"],"type":"text/javascript","packages":{}}}],"id":"7f4d4447-59f8-4024-8262-2924c5ebaf6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\n  \"username\":\"{{USERNAME}}\" ,\n  \"password\":\"{{PASSWORD}}\"\n}"},"url":"{{URL}}/users/token","description":"<p>Request the Bearer Authentication Token</p>\n","urlObject":{"path":["users","token"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"87fca272-3805-4202-b861-92184879d72b","name":"Request Token (Demo user)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\":\"{{USERNAME}}\" ,\n  \"password\":\"{{PASSWORD}}\"\n}"},"url":"{{URL}}/users/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Date","value":"Wed, 17 Oct 2018 10:53:09 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS, PATCH, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Accept, Authorization, Cache-Control, Content-Type, X-Requested-With, x-csrf-token, X-DEBUGKIT-ID"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-DEBUGKIT-ID","value":"b10fd51d-f058-466c-a0ea-050b83f0ff74"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ3ZjBlYnQ2Zi00ZjU4LTQ5NWYtYTc3YS1iNGE0YjI2aDEyZDQiLCJleHAiOjE1NTc5MTc1ODh9.t9gMXnwL7Q-W5TEHRazIcPWys4IFOlKxkFn9RghpJNs\"\n    },\n    \"user\": {\n        \"id\": \"wf0ebt6f-4f58-495f-a77a-b4a4b26h12d4\",\n        \"created_by\": null,\n        \"modified_by\": null,\n        \"client_id\": 1,\n        \"username\": \"demo\",\n        \"email\": \"teststts@tests.freizeitplan.net\",\n        \"first_name\": \"Demo\",\n        \"last_name\": \"User\",\n        \"title\": null,\n        \"activation_date\": null,\n        \"secret\": null,\n        \"secret_verified\": null,\n        \"tos_date\": \"2018-03-02T08:43:23+01:00\",\n        \"active\": true,\n        \"role\": \"user\",\n        \"lang\": \"en_US\",\n        \"created\": \"2018-03-02T05:10:46+01:00\",\n        \"modified\": \"2018-03-02T05:11:47+01:00\",\n        \"deleted\": null\n    }\n}"}],"_postman_id":"7f4d4447-59f8-4024-8262-2924c5ebaf6e"}],"id":"415de487-a75f-457d-adff-60d02197c3ad","description":"<p>Further reading <a href=\"https://jwt.io/\">https://jwt.io/</a></p>\n<p><img src=\"https://s3.eu-central-1.amazonaws.com/postman.documentation/jwt-diagram.png\" alt=\"Scheme\" /></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"02759e51-6f1c-47a8-970d-f78536909462"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"fda957d1-f100-4b5a-b5c4-ea6c1961ebcd"}}],"_postman_id":"415de487-a75f-457d-adff-60d02197c3ad","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"AvailabilityCheck","item":[{"name":"getAvailabilityForAll (PUBLIC)","id":"6ac282b6-b93e-412d-85dc-5e117c72cd51","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"begin\": \"2021-08-01 00:00:00\",\n    \"end\": \"2021-08-31 00:00:00\",\n    \"client_id\": 48,\n    \"calendar\": true,\n    \"meta\": true,\n    \"only_fe_visible\": true,\n    \"network\": null,\n    \"withoutExtraOptions\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/contingents/getAvailabilityForAll","description":"<h3 id=\"get-availability-for-all-contingents\">Get Availability For All Contingents</h3>\n<p>This API endpoint is used to retrieve the availability for all contingents within a specified time range and location.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>begin</code> (string): The start date and time for the availability check.</p>\n</li>\n<li><p><code>end</code> (string): The end date and time for the availability check.</p>\n</li>\n<li><p><code>resource_id</code> (integer): The ID of the resource for which availability needs to be checked.</p>\n</li>\n<li><p><code>location_id</code> (integer): The ID of the location for which availability needs to be checked.</p>\n</li>\n<li><p><code>calendar</code> (boolean): Indicates whether to include calendar information in the response.</p>\n</li>\n<li><p><code>only_fe_visible</code> (boolean): Indicates whether to include only front-end visible data in the response.</p>\n</li>\n<li><p><code>network</code> (null): Network information (if applicable).</p>\n</li>\n<li><p><code>withoutExtraOptions</code> (boolean): Indicates whether to exclude extra options in the response.</p>\n</li>\n<li><p><code>meta</code> (boolean): Indicates whether to include meta information in the response.</p>\n</li>\n<li><p><code>resources</code> (boolean): Indicates whether to include resource information in the response.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>success</code> (boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>data</code> (object): The data object containing availability information.</p>\n<ul>\n<li><p><code>locations</code> (array): An array of location objects with availability information.</p>\n<ul>\n<li><p><code>id</code> (integer): The ID of the location.</p>\n</li>\n<li><p><code>pre_booking_time</code> (integer): The pre-booking time for the location.</p>\n</li>\n<li><p><code>meta</code> (object): Meta information for the location.</p>\n</li>\n<li><p><code>contingents</code> (array): An array of contingent objects with availability information.</p>\n<ul>\n<li><p><code>note</code> (string): Note for the contingent.</p>\n</li>\n<li><p><code>id</code> (integer): The ID of the contingent.</p>\n</li>\n<li><p><code>availability_note</code> (string): Note for availability.</p>\n</li>\n<li><p><code>availability_pool_note</code> (string): Note for pool availability.</p>\n</li>\n<li><p><code>availability_checkin_note</code> (string): Note for check-in availability.</p>\n</li>\n<li><p><code>resources</code> (object): Resource availability information.</p>\n<ul>\n<li><p><code>available</code> (array): Array of available resources.</p>\n</li>\n<li><p><code>not_available</code> (array): Array of unavailable resources.</p>\n</li>\n</ul>\n</li>\n<li><p><code>contingent_available</code> (integer): Available contingent count.</p>\n</li>\n<li><p><code>available</code> (integer): Number of available contingents.</p>\n</li>\n<li><p><code>max_available</code> (integer): Maximum available contingents.</p>\n</li>\n<li><p><code>meta</code> (object): Meta information for the contingent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>info</code> (string): Additional information for the location.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Note: The response contains detailed availability information for each location and contingent.</p>\n","urlObject":{"path":["contingents","getAvailabilityForAll"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1ae0a37c-116a-41fa-9f28-d649ebe393fd","name":"calendar","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"begin\": \"2024-08-01 00:00:00\",\n    \"end\": \"2024-08-31 00:00:00\",\n    \"client_id\": 19,\n    \"calendar\": true,\n    \"only_fe_visible\": true,\n    \"network\": null,\n    \"withoutExtraOptions\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/contingents/getAvailabilityForAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Mon, 18 Nov 2024 11:03:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS, PATCH, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Accept, Authorization, Cache-Control, Content-Type, X-Requested-With, x-csrf-token, X-DEBUGKIT-ID, Accept-Language"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-DEBUGKIT-ID","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"client\": {\n            \"id\": 19,\n            \"locations\": [\n                {\n                    \"id\": 735,\n                    \"pre_booking_time\": 259200,\n                    \"contingents\": [\n                        {\n                            \"id\": 3643,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 10,\n                            \"available\": 10,\n                            \"max_available\": 10,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3671,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 3,\n                            \"available\": 3,\n                            \"max_available\": 3,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 3,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3675,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 1,\n                            \"available\": 1,\n                            \"max_available\": 1,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3686,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 5,\n                            \"available\": 5,\n                            \"max_available\": 5,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3696,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 1,\n                            \"available\": 1,\n                            \"max_available\": 1,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 1,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                },\n                {\n                    \"id\": 736,\n                    \"pre_booking_time\": 50400,\n                    \"contingents\": [\n                        {\n                            \"id\": 3643,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 10,\n                            \"available\": 10,\n                            \"max_available\": 10,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                },\n                {\n                    \"id\": 852,\n                    \"pre_booking_time\": 201600,\n                    \"contingents\": [\n                        {\n                            \"id\": 3643,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 10,\n                            \"available\": 10,\n                            \"max_available\": 10,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3673,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 12,\n                            \"available\": 12,\n                            \"max_available\": 12,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 12,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3686,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 5,\n                            \"available\": 5,\n                            \"max_available\": 5,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 5,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3964,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 0,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                },\n                {\n                    \"id\": 890,\n                    \"pre_booking_time\": 223200,\n                    \"contingents\": [\n                        {\n                            \"id\": 3867,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 2,\n                            \"available\": 2,\n                            \"max_available\": 2,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3868,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 6,\n                            \"available\": 6,\n                            \"max_available\": 6,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 5374,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 2,\n                            \"available\": 2,\n                            \"max_available\": 2,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                },\n                {\n                    \"id\": 957,\n                    \"pre_booking_time\": 201600,\n                    \"contingents\": [\n                        {\n                            \"id\": 3643,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 10,\n                            \"available\": 10,\n                            \"max_available\": 10,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 10,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3695,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 2,\n                            \"available\": 2,\n                            \"max_available\": 2,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 2,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 4711,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 2,\n                            \"available\": 2,\n                            \"max_available\": 8,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 8,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 4712,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 0,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 0,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 5293,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 6,\n                            \"available\": 6,\n                            \"max_available\": 6,\n                            \"calendar\": [\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-01\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-02\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-03\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-04\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-05\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-06\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-07\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-08\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-09\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-10\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-11\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-12\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-13\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-14\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-15\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-16\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-17\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-18\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-19\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-20\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-21\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-22\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-23\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-24\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-25\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-26\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-27\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-28\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-29\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-30\"\n                                },\n                                {\n                                    \"available\": 0,\n                                    \"max_available\": 6,\n                                    \"date\": \"2024-08-31\"\n                                }\n                            ],\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                }\n            ]\n        }\n    }\n}"},{"id":"8a679012-0a5b-4809-99c1-aec33f02321c","name":"without meta","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"begin\": \"2024-08-01 00:00:00\",\n    \"end\": \"2024-08-31 00:00:00\",\n    \"client_id\": 19,\n    \"calendar\": false,\n    \"only_fe_visible\": true,\n    \"network\": null,\n    \"withoutExtraOptions\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/contingents/getAvailabilityForAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Mon, 18 Nov 2024 11:04:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS, PATCH, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Accept, Authorization, Cache-Control, Content-Type, X-Requested-With, x-csrf-token, X-DEBUGKIT-ID, Accept-Language"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-DEBUGKIT-ID","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"client\": {\n            \"id\": 19,\n            \"locations\": [\n                {\n                    \"id\": 735,\n                    \"pre_booking_time\": 259200,\n                    \"contingents\": [\n                        {\n                            \"id\": 3643,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 10,\n                            \"available\": 10,\n                            \"max_available\": 10,\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3671,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 3,\n                            \"available\": 3,\n                            \"max_available\": 3,\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3675,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 1,\n                            \"available\": 1,\n                            \"max_available\": 1,\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3686,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 5,\n                            \"available\": 5,\n                            \"max_available\": 5,\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3696,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 1,\n                            \"available\": 1,\n                            \"max_available\": 1,\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                },\n                {\n                    \"id\": 736,\n                    \"pre_booking_time\": 50400,\n                    \"contingents\": [\n                        {\n                            \"id\": 3643,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 10,\n                            \"available\": 10,\n                            \"max_available\": 10,\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                },\n                {\n                    \"id\": 852,\n                    \"pre_booking_time\": 201600,\n                    \"contingents\": [\n                        {\n                            \"id\": 3643,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 10,\n                            \"available\": 10,\n                            \"max_available\": 10,\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3673,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 12,\n                            \"available\": 12,\n                            \"max_available\": 12,\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3686,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 5,\n                            \"available\": 5,\n                            \"max_available\": 5,\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3964,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 0,\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                },\n                {\n                    \"id\": 890,\n                    \"pre_booking_time\": 223200,\n                    \"contingents\": [\n                        {\n                            \"id\": 3867,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 2,\n                            \"available\": 2,\n                            \"max_available\": 2,\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3868,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 6,\n                            \"available\": 6,\n                            \"max_available\": 6,\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 5374,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 2,\n                            \"available\": 2,\n                            \"max_available\": 2,\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                },\n                {\n                    \"id\": 957,\n                    \"pre_booking_time\": 201600,\n                    \"contingents\": [\n                        {\n                            \"id\": 3643,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 10,\n                            \"available\": 10,\n                            \"max_available\": 10,\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3695,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 2,\n                            \"available\": 2,\n                            \"max_available\": 2,\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 4711,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 2,\n                            \"available\": 2,\n                            \"max_available\": 8,\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 4712,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 0,\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 5293,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 6,\n                            \"available\": 6,\n                            \"max_available\": 6,\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                }\n            ]\n        }\n    }\n}"},{"id":"ecfc3298-2224-418f-8fbc-03e79dd99132","name":"with meta","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"begin\": \"2024-08-01 00:00:00\",\n    \"end\": \"2024-08-31 00:00:00\",\n    \"client_id\": 19,\n    \"calendar\": false,\n    \"only_fe_visible\": true,\n    \"network\": null,\n    \"withoutExtraOptions\": true,\n    \"meta\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/contingents/getAvailabilityForAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Mon, 18 Nov 2024 11:04:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS, PATCH, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Accept, Authorization, Cache-Control, Content-Type, X-Requested-With, x-csrf-token, X-DEBUGKIT-ID, Accept-Language"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-DEBUGKIT-ID","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"client\": {\n            \"id\": 19,\n            \"meta\": {\n                \"id\": 19,\n                \"created_by\": null,\n                \"modified_by\": null,\n                \"organization\": \"Harzmobil Waturandang & Wermuth GbR\",\n                \"description\": \" \",\n                \"street\": \"Stxxxx\",\n                \"number\": \"2\",\n                \"city\": \"Osxxxx\",\n                \"zip\": \"38xxxx\",\n                \"country\": \"DE\",\n                \"agb\": \"https://www.ebike-harz.info/mietbedingungen/\",\n                \"help\": \" \",\n                \"active\": true,\n                \"logo\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/logo_19.png\",\n                \"frontend_hash\": null,\n                \"api_key\": null,\n                \"created\": \"2019-05-16 15:36:34\",\n                \"modified\": \"2020-05-15 07:29:22\",\n                \"deleted\": null,\n                \"is_public\": true,\n                \"phone\": \"03xxxx\",\n                \"email\": \"test@tests.inbooma.net\",\n                \"imprint\": null,\n                \"url\": \"https://www.ebike-harz.info\",\n                \"currency\": \"EUR\",\n                \"rental_contract_terms\": null,\n                \"hash\": \"1988bdf6bf0514282ddad5e3b2f3529e8a5c4a4ca3\",\n                \"user_hash\": \"sZDH9\",\n                \"privacy\": null,\n                \"payment_methods\": \"paypalAgreement,stripeSISDKCC,cartVoucher\",\n                \"payment_methods_info\": null,\n                \"ustId\": null,\n                \"client_settings\": [\n                    {\n                        \"id\": 17,\n                        \"created\": \"2019-05-16 15:36:37\",\n                        \"modified\": \"2024-01-05 12:41:52\",\n                        \"deleted\": null,\n                        \"client_id\": 19,\n                        \"product\": \"inbooma.net Booking Software\",\n                        \"display_name\": \"Harzmobil - eBike Harz\",\n                        \"cancel_requested_orders\": false,\n                        \"cancel_requested_orders_time\": null,\n                        \"send_reminder_mail_for_offers\": false,\n                        \"reminder_time_for_offers\": null,\n                        \"content_modifications\": null,\n                        \"frontend_url\": \"&enablePaymentMethodAtRegisterStep=true&requirePresavedPaymentMethodAtCheckout=true&enableBikesFilters=false\",\n                        \"system_operator\": true,\n                        \"verify_mobile_number\": false,\n                        \"verify_email\": false,\n                        \"verify_postal\": false,\n                        \"frontend_client_url\": null,\n                        \"uses_code_for_verification\": false,\n                        \"cancelCheckinTime\": 30,\n                        \"cancelNoCheckin\": false,\n                        \"use_memberships\": false,\n                        \"reservationBuffer\": 0,\n                        \"message\": null,\n                        \"countOfBookingsAtSameTime\": 0,\n                        \"countOfBookings\": 0,\n                        \"primaryColor\": null,\n                        \"secondaryColor\": null,\n                        \"font\": null,\n                        \"fontSize\": null,\n                        \"default_usage_type\": null,\n                        \"show_usage_types\": false,\n                        \"pre_booking_possible\": false,\n                        \"maxBookingTime\": null,\n                        \"end_changeable\": true,\n                        \"billingWithAllOrders\": true,\n                        \"cancelPossible\": true,\n                        \"default_tariff\": null,\n                        \"hasAmountOfContingents\": false,\n                        \"changeLogs\": []\n                    }\n                ],\n                \"marker_logo\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                \"product\": \"inbooma.net Booking Software\",\n                \"display_name\": \"Harzmobil - eBike Harz\",\n                \"cancel_requested_orders\": false,\n                \"cancel_requested_orders_time\": null,\n                \"send_reminder_mail_for_offers\": false,\n                \"reminder_time_for_offers\": null,\n                \"content_modifications\": null,\n                \"frontend_url\": \"&enablePaymentMethodAtRegisterStep=true&requirePresavedPaymentMethodAtCheckout=true&enableBikesFilters=false\",\n                \"system_operator\": true,\n                \"verify_mobile_number\": false,\n                \"verify_email\": false,\n                \"verify_postal\": false,\n                \"frontend_client_url\": null,\n                \"uses_code_for_verification\": false,\n                \"cancelCheckinTime\": 30,\n                \"cancelNoCheckin\": false,\n                \"use_memberships\": false,\n                \"reservationBuffer\": 0,\n                \"message\": null,\n                \"countOfBookingsAtSameTime\": 0,\n                \"countOfBookings\": 0,\n                \"primaryColor\": null,\n                \"secondaryColor\": null,\n                \"font\": null,\n                \"fontSize\": null,\n                \"default_usage_type\": null,\n                \"show_usage_types\": false,\n                \"pre_booking_possible\": false,\n                \"maxBookingTime\": null,\n                \"end_changeable\": true,\n                \"billingWithAllOrders\": true,\n                \"cancelPossible\": true,\n                \"default_tariff\": null,\n                \"hasAmountOfContingents\": false,\n                \"changeLogs\": [],\n                \"stripe\": null,\n                \"stripe_customer\": null\n            },\n            \"locations\": [\n                {\n                    \"id\": 735,\n                    \"pre_booking_time\": 259200,\n                    \"meta\": {\n                        \"id\": 735,\n                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                        \"client_id\": 19,\n                        \"name\": \"Hornburg, Bike and Barbecue\",\n                        \"description\": \"Fahrradgeschäft\",\n                        \"latitude\": 52.03331,\n                        \"longitude\": 10.60455,\n                        \"geofence\": 10,\n                        \"use_name_for_google_query\": false,\n                        \"created\": \"2019-11-07 12:04:30\",\n                        \"modified\": \"2022-03-06 09:52:11\",\n                        \"deleted\": null,\n                        \"external_location_id\": null,\n                        \"fe_visible\": true,\n                        \"rab_price_group_id\": null,\n                        \"pre_booking_time\": 259200,\n                        \"oneway\": false,\n                        \"ssid\": null,\n                        \"availability_rules\": \"contingents\",\n                        \"availability_checkin\": \"reservation-only\",\n                        \"minBookingDuration\": null,\n                        \"maxBookingDuration\": null,\n                        \"networks\": \"\",\n                        \"image\": \"\",\n                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                        \"changeLogs\": [],\n                        \"oldOneWay\": null\n                    },\n                    \"contingents\": [\n                        {\n                            \"id\": 3643,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 10,\n                            \"available\": 10,\n                            \"max_available\": 10,\n                            \"meta\": {\n                                \"id\": 3643,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"Helm\",\n                                \"description\": null,\n                                \"created\": \"2020-05-31 10:44:52\",\n                                \"modified\": \"2021-03-13 09:23:52\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 737,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Blankenburg, Harzsport\",\n                                        \"description\": \"Sportgeschäft\",\n                                        \"latitude\": 51.8221802,\n                                        \"longitude\": 11.0267242,\n                                        \"geofence\": 5,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:05:06\",\n                                        \"modified\": \"2023-10-02 10:18:55\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 259200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2852,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 737\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 735,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Hornburg, Bike and Barbecue\",\n                                        \"description\": \"Fahrradgeschäft\",\n                                        \"latitude\": 52.03331,\n                                        \"longitude\": 10.60455,\n                                        \"geofence\": 10,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:04:30\",\n                                        \"modified\": \"2022-03-06 09:52:11\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 259200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2853,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 735\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 736,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Schierke, Ferienanlage Zum Wildbach\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.7617463,\n                                        \"longitude\": 10.6608558,\n                                        \"geofence\": 10,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:04:45\",\n                                        \"modified\": \"2020-07-14 18:38:40\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 50400,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2855,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 736\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 852,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wernigerode, eBike Box im Harz Park\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.839694,\n                                        \"longitude\": 10.789176,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-06-21 12:13:09\",\n                                        \"modified\": \"2024-04-03 08:31:51\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2879,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 852\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 856,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wunschort Lieferung\",\n                                        \"description\": \"Bezahlung: www.paypal.me/ebikeharz oder Überweisung: Sparkasse IBAN DE4125 9501 3000 5636 4907 \",\n                                        \"latitude\": 51.8338436,\n                                        \"longitude\": 10.8599724,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-06-28 12:33:59\",\n                                        \"modified\": \"2022-04-18 18:21:40\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": null,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2939,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 856\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 893,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wernigerode, Sporthotel\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.81707,\n                                        \"longitude\": 10.8123613,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-08-01 07:27:43\",\n                                        \"modified\": \"2021-11-25 09:21:07\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 172800,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 3142,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 893\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 957,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Torfhaus, Harzresort / Anlieferung\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.801165,\n                                        \"longitude\": 10.537454,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2021-03-13 08:29:23\",\n                                        \"modified\": \"2023-07-22 08:23:54\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 4005,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 957\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/Helm-Spark.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3671,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 3,\n                            \"available\": 3,\n                            \"max_available\": 3,\n                            \"meta\": {\n                                \"id\": 3671,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"5c266a1d-b75c-45f2-b341-9148937ac198\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"eMTB Hardtail\",\n                                \"description\": \"Das Standard e-Mountainbike. Reaktionsschnell, leicht und perfekt für Wald- und Forstwege im Mittelgebirge. Die Kraftübertragung erfolgt immer direkt aufs Hinterrad. Federung in der Vordergabel.\",\n                                \"created\": \"2020-06-21 07:24:56\",\n                                \"modified\": \"2024-04-16 11:32:26\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 159,\n                                        \"created_by\": null,\n                                        \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"parent_id\": 153,\n                                        \"lft\": 992,\n                                        \"rght\": 983,\n                                        \"client_id\": 19,\n                                        \"name\": \"eMTB\",\n                                        \"description\": \"Das Standard e-Mountainbike. Reaktionsschnell, leicht und perfekt für Wald- und Forstwege im Mittelgebirge. Die Kraftübertragung erfolgt immer direkt aufs Hinterrad. Federung in der Vordergabel.\",\n                                        \"model\": \"Bike\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": null,\n                                        \"modified\": \"2022-02-10 08:58:00\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": 2199,\n                                        \"type\": null,\n                                        \"layout_type\": null,\n                                        \"fe_visible\": true,\n                                        \"sort_order\": 1,\n                                        \"_joinData\": {\n                                            \"id\": 37797,\n                                            \"product_id\": 159,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"3671\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-Raymon-HardRay-E-Seven-4.0.png\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 735,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Hornburg, Bike and Barbecue\",\n                                        \"description\": \"Fahrradgeschäft\",\n                                        \"latitude\": 52.03331,\n                                        \"longitude\": 10.60455,\n                                        \"geofence\": 10,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:04:30\",\n                                        \"modified\": \"2022-03-06 09:52:11\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 259200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2850,\n                                            \"contingent_id\": 3671,\n                                            \"location_id\": 735\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-Raymon-HardRay-E-Seven-4.0.png\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3675,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 1,\n                            \"available\": 1,\n                            \"max_available\": 1,\n                            \"meta\": {\n                                \"id\": 3675,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"eTrekking Transporter\",\n                                \"description\": \"Wir haben zwei Velo de Ville AES400 Balloonbike ein Add-Bike spendiert. Zum Transport von Waren oder wenn Sie Ihr Kind oder Ihren Hund auf der eBike Tour mitnehmen möchten.\",\n                                \"created\": \"2020-06-21 12:19:59\",\n                                \"modified\": \"2020-06-21 12:19:59\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 295,\n                                        \"created_by\": null,\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"parent_id\": 153,\n                                        \"lft\": 655,\n                                        \"rght\": 656,\n                                        \"client_id\": 19,\n                                        \"name\": \"eTrekking Transporter\",\n                                        \"description\": \"Wir haben zwei Velo de Ville AES400 Balloonbike ein Add-Bike spendiert. Zum Transport von Waren oder wenn Sie Ihr Kind oder Ihren Hund auf der eBike Tour mitnehmen möchten.\",\n                                        \"model\": \"Bike\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2020-12-19 15:58:11\",\n                                        \"modified\": \"2022-04-06 15:56:14\",\n                                        \"deleted\": null,\n                                        \"discountable\": true,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": 3525,\n                                        \"type\": null,\n                                        \"layout_type\": null,\n                                        \"fe_visible\": true,\n                                        \"sort_order\": 22,\n                                        \"_joinData\": {\n                                            \"id\": 21121,\n                                            \"product_id\": 295,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"3675\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-addbike1.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 735,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Hornburg, Bike and Barbecue\",\n                                        \"description\": \"Fahrradgeschäft\",\n                                        \"latitude\": 52.03331,\n                                        \"longitude\": 10.60455,\n                                        \"geofence\": 10,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:04:30\",\n                                        \"modified\": \"2022-03-06 09:52:11\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 259200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2858,\n                                            \"contingent_id\": 3675,\n                                            \"location_id\": 735\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-addbike1.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3686,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 5,\n                            \"available\": 5,\n                            \"max_available\": 5,\n                            \"meta\": {\n                                \"id\": 3686,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"eMTB Fully\",\n                                \"description\": \"eMTB Hardtail mit hochwertiger Aussttatung. Luftgefederte Vordergabel. Bosch Mittelmotor mit 250 Watt und 75 Nm Drehmoment, sportlich-starker Vortrieb und zentraler Schwerpunk. Akku mit 500 Wh, wie geschaffen für Tagesausflüge.\",\n                                \"created\": \"2020-06-26 06:45:08\",\n                                \"modified\": \"2024-09-30 08:43:36\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 290,\n                                        \"created_by\": null,\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"parent_id\": 153,\n                                        \"lft\": 645,\n                                        \"rght\": 646,\n                                        \"client_id\": 19,\n                                        \"name\": \"eMTB Fully\",\n                                        \"description\": \"eMTB Hardtail mit hochwertiger Aussttatung. Luftgefederte Vordergabel. Bosch Mittelmotor mit 250 Watt und 75 Nm Drehmoment, sportlich-starker Vortrieb und zentraler Schwerpunk. Akku mit 500 Wh, wie geschaffen für Tagesausflüge.\",\n                                        \"model\": \"Bike\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2020-12-19 15:58:09\",\n                                        \"modified\": \"2022-08-24 16:13:57\",\n                                        \"deleted\": null,\n                                        \"discountable\": true,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": 3399,\n                                        \"type\": null,\n                                        \"layout_type\": null,\n                                        \"fe_visible\": true,\n                                        \"sort_order\": 7,\n                                        \"_joinData\": {\n                                            \"id\": 38279,\n                                            \"product_id\": 290,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"3686\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_19_Product_175_10215-blizzard-int-eltd-27-gloss-dark-grey-radioactive-yellow--1110x643-high.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 852,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wernigerode, eBike Box im Harz Park\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.839694,\n                                        \"longitude\": 10.789176,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-06-21 12:13:09\",\n                                        \"modified\": \"2024-04-03 08:31:51\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 3213,\n                                            \"contingent_id\": 3686,\n                                            \"location_id\": 852\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 735,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Hornburg, Bike and Barbecue\",\n                                        \"description\": \"Fahrradgeschäft\",\n                                        \"latitude\": 52.03331,\n                                        \"longitude\": 10.60455,\n                                        \"geofence\": 10,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:04:30\",\n                                        \"modified\": \"2022-03-06 09:52:11\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 259200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 5036,\n                                            \"contingent_id\": 3686,\n                                            \"location_id\": 735\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_19_Product_175_10215-blizzard-int-eltd-27-gloss-dark-grey-radioactive-yellow--1110x643-high.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3696,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 1,\n                            \"available\": 1,\n                            \"max_available\": 1,\n                            \"meta\": {\n                                \"id\": 3696,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"eTrekking myBoo\",\n                                \"description\": \"\",\n                                \"created\": \"2020-07-01 09:31:53\",\n                                \"modified\": \"2020-07-01 09:31:53\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 735,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Hornburg, Bike and Barbecue\",\n                                        \"description\": \"Fahrradgeschäft\",\n                                        \"latitude\": 52.03331,\n                                        \"longitude\": 10.60455,\n                                        \"geofence\": 10,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:04:30\",\n                                        \"modified\": \"2022-03-06 09:52:11\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 259200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2891,\n                                            \"contingent_id\": 3696,\n                                            \"location_id\": 735\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                },\n                {\n                    \"id\": 736,\n                    \"pre_booking_time\": 50400,\n                    \"meta\": {\n                        \"id\": 736,\n                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                        \"client_id\": 19,\n                        \"name\": \"Schierke, Ferienanlage Zum Wildbach\",\n                        \"description\": \"\",\n                        \"latitude\": 51.7617463,\n                        \"longitude\": 10.6608558,\n                        \"geofence\": 10,\n                        \"use_name_for_google_query\": false,\n                        \"created\": \"2019-11-07 12:04:45\",\n                        \"modified\": \"2020-07-14 18:38:40\",\n                        \"deleted\": null,\n                        \"external_location_id\": null,\n                        \"fe_visible\": true,\n                        \"rab_price_group_id\": null,\n                        \"pre_booking_time\": 50400,\n                        \"oneway\": false,\n                        \"ssid\": null,\n                        \"availability_rules\": \"contingents\",\n                        \"availability_checkin\": \"reservation-only\",\n                        \"minBookingDuration\": null,\n                        \"maxBookingDuration\": null,\n                        \"networks\": \"\",\n                        \"image\": \"\",\n                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                        \"changeLogs\": [],\n                        \"oldOneWay\": null\n                    },\n                    \"contingents\": [\n                        {\n                            \"id\": 3643,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 10,\n                            \"available\": 10,\n                            \"max_available\": 10,\n                            \"meta\": {\n                                \"id\": 3643,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"Helm\",\n                                \"description\": null,\n                                \"created\": \"2020-05-31 10:44:52\",\n                                \"modified\": \"2021-03-13 09:23:52\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 737,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Blankenburg, Harzsport\",\n                                        \"description\": \"Sportgeschäft\",\n                                        \"latitude\": 51.8221802,\n                                        \"longitude\": 11.0267242,\n                                        \"geofence\": 5,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:05:06\",\n                                        \"modified\": \"2023-10-02 10:18:55\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 259200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2852,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 737\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 735,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Hornburg, Bike and Barbecue\",\n                                        \"description\": \"Fahrradgeschäft\",\n                                        \"latitude\": 52.03331,\n                                        \"longitude\": 10.60455,\n                                        \"geofence\": 10,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:04:30\",\n                                        \"modified\": \"2022-03-06 09:52:11\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 259200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2853,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 735\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 736,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Schierke, Ferienanlage Zum Wildbach\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.7617463,\n                                        \"longitude\": 10.6608558,\n                                        \"geofence\": 10,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:04:45\",\n                                        \"modified\": \"2020-07-14 18:38:40\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 50400,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2855,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 736\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 852,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wernigerode, eBike Box im Harz Park\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.839694,\n                                        \"longitude\": 10.789176,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-06-21 12:13:09\",\n                                        \"modified\": \"2024-04-03 08:31:51\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2879,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 852\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 856,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wunschort Lieferung\",\n                                        \"description\": \"Bezahlung: www.paypal.me/ebikeharz oder Überweisung: Sparkasse IBAN DE4125 9501 3000 5636 4907 \",\n                                        \"latitude\": 51.8338436,\n                                        \"longitude\": 10.8599724,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-06-28 12:33:59\",\n                                        \"modified\": \"2022-04-18 18:21:40\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": null,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2939,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 856\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 893,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wernigerode, Sporthotel\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.81707,\n                                        \"longitude\": 10.8123613,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-08-01 07:27:43\",\n                                        \"modified\": \"2021-11-25 09:21:07\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 172800,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 3142,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 893\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 957,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Torfhaus, Harzresort / Anlieferung\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.801165,\n                                        \"longitude\": 10.537454,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2021-03-13 08:29:23\",\n                                        \"modified\": \"2023-07-22 08:23:54\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 4005,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 957\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/Helm-Spark.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                },\n                {\n                    \"id\": 852,\n                    \"pre_booking_time\": 201600,\n                    \"meta\": {\n                        \"id\": 852,\n                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                        \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                        \"client_id\": 19,\n                        \"name\": \"Wernigerode, eBike Box im Harz Park\",\n                        \"description\": \"\",\n                        \"latitude\": 51.839694,\n                        \"longitude\": 10.789176,\n                        \"geofence\": 0,\n                        \"use_name_for_google_query\": false,\n                        \"created\": \"2020-06-21 12:13:09\",\n                        \"modified\": \"2024-04-03 08:31:51\",\n                        \"deleted\": null,\n                        \"external_location_id\": null,\n                        \"fe_visible\": true,\n                        \"rab_price_group_id\": null,\n                        \"pre_booking_time\": 201600,\n                        \"oneway\": false,\n                        \"ssid\": null,\n                        \"availability_rules\": \"contingents\",\n                        \"availability_checkin\": \"reservation-only\",\n                        \"minBookingDuration\": null,\n                        \"maxBookingDuration\": null,\n                        \"networks\": \"\",\n                        \"image\": \"\",\n                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                        \"changeLogs\": [],\n                        \"oldOneWay\": null\n                    },\n                    \"contingents\": [\n                        {\n                            \"id\": 3643,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 10,\n                            \"available\": 10,\n                            \"max_available\": 10,\n                            \"meta\": {\n                                \"id\": 3643,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"Helm\",\n                                \"description\": null,\n                                \"created\": \"2020-05-31 10:44:52\",\n                                \"modified\": \"2021-03-13 09:23:52\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 737,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Blankenburg, Harzsport\",\n                                        \"description\": \"Sportgeschäft\",\n                                        \"latitude\": 51.8221802,\n                                        \"longitude\": 11.0267242,\n                                        \"geofence\": 5,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:05:06\",\n                                        \"modified\": \"2023-10-02 10:18:55\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 259200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2852,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 737\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 735,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Hornburg, Bike and Barbecue\",\n                                        \"description\": \"Fahrradgeschäft\",\n                                        \"latitude\": 52.03331,\n                                        \"longitude\": 10.60455,\n                                        \"geofence\": 10,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:04:30\",\n                                        \"modified\": \"2022-03-06 09:52:11\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 259200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2853,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 735\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 736,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Schierke, Ferienanlage Zum Wildbach\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.7617463,\n                                        \"longitude\": 10.6608558,\n                                        \"geofence\": 10,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:04:45\",\n                                        \"modified\": \"2020-07-14 18:38:40\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 50400,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2855,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 736\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 852,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wernigerode, eBike Box im Harz Park\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.839694,\n                                        \"longitude\": 10.789176,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-06-21 12:13:09\",\n                                        \"modified\": \"2024-04-03 08:31:51\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2879,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 852\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 856,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wunschort Lieferung\",\n                                        \"description\": \"Bezahlung: www.paypal.me/ebikeharz oder Überweisung: Sparkasse IBAN DE4125 9501 3000 5636 4907 \",\n                                        \"latitude\": 51.8338436,\n                                        \"longitude\": 10.8599724,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-06-28 12:33:59\",\n                                        \"modified\": \"2022-04-18 18:21:40\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": null,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2939,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 856\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 893,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wernigerode, Sporthotel\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.81707,\n                                        \"longitude\": 10.8123613,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-08-01 07:27:43\",\n                                        \"modified\": \"2021-11-25 09:21:07\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 172800,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 3142,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 893\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 957,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Torfhaus, Harzresort / Anlieferung\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.801165,\n                                        \"longitude\": 10.537454,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2021-03-13 08:29:23\",\n                                        \"modified\": \"2023-07-22 08:23:54\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 4005,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 957\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/Helm-Spark.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3673,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 12,\n                            \"available\": 12,\n                            \"max_available\": 12,\n                            \"meta\": {\n                                \"id\": 3673,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"eMTB Hardtail\",\n                                \"description\": \"Das Standard e-Mountainbike. Reaktionsschnell, leicht und perfekt für Wald- und Forstwege im Mittelgebirge. Die Kraftübertragung erfolgt immer direkt aufs Hinterrad. Federung in der Vordergabel.\",\n                                \"created\": \"2020-06-21 12:16:17\",\n                                \"modified\": \"2024-09-30 08:38:15\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 159,\n                                        \"created_by\": null,\n                                        \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"parent_id\": 153,\n                                        \"lft\": 992,\n                                        \"rght\": 983,\n                                        \"client_id\": 19,\n                                        \"name\": \"eMTB\",\n                                        \"description\": \"Das Standard e-Mountainbike. Reaktionsschnell, leicht und perfekt für Wald- und Forstwege im Mittelgebirge. Die Kraftübertragung erfolgt immer direkt aufs Hinterrad. Federung in der Vordergabel.\",\n                                        \"model\": \"Bike\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": null,\n                                        \"modified\": \"2022-02-10 08:58:00\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": 2199,\n                                        \"type\": null,\n                                        \"layout_type\": null,\n                                        \"fe_visible\": true,\n                                        \"sort_order\": 1,\n                                        \"_joinData\": {\n                                            \"id\": 38272,\n                                            \"product_id\": 159,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"3673\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-Raymon-HardRay-E-Seven-4.0.png\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 852,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wernigerode, eBike Box im Harz Park\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.839694,\n                                        \"longitude\": 10.789176,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-06-21 12:13:09\",\n                                        \"modified\": \"2024-04-03 08:31:51\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2856,\n                                            \"contingent_id\": 3673,\n                                            \"location_id\": 852\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-Raymon-HardRay-E-Seven-4.0.png\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3686,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 5,\n                            \"available\": 5,\n                            \"max_available\": 5,\n                            \"meta\": {\n                                \"id\": 3686,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"eMTB Fully\",\n                                \"description\": \"eMTB Hardtail mit hochwertiger Aussttatung. Luftgefederte Vordergabel. Bosch Mittelmotor mit 250 Watt und 75 Nm Drehmoment, sportlich-starker Vortrieb und zentraler Schwerpunk. Akku mit 500 Wh, wie geschaffen für Tagesausflüge.\",\n                                \"created\": \"2020-06-26 06:45:08\",\n                                \"modified\": \"2024-09-30 08:43:36\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 290,\n                                        \"created_by\": null,\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"parent_id\": 153,\n                                        \"lft\": 645,\n                                        \"rght\": 646,\n                                        \"client_id\": 19,\n                                        \"name\": \"eMTB Fully\",\n                                        \"description\": \"eMTB Hardtail mit hochwertiger Aussttatung. Luftgefederte Vordergabel. Bosch Mittelmotor mit 250 Watt und 75 Nm Drehmoment, sportlich-starker Vortrieb und zentraler Schwerpunk. Akku mit 500 Wh, wie geschaffen für Tagesausflüge.\",\n                                        \"model\": \"Bike\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2020-12-19 15:58:09\",\n                                        \"modified\": \"2022-08-24 16:13:57\",\n                                        \"deleted\": null,\n                                        \"discountable\": true,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": 3399,\n                                        \"type\": null,\n                                        \"layout_type\": null,\n                                        \"fe_visible\": true,\n                                        \"sort_order\": 7,\n                                        \"_joinData\": {\n                                            \"id\": 38279,\n                                            \"product_id\": 290,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"3686\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_19_Product_175_10215-blizzard-int-eltd-27-gloss-dark-grey-radioactive-yellow--1110x643-high.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 852,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wernigerode, eBike Box im Harz Park\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.839694,\n                                        \"longitude\": 10.789176,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-06-21 12:13:09\",\n                                        \"modified\": \"2024-04-03 08:31:51\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 3213,\n                                            \"contingent_id\": 3686,\n                                            \"location_id\": 852\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 735,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Hornburg, Bike and Barbecue\",\n                                        \"description\": \"Fahrradgeschäft\",\n                                        \"latitude\": 52.03331,\n                                        \"longitude\": 10.60455,\n                                        \"geofence\": 10,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:04:30\",\n                                        \"modified\": \"2022-03-06 09:52:11\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 259200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 5036,\n                                            \"contingent_id\": 3686,\n                                            \"location_id\": 735\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_19_Product_175_10215-blizzard-int-eltd-27-gloss-dark-grey-radioactive-yellow--1110x643-high.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3964,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 0,\n                            \"meta\": {\n                                \"id\": 3964,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"eTrekking\",\n                                \"description\": null,\n                                \"created\": \"2020-10-01 10:15:34\",\n                                \"modified\": \"2023-03-29 12:37:58\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 161,\n                                        \"created_by\": null,\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"parent_id\": 153,\n                                        \"lft\": 983,\n                                        \"rght\": 981,\n                                        \"client_id\": 19,\n                                        \"name\": \"eTrekking\",\n                                        \"description\": null,\n                                        \"model\": \"Bike\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": null,\n                                        \"modified\": \"2022-08-24 16:13:57\",\n                                        \"deleted\": null,\n                                        \"discountable\": true,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": 2199,\n                                        \"type\": null,\n                                        \"layout_type\": null,\n                                        \"fe_visible\": true,\n                                        \"sort_order\": 9,\n                                        \"_joinData\": {\n                                            \"id\": 36826,\n                                            \"product_id\": 161,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"3964\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/eTrekkingKomfort_Bike.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 852,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wernigerode, eBike Box im Harz Park\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.839694,\n                                        \"longitude\": 10.789176,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-06-21 12:13:09\",\n                                        \"modified\": \"2024-04-03 08:31:51\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 3200,\n                                            \"contingent_id\": 3964,\n                                            \"location_id\": 852\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/eTrekkingKomfort_Bike.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                },\n                {\n                    \"id\": 890,\n                    \"pre_booking_time\": 223200,\n                    \"meta\": {\n                        \"id\": 890,\n                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                        \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                        \"client_id\": 19,\n                        \"name\": \"Thale, Ferienhausdorf\",\n                        \"description\": \"\",\n                        \"latitude\": 51.7448883,\n                        \"longitude\": 11.0231043,\n                        \"geofence\": 0,\n                        \"use_name_for_google_query\": false,\n                        \"created\": \"2020-07-26 20:18:40\",\n                        \"modified\": \"2024-02-07 09:31:39\",\n                        \"deleted\": null,\n                        \"external_location_id\": null,\n                        \"fe_visible\": true,\n                        \"rab_price_group_id\": null,\n                        \"pre_booking_time\": 223200,\n                        \"oneway\": false,\n                        \"ssid\": null,\n                        \"availability_rules\": \"contingents\",\n                        \"availability_checkin\": \"reservation-only\",\n                        \"minBookingDuration\": null,\n                        \"maxBookingDuration\": null,\n                        \"networks\": \"\",\n                        \"image\": \"\",\n                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                        \"changeLogs\": [],\n                        \"oldOneWay\": null\n                    },\n                    \"contingents\": [\n                        {\n                            \"id\": 3867,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 2,\n                            \"available\": 2,\n                            \"max_available\": 2,\n                            \"meta\": {\n                                \"id\": 3867,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"eMTB Hardtail\",\n                                \"description\": \"Das Standard e-Mountainbike. Reaktionsschnell, leicht und perfekt für Wald- und Forstwege im Mittelgebirge. Die Kraftübertragung erfolgt immer direkt aufs Hinterrad. Federung in der Vordergabel.\",\n                                \"created\": \"2020-07-26 20:20:36\",\n                                \"modified\": \"2024-09-30 08:39:02\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 159,\n                                        \"created_by\": null,\n                                        \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"parent_id\": 153,\n                                        \"lft\": 992,\n                                        \"rght\": 983,\n                                        \"client_id\": 19,\n                                        \"name\": \"eMTB\",\n                                        \"description\": \"Das Standard e-Mountainbike. Reaktionsschnell, leicht und perfekt für Wald- und Forstwege im Mittelgebirge. Die Kraftübertragung erfolgt immer direkt aufs Hinterrad. Federung in der Vordergabel.\",\n                                        \"model\": \"Bike\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": null,\n                                        \"modified\": \"2022-02-10 08:58:00\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": 2199,\n                                        \"type\": null,\n                                        \"layout_type\": null,\n                                        \"fe_visible\": true,\n                                        \"sort_order\": 1,\n                                        \"_joinData\": {\n                                            \"id\": 38273,\n                                            \"product_id\": 159,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"3867\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-Raymon-HardRay-E-Seven-4.0.png\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 890,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Thale, Ferienhausdorf\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.7448883,\n                                        \"longitude\": 11.0231043,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-07-26 20:18:40\",\n                                        \"modified\": \"2024-02-07 09:31:39\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 223200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 3078,\n                                            \"contingent_id\": 3867,\n                                            \"location_id\": 890\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-Raymon-HardRay-E-Seven-4.0.png\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3868,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 6,\n                            \"available\": 6,\n                            \"max_available\": 6,\n                            \"meta\": {\n                                \"id\": 3868,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"eTrekking\",\n                                \"description\": \"\",\n                                \"created\": \"2020-07-26 20:21:07\",\n                                \"modified\": \"2022-02-16 11:20:52\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 890,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Thale, Ferienhausdorf\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.7448883,\n                                        \"longitude\": 11.0231043,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-07-26 20:18:40\",\n                                        \"modified\": \"2024-02-07 09:31:39\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 223200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 3079,\n                                            \"contingent_id\": 3868,\n                                            \"location_id\": 890\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/eTrekkingKomfort_Bike.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 5374,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 2,\n                            \"available\": 2,\n                            \"max_available\": 2,\n                            \"meta\": {\n                                \"id\": 5374,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"MTB Hardtail Bio\",\n                                \"description\": \"GIANT Hardtail Bio MTB ohne Antrieb\\nDer leichte ALUXX-Aluminiumrahmen kommt im klassischen Hardtail-Design, sodass du die perfekte Mischung aus Kontrolle und Schnelligkeit nutzen kannst.\",\n                                \"created\": \"2022-04-03 19:01:08\",\n                                \"modified\": \"2024-02-07 09:31:39\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 572,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1479,\n                                        \"rght\": -1478,\n                                        \"client_id\": 19,\n                                        \"name\": \"MTB Hardtail BIO\",\n                                        \"description\": \"GIANT Hardtail Bio MTB ohne Antrieb\\nDer leichte ALUXX-Aluminiumrahmen kommt im klassischen Hardtail-Design, sodass du die perfekte Mischung aus Kontrolle und Schnelligkeit nutzen kannst.\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2021-07-26 20:25:32\",\n                                        \"modified\": \"2022-08-24 16:13:58\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": 15,\n                                        \"_joinData\": {\n                                            \"id\": 37535,\n                                            \"product_id\": 572,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5374\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_19_Product_572_05_MY20-Talon-29-1_Color-A.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 890,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Thale, Ferienhausdorf\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.7448883,\n                                        \"longitude\": 11.0231043,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-07-26 20:18:40\",\n                                        \"modified\": \"2024-02-07 09:31:39\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 223200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 5193,\n                                            \"contingent_id\": 5374,\n                                            \"location_id\": 890\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_19_Product_572_05_MY20-Talon-29-1_Color-A.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                },\n                {\n                    \"id\": 957,\n                    \"pre_booking_time\": 201600,\n                    \"meta\": {\n                        \"id\": 957,\n                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                        \"client_id\": 19,\n                        \"name\": \"Torfhaus, Harzresort / Anlieferung\",\n                        \"description\": \"\",\n                        \"latitude\": 51.801165,\n                        \"longitude\": 10.537454,\n                        \"geofence\": 0,\n                        \"use_name_for_google_query\": false,\n                        \"created\": \"2021-03-13 08:29:23\",\n                        \"modified\": \"2023-07-22 08:23:54\",\n                        \"deleted\": null,\n                        \"external_location_id\": null,\n                        \"fe_visible\": true,\n                        \"rab_price_group_id\": null,\n                        \"pre_booking_time\": 201600,\n                        \"oneway\": false,\n                        \"ssid\": null,\n                        \"availability_rules\": \"contingents\",\n                        \"availability_checkin\": \"reservation-only\",\n                        \"minBookingDuration\": null,\n                        \"maxBookingDuration\": null,\n                        \"networks\": \"\",\n                        \"image\": \"\",\n                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                        \"changeLogs\": [],\n                        \"oldOneWay\": null\n                    },\n                    \"contingents\": [\n                        {\n                            \"id\": 3643,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 10,\n                            \"available\": 10,\n                            \"max_available\": 10,\n                            \"meta\": {\n                                \"id\": 3643,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"Helm\",\n                                \"description\": null,\n                                \"created\": \"2020-05-31 10:44:52\",\n                                \"modified\": \"2021-03-13 09:23:52\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 737,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Blankenburg, Harzsport\",\n                                        \"description\": \"Sportgeschäft\",\n                                        \"latitude\": 51.8221802,\n                                        \"longitude\": 11.0267242,\n                                        \"geofence\": 5,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:05:06\",\n                                        \"modified\": \"2023-10-02 10:18:55\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 259200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2852,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 737\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 735,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Hornburg, Bike and Barbecue\",\n                                        \"description\": \"Fahrradgeschäft\",\n                                        \"latitude\": 52.03331,\n                                        \"longitude\": 10.60455,\n                                        \"geofence\": 10,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:04:30\",\n                                        \"modified\": \"2022-03-06 09:52:11\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 259200,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2853,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 735\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 736,\n                                        \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Schierke, Ferienanlage Zum Wildbach\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.7617463,\n                                        \"longitude\": 10.6608558,\n                                        \"geofence\": 10,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2019-11-07 12:04:45\",\n                                        \"modified\": \"2020-07-14 18:38:40\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 50400,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2855,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 736\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 852,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wernigerode, eBike Box im Harz Park\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.839694,\n                                        \"longitude\": 10.789176,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-06-21 12:13:09\",\n                                        \"modified\": \"2024-04-03 08:31:51\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2879,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 852\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 856,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wunschort Lieferung\",\n                                        \"description\": \"Bezahlung: www.paypal.me/ebikeharz oder Überweisung: Sparkasse IBAN DE4125 9501 3000 5636 4907 \",\n                                        \"latitude\": 51.8338436,\n                                        \"longitude\": 10.8599724,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-06-28 12:33:59\",\n                                        \"modified\": \"2022-04-18 18:21:40\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": null,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 2939,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 856\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 893,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Wernigerode, Sporthotel\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.81707,\n                                        \"longitude\": 10.8123613,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2020-08-01 07:27:43\",\n                                        \"modified\": \"2021-11-25 09:21:07\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 172800,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 3142,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 893\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 957,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Torfhaus, Harzresort / Anlieferung\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.801165,\n                                        \"longitude\": 10.537454,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2021-03-13 08:29:23\",\n                                        \"modified\": \"2023-07-22 08:23:54\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 4005,\n                                            \"contingent_id\": 3643,\n                                            \"location_id\": 957\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/Helm-Spark.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 3695,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 2,\n                            \"available\": 2,\n                            \"max_available\": 2,\n                            \"meta\": {\n                                \"id\": 3695,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"eTrekking myBoo Lieferung\",\n                                \"description\": \"Einzigartiges eBike aus Bambus. Gebaut gemeinsam mit einem sozialen Projekt in Ghana. In 80 Stunden Hand\\u00adarbeit ent\\u00adste\\u00adhen ech\\u00adte Unikate mit besonderem Fahrkomfort.\",\n                                \"created\": \"2020-07-01 09:31:31\",\n                                \"modified\": \"2024-09-30 08:41:27\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 177,\n                                        \"created_by\": null,\n                                        \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"parent_id\": 153,\n                                        \"lft\": 971,\n                                        \"rght\": 969,\n                                        \"client_id\": 19,\n                                        \"name\": \"eTrekking myBOO Anlieferung TO\",\n                                        \"description\": \"Einzigartiges eBike aus Bambus. Gebaut gemeinsam mit einem sozialen Projekt in Ghana. In 80 Stunden Hand\\u00adarbeit ent\\u00adste\\u00adhen ech\\u00adte Unikate mit besonderem Fahrkomfort.\",\n                                        \"model\": \"Bike\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": null,\n                                        \"modified\": \"2023-09-05 07:34:18\",\n                                        \"deleted\": null,\n                                        \"discountable\": true,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": 3525,\n                                        \"type\": null,\n                                        \"layout_type\": null,\n                                        \"fe_visible\": true,\n                                        \"sort_order\": 20,\n                                        \"_joinData\": {\n                                            \"id\": 38275,\n                                            \"product_id\": 177,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"3695\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-myboo-Volta-E5000.png\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 957,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Torfhaus, Harzresort / Anlieferung\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.801165,\n                                        \"longitude\": 10.537454,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2021-03-13 08:29:23\",\n                                        \"modified\": \"2023-07-22 08:23:54\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 4003,\n                                            \"contingent_id\": 3695,\n                                            \"location_id\": 957\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-myboo-Volta-E5000.png\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 4711,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 2,\n                            \"available\": 2,\n                            \"max_available\": 8,\n                            \"meta\": {\n                                \"id\": 4711,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"eMTB Hardtail Torfhaus\",\n                                \"description\": \"Das Standard e-Mountainbike. Reaktionsschnell, leicht und perfekt für Wald- und Forstwege im Mittelgebirge. Die Kraftübertragung erfolgt immer direkt aufs Hinterrad. Federung in der Vordergabel.\",\n                                \"created\": \"2021-03-13 08:43:10\",\n                                \"modified\": \"2024-09-30 08:42:00\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 610,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1423,\n                                        \"rght\": -1422,\n                                        \"client_id\": 19,\n                                        \"name\": \"eMTB Hardtail Anlieferung TO\",\n                                        \"description\": \"Das Standard e-Mountainbike. Reaktionsschnell, leicht und perfekt für Wald- und Forstwege im Mittelgebirge. Die Kraftübertragung erfolgt immer direkt aufs Hinterrad. Federung in der Vordergabel.\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2022-04-03 19:09:12\",\n                                        \"modified\": \"2023-09-05 07:33:06\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": 2300,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": 11,\n                                        \"_joinData\": {\n                                            \"id\": 38276,\n                                            \"product_id\": 610,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"4711\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-Raymon-HardRay-E-Seven-4.0.png\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 957,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Torfhaus, Harzresort / Anlieferung\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.801165,\n                                        \"longitude\": 10.537454,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2021-03-13 08:29:23\",\n                                        \"modified\": \"2023-07-22 08:23:54\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 4000,\n                                            \"contingent_id\": 4711,\n                                            \"location_id\": 957\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-Raymon-HardRay-E-Seven-4.0.png\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 4712,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 0,\n                            \"meta\": {\n                                \"id\": 4712,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"eMTB Fully Torfhaus\",\n                                \"description\": \"eMTB Hardtail mit hochwertiger Aussttatung. Luftgefederte Vordergabel. Bosch Mittelmotor mit 250 Watt und 75 Nm Drehmoment, sportlich-starker Vortrieb und zentraler Schwerpunk. Akku mit 500 Wh, wie geschaffen für Tagesausflüge.\",\n                                \"created\": \"2021-03-13 09:19:30\",\n                                \"modified\": \"2024-09-30 08:42:24\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 611,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1421,\n                                        \"rght\": -1420,\n                                        \"client_id\": 19,\n                                        \"name\": \"eMTB Fully Anlieferung TO\",\n                                        \"description\": \"eMTB Hardtail mit hochwertiger Aussttatung. Luftgefederte Vordergabel. Bosch Mittelmotor mit 250 Watt und 75 Nm Drehmoment, sportlich-starker Vortrieb und zentraler Schwerpunk. Akku mit 500 Wh, wie geschaffen für Tagesausflüge.\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2022-04-05 15:52:21\",\n                                        \"modified\": \"2023-09-05 07:33:47\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": 4500,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": 13,\n                                        \"_joinData\": {\n                                            \"id\": 38277,\n                                            \"product_id\": 611,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"4712\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_19_Product_175_10215-blizzard-int-eltd-27-gloss-dark-grey-radioactive-yellow--1110x643-high.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 957,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Torfhaus, Harzresort / Anlieferung\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.801165,\n                                        \"longitude\": 10.537454,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2021-03-13 08:29:23\",\n                                        \"modified\": \"2023-07-22 08:23:54\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 4004,\n                                            \"contingent_id\": 4712,\n                                            \"location_id\": 957\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_19_Product_175_10215-blizzard-int-eltd-27-gloss-dark-grey-radioactive-yellow--1110x643-high.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        },\n                        {\n                            \"id\": 5293,\n                            \"availability_note\": \"Contingent availability until start time.\",\n                            \"availability_pool_note\": \"Availability at single location only.\",\n                            \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                            \"contingent_available\": 6,\n                            \"available\": 6,\n                            \"max_available\": 6,\n                            \"meta\": {\n                                \"id\": 5293,\n                                \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                \"client_id\": 19,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"MTB Hardtail BIO\",\n                                \"description\": \"MTB ohne Antrieb\",\n                                \"created\": \"2021-07-26 20:26:32\",\n                                \"modified\": \"2024-09-30 08:42:43\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 612,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1419,\n                                        \"rght\": -1418,\n                                        \"client_id\": 19,\n                                        \"name\": \"MTB Hardtail Bio Anlieferung TO\",\n                                        \"description\": \"GIANT Hardtail Bio MTB ohne Antrieb\\nDer leichte ALUXX-Aluminiumrahmen kommt im klassischen Hardtail-Design, sodass du die perfekte Mischung aus Kontrolle und Schnelligkeit nutzen kannst.\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2022-04-06 15:18:50\",\n                                        \"modified\": \"2023-09-05 07:34:04\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": 600,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": 16,\n                                        \"_joinData\": {\n                                            \"id\": 38278,\n                                            \"product_id\": 612,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5293\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_19_Product_572_05_MY20-Talon-29-1_Color-A.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 957,\n                                        \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                        \"client_id\": 19,\n                                        \"name\": \"Torfhaus, Harzresort / Anlieferung\",\n                                        \"description\": \"\",\n                                        \"latitude\": 51.801165,\n                                        \"longitude\": 10.537454,\n                                        \"geofence\": 0,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2021-03-13 08:29:23\",\n                                        \"modified\": \"2023-07-22 08:23:54\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 201600,\n                                        \"oneway\": false,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents\",\n                                        \"availability_checkin\": \"reservation-only\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": null,\n                                        \"_joinData\": {\n                                            \"id\": 4659,\n                                            \"contingent_id\": 5293,\n                                            \"location_id\": 957\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_19_Product_572_05_MY20-Talon-29-1_Color-A.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"\"\n                        }\n                    ],\n                    \"info\": \"\"\n                }\n            ]\n        }\n    }\n}"},{"id":"23f682a6-640d-43f9-a220-f29a9d18d7c5","name":"with meta and with resources","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"begin\": \"2024-08-01 00:00:00\",\n    \"end\": \"2024-08-31 00:00:00\",\n    \"client_id\": 49,\n    \"calendar\": false,\n    \"only_fe_visible\": true,\n    \"network\": null,\n    \"withoutExtraOptions\": true,\n    \"meta\": true,\n    \"resources\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/contingents/getAvailabilityForAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Mon, 18 Nov 2024 11:08:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS, PATCH, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Accept, Authorization, Cache-Control, Content-Type, X-Requested-With, x-csrf-token, X-DEBUGKIT-ID, Accept-Language"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-DEBUGKIT-ID","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"client\": {\n            \"id\": 49,\n            \"meta\": {\n                \"id\": 49,\n                \"created_by\": null,\n                \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                \"organization\": \"Stadtwerke Norderstedt\",\n                \"description\": \"BewegungUmdenken\",\n                \"street\": \"Hexxxx\",\n                \"number\": \"10xxxx\",\n                \"city\": \"Noxxxx\",\n                \"zip\": \"22xxxx\",\n                \"country\": \"DE\",\n                \"agb\": \"https://client-49-docs.s3.eu-central-1.amazonaws.com/Nutzungsbedingungen.pdf\",\n                \"help\": \"**FAQ – General**\\n\\n**How do I register?**  \\nAfter downloading the app, you can do the registration in the 12DRIVE+ app. Please click on the “Register” button on the start page. Your bike sharing provider or your company provides you with a registration code (number code and/or QR code), which you enter or scan in the field “Enter code manually”. Then enter your data in the registration form and confirm the privacy policy and terms of use. Click “Register” to complete your registration.\\n\\n**How do I activate my account?**  \\nAfter successful registration, an e-mail will be sent to the e-mail address provided by you to authenticate your registration. Confirm the link in the email. Afterwards, you will receive an e-mail confirmation that your account has been activated. You can now log in to the app with your username and password.\\n\\n**I forgot my login details. What can I do?**  \\nPlease use the “Forgot your password” function. Click the button in the app “REGISTRATION“ > Button “REQUEST E-MAIL”. Enter the email address you used to register to use the app. You will receive an email showing your username and a link to create a new password. Give me a new password. You can now log in with your username and new password.\\n\\n**Is my app up to date?**  \\nIn order to always be able to use the current functionality of the app, we recommend that you update the app as soon as an update via push message is offered on your smartphone. The app is regularly checked and updated for both Android and iOS.\\n\\n**Why is it necessary for the 12DRIVE app to be able to retrieve my location?**  \\nThe location query is relevant if you want to end your lease. In this case, the app checks if you are at a sharing location. Only at one sharing location can a rental be terminated. The button “Stop renting” is active. The button “Stop renting” is greyed out if you are not at a sharing location.\\n\\n**Why is it necessary for the 12DRIVE app to capture pictures and videos?**  \\nThis is important so that you can scan a QR code on a sharing bike using the app to book that bike.\\n\\n**FAQ - Before the start of the rental**\\n\\n**What is necessary to use a sharing bike and start a ride?**  \\nTo start a ride you need a smartphone with installed sharing app, an active internet connection, Bluetooth and the reception of GPS coordinates. Please activate your Bluetooth and GPS.\\n\\n**FAQ - Before the start of the rental**\\n\\n**How do I rent a sharing bike?**  \\nAs a registered user, you can rent and return bicycles at all sharing locations.  \\nRent by QR code scan or entering the bike ID  \\n1. Activate GPS & Bluetooth on your smartphone. It’s needed to determine your location and open the lock.  \\n2. The scanning process or the entry of the Bike ID is done via the button “ Scan ID”, which is located on the home screen or embedded in the map. Click on the button to open the view “ Bike ID. ” You can now scan the QR code on the bike with a camera or enter the Bike ID manually in the lower field. By scanning the QR code / entering the Bike ID on a bike, the app already detects which bike, type of bike and which location has been selected. Tip: Do not hold your smartphone too close to the QR code.  \\n3. Choose the rental period.  \\n4. If the rent is subject to a charge: Select the desired payment option (credit card, Paypal, SEPA – payment options may vary depending on the provider) and pay conveniently online.  \\n5. The overview “ Active Rent” shows you your current booking. Click on your booking to select an available bike from the bike selection.  \\n6. Click on “Open lock” to unlock your sharing bike and start your ride. During use, you can open and close the lock as often as you like.\\n\\nRenting via the choice of a location  \\n1. Activate GPS & Bluetooth on your smartphone. It’s needed to determine your location and open the lock.  \\n2. Select a sharing location.  \\n3. Select a vehicle type.  \\n4. Choose the rental period.  \\n5. If the rent is subject to a charge: Select the desired payment option (credit card, Paypal, SEPA – payment options may vary depending on the provider) and pay conveniently online.  \\n6. The overview “ Active Rent” shows you your current booking. Click on your booking to select an available bike from the bike selection.  \\n7. Click “Open lock” to unlock your sharing bike and start your ride. During use, you can open and close the lock as often as you like.\\n\\n**Can I book a Sharing Bike in advance?**  \\nNo, no Advance bookings are currently not possible.  \\nWhat do I do if I notice that the bike is damaged?  \\nBefore starting the ride, check whether the selected bike is in a suitable condition. If you notice a defect, please report it by phone or e-mail to your Bike Sharing contact. You will find the contact details in the menu item “Contact. ”\\n\\n**Why do I need to activate Bluetooth on my smartphone?**  \\nYour smartphone uses Bluetooth to operate the bike lock. Please make sure that Bluetooth is enabled when you want to open or close a lock using your smartphone. If the Bluetooth is inactive, it is not possible to open a lock because it is not possible to establish a connection between the smartphone app and the lock.  \\nA Bluetooth connection may be disrupted by other wireless connections. If it doesn’t work right away, please try again or enable Bluetooth again.\\n\\n**Why do I have to start a journey directly at the sharing location?**  \\nMake sure you are at the chosen location to open the lock of the bike you booked for the first time. After you have started your journey, the lock can be opened or closed at any time. However, the use can only be terminated directly at the sharing location when the lock is closed.\\n\\n**How can I see how many bikes are available per location?**  \\nIn the location list (LOCATIONS) you can see how many bikes are available at a location. For example, if “0 / X Wheels” appears, no wheel is available at the selected location.\\n\\n**Valid for rentals subject to charge: Which payment methods are accepted?**  \\nPayPal, SEPA or credit card (Visa & Mastercard) are available as payment options (depending on the provider). If you want to use the PayPal payment method, a PayPal account is required.\\n\\n**I have booked a free rate, but do not choose a bicycle and do not start my rental. What happens to my booking?**  \\nIf you do not select a Sharing Bike on the Active Hire step and the ride does not start, your booking will be automatically cancelled after 30 minutes. After the time runs out, you will be taken back to the Welcome screen. If you select a bike by QR Code Scan or by entering a Bike ID, automatic cancellation after 30 minutes is no longer possible.\\n\\n**I have booked a chargeable rate, but cancel my booking in the online payment process by not paying online. What happens to my booking?**  \\nThe booking is automatically cancelled after 30 minutes.\\n\\n**FAQ – During the rental**\\n\\n**Can I pause my ride?**  \\nYes, during use, you can open and close the lock as often as you like.\\n\\n**FAQ – Check-out of a rental**\\n\\n**What is necessary to terminate a rental?**  \\nTo stop the use, a smartphone with installed sharing app, an active internet connection, Bluetooth and the reception of GPS coordinates is required. Please activate your Bluetooth and GPS if you want to end your rental.\\n\\n**How can I stop using it?**  \\nThe use is terminated at the selected return location. Please note that the lock must be closed in order to complete the rental. Please confirm that the bike is in place and is not defective. By clicking on the button “Stop renting” your use is terminated.\\n\\n**What happens if I exceed my booked rate?**  \\nPlease ask your bike sharing provider what will happen in the event of an overdraft of a rent.  \\nChargeable rent: If you exceed your rent, you will be charged the subsequent costs.  \\nFree rental: Please keep to the booked rental period so that other users can also use the bike sharing offer.\\n\\n**FAQ – “ILOCK IT” lock**\\n\\n**For which Smartphone generation can I LOCK IT be used?**  \\nI LOCK IT is compatible with iOS and Android devices: Android Smartphones Version 5. 0 or higher and Apple iOS iPhone or higher 4S\\n\\n**Enacted I LOCK IT via GPS?**  \\nIt can I LOCK IT Locks with and without GPS are used. Please ask your BIke Sharing provider / company if the lock has GPS.\\n\\n**How long does the I LOCK IT battery last?**  \\nThe battery lasts up to seven months. Charging is possible via USB port with the help of a power bank.\\n\\n**Can my smartphone connect to several I LOCK ITs at the same time?**  \\nA user can use a smartphone to book several sharing bikes one after the other and open/close them one after the other or stop using them. It is necessary that the user always opens the corresponding booking of the sharing bike in order to be able to control the lock.\\n\",\n                \"active\": true,\n                \"logo\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/STW_BU_Logo_ohneClaim.png\",\n                \"frontend_hash\": null,\n                \"api_key\": null,\n                \"created\": \"2021-10-13 14:17:55\",\n                \"modified\": \"2023-06-27 09:46:50\",\n                \"deleted\": null,\n                \"is_public\": true,\n                \"phone\": \"+4xxxx\",\n                \"email\": \"test@tests.inbooma.net\",\n                \"imprint\": null,\n                \"url\": \"\",\n                \"currency\": \"EUR\",\n                \"rental_contract_terms\": null,\n                \"hash\": \"4971bf1295b8c307b513210abd6c8d53d659f27cdb\",\n                \"user_hash\": \"LgHhd\",\n                \"privacy\": \"https://client-49-docs.s3.eu-central-1.amazonaws.com/221109_BU_Datenschutzerkl%C3%A4rung_NEU.pdf\",\n                \"payment_methods\": null,\n                \"payment_methods_info\": null,\n                \"ustId\": null,\n                \"client_settings\": [\n                    {\n                        \"id\": 47,\n                        \"created\": \"2021-10-13 14:17:55\",\n                        \"modified\": \"2024-10-17 13:12:13\",\n                        \"deleted\": null,\n                        \"client_id\": 49,\n                        \"product\": \"BewegungUmdenken\",\n                        \"display_name\": \"BewegungUmdenken\",\n                        \"cancel_requested_orders\": false,\n                        \"cancel_requested_orders_time\": null,\n                        \"send_reminder_mail_for_offers\": false,\n                        \"reminder_time_for_offers\": null,\n                        \"content_modifications\": null,\n                        \"frontend_url\": \"&bikeSharing=true&i18n.lng=de-DE&startPage=locations&enableBikesFilters=false&showTariffFilter=true&showUsageType=true&enablePayments=false&hourOptionsIntervalMinutes=1\",\n                        \"system_operator\": true,\n                        \"verify_mobile_number\": false,\n                        \"verify_email\": true,\n                        \"verify_postal\": false,\n                        \"frontend_client_url\": null,\n                        \"uses_code_for_verification\": false,\n                        \"cancelCheckinTime\": 60,\n                        \"cancelNoCheckin\": true,\n                        \"use_memberships\": true,\n                        \"reservationBuffer\": 0,\n                        \"message\": null,\n                        \"countOfBookingsAtSameTime\": 0,\n                        \"countOfBookings\": 0,\n                        \"primaryColor\": \"#009d85\",\n                        \"secondaryColor\": null,\n                        \"font\": null,\n                        \"fontSize\": null,\n                        \"default_usage_type\": null,\n                        \"show_usage_types\": true,\n                        \"pre_booking_possible\": true,\n                        \"maxBookingTime\": null,\n                        \"end_changeable\": true,\n                        \"billingWithAllOrders\": true,\n                        \"cancelPossible\": true,\n                        \"default_tariff\": null,\n                        \"hasAmountOfContingents\": false,\n                        \"changeLogs\": []\n                    }\n                ],\n                \"marker_logo\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                \"product\": \"BewegungUmdenken\",\n                \"display_name\": \"BewegungUmdenken\",\n                \"cancel_requested_orders\": false,\n                \"cancel_requested_orders_time\": null,\n                \"send_reminder_mail_for_offers\": false,\n                \"reminder_time_for_offers\": null,\n                \"content_modifications\": null,\n                \"frontend_url\": \"&bikeSharing=true&i18n.lng=de-DE&startPage=locations&enableBikesFilters=false&showTariffFilter=true&showUsageType=true&enablePayments=false&hourOptionsIntervalMinutes=1\",\n                \"system_operator\": true,\n                \"verify_mobile_number\": false,\n                \"verify_email\": true,\n                \"verify_postal\": false,\n                \"frontend_client_url\": null,\n                \"uses_code_for_verification\": false,\n                \"cancelCheckinTime\": 60,\n                \"cancelNoCheckin\": true,\n                \"use_memberships\": true,\n                \"reservationBuffer\": 0,\n                \"message\": null,\n                \"countOfBookingsAtSameTime\": 0,\n                \"countOfBookings\": 0,\n                \"primaryColor\": \"#009d85\",\n                \"secondaryColor\": null,\n                \"font\": null,\n                \"fontSize\": null,\n                \"default_usage_type\": null,\n                \"show_usage_types\": true,\n                \"pre_booking_possible\": true,\n                \"maxBookingTime\": null,\n                \"end_changeable\": true,\n                \"billingWithAllOrders\": true,\n                \"cancelPossible\": true,\n                \"default_tariff\": null,\n                \"hasAmountOfContingents\": false,\n                \"changeLogs\": [],\n                \"stripe\": null,\n                \"stripe_customer\": null\n            },\n            \"locations\": [\n                {\n                    \"id\": 1134,\n                    \"pre_booking_time\": 86400,\n                    \"meta\": {\n                        \"id\": 1134,\n                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                        \"client_id\": 49,\n                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                        \"latitude\": 53.705454916522,\n                        \"longitude\": 9.9937493210005,\n                        \"geofence\": 50,\n                        \"use_name_for_google_query\": false,\n                        \"created\": \"2022-04-13 10:31:20\",\n                        \"modified\": \"2024-01-16 11:29:27\",\n                        \"deleted\": null,\n                        \"external_location_id\": null,\n                        \"fe_visible\": true,\n                        \"rab_price_group_id\": null,\n                        \"pre_booking_time\": 86400,\n                        \"oneway\": true,\n                        \"ssid\": null,\n                        \"availability_rules\": \"contingents_prebooking_resources\",\n                        \"availability_checkin\": \"checkin\",\n                        \"minBookingDuration\": null,\n                        \"maxBookingDuration\": 259200,\n                        \"networks\": \"\",\n                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                        \"changeLogs\": [],\n                        \"image\": null,\n                        \"oldOneWay\": null\n                    },\n                    \"contingents\": [\n                        {\n                            \"note\": \"The max booking duration is 3 Days. Please choose another date.\",\n                            \"id\": 5376,\n                            \"availability_note\": \"Contingent availability until pre booking time limit. Booking after prebooking limit if resources available at location.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Available if no checkin at begin time and after checkout.\",\n                            \"resources\": {\n                                \"available\": 0,\n                                \"not_available\": 6,\n                                \"max_available\": 6,\n                                \"meta\": {\n                                    \"available\": [\n                                        {\n                                            \"id\": 3220,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"aa9d8dcc-bb83-4c53-95c2-9e70d1d2dec2\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134,\n                                            \"lastLocationId\": 1134,\n                                            \"name\": \"E-va (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-13 06:38:01\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"24\",\n                                            \"note\": \"\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411532\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 68,\n                                            \"advertiser\": \"ISHAREIT-2411532\",\n                                            \"temp_key_user\": \"d6c726f4ab272973eb665879c94634886d79d91e00000000\",\n                                            \"seed\": \"7f8a8560e0a1fb0c408f432bab6350e5\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30662,\n                                            \"unique_id\": 1282,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3234,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"cdd49cbd-e3f3-4ddc-aeb2-52127d3c87fb\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134,\n                                            \"lastLocationId\": 1134,\n                                            \"name\": \"E-lse (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-15 12:02:36\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"38\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2412150\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 100,\n                                            \"advertiser\": \"ISHAREIT-2412150\",\n                                            \"temp_key_user\": \"1e227e40dbcf59d96d13c14cf46184ada1a9f84800000000\",\n                                            \"seed\": \"1fef9642fa568a8fdd2a3e5a52e829c4\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 32977,\n                                            \"unique_id\": 1152,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3258,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"9875348d-792b-41c5-af6f-23baec75825d\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134,\n                                            \"lastLocationId\": 1134,\n                                            \"name\": \"E-lenor (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-15 06:46:41\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"72\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2412164\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 71,\n                                            \"advertiser\": \"ISHAREIT-2412164\",\n                                            \"temp_key_user\": \"4c60ca9cf63b60267c24034722b3b1988525954400000000\",\n                                            \"seed\": \"c7eea95f4266ed18a0d92fde369d0c9d\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 32991,\n                                            \"unique_id\": 1166,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3287,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"310b4591-3ece-4900-a194-c43e786339a1\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134,\n                                            \"lastLocationId\": 1134,\n                                            \"name\": \"E-van (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-14 07:28:20\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"101\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2412181\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 100,\n                                            \"advertiser\": \"ISHAREIT-2412181\",\n                                            \"temp_key_user\": \"fb403ab1fd744cc536941d420c287e41afa0723400000000\",\n                                            \"seed\": \"299334556dd3adef03d8f0af546ce000\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 33008,\n                                            \"unique_id\": 1187,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ],\n                                    \"not_available\": [\n                                        {\n                                            \"id\": 3192,\n                                            \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                            \"modified_by\": \"aa94f993-49e5-4d41-99c4-3fac729717ca\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134,\n                                            \"lastLocationId\": 1134,\n                                            \"name\": \"E-lea (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"inactive\",\n                                            \"created\": \"2022-06-10 07:57:12\",\n                                            \"modified\": \"2023-07-24 12:14:33\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"54\",\n                                            \"note\": \"dauerhafte Nutzung durch Haustechnik – Stefan Bäumler\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411616\",\n                                            \"secret\": \"\",\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 78,\n                                            \"advertiser\": \"ISHAREIT-2411616\",\n                                            \"temp_key_user\": \"569e33020855c67e7a4a2d3a3b8cba428849030600000000\",\n                                            \"seed\": \"83bf0e8de91b6a46deb372628f0853e4\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30577,\n                                            \"unique_id\": 1235,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3222,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"9047875f-3532-4154-a209-d2d2125dc273\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134,\n                                            \"lastLocationId\": 1134,\n                                            \"name\": \"E-nno (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"defect\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-06-21 11:34:37\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"26\",\n                                            \"note\": \"\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411535\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 70,\n                                            \"advertiser\": \"ISHAREIT-2411535\",\n                                            \"temp_key_user\": \"e9feab585f3936f5f579f52b340a220bd96d089500000000\",\n                                            \"seed\": \"531b1eb7d627236f89e5880134e3735d\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30665,\n                                            \"unique_id\": 1285,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ]\n                                }\n                            },\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 100,\n                            \"meta\": {\n                                \"id\": 5376,\n                                \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"client_id\": 49,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"BewegungUmdenken\",\n                                \"description\": \"\",\n                                \"created\": \"2022-04-13 11:07:56\",\n                                \"modified\": \"2023-04-27 15:58:21\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 614,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1415,\n                                        \"rght\": -1414,\n                                        \"client_id\": 49,\n                                        \"name\": \"BewegungUmdenken E-Bike\",\n                                        \"description\": \"\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2022-04-13 11:08:52\",\n                                        \"modified\": \"2022-11-29 09:39:58\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": null,\n                                        \"_joinData\": {\n                                            \"id\": 37012,\n                                            \"product_id\": 614,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5376\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 1136,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"ARRIBA Erlebnisbad\",\n                                        \"description\": \"Am Hallenbad 14\",\n                                        \"latitude\": 53.689677554458,\n                                        \"longitude\": 10.000109446631,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:34:30\",\n                                        \"modified\": \"2024-05-31 12:28:45\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4803,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1136\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1138,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Bauhof Norderstedt\",\n                                        \"description\": \"Friedrich-Ebert-Straße 76\",\n                                        \"latitude\": 53.684393081708,\n                                        \"longitude\": 9.9680442564843,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:36:59\",\n                                        \"modified\": \"2024-01-16 11:32:04\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4804,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1138\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1139,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"aa94f993-49e5-4d41-99c4-3fac729717ca\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Horst-Embacher-Schule\",\n                                        \"description\": \"Aurikelstieg 13\",\n                                        \"latitude\": 53.693162043789,\n                                        \"longitude\": 9.9909177294982,\n                                        \"geofence\": 70,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:38:18\",\n                                        \"modified\": \"2024-04-02 12:35:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4805,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1139\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1135,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Seminarhaus Norderstedt\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.699612,\n                                        \"longitude\": 9.99368,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:33:09\",\n                                        \"modified\": \"2024-05-30 17:26:05\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4806,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1135\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1137,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtverwaltung Norderstedt \",\n                                        \"description\": \"Rathausallee 50\",\n                                        \"latitude\": 53.708082659022,\n                                        \"longitude\": 9.9947482895771,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:35:41\",\n                                        \"modified\": \"2024-01-16 11:31:24\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4807,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1134,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"latitude\": 53.705454916522,\n                                        \"longitude\": 9.9937493210005,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:31:20\",\n                                        \"modified\": \"2024-01-16 11:29:27\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4808,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1182,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.706439134353,\n                                        \"longitude\": 9.9934709198431,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-10-17 14:47:57\",\n                                        \"modified\": \"2024-01-16 11:33:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4993,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1182\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1188,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Oststraße \",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.7087598,\n                                        \"longitude\": 10.0179794,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-11-30 08:31:09\",\n                                        \"modified\": \"2024-06-04 12:30:14\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5005,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1188\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1213,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Feuerwehr Stormarnstraße\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.707502383812,\n                                        \"longitude\": 10.025878288522,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:52:13\",\n                                        \"modified\": \"2024-01-16 11:34:35\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5083,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1213\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1214,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"In de Tarpen\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.665176717774,\n                                        \"longitude\": 9.9868800975638,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:54:41\",\n                                        \"modified\": \"2024-01-25 14:30:44\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5084,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1214\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden\"\n                        },\n                        {\n                            \"note\": \"The max booking duration is 3 Days. Please choose another date.\",\n                            \"id\": 5505,\n                            \"availability_note\": \"Contingent availability until pre booking time limit. Booking after prebooking limit if resources available at location.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Available if no checkin at begin time and after checkout.\",\n                            \"resources\": {\n                                \"available\": 0,\n                                \"not_available\": 3,\n                                \"max_available\": 3,\n                                \"meta\": {\n                                    \"available\": [\n                                        {\n                                            \"id\": 3208,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"3257e2ac-53bb-4569-84c1-4165723f6efd\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1134,\n                                            \"lastLocationId\": 1134,\n                                            \"name\": \"E-lisa (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-13 09:32:49\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"12\",\n                                            \"note\": \"Smart\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2415951\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 68,\n                                            \"advertiser\": \"ISHAREIT-2415951\",\n                                            \"temp_key_user\": \"610f4fdb80361594b47c6e8c58b506f303a086e700000000\",\n                                            \"seed\": \"b68b107f1fdc57948dd56317862d91f5\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30650,\n                                            \"unique_id\": 1270,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3519,\n                                            \"created_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                            \"modified_by\": \"c0a6fa7b-086b-495f-becd-b4f56d34596f\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1134,\n                                            \"lastLocationId\": 1134,\n                                            \"name\": \"E-ugene (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2023-06-15 11:08:53\",\n                                            \"modified\": \"2024-11-15 06:43:50\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"110\",\n                                            \"note\": \"\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2414105\",\n                                            \"secret\": \"\",\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 71,\n                                            \"advertiser\": \"ISHAREIT-2414105\",\n                                            \"temp_key_user\": \"153ae0d85eb60fbc0b38c5d2b1299fad2f10504a00000000\",\n                                            \"seed\": \"b1e936550097e5d754a01bbe5e155a52\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 35761,\n                                            \"unique_id\": 2089,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ],\n                                    \"not_available\": [\n                                        {\n                                            \"id\": 3284,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"9047875f-3532-4154-a209-d2d2125dc273\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1134,\n                                            \"lastLocationId\": 1134,\n                                            \"name\": \"E-zra (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"inactive\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-07-25 11:01:54\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"98\",\n                                            \"note\": \"\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2415955\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 77,\n                                            \"advertiser\": \"ISHAREIT-2415955\",\n                                            \"temp_key_user\": \"d1388ac9004fedfbe4d7c6071b42adfd855deff800000000\",\n                                            \"seed\": \"0f7185855e2f8c5983064374dc5ce34e\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30703,\n                                            \"unique_id\": 1310,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ]\n                                }\n                            },\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 9,\n                            \"meta\": {\n                                \"id\": 5505,\n                                \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"client_id\": 49,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"Smart BewegungUmdenken\",\n                                \"description\": \"\",\n                                \"created\": \"2023-05-15 08:42:10\",\n                                \"modified\": \"2023-09-18 09:56:42\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 728,\n                                        \"created_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1215,\n                                        \"rght\": -1214,\n                                        \"client_id\": 49,\n                                        \"name\": \"Smart BewegungUmdenken\",\n                                        \"description\": \"\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2023-09-17 17:40:19\",\n                                        \"modified\": \"2023-09-18 09:57:59\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": null,\n                                        \"_joinData\": {\n                                            \"id\": 37283,\n                                            \"product_id\": 728,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5505\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_709.png\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 1134,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"latitude\": 53.705454916522,\n                                        \"longitude\": 9.9937493210005,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:31:20\",\n                                        \"modified\": \"2024-01-16 11:29:27\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5091,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1134\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1136,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"ARRIBA Erlebnisbad\",\n                                        \"description\": \"Am Hallenbad 14\",\n                                        \"latitude\": 53.689677554458,\n                                        \"longitude\": 10.000109446631,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:34:30\",\n                                        \"modified\": \"2024-05-31 12:28:45\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5123,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1136\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1214,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"In de Tarpen\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.665176717774,\n                                        \"longitude\": 9.9868800975638,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:54:41\",\n                                        \"modified\": \"2024-01-25 14:30:44\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5124,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1214\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1188,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Oststraße \",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.7087598,\n                                        \"longitude\": 10.0179794,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-11-30 08:31:09\",\n                                        \"modified\": \"2024-06-04 12:30:14\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5125,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1188\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1135,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Seminarhaus Norderstedt\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.699612,\n                                        \"longitude\": 9.99368,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:33:09\",\n                                        \"modified\": \"2024-05-30 17:26:05\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5126,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1135\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1182,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.706439134353,\n                                        \"longitude\": 9.9934709198431,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-10-17 14:47:57\",\n                                        \"modified\": \"2024-01-16 11:33:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5127,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1182\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_709.png\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden\"\n                        }\n                    ],\n                    \"info\": \"Sichtprüfung von 22.08.2024 08:00 - 22.08.2024 16:00\"\n                },\n                {\n                    \"id\": 1135,\n                    \"pre_booking_time\": 86400,\n                    \"meta\": {\n                        \"id\": 1135,\n                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                        \"client_id\": 49,\n                        \"name\": \"Seminarhaus Norderstedt\",\n                        \"description\": \"\",\n                        \"latitude\": 53.699612,\n                        \"longitude\": 9.99368,\n                        \"geofence\": 30,\n                        \"use_name_for_google_query\": false,\n                        \"created\": \"2022-04-13 10:33:09\",\n                        \"modified\": \"2024-05-30 17:26:05\",\n                        \"deleted\": null,\n                        \"external_location_id\": null,\n                        \"fe_visible\": true,\n                        \"rab_price_group_id\": null,\n                        \"pre_booking_time\": 86400,\n                        \"oneway\": true,\n                        \"ssid\": null,\n                        \"availability_rules\": \"contingents_prebooking_resources\",\n                        \"availability_checkin\": \"checkin\",\n                        \"minBookingDuration\": null,\n                        \"maxBookingDuration\": 259200,\n                        \"networks\": \"\",\n                        \"image\": \"\",\n                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                        \"changeLogs\": [],\n                        \"oldOneWay\": null\n                    },\n                    \"contingents\": [\n                        {\n                            \"note\": \"The max booking duration is 3 Days. Please choose another date.\",\n                            \"id\": 5376,\n                            \"availability_note\": \"Contingent availability until pre booking time limit. Booking after prebooking limit if resources available at location.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Available if no checkin at begin time and after checkout.\",\n                            \"resources\": {\n                                \"available\": 0,\n                                \"not_available\": 5,\n                                \"max_available\": 5,\n                                \"meta\": {\n                                    \"available\": [\n                                        {\n                                            \"id\": 3190,\n                                            \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                            \"modified_by\": \"34502f99-e3ac-498c-bafc-8c9c9b1ea3b7\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1135,\n                                            \"lastLocationId\": 1135,\n                                            \"name\": \"E-lise (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-10 07:55:30\",\n                                            \"modified\": \"2024-10-23 10:44:21\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"52\",\n                                            \"note\": \"\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411614\",\n                                            \"secret\": \"\",\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 79,\n                                            \"advertiser\": \"ISHAREIT-2411614\",\n                                            \"temp_key_user\": \"26b09f909201f2c457e8c4f7b53457863c2f279800000000\",\n                                            \"seed\": \"313342a3806f8d3633dc702a5d4981fd\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30575,\n                                            \"unique_id\": 1231,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3210,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"34502f99-e3ac-498c-bafc-8c9c9b1ea3b7\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1135,\n                                            \"lastLocationId\": 1135,\n                                            \"name\": \"E-lektra (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-10-29 09:55:37\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"14\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411522\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 71,\n                                            \"advertiser\": \"ISHAREIT-2411522\",\n                                            \"temp_key_user\": \"f6410ce6640b766ce97dc9476cbaae1c1dcfe26c00000000\",\n                                            \"seed\": \"e1220e99f7f75e3ae787957c4bf78619\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30652,\n                                            \"unique_id\": 1272,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3260,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"b8d4c2fc-bed4-48dc-94c0-d9415ff5eaea\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1135,\n                                            \"lastLocationId\": 1135,\n                                            \"name\": \"E-lfie (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-10-25 05:55:22\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"74\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411559\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 67,\n                                            \"advertiser\": \"ISHAREIT-2411559\",\n                                            \"temp_key_user\": \"8a5e6437d11ae201377ca379fa45be23674c3a7400000000\",\n                                            \"seed\": \"b130b689175b11f3a27153a7c18d2c9b\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30689,\n                                            \"unique_id\": 1300,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3263,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"1ce26b01-e9bd-4aa3-8dbf-800d6bf1df6b\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1135,\n                                            \"lastLocationId\": 1135,\n                                            \"name\": \"E-lina (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-14 18:52:21\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"77\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2412167\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 73,\n                                            \"advertiser\": \"ISHAREIT-2412167\",\n                                            \"temp_key_user\": \"d7e28e137b80317c3343ac1131a511f03a20bb1800000000\",\n                                            \"seed\": \"ba00ee597949707a693e2a920f431036\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 32994,\n                                            \"unique_id\": 1169,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3278,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"1ce26b01-e9bd-4aa3-8dbf-800d6bf1df6b\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1135,\n                                            \"lastLocationId\": 1135,\n                                            \"name\": \"E-rica (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-12 19:46:18\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"92\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2412176\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 79,\n                                            \"advertiser\": \"ISHAREIT-2412176\",\n                                            \"temp_key_user\": \"9a2316889839f00196a3a4c5a05a54dc5a7c1beb00000000\",\n                                            \"seed\": \"78d1c4bfcecc48f9839c3db45b60a4d5\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 33003,\n                                            \"unique_id\": 1178,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ],\n                                    \"not_available\": []\n                                }\n                            },\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 100,\n                            \"meta\": {\n                                \"id\": 5376,\n                                \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"client_id\": 49,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"BewegungUmdenken\",\n                                \"description\": \"\",\n                                \"created\": \"2022-04-13 11:07:56\",\n                                \"modified\": \"2023-04-27 15:58:21\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 614,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1415,\n                                        \"rght\": -1414,\n                                        \"client_id\": 49,\n                                        \"name\": \"BewegungUmdenken E-Bike\",\n                                        \"description\": \"\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2022-04-13 11:08:52\",\n                                        \"modified\": \"2022-11-29 09:39:58\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": null,\n                                        \"_joinData\": {\n                                            \"id\": 37012,\n                                            \"product_id\": 614,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5376\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 1136,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"ARRIBA Erlebnisbad\",\n                                        \"description\": \"Am Hallenbad 14\",\n                                        \"latitude\": 53.689677554458,\n                                        \"longitude\": 10.000109446631,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:34:30\",\n                                        \"modified\": \"2024-05-31 12:28:45\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4803,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1136\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1138,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Bauhof Norderstedt\",\n                                        \"description\": \"Friedrich-Ebert-Straße 76\",\n                                        \"latitude\": 53.684393081708,\n                                        \"longitude\": 9.9680442564843,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:36:59\",\n                                        \"modified\": \"2024-01-16 11:32:04\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4804,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1138\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1139,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"aa94f993-49e5-4d41-99c4-3fac729717ca\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Horst-Embacher-Schule\",\n                                        \"description\": \"Aurikelstieg 13\",\n                                        \"latitude\": 53.693162043789,\n                                        \"longitude\": 9.9909177294982,\n                                        \"geofence\": 70,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:38:18\",\n                                        \"modified\": \"2024-04-02 12:35:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4805,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1139\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1135,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Seminarhaus Norderstedt\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.699612,\n                                        \"longitude\": 9.99368,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:33:09\",\n                                        \"modified\": \"2024-05-30 17:26:05\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4806,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1135\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1137,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtverwaltung Norderstedt \",\n                                        \"description\": \"Rathausallee 50\",\n                                        \"latitude\": 53.708082659022,\n                                        \"longitude\": 9.9947482895771,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:35:41\",\n                                        \"modified\": \"2024-01-16 11:31:24\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4807,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1134,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"latitude\": 53.705454916522,\n                                        \"longitude\": 9.9937493210005,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:31:20\",\n                                        \"modified\": \"2024-01-16 11:29:27\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4808,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1182,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.706439134353,\n                                        \"longitude\": 9.9934709198431,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-10-17 14:47:57\",\n                                        \"modified\": \"2024-01-16 11:33:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4993,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1182\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1188,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Oststraße \",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.7087598,\n                                        \"longitude\": 10.0179794,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-11-30 08:31:09\",\n                                        \"modified\": \"2024-06-04 12:30:14\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5005,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1188\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1213,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Feuerwehr Stormarnstraße\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.707502383812,\n                                        \"longitude\": 10.025878288522,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:52:13\",\n                                        \"modified\": \"2024-01-16 11:34:35\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5083,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1213\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1214,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"In de Tarpen\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.665176717774,\n                                        \"longitude\": 9.9868800975638,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:54:41\",\n                                        \"modified\": \"2024-01-25 14:30:44\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5084,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1214\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden\"\n                        },\n                        {\n                            \"note\": \"The max booking duration is 3 Days. Please choose another date.\",\n                            \"id\": 5505,\n                            \"availability_note\": \"Contingent availability until pre booking time limit. Booking after prebooking limit if resources available at location.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Available if no checkin at begin time and after checkout.\",\n                            \"resources\": {\n                                \"available\": 0,\n                                \"not_available\": 1,\n                                \"max_available\": 1,\n                                \"meta\": {\n                                    \"available\": [\n                                        {\n                                            \"id\": 3250,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"1ce26b01-e9bd-4aa3-8dbf-800d6bf1df6b\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1135,\n                                            \"lastLocationId\": 1135,\n                                            \"name\": \"E-vita (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-09-26 13:07:34\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"64\",\n                                            \"note\": \"Smart\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2415950\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 75,\n                                            \"advertiser\": \"ISHAREIT-2415950\",\n                                            \"temp_key_user\": \"9a22712f826c079236cf1584111c35de4b0802cd00000000\",\n                                            \"seed\": \"8d3504fc0d380f2465f4b0eb3db98d4e\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 32986,\n                                            \"unique_id\": 1161,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ],\n                                    \"not_available\": []\n                                }\n                            },\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 9,\n                            \"meta\": {\n                                \"id\": 5505,\n                                \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"client_id\": 49,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"Smart BewegungUmdenken\",\n                                \"description\": \"\",\n                                \"created\": \"2023-05-15 08:42:10\",\n                                \"modified\": \"2023-09-18 09:56:42\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 728,\n                                        \"created_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1215,\n                                        \"rght\": -1214,\n                                        \"client_id\": 49,\n                                        \"name\": \"Smart BewegungUmdenken\",\n                                        \"description\": \"\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2023-09-17 17:40:19\",\n                                        \"modified\": \"2023-09-18 09:57:59\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": null,\n                                        \"_joinData\": {\n                                            \"id\": 37283,\n                                            \"product_id\": 728,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5505\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_709.png\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 1134,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"latitude\": 53.705454916522,\n                                        \"longitude\": 9.9937493210005,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:31:20\",\n                                        \"modified\": \"2024-01-16 11:29:27\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5091,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1134\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1136,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"ARRIBA Erlebnisbad\",\n                                        \"description\": \"Am Hallenbad 14\",\n                                        \"latitude\": 53.689677554458,\n                                        \"longitude\": 10.000109446631,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:34:30\",\n                                        \"modified\": \"2024-05-31 12:28:45\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5123,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1136\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1214,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"In de Tarpen\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.665176717774,\n                                        \"longitude\": 9.9868800975638,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:54:41\",\n                                        \"modified\": \"2024-01-25 14:30:44\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5124,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1214\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1188,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Oststraße \",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.7087598,\n                                        \"longitude\": 10.0179794,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-11-30 08:31:09\",\n                                        \"modified\": \"2024-06-04 12:30:14\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5125,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1188\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1135,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Seminarhaus Norderstedt\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.699612,\n                                        \"longitude\": 9.99368,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:33:09\",\n                                        \"modified\": \"2024-05-30 17:26:05\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5126,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1135\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1182,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.706439134353,\n                                        \"longitude\": 9.9934709198431,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-10-17 14:47:57\",\n                                        \"modified\": \"2024-01-16 11:33:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5127,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1182\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_709.png\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden\"\n                        }\n                    ],\n                    \"info\": \"Sichtprüfung von 22.08.2024 08:00 - 22.08.2024 16:00\"\n                },\n                {\n                    \"id\": 1136,\n                    \"pre_booking_time\": 86400,\n                    \"meta\": {\n                        \"id\": 1136,\n                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                        \"client_id\": 49,\n                        \"name\": \"ARRIBA Erlebnisbad\",\n                        \"description\": \"Am Hallenbad 14\",\n                        \"latitude\": 53.689677554458,\n                        \"longitude\": 10.000109446631,\n                        \"geofence\": 30,\n                        \"use_name_for_google_query\": false,\n                        \"created\": \"2022-04-13 10:34:30\",\n                        \"modified\": \"2024-05-31 12:28:45\",\n                        \"deleted\": null,\n                        \"external_location_id\": null,\n                        \"fe_visible\": true,\n                        \"rab_price_group_id\": null,\n                        \"pre_booking_time\": 86400,\n                        \"oneway\": true,\n                        \"ssid\": null,\n                        \"availability_rules\": \"contingents_prebooking_resources\",\n                        \"availability_checkin\": \"checkin\",\n                        \"minBookingDuration\": null,\n                        \"maxBookingDuration\": 259200,\n                        \"networks\": \"\",\n                        \"image\": \"\",\n                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                        \"changeLogs\": [],\n                        \"oldOneWay\": null\n                    },\n                    \"contingents\": [\n                        {\n                            \"note\": \"The max booking duration is 3 Days. Please choose another date.\",\n                            \"id\": 5376,\n                            \"availability_note\": \"Contingent availability until pre booking time limit. Booking after prebooking limit if resources available at location.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Available if no checkin at begin time and after checkout.\",\n                            \"resources\": {\n                                \"available\": 0,\n                                \"not_available\": 3,\n                                \"max_available\": 3,\n                                \"meta\": {\n                                    \"available\": [\n                                        {\n                                            \"id\": 3196,\n                                            \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                            \"modified_by\": \"b96fb9fb-6249-48d6-bca9-d61e0864bbee\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1136,\n                                            \"lastLocationId\": 1136,\n                                            \"name\": \"E-lliot (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-10 08:00:49\",\n                                            \"modified\": \"2024-11-03 10:55:12\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"60\",\n                                            \"note\": \"\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411610\",\n                                            \"secret\": \"\",\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 81,\n                                            \"advertiser\": \"ISHAREIT-2411610\",\n                                            \"temp_key_user\": \"3b970b7c1a5aec7371db321224e9f9d30aa9fee700000000\",\n                                            \"seed\": \"b94bb4fd9db88d8fb7ec5797939d98e5\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30581,\n                                            \"unique_id\": 1242,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3267,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"68386235-5c46-4b11-b560-f687d75f2510\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1136,\n                                            \"lastLocationId\": 1136,\n                                            \"name\": \"E-llie (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-10-29 11:19:39\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"81\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2412169\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 52,\n                                            \"advertiser\": \"ISHAREIT-2412169\",\n                                            \"temp_key_user\": \"91d4a8201a25026c4c095ae109d4e1a3aed1957600000000\",\n                                            \"seed\": \"fc45ffdb06a6825f39d2f5e139945fe0\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 32996,\n                                            \"unique_id\": 1171,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3291,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"2d779045-9a72-408b-ac05-56902fd90088\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1136,\n                                            \"lastLocationId\": 1136,\n                                            \"name\": \"E-d (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-13 22:47:56\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"105\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2414107\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 100,\n                                            \"advertiser\": \"ISHAREIT-2414107\",\n                                            \"temp_key_user\": \"4c220bffb1d23731a6f2a39dce4e9ecbfa7aaa3100000000\",\n                                            \"seed\": \"83d781db11b2684c4d553af4ab6aab6e\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30707,\n                                            \"unique_id\": 1314,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ],\n                                    \"not_available\": []\n                                }\n                            },\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 100,\n                            \"meta\": {\n                                \"id\": 5376,\n                                \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"client_id\": 49,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"BewegungUmdenken\",\n                                \"description\": \"\",\n                                \"created\": \"2022-04-13 11:07:56\",\n                                \"modified\": \"2023-04-27 15:58:21\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 614,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1415,\n                                        \"rght\": -1414,\n                                        \"client_id\": 49,\n                                        \"name\": \"BewegungUmdenken E-Bike\",\n                                        \"description\": \"\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2022-04-13 11:08:52\",\n                                        \"modified\": \"2022-11-29 09:39:58\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": null,\n                                        \"_joinData\": {\n                                            \"id\": 37012,\n                                            \"product_id\": 614,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5376\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 1136,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"ARRIBA Erlebnisbad\",\n                                        \"description\": \"Am Hallenbad 14\",\n                                        \"latitude\": 53.689677554458,\n                                        \"longitude\": 10.000109446631,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:34:30\",\n                                        \"modified\": \"2024-05-31 12:28:45\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4803,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1136\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1138,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Bauhof Norderstedt\",\n                                        \"description\": \"Friedrich-Ebert-Straße 76\",\n                                        \"latitude\": 53.684393081708,\n                                        \"longitude\": 9.9680442564843,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:36:59\",\n                                        \"modified\": \"2024-01-16 11:32:04\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4804,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1138\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1139,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"aa94f993-49e5-4d41-99c4-3fac729717ca\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Horst-Embacher-Schule\",\n                                        \"description\": \"Aurikelstieg 13\",\n                                        \"latitude\": 53.693162043789,\n                                        \"longitude\": 9.9909177294982,\n                                        \"geofence\": 70,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:38:18\",\n                                        \"modified\": \"2024-04-02 12:35:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4805,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1139\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1135,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Seminarhaus Norderstedt\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.699612,\n                                        \"longitude\": 9.99368,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:33:09\",\n                                        \"modified\": \"2024-05-30 17:26:05\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4806,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1135\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1137,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtverwaltung Norderstedt \",\n                                        \"description\": \"Rathausallee 50\",\n                                        \"latitude\": 53.708082659022,\n                                        \"longitude\": 9.9947482895771,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:35:41\",\n                                        \"modified\": \"2024-01-16 11:31:24\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4807,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1134,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"latitude\": 53.705454916522,\n                                        \"longitude\": 9.9937493210005,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:31:20\",\n                                        \"modified\": \"2024-01-16 11:29:27\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4808,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1182,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.706439134353,\n                                        \"longitude\": 9.9934709198431,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-10-17 14:47:57\",\n                                        \"modified\": \"2024-01-16 11:33:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4993,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1182\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1188,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Oststraße \",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.7087598,\n                                        \"longitude\": 10.0179794,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-11-30 08:31:09\",\n                                        \"modified\": \"2024-06-04 12:30:14\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5005,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1188\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1213,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Feuerwehr Stormarnstraße\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.707502383812,\n                                        \"longitude\": 10.025878288522,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:52:13\",\n                                        \"modified\": \"2024-01-16 11:34:35\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5083,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1213\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1214,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"In de Tarpen\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.665176717774,\n                                        \"longitude\": 9.9868800975638,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:54:41\",\n                                        \"modified\": \"2024-01-25 14:30:44\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5084,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1214\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden\"\n                        },\n                        {\n                            \"note\": \"The max booking duration is 3 Days. Please choose another date.\",\n                            \"id\": 5505,\n                            \"availability_note\": \"Contingent availability until pre booking time limit. Booking after prebooking limit if resources available at location.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Available if no checkin at begin time and after checkout.\",\n                            \"resources\": {\n                                \"available\": 0,\n                                \"not_available\": 2,\n                                \"max_available\": 2,\n                                \"meta\": {\n                                    \"available\": [\n                                        {\n                                            \"id\": 3203,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"68386235-5c46-4b11-b560-f687d75f2510\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1136,\n                                            \"lastLocationId\": 1136,\n                                            \"name\": \"E-rwin (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-10-26 09:00:05\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"7\",\n                                            \"note\": \"Smart\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2415956\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 76,\n                                            \"advertiser\": \"ISHAREIT-2415956\",\n                                            \"temp_key_user\": \"bd3f4f00bffb80f87c205a53defea806099c47b100000000\",\n                                            \"seed\": \"563bf678a9de0e6fea54b09faafc82f0\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30641,\n                                            \"unique_id\": 1261,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3214,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"cbee885c-86c8-4c60-9e4f-05ba96f6141b\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1136,\n                                            \"lastLocationId\": 1136,\n                                            \"name\": \"E-edorff (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-10-17 08:21:21\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"18\",\n                                            \"note\": \"Smart\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2415949\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 45,\n                                            \"advertiser\": \"ISHAREIT-2415949\",\n                                            \"temp_key_user\": \"006edcddf965dad0ecde94b7a8b37e4b0e935eb700000000\",\n                                            \"seed\": \"8daedb88605262ebd1ea4ac0983f27f7\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30656,\n                                            \"unique_id\": 1276,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ],\n                                    \"not_available\": []\n                                }\n                            },\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 9,\n                            \"meta\": {\n                                \"id\": 5505,\n                                \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"client_id\": 49,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"Smart BewegungUmdenken\",\n                                \"description\": \"\",\n                                \"created\": \"2023-05-15 08:42:10\",\n                                \"modified\": \"2023-09-18 09:56:42\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 728,\n                                        \"created_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1215,\n                                        \"rght\": -1214,\n                                        \"client_id\": 49,\n                                        \"name\": \"Smart BewegungUmdenken\",\n                                        \"description\": \"\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2023-09-17 17:40:19\",\n                                        \"modified\": \"2023-09-18 09:57:59\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": null,\n                                        \"_joinData\": {\n                                            \"id\": 37283,\n                                            \"product_id\": 728,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5505\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_709.png\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 1134,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"latitude\": 53.705454916522,\n                                        \"longitude\": 9.9937493210005,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:31:20\",\n                                        \"modified\": \"2024-01-16 11:29:27\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5091,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1134\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1136,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"ARRIBA Erlebnisbad\",\n                                        \"description\": \"Am Hallenbad 14\",\n                                        \"latitude\": 53.689677554458,\n                                        \"longitude\": 10.000109446631,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:34:30\",\n                                        \"modified\": \"2024-05-31 12:28:45\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5123,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1136\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1214,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"In de Tarpen\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.665176717774,\n                                        \"longitude\": 9.9868800975638,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:54:41\",\n                                        \"modified\": \"2024-01-25 14:30:44\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5124,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1214\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1188,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Oststraße \",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.7087598,\n                                        \"longitude\": 10.0179794,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-11-30 08:31:09\",\n                                        \"modified\": \"2024-06-04 12:30:14\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5125,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1188\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1135,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Seminarhaus Norderstedt\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.699612,\n                                        \"longitude\": 9.99368,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:33:09\",\n                                        \"modified\": \"2024-05-30 17:26:05\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5126,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1135\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1182,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.706439134353,\n                                        \"longitude\": 9.9934709198431,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-10-17 14:47:57\",\n                                        \"modified\": \"2024-01-16 11:33:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5127,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1182\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_709.png\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden\"\n                        }\n                    ],\n                    \"info\": \"Sichtprüfung von 22.08.2024 08:00 - 22.08.2024 16:00\"\n                },\n                {\n                    \"id\": 1137,\n                    \"pre_booking_time\": 86400,\n                    \"meta\": {\n                        \"id\": 1137,\n                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                        \"client_id\": 49,\n                        \"name\": \"Stadtverwaltung Norderstedt \",\n                        \"description\": \"Rathausallee 50\",\n                        \"latitude\": 53.708082659022,\n                        \"longitude\": 9.9947482895771,\n                        \"geofence\": 40,\n                        \"use_name_for_google_query\": false,\n                        \"created\": \"2022-04-13 10:35:41\",\n                        \"modified\": \"2024-01-16 11:31:24\",\n                        \"deleted\": null,\n                        \"external_location_id\": null,\n                        \"fe_visible\": true,\n                        \"rab_price_group_id\": null,\n                        \"pre_booking_time\": 86400,\n                        \"oneway\": true,\n                        \"ssid\": null,\n                        \"availability_rules\": \"contingents_prebooking_resources\",\n                        \"availability_checkin\": \"checkin\",\n                        \"minBookingDuration\": null,\n                        \"maxBookingDuration\": 259200,\n                        \"networks\": \"\",\n                        \"image\": \"\",\n                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                        \"changeLogs\": [],\n                        \"oldOneWay\": null\n                    },\n                    \"contingents\": [\n                        {\n                            \"note\": \"The max booking duration is 3 Days. Please choose another date.\",\n                            \"id\": 5376,\n                            \"availability_note\": \"Contingent availability until pre booking time limit. Booking after prebooking limit if resources available at location.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Available if no checkin at begin time and after checkout.\",\n                            \"resources\": {\n                                \"available\": 0,\n                                \"not_available\": 12,\n                                \"max_available\": 12,\n                                \"meta\": {\n                                    \"available\": [\n                                        {\n                                            \"id\": 3202,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"d6cfd6eb-541e-4058-a403-c393611071fe\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137,\n                                            \"lastLocationId\": 1137,\n                                            \"name\": \"E-rika (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-13 08:02:04\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"6\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411510\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 64,\n                                            \"advertiser\": \"ISHAREIT-2411510\",\n                                            \"temp_key_user\": \"b0df8f5105638b92c80f1a89496867df82bebefe00000000\",\n                                            \"seed\": \"c74c672eaeaf82350b535d6c02bae77b\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30640,\n                                            \"unique_id\": 1259,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3204,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"9e8818cf-02de-4044-843b-1b609435b6df\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137,\n                                            \"lastLocationId\": 1137,\n                                            \"name\": \"E-ddy (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-15 13:32:13\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"8\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411512\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 75,\n                                            \"advertiser\": \"ISHAREIT-2411512\",\n                                            \"temp_key_user\": \"c22ae8b4ee237c5871fe70d1fe5a1540e02c448900000000\",\n                                            \"seed\": \"092ad83ae1a02652f5fdf97e924baa12\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30642,\n                                            \"unique_id\": 1263,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3218,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"9047875f-3532-4154-a209-d2d2125dc273\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137,\n                                            \"lastLocationId\": 1137,\n                                            \"name\": \"E-ngelbach (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-06 11:28:43\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"22\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411530\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 81,\n                                            \"advertiser\": \"ISHAREIT-2411530\",\n                                            \"temp_key_user\": \"49decc62fedf579e0c58d32c29ae5200baa10eda00000000\",\n                                            \"seed\": \"400ff27f59eb9794510913dc0a30f169\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30660,\n                                            \"unique_id\": 1280,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3223,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"299131a4-89cd-4ceb-909d-e4eb97592cf5\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137,\n                                            \"lastLocationId\": 1137,\n                                            \"name\": \"E-lvira (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-13 09:08:16\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"27\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2412142\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 81,\n                                            \"advertiser\": \"ISHAREIT-2412142\",\n                                            \"temp_key_user\": \"c1b0bd706c672f8ece35ea04587d59f3f668ddbe00000000\",\n                                            \"seed\": \"5dff7e5395307513cacc44d017cef933\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 32969,\n                                            \"unique_id\": 1144,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3243,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"4b78dfd5-a510-4379-af32-18a72c695583\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137,\n                                            \"lastLocationId\": 1137,\n                                            \"name\": \"E-lvis (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-15 12:07:33\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"47\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411549\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 77,\n                                            \"advertiser\": \"ISHAREIT-2411549\",\n                                            \"temp_key_user\": \"e103be159447de2908939f945c5a3d14022bc8cc00000000\",\n                                            \"seed\": \"9c5c1c07954a3d753fa04f3316ff2b62\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30679,\n                                            \"unique_id\": 1293,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3245,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"f5b766eb-b671-45b5-a16d-4d4a2580fd3c\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137,\n                                            \"lastLocationId\": 1137,\n                                            \"name\": \"E-nzo (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-13 06:18:49\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"49\",\n                                            \"note\": \"\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411550\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 79,\n                                            \"advertiser\": \"ISHAREIT-2411550\",\n                                            \"temp_key_user\": \"03e2bf14020d0e54c1b1a5f0b407215e1948cb5400000000\",\n                                            \"seed\": \"6d9fd578d412c378105f26b0fa38a6ea\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30680,\n                                            \"unique_id\": 1294,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3248,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"9e8818cf-02de-4044-843b-1b609435b6df\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137,\n                                            \"lastLocationId\": 1137,\n                                            \"name\": \"E-den (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-13 16:06:22\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"62\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2412158\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 100,\n                                            \"advertiser\": \"ISHAREIT-2412158\",\n                                            \"temp_key_user\": \"1b000947dd1956ce5e87754e6b7a2a9319938b5f00000000\",\n                                            \"seed\": \"f7729c047c36e23410b128ad51d6e03b\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 32985,\n                                            \"unique_id\": 1160,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3251,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"9047875f-3532-4154-a209-d2d2125dc273\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137,\n                                            \"lastLocationId\": 1137,\n                                            \"name\": \"E-duardo (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-15 09:32:23\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"65\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411553\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 71,\n                                            \"advertiser\": \"ISHAREIT-2411553\",\n                                            \"temp_key_user\": \"7cbe3908a1f5892858d35e232311911bbb9bb2e800000000\",\n                                            \"seed\": \"bdf6f58a7080670752a1847cecb89ce9\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30683,\n                                            \"unique_id\": 1297,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3252,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"9e8818cf-02de-4044-843b-1b609435b6df\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137,\n                                            \"lastLocationId\": 1137,\n                                            \"name\": \"E-fe (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-08 07:58:49\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"66\",\n                                            \"note\": \"\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2414095\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 72,\n                                            \"advertiser\": \"ISHAREIT-2414095\",\n                                            \"temp_key_user\": \"2eecceb34ea5ffccb6d5b9d1c97d22253946b42100000000\",\n                                            \"seed\": \"a1f82bc5af9d408efb2bf47e50ad6075\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 32987,\n                                            \"unique_id\": 1162,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3271,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"9047875f-3532-4154-a209-d2d2125dc273\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137,\n                                            \"lastLocationId\": 1137,\n                                            \"name\": \"E-lvin (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-15 09:35:54\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"85\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2412172\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 70,\n                                            \"advertiser\": \"ISHAREIT-2412172\",\n                                            \"temp_key_user\": \"bf17acee98c2f36cf8f140beec2f26fbf9067ef800000000\",\n                                            \"seed\": \"58404591f278e9816aaafdac13dc5faa\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 32999,\n                                            \"unique_id\": 1174,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3281,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"16ff0bd4-a979-43da-b0c9-160378a24e24\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137,\n                                            \"lastLocationId\": 1137,\n                                            \"name\": \"E-rna(M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-13 17:56:46\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"95\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411571\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 71,\n                                            \"advertiser\": \"ISHAREIT-2411571\",\n                                            \"temp_key_user\": \"7ecf98b538674e29fe2f4fb52df300160b880a1700000000\",\n                                            \"seed\": \"ce8dbe9102534a4f03e0eb30e8a0a694\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30701,\n                                            \"unique_id\": 1309,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3292,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"16ff0bd4-a979-43da-b0c9-160378a24e24\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137,\n                                            \"lastLocationId\": 1137,\n                                            \"name\": \"E-din (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-13 08:58:03\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"106\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411578\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 68,\n                                            \"advertiser\": \"ISHAREIT-2411578\",\n                                            \"temp_key_user\": \"f2985b5635cddcf8bb97f4f5ced72c3bce1227a000000000\",\n                                            \"seed\": \"40fb7869c3a13cf1b5e62eaaf9eefaef\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30708,\n                                            \"unique_id\": 1315,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ],\n                                    \"not_available\": []\n                                }\n                            },\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 100,\n                            \"meta\": {\n                                \"id\": 5376,\n                                \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"client_id\": 49,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"BewegungUmdenken\",\n                                \"description\": \"\",\n                                \"created\": \"2022-04-13 11:07:56\",\n                                \"modified\": \"2023-04-27 15:58:21\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 614,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1415,\n                                        \"rght\": -1414,\n                                        \"client_id\": 49,\n                                        \"name\": \"BewegungUmdenken E-Bike\",\n                                        \"description\": \"\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2022-04-13 11:08:52\",\n                                        \"modified\": \"2022-11-29 09:39:58\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": null,\n                                        \"_joinData\": {\n                                            \"id\": 37012,\n                                            \"product_id\": 614,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5376\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 1136,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"ARRIBA Erlebnisbad\",\n                                        \"description\": \"Am Hallenbad 14\",\n                                        \"latitude\": 53.689677554458,\n                                        \"longitude\": 10.000109446631,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:34:30\",\n                                        \"modified\": \"2024-05-31 12:28:45\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4803,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1136\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1138,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Bauhof Norderstedt\",\n                                        \"description\": \"Friedrich-Ebert-Straße 76\",\n                                        \"latitude\": 53.684393081708,\n                                        \"longitude\": 9.9680442564843,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:36:59\",\n                                        \"modified\": \"2024-01-16 11:32:04\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4804,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1138\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1139,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"aa94f993-49e5-4d41-99c4-3fac729717ca\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Horst-Embacher-Schule\",\n                                        \"description\": \"Aurikelstieg 13\",\n                                        \"latitude\": 53.693162043789,\n                                        \"longitude\": 9.9909177294982,\n                                        \"geofence\": 70,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:38:18\",\n                                        \"modified\": \"2024-04-02 12:35:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4805,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1139\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1135,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Seminarhaus Norderstedt\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.699612,\n                                        \"longitude\": 9.99368,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:33:09\",\n                                        \"modified\": \"2024-05-30 17:26:05\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4806,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1135\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1137,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtverwaltung Norderstedt \",\n                                        \"description\": \"Rathausallee 50\",\n                                        \"latitude\": 53.708082659022,\n                                        \"longitude\": 9.9947482895771,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:35:41\",\n                                        \"modified\": \"2024-01-16 11:31:24\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4807,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1134,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"latitude\": 53.705454916522,\n                                        \"longitude\": 9.9937493210005,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:31:20\",\n                                        \"modified\": \"2024-01-16 11:29:27\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4808,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1182,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.706439134353,\n                                        \"longitude\": 9.9934709198431,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-10-17 14:47:57\",\n                                        \"modified\": \"2024-01-16 11:33:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4993,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1182\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1188,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Oststraße \",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.7087598,\n                                        \"longitude\": 10.0179794,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-11-30 08:31:09\",\n                                        \"modified\": \"2024-06-04 12:30:14\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5005,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1188\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1213,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Feuerwehr Stormarnstraße\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.707502383812,\n                                        \"longitude\": 10.025878288522,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:52:13\",\n                                        \"modified\": \"2024-01-16 11:34:35\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5083,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1213\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1214,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"In de Tarpen\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.665176717774,\n                                        \"longitude\": 9.9868800975638,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:54:41\",\n                                        \"modified\": \"2024-01-25 14:30:44\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5084,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1214\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden\"\n                        }\n                    ],\n                    \"info\": \"Sichtprüfung von 22.08.2024 08:00 - 22.08.2024 16:00\"\n                },\n                {\n                    \"id\": 1138,\n                    \"pre_booking_time\": 86400,\n                    \"meta\": {\n                        \"id\": 1138,\n                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                        \"client_id\": 49,\n                        \"name\": \"Bauhof Norderstedt\",\n                        \"description\": \"Friedrich-Ebert-Straße 76\",\n                        \"latitude\": 53.684393081708,\n                        \"longitude\": 9.9680442564843,\n                        \"geofence\": 50,\n                        \"use_name_for_google_query\": false,\n                        \"created\": \"2022-04-13 10:36:59\",\n                        \"modified\": \"2024-01-16 11:32:04\",\n                        \"deleted\": null,\n                        \"external_location_id\": null,\n                        \"fe_visible\": true,\n                        \"rab_price_group_id\": null,\n                        \"pre_booking_time\": 86400,\n                        \"oneway\": true,\n                        \"ssid\": null,\n                        \"availability_rules\": \"contingents_prebooking_resources\",\n                        \"availability_checkin\": \"checkin\",\n                        \"minBookingDuration\": null,\n                        \"maxBookingDuration\": 259200,\n                        \"networks\": \"\",\n                        \"image\": \"\",\n                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                        \"changeLogs\": [],\n                        \"oldOneWay\": null\n                    },\n                    \"contingents\": [\n                        {\n                            \"note\": \"The max booking duration is 3 Days. Please choose another date.\",\n                            \"id\": 5376,\n                            \"availability_note\": \"Contingent availability until pre booking time limit. Booking after prebooking limit if resources available at location.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Available if no checkin at begin time and after checkout.\",\n                            \"resources\": {\n                                \"available\": 0,\n                                \"not_available\": 4,\n                                \"max_available\": 4,\n                                \"meta\": {\n                                    \"available\": [\n                                        {\n                                            \"id\": 3249,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"bffabc87-f84c-43b6-8978-41c437b822dd\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1138,\n                                            \"lastLocationId\": 1138,\n                                            \"name\": \"E-dina (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-06 06:54:09\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"63\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411552\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 79,\n                                            \"advertiser\": \"ISHAREIT-2411552\",\n                                            \"temp_key_user\": \"e598f11cb5ad554abc482f866a307af9ee26097400000000\",\n                                            \"seed\": \"9512a301b99fe664f888e960f48a6be3\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30682,\n                                            \"unique_id\": 1296,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3264,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"fd09c705-ba55-4fd8-9f0e-c7134ef4204b\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1138,\n                                            \"lastLocationId\": 1138,\n                                            \"name\": \"E-lisabel (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-17 01:26:21\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"78\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411561\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 78,\n                                            \"advertiser\": \"ISHAREIT-2411561\",\n                                            \"temp_key_user\": \"44cd1d29d16d0242a974408a64345b68c83e9c0100000000\",\n                                            \"seed\": \"5a30b44afcecf987d93bc5a0870eae77\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30691,\n                                            \"unique_id\": 1302,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3283,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"fd09c705-ba55-4fd8-9f0e-c7134ef4204b\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1138,\n                                            \"lastLocationId\": 1138,\n                                            \"name\": \"E-wald (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-11 13:56:54\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"97\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2414106\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 68,\n                                            \"advertiser\": \"ISHAREIT-2414106\",\n                                            \"temp_key_user\": \"57f5ad015b1f8b303d1f511fbeb6998bef23412000000000\",\n                                            \"seed\": \"acf6c66a5de435c9dfd27d761dd919d8\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 35762,\n                                            \"unique_id\": 2090,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3404,\n                                            \"created_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                            \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1138,\n                                            \"lastLocationId\": 1138,\n                                            \"name\": \"E-mery (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-11-14 12:29:13\",\n                                            \"modified\": \"2024-11-02 22:11:36\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"109\",\n                                            \"note\": \"\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2414104\",\n                                            \"secret\": \"\",\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 70,\n                                            \"advertiser\": \"ISHAREIT-2414104\",\n                                            \"temp_key_user\": \"6a595da504420a9b581e415bac48719ff7580ff500000000\",\n                                            \"seed\": \"75bc23ba8af78f3277913f2f8d78a7f2\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 35760,\n                                            \"unique_id\": 2151,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ],\n                                    \"not_available\": []\n                                }\n                            },\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 100,\n                            \"meta\": {\n                                \"id\": 5376,\n                                \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"client_id\": 49,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"BewegungUmdenken\",\n                                \"description\": \"\",\n                                \"created\": \"2022-04-13 11:07:56\",\n                                \"modified\": \"2023-04-27 15:58:21\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 614,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1415,\n                                        \"rght\": -1414,\n                                        \"client_id\": 49,\n                                        \"name\": \"BewegungUmdenken E-Bike\",\n                                        \"description\": \"\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2022-04-13 11:08:52\",\n                                        \"modified\": \"2022-11-29 09:39:58\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": null,\n                                        \"_joinData\": {\n                                            \"id\": 37012,\n                                            \"product_id\": 614,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5376\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 1136,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"ARRIBA Erlebnisbad\",\n                                        \"description\": \"Am Hallenbad 14\",\n                                        \"latitude\": 53.689677554458,\n                                        \"longitude\": 10.000109446631,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:34:30\",\n                                        \"modified\": \"2024-05-31 12:28:45\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4803,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1136\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1138,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Bauhof Norderstedt\",\n                                        \"description\": \"Friedrich-Ebert-Straße 76\",\n                                        \"latitude\": 53.684393081708,\n                                        \"longitude\": 9.9680442564843,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:36:59\",\n                                        \"modified\": \"2024-01-16 11:32:04\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4804,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1138\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1139,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"aa94f993-49e5-4d41-99c4-3fac729717ca\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Horst-Embacher-Schule\",\n                                        \"description\": \"Aurikelstieg 13\",\n                                        \"latitude\": 53.693162043789,\n                                        \"longitude\": 9.9909177294982,\n                                        \"geofence\": 70,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:38:18\",\n                                        \"modified\": \"2024-04-02 12:35:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4805,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1139\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1135,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Seminarhaus Norderstedt\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.699612,\n                                        \"longitude\": 9.99368,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:33:09\",\n                                        \"modified\": \"2024-05-30 17:26:05\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4806,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1135\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1137,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtverwaltung Norderstedt \",\n                                        \"description\": \"Rathausallee 50\",\n                                        \"latitude\": 53.708082659022,\n                                        \"longitude\": 9.9947482895771,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:35:41\",\n                                        \"modified\": \"2024-01-16 11:31:24\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4807,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1134,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"latitude\": 53.705454916522,\n                                        \"longitude\": 9.9937493210005,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:31:20\",\n                                        \"modified\": \"2024-01-16 11:29:27\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4808,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1182,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.706439134353,\n                                        \"longitude\": 9.9934709198431,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-10-17 14:47:57\",\n                                        \"modified\": \"2024-01-16 11:33:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4993,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1182\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1188,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Oststraße \",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.7087598,\n                                        \"longitude\": 10.0179794,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-11-30 08:31:09\",\n                                        \"modified\": \"2024-06-04 12:30:14\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5005,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1188\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1213,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Feuerwehr Stormarnstraße\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.707502383812,\n                                        \"longitude\": 10.025878288522,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:52:13\",\n                                        \"modified\": \"2024-01-16 11:34:35\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5083,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1213\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1214,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"In de Tarpen\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.665176717774,\n                                        \"longitude\": 9.9868800975638,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:54:41\",\n                                        \"modified\": \"2024-01-25 14:30:44\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5084,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1214\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden\"\n                        }\n                    ],\n                    \"info\": \"Sichtprüfung von 22.08.2024 08:00 - 22.08.2024 16:00\"\n                },\n                {\n                    \"id\": 1182,\n                    \"pre_booking_time\": 86400,\n                    \"meta\": {\n                        \"id\": 1182,\n                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                        \"client_id\": 49,\n                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                        \"description\": \"\",\n                        \"latitude\": 53.706439134353,\n                        \"longitude\": 9.9934709198431,\n                        \"geofence\": 40,\n                        \"use_name_for_google_query\": false,\n                        \"created\": \"2022-10-17 14:47:57\",\n                        \"modified\": \"2024-01-16 11:33:42\",\n                        \"deleted\": null,\n                        \"external_location_id\": null,\n                        \"fe_visible\": true,\n                        \"rab_price_group_id\": null,\n                        \"pre_booking_time\": 86400,\n                        \"oneway\": true,\n                        \"ssid\": null,\n                        \"availability_rules\": \"contingents_prebooking_resources\",\n                        \"availability_checkin\": \"checkin\",\n                        \"minBookingDuration\": null,\n                        \"maxBookingDuration\": 259200,\n                        \"networks\": \"\",\n                        \"image\": \"\",\n                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                        \"changeLogs\": [],\n                        \"oldOneWay\": null\n                    },\n                    \"contingents\": [\n                        {\n                            \"note\": \"The max booking duration is 3 Days. Please choose another date.\",\n                            \"id\": 5376,\n                            \"availability_note\": \"Contingent availability until pre booking time limit. Booking after prebooking limit if resources available at location.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Available if no checkin at begin time and after checkout.\",\n                            \"resources\": {\n                                \"available\": 0,\n                                \"not_available\": 4,\n                                \"max_available\": 4,\n                                \"meta\": {\n                                    \"available\": [\n                                        {\n                                            \"id\": 3241,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"0459ece0-aba6-4659-87b7-339364a50da9\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1182,\n                                            \"lastLocationId\": 1182,\n                                            \"name\": \"E-laine (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-17 11:51:47\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"45\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411548\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 80,\n                                            \"advertiser\": \"ISHAREIT-2411548\",\n                                            \"temp_key_user\": \"6c4d97247d70504f615707d5aaaa6cc3b0226d2f00000000\",\n                                            \"seed\": \"dd2669d593c5769af0f9ebab05eec261\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30678,\n                                            \"unique_id\": 1292,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3268,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"0459ece0-aba6-4659-87b7-339364a50da9\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1182,\n                                            \"lastLocationId\": 1182,\n                                            \"name\": \"E-llen (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-14 16:42:42\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"82\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411563\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 82,\n                                            \"advertiser\": \"ISHAREIT-2411563\",\n                                            \"temp_key_user\": \"5f2104779db0c8205c237d2618f57f3c990af19a00000000\",\n                                            \"seed\": \"e08a9a66066ec6496abebbc7fbab6447\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30693,\n                                            \"unique_id\": 1304,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ],\n                                    \"not_available\": [\n                                        {\n                                            \"id\": 3191,\n                                            \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                            \"modified_by\": \"cbee885c-86c8-4c60-9e4f-05ba96f6141b\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1182,\n                                            \"lastLocationId\": 1182,\n                                            \"name\": \"E-lena (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"inactive\",\n                                            \"created\": \"2022-06-10 07:56:24\",\n                                            \"modified\": \"2024-06-20 09:00:11\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"53\",\n                                            \"note\": \"dauerhafte Nutzung durch Haustechnik – Stefan Bäumler\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411611\",\n                                            \"secret\": \"\",\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 76,\n                                            \"advertiser\": \"ISHAREIT-2411611\",\n                                            \"temp_key_user\": \"cb861dc8aef4f8e47560571fabfae6d4902731c900000000\",\n                                            \"seed\": \"79104da80e4f4d27d291a24faf9e1a6e\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30576,\n                                            \"unique_id\": 1233,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3232,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"aa9d8dcc-bb83-4c53-95c2-9e70d1d2dec2\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1182,\n                                            \"lastLocationId\": 1182,\n                                            \"name\": \"E-leonora (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"defect\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-08 12:48:06\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"36\",\n                                            \"note\": \"\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2412148\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 73,\n                                            \"advertiser\": \"ISHAREIT-2412148\",\n                                            \"temp_key_user\": \"df73d2da2f8c0acc8c332d78083fabe86022955f00000000\",\n                                            \"seed\": \"24c814dd3794ffc333906019608d6595\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 32975,\n                                            \"unique_id\": 1150,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ]\n                                }\n                            },\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 100,\n                            \"meta\": {\n                                \"id\": 5376,\n                                \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"client_id\": 49,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"BewegungUmdenken\",\n                                \"description\": \"\",\n                                \"created\": \"2022-04-13 11:07:56\",\n                                \"modified\": \"2023-04-27 15:58:21\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 614,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1415,\n                                        \"rght\": -1414,\n                                        \"client_id\": 49,\n                                        \"name\": \"BewegungUmdenken E-Bike\",\n                                        \"description\": \"\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2022-04-13 11:08:52\",\n                                        \"modified\": \"2022-11-29 09:39:58\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": null,\n                                        \"_joinData\": {\n                                            \"id\": 37012,\n                                            \"product_id\": 614,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5376\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 1136,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"ARRIBA Erlebnisbad\",\n                                        \"description\": \"Am Hallenbad 14\",\n                                        \"latitude\": 53.689677554458,\n                                        \"longitude\": 10.000109446631,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:34:30\",\n                                        \"modified\": \"2024-05-31 12:28:45\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4803,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1136\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1138,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Bauhof Norderstedt\",\n                                        \"description\": \"Friedrich-Ebert-Straße 76\",\n                                        \"latitude\": 53.684393081708,\n                                        \"longitude\": 9.9680442564843,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:36:59\",\n                                        \"modified\": \"2024-01-16 11:32:04\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4804,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1138\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1139,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"aa94f993-49e5-4d41-99c4-3fac729717ca\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Horst-Embacher-Schule\",\n                                        \"description\": \"Aurikelstieg 13\",\n                                        \"latitude\": 53.693162043789,\n                                        \"longitude\": 9.9909177294982,\n                                        \"geofence\": 70,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:38:18\",\n                                        \"modified\": \"2024-04-02 12:35:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4805,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1139\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1135,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Seminarhaus Norderstedt\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.699612,\n                                        \"longitude\": 9.99368,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:33:09\",\n                                        \"modified\": \"2024-05-30 17:26:05\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4806,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1135\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1137,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtverwaltung Norderstedt \",\n                                        \"description\": \"Rathausallee 50\",\n                                        \"latitude\": 53.708082659022,\n                                        \"longitude\": 9.9947482895771,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:35:41\",\n                                        \"modified\": \"2024-01-16 11:31:24\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4807,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1134,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"latitude\": 53.705454916522,\n                                        \"longitude\": 9.9937493210005,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:31:20\",\n                                        \"modified\": \"2024-01-16 11:29:27\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4808,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1182,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.706439134353,\n                                        \"longitude\": 9.9934709198431,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-10-17 14:47:57\",\n                                        \"modified\": \"2024-01-16 11:33:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4993,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1182\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1188,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Oststraße \",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.7087598,\n                                        \"longitude\": 10.0179794,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-11-30 08:31:09\",\n                                        \"modified\": \"2024-06-04 12:30:14\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5005,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1188\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1213,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Feuerwehr Stormarnstraße\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.707502383812,\n                                        \"longitude\": 10.025878288522,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:52:13\",\n                                        \"modified\": \"2024-01-16 11:34:35\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5083,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1213\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1214,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"In de Tarpen\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.665176717774,\n                                        \"longitude\": 9.9868800975638,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:54:41\",\n                                        \"modified\": \"2024-01-25 14:30:44\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5084,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1214\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden\"\n                        },\n                        {\n                            \"note\": \"The max booking duration is 3 Days. Please choose another date.\",\n                            \"id\": 5505,\n                            \"availability_note\": \"Contingent availability until pre booking time limit. Booking after prebooking limit if resources available at location.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Available if no checkin at begin time and after checkout.\",\n                            \"resources\": {\n                                \"available\": 0,\n                                \"not_available\": 4,\n                                \"max_available\": 4,\n                                \"meta\": {\n                                    \"available\": [\n                                        {\n                                            \"id\": 3233,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"9047875f-3532-4154-a209-d2d2125dc273\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1182,\n                                            \"lastLocationId\": 1182,\n                                            \"name\": \"E-ngelberg (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-10-16 11:36:03\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"37\",\n                                            \"note\": \"Smart\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2415957\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 75,\n                                            \"advertiser\": \"ISHAREIT-2415957\",\n                                            \"temp_key_user\": \"dabc59dd2089e622c3fcd3855a7820ae198aa35c00000000\",\n                                            \"seed\": \"5021673281a9834320984503d665083c\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 32976,\n                                            \"unique_id\": 1151,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3242,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"8b8a6945-51be-4a0c-a53d-ff7496e1e686\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1182,\n                                            \"lastLocationId\": 1182,\n                                            \"name\": \"E-dmund (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-04-13 20:21:10\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"46\",\n                                            \"note\": \"Smart\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2415954\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 61,\n                                            \"advertiser\": \"ISHAREIT-2415954\",\n                                            \"temp_key_user\": \"2c9860c7557bc55486355e5eab1e712b5ddff14200000000\",\n                                            \"seed\": \"d67e600bf2519fd25324a684305b0622\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 32982,\n                                            \"unique_id\": 1157,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3280,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"ece7791e-4b33-4a86-b17f-24ab035ea72c\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1182,\n                                            \"lastLocationId\": 1182,\n                                            \"name\": \"E-rasmus (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-13 19:59:22\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"94\",\n                                            \"note\": \"Smart\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2415958\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 73,\n                                            \"advertiser\": \"ISHAREIT-2415958\",\n                                            \"temp_key_user\": \"ca245dd93e30628e75d48590d44347cfa1cfb11900000000\",\n                                            \"seed\": \"02386abb940ab3a40c019fb6f95bfd03\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 33004,\n                                            \"unique_id\": 1179,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3294,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"9047875f-3532-4154-a209-d2d2125dc273\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1182,\n                                            \"lastLocationId\": 1182,\n                                            \"name\": \"E-irik (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-09-30 14:44:58\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"108\",\n                                            \"note\": \"Smart\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2415952\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 80,\n                                            \"advertiser\": \"ISHAREIT-2415952\",\n                                            \"temp_key_user\": \"165a799ef327cf30df3468bb8b7a63a4ce3183f200000000\",\n                                            \"seed\": \"25370c4d1f3a291d5f4c6db94b88baca\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30712,\n                                            \"unique_id\": 1317,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ],\n                                    \"not_available\": []\n                                }\n                            },\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 9,\n                            \"meta\": {\n                                \"id\": 5505,\n                                \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"client_id\": 49,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"Smart BewegungUmdenken\",\n                                \"description\": \"\",\n                                \"created\": \"2023-05-15 08:42:10\",\n                                \"modified\": \"2023-09-18 09:56:42\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 728,\n                                        \"created_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1215,\n                                        \"rght\": -1214,\n                                        \"client_id\": 49,\n                                        \"name\": \"Smart BewegungUmdenken\",\n                                        \"description\": \"\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2023-09-17 17:40:19\",\n                                        \"modified\": \"2023-09-18 09:57:59\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": null,\n                                        \"_joinData\": {\n                                            \"id\": 37283,\n                                            \"product_id\": 728,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5505\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_709.png\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 1134,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"latitude\": 53.705454916522,\n                                        \"longitude\": 9.9937493210005,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:31:20\",\n                                        \"modified\": \"2024-01-16 11:29:27\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5091,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1134\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1136,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"ARRIBA Erlebnisbad\",\n                                        \"description\": \"Am Hallenbad 14\",\n                                        \"latitude\": 53.689677554458,\n                                        \"longitude\": 10.000109446631,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:34:30\",\n                                        \"modified\": \"2024-05-31 12:28:45\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5123,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1136\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1214,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"In de Tarpen\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.665176717774,\n                                        \"longitude\": 9.9868800975638,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:54:41\",\n                                        \"modified\": \"2024-01-25 14:30:44\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5124,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1214\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1188,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Oststraße \",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.7087598,\n                                        \"longitude\": 10.0179794,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-11-30 08:31:09\",\n                                        \"modified\": \"2024-06-04 12:30:14\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5125,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1188\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1135,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Seminarhaus Norderstedt\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.699612,\n                                        \"longitude\": 9.99368,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:33:09\",\n                                        \"modified\": \"2024-05-30 17:26:05\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5126,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1135\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1182,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.706439134353,\n                                        \"longitude\": 9.9934709198431,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-10-17 14:47:57\",\n                                        \"modified\": \"2024-01-16 11:33:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5127,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1182\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_709.png\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden\"\n                        }\n                    ],\n                    \"info\": \"Sichtprüfung von 22.08.2024 08:00 - 22.08.2024 16:00\"\n                },\n                {\n                    \"id\": 1213,\n                    \"pre_booking_time\": 86400,\n                    \"meta\": {\n                        \"id\": 1213,\n                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                        \"client_id\": 49,\n                        \"name\": \"Feuerwehr Stormarnstraße\",\n                        \"description\": \"\",\n                        \"latitude\": 53.707502383812,\n                        \"longitude\": 10.025878288522,\n                        \"geofence\": 40,\n                        \"use_name_for_google_query\": false,\n                        \"created\": \"2023-04-27 15:52:13\",\n                        \"modified\": \"2024-01-16 11:34:35\",\n                        \"deleted\": null,\n                        \"external_location_id\": null,\n                        \"fe_visible\": true,\n                        \"rab_price_group_id\": null,\n                        \"pre_booking_time\": 86400,\n                        \"oneway\": true,\n                        \"ssid\": null,\n                        \"availability_rules\": \"contingents_prebooking_resources\",\n                        \"availability_checkin\": \"checkin\",\n                        \"minBookingDuration\": null,\n                        \"maxBookingDuration\": 259200,\n                        \"networks\": \"\",\n                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                        \"changeLogs\": [],\n                        \"image\": null,\n                        \"oldOneWay\": null\n                    },\n                    \"contingents\": [\n                        {\n                            \"note\": \"The max booking duration is 3 Days. Please choose another date.\",\n                            \"id\": 5376,\n                            \"availability_note\": \"Contingent availability until pre booking time limit. Booking after prebooking limit if resources available at location.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Available if no checkin at begin time and after checkout.\",\n                            \"resources\": {\n                                \"available\": 0,\n                                \"not_available\": 5,\n                                \"max_available\": 5,\n                                \"meta\": {\n                                    \"available\": [\n                                        {\n                                            \"id\": 3194,\n                                            \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                            \"modified_by\": \"cbee885c-86c8-4c60-9e4f-05ba96f6141b\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1213,\n                                            \"lastLocationId\": 1213,\n                                            \"name\": \"E-ckhart (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-10 07:58:46\",\n                                            \"modified\": \"2024-10-17 11:51:45\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"56\",\n                                            \"note\": \"\",\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411613\",\n                                            \"secret\": \"\",\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 21,\n                                            \"advertiser\": \"ISHAREIT-2411613\",\n                                            \"temp_key_user\": \"3ceced9d3ee37fb2cf36a273e9265ba51993d98d00000000\",\n                                            \"seed\": \"acb573426c4941ac5f25418f03d8eca1\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30579,\n                                            \"unique_id\": 1238,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3200,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"84a71839-ec7e-4f5f-ab70-97a85dc3d9c2\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1213,\n                                            \"lastLocationId\": 1213,\n                                            \"name\": \"E-lsa (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-17 08:10:34\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"4\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411603\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 79,\n                                            \"advertiser\": \"ISHAREIT-2411603\",\n                                            \"temp_key_user\": \"7749f85fa65359c4ba32035daf742755ca45287300000000\",\n                                            \"seed\": \"8b366275442d22c816dc4ba90e8466d4\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30733,\n                                            \"unique_id\": 941,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3221,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"84a71839-ec7e-4f5f-ab70-97a85dc3d9c2\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1213,\n                                            \"lastLocationId\": 1213,\n                                            \"name\": \"E-mma (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-17 08:15:04\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"25\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411533\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 79,\n                                            \"advertiser\": \"ISHAREIT-2411533\",\n                                            \"temp_key_user\": \"ba024596bb5c0b9d4386277330f3356dc1c686dc00000000\",\n                                            \"seed\": \"ae49585e45e5071d3015c99e8a7640a7\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30663,\n                                            \"unique_id\": 1284,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3253,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"84a71839-ec7e-4f5f-ab70-97a85dc3d9c2\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1213,\n                                            \"lastLocationId\": 1213,\n                                            \"name\": \"E-stefania (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-17 07:58:39\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"67\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2412161\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 78,\n                                            \"advertiser\": \"ISHAREIT-2412161\",\n                                            \"temp_key_user\": \"592e81e9f969c3e2477f07945870e5e34386b45a00000000\",\n                                            \"seed\": \"49629eaf6d5996ce8f10bccb0fd9d6ac\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 32988,\n                                            \"unique_id\": 1163,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3290,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"84a71839-ec7e-4f5f-ab70-97a85dc3d9c2\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1213,\n                                            \"lastLocationId\": 1213,\n                                            \"name\": \"E-brahim (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-17 08:05:17\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"104\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2412183\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 70,\n                                            \"advertiser\": \"ISHAREIT-2412183\",\n                                            \"temp_key_user\": \"48f585476860fb6ebb668252638e66cbb15c26c500000000\",\n                                            \"seed\": \"6b08ceed60a045364a927356f13b5074\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 33010,\n                                            \"unique_id\": 1190,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ],\n                                    \"not_available\": []\n                                }\n                            },\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 100,\n                            \"meta\": {\n                                \"id\": 5376,\n                                \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"client_id\": 49,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"BewegungUmdenken\",\n                                \"description\": \"\",\n                                \"created\": \"2022-04-13 11:07:56\",\n                                \"modified\": \"2023-04-27 15:58:21\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 614,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1415,\n                                        \"rght\": -1414,\n                                        \"client_id\": 49,\n                                        \"name\": \"BewegungUmdenken E-Bike\",\n                                        \"description\": \"\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2022-04-13 11:08:52\",\n                                        \"modified\": \"2022-11-29 09:39:58\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": null,\n                                        \"_joinData\": {\n                                            \"id\": 37012,\n                                            \"product_id\": 614,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5376\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 1136,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"ARRIBA Erlebnisbad\",\n                                        \"description\": \"Am Hallenbad 14\",\n                                        \"latitude\": 53.689677554458,\n                                        \"longitude\": 10.000109446631,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:34:30\",\n                                        \"modified\": \"2024-05-31 12:28:45\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4803,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1136\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1138,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Bauhof Norderstedt\",\n                                        \"description\": \"Friedrich-Ebert-Straße 76\",\n                                        \"latitude\": 53.684393081708,\n                                        \"longitude\": 9.9680442564843,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:36:59\",\n                                        \"modified\": \"2024-01-16 11:32:04\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4804,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1138\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1139,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"aa94f993-49e5-4d41-99c4-3fac729717ca\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Horst-Embacher-Schule\",\n                                        \"description\": \"Aurikelstieg 13\",\n                                        \"latitude\": 53.693162043789,\n                                        \"longitude\": 9.9909177294982,\n                                        \"geofence\": 70,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:38:18\",\n                                        \"modified\": \"2024-04-02 12:35:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4805,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1139\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1135,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Seminarhaus Norderstedt\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.699612,\n                                        \"longitude\": 9.99368,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:33:09\",\n                                        \"modified\": \"2024-05-30 17:26:05\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4806,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1135\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1137,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtverwaltung Norderstedt \",\n                                        \"description\": \"Rathausallee 50\",\n                                        \"latitude\": 53.708082659022,\n                                        \"longitude\": 9.9947482895771,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:35:41\",\n                                        \"modified\": \"2024-01-16 11:31:24\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4807,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1134,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"latitude\": 53.705454916522,\n                                        \"longitude\": 9.9937493210005,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:31:20\",\n                                        \"modified\": \"2024-01-16 11:29:27\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4808,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1182,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.706439134353,\n                                        \"longitude\": 9.9934709198431,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-10-17 14:47:57\",\n                                        \"modified\": \"2024-01-16 11:33:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4993,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1182\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1188,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Oststraße \",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.7087598,\n                                        \"longitude\": 10.0179794,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-11-30 08:31:09\",\n                                        \"modified\": \"2024-06-04 12:30:14\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5005,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1188\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1213,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Feuerwehr Stormarnstraße\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.707502383812,\n                                        \"longitude\": 10.025878288522,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:52:13\",\n                                        \"modified\": \"2024-01-16 11:34:35\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5083,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1213\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1214,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"In de Tarpen\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.665176717774,\n                                        \"longitude\": 9.9868800975638,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:54:41\",\n                                        \"modified\": \"2024-01-25 14:30:44\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5084,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1214\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden\"\n                        }\n                    ],\n                    \"info\": \"Sichtprüfung von 22.08.2024 08:00 - 22.08.2024 16:00\"\n                },\n                {\n                    \"id\": 1214,\n                    \"pre_booking_time\": 86400,\n                    \"meta\": {\n                        \"id\": 1214,\n                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                        \"client_id\": 49,\n                        \"name\": \"In de Tarpen\",\n                        \"description\": \"\",\n                        \"latitude\": 53.665176717774,\n                        \"longitude\": 9.9868800975638,\n                        \"geofence\": 40,\n                        \"use_name_for_google_query\": false,\n                        \"created\": \"2023-04-27 15:54:41\",\n                        \"modified\": \"2024-01-25 14:30:44\",\n                        \"deleted\": null,\n                        \"external_location_id\": null,\n                        \"fe_visible\": true,\n                        \"rab_price_group_id\": null,\n                        \"pre_booking_time\": 86400,\n                        \"oneway\": true,\n                        \"ssid\": null,\n                        \"availability_rules\": \"contingents_prebooking_resources\",\n                        \"availability_checkin\": \"checkin\",\n                        \"minBookingDuration\": null,\n                        \"maxBookingDuration\": 259200,\n                        \"networks\": \"\",\n                        \"image\": \"\",\n                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                        \"changeLogs\": [],\n                        \"oldOneWay\": null\n                    },\n                    \"contingents\": [\n                        {\n                            \"note\": \"The max booking duration is 3 Days. Please choose another date.\",\n                            \"id\": 5376,\n                            \"availability_note\": \"Contingent availability until pre booking time limit. Booking after prebooking limit if resources available at location.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Available if no checkin at begin time and after checkout.\",\n                            \"resources\": {\n                                \"available\": 0,\n                                \"not_available\": 2,\n                                \"max_available\": 2,\n                                \"meta\": {\n                                    \"available\": [\n                                        {\n                                            \"id\": 3226,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"af8e92d9-8b27-41df-9c8d-731f1ae562db\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1214,\n                                            \"lastLocationId\": 1214,\n                                            \"name\": \"E-manuel (M)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-02 14:53:32\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"30\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411537\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 79,\n                                            \"advertiser\": \"ISHAREIT-2411537\",\n                                            \"temp_key_user\": \"a63e47f95cbaa527bb1d7ca1409773ad6f86546500000000\",\n                                            \"seed\": \"fba255846605025e13583103679d246d\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30667,\n                                            \"unique_id\": 1287,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        },\n                                        {\n                                            \"id\": 3295,\n                                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                            \"modified_by\": \"8929da56-6984-48fd-9158-5b563ddecc30\",\n                                            \"client_id\": 49,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1214,\n                                            \"lastLocationId\": 1214,\n                                            \"name\": \"E-deltraut (L)\",\n                                            \"longitude\": null,\n                                            \"latitude\": null,\n                                            \"battery_value\": null,\n                                            \"status\": \"active\",\n                                            \"created\": \"2022-06-27 10:43:49\",\n                                            \"modified\": \"2024-11-10 13:46:34\",\n                                            \"deleted\": null,\n                                            \"external_resource_id\": null,\n                                            \"picture\": null,\n                                            \"resource_nbr\": \"57\",\n                                            \"note\": null,\n                                            \"first_lock_usage\": null,\n                                            \"mac\": \"ISHAREIT-2411584\",\n                                            \"secret\": null,\n                                            \"lock_type\": \"hash\",\n                                            \"lock_battery_value\": 77,\n                                            \"advertiser\": \"ISHAREIT-2411584\",\n                                            \"temp_key_user\": \"e5b8ac1260d3733f394a66d2210f0b2f3c09f9f700000000\",\n                                            \"seed\": \"587bbad67e7679a29ba2e94d53daceed\",\n                                            \"theft\": false,\n                                            \"ilockit_device_id\": 30714,\n                                            \"unique_id\": 1318,\n                                            \"changeLogs\": [],\n                                            \"comment_defect\": null,\n                                            \"image\": null,\n                                            \"facility_slot_id\": null,\n                                            \"_battery\": null,\n                                            \"noEvents\": null,\n                                            \"_task_id\": null,\n                                            \"lock_state\": null\n                                        }\n                                    ],\n                                    \"not_available\": []\n                                }\n                            },\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 100,\n                            \"meta\": {\n                                \"id\": 5376,\n                                \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"client_id\": 49,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"BewegungUmdenken\",\n                                \"description\": \"\",\n                                \"created\": \"2022-04-13 11:07:56\",\n                                \"modified\": \"2023-04-27 15:58:21\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 614,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1415,\n                                        \"rght\": -1414,\n                                        \"client_id\": 49,\n                                        \"name\": \"BewegungUmdenken E-Bike\",\n                                        \"description\": \"\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2022-04-13 11:08:52\",\n                                        \"modified\": \"2022-11-29 09:39:58\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": null,\n                                        \"_joinData\": {\n                                            \"id\": 37012,\n                                            \"product_id\": 614,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5376\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 1136,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"ARRIBA Erlebnisbad\",\n                                        \"description\": \"Am Hallenbad 14\",\n                                        \"latitude\": 53.689677554458,\n                                        \"longitude\": 10.000109446631,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:34:30\",\n                                        \"modified\": \"2024-05-31 12:28:45\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4803,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1136\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1138,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Bauhof Norderstedt\",\n                                        \"description\": \"Friedrich-Ebert-Straße 76\",\n                                        \"latitude\": 53.684393081708,\n                                        \"longitude\": 9.9680442564843,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:36:59\",\n                                        \"modified\": \"2024-01-16 11:32:04\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4804,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1138\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1139,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"aa94f993-49e5-4d41-99c4-3fac729717ca\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Horst-Embacher-Schule\",\n                                        \"description\": \"Aurikelstieg 13\",\n                                        \"latitude\": 53.693162043789,\n                                        \"longitude\": 9.9909177294982,\n                                        \"geofence\": 70,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:38:18\",\n                                        \"modified\": \"2024-04-02 12:35:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4805,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1139\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1135,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Seminarhaus Norderstedt\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.699612,\n                                        \"longitude\": 9.99368,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:33:09\",\n                                        \"modified\": \"2024-05-30 17:26:05\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4806,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1135\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1137,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtverwaltung Norderstedt \",\n                                        \"description\": \"Rathausallee 50\",\n                                        \"latitude\": 53.708082659022,\n                                        \"longitude\": 9.9947482895771,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:35:41\",\n                                        \"modified\": \"2024-01-16 11:31:24\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4807,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1137\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1134,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"latitude\": 53.705454916522,\n                                        \"longitude\": 9.9937493210005,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:31:20\",\n                                        \"modified\": \"2024-01-16 11:29:27\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4808,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1134\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1182,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.706439134353,\n                                        \"longitude\": 9.9934709198431,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-10-17 14:47:57\",\n                                        \"modified\": \"2024-01-16 11:33:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 4993,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1182\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1188,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Oststraße \",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.7087598,\n                                        \"longitude\": 10.0179794,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-11-30 08:31:09\",\n                                        \"modified\": \"2024-06-04 12:30:14\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5005,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1188\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1213,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Feuerwehr Stormarnstraße\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.707502383812,\n                                        \"longitude\": 10.025878288522,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:52:13\",\n                                        \"modified\": \"2024-01-16 11:34:35\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5083,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1213\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1214,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"In de Tarpen\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.665176717774,\n                                        \"longitude\": 9.9868800975638,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:54:41\",\n                                        \"modified\": \"2024-01-25 14:30:44\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5084,\n                                            \"contingent_id\": 5376,\n                                            \"location_id\": 1214\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_614_Pedelec_schwarz_freigestellt_mitAufklebern_klein.jpg\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden\"\n                        },\n                        {\n                            \"note\": \"The max booking duration is 3 Days. Please choose another date.\",\n                            \"id\": 5505,\n                            \"availability_note\": \"Contingent availability until pre booking time limit. Booking after prebooking limit if resources available at location.\",\n                            \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                            \"availability_checkin_note\": \"Available if no checkin at begin time and after checkout.\",\n                            \"resources\": {\n                                \"available\": 0,\n                                \"not_available\": 0,\n                                \"max_available\": 0,\n                                \"meta\": {\n                                    \"available\": [],\n                                    \"not_available\": []\n                                }\n                            },\n                            \"contingent_available\": 0,\n                            \"available\": 0,\n                            \"max_available\": 9,\n                            \"meta\": {\n                                \"id\": 5505,\n                                \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                \"client_id\": 49,\n                                \"resourcetype_id\": 1,\n                                \"name\": \"Smart BewegungUmdenken\",\n                                \"description\": \"\",\n                                \"created\": \"2023-05-15 08:42:10\",\n                                \"modified\": \"2023-09-18 09:56:42\",\n                                \"deleted\": null,\n                                \"external_contingent_id\": null,\n                                \"sort_order\": null,\n                                \"fe_visible\": 1,\n                                \"buffer\": 0,\n                                \"count_resources_bookable_at_same_time\": 3,\n                                \"products\": [\n                                    {\n                                        \"id\": 728,\n                                        \"created_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"modified_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"parent_id\": 153,\n                                        \"lft\": -1215,\n                                        \"rght\": -1214,\n                                        \"client_id\": 49,\n                                        \"name\": \"Smart BewegungUmdenken\",\n                                        \"description\": \"\",\n                                        \"model\": \"\",\n                                        \"serial\": null,\n                                        \"manufacturer\": null,\n                                        \"frame_number\": null,\n                                        \"frame_size\": null,\n                                        \"created\": \"2023-09-17 17:40:19\",\n                                        \"modified\": \"2023-09-18 09:57:59\",\n                                        \"deleted\": null,\n                                        \"discountable\": false,\n                                        \"external_product_id\": null,\n                                        \"external_attributes\": null,\n                                        \"UVP\": null,\n                                        \"type\": null,\n                                        \"layout_type\": \"\",\n                                        \"fe_visible\": true,\n                                        \"sort_order\": null,\n                                        \"_joinData\": {\n                                            \"id\": 37283,\n                                            \"product_id\": 728,\n                                            \"model\": \"Contingents\",\n                                            \"foreign_key\": \"5505\"\n                                        },\n                                        \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_709.png\",\n                                        \"changeLogs\": [],\n                                        \"_setImage\": null\n                                    }\n                                ],\n                                \"networks\": [],\n                                \"locations\": [\n                                    {\n                                        \"id\": 1134,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"description\": \"Stadtwerke Norderstedt Tiefgarage\",\n                                        \"latitude\": 53.705454916522,\n                                        \"longitude\": 9.9937493210005,\n                                        \"geofence\": 50,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:31:20\",\n                                        \"modified\": \"2024-01-16 11:29:27\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5091,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1134\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1136,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"ARRIBA Erlebnisbad\",\n                                        \"description\": \"Am Hallenbad 14\",\n                                        \"latitude\": 53.689677554458,\n                                        \"longitude\": 10.000109446631,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:34:30\",\n                                        \"modified\": \"2024-05-31 12:28:45\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5123,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1136\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1214,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"In de Tarpen\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.665176717774,\n                                        \"longitude\": 9.9868800975638,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2023-04-27 15:54:41\",\n                                        \"modified\": \"2024-01-25 14:30:44\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5124,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1214\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1188,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Oststraße \",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.7087598,\n                                        \"longitude\": 10.0179794,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-11-30 08:31:09\",\n                                        \"modified\": \"2024-06-04 12:30:14\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": false,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5125,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1188\n                                        },\n                                        \"networks\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"image\": null,\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1135,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Seminarhaus Norderstedt\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.699612,\n                                        \"longitude\": 9.99368,\n                                        \"geofence\": 30,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-04-13 10:33:09\",\n                                        \"modified\": \"2024-05-30 17:26:05\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5126,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1135\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    },\n                                    {\n                                        \"id\": 1182,\n                                        \"created_by\": \"c20b03d3-bf8e-4be2-8156-58af48b9e84b\",\n                                        \"modified_by\": \"686e937f-4f2b-48e6-b747-c9679ab1b375\",\n                                        \"client_id\": 49,\n                                        \"name\": \"Stadtwerke Norderstedt Beamtenlaufbahn\",\n                                        \"description\": \"\",\n                                        \"latitude\": 53.706439134353,\n                                        \"longitude\": 9.9934709198431,\n                                        \"geofence\": 40,\n                                        \"use_name_for_google_query\": false,\n                                        \"created\": \"2022-10-17 14:47:57\",\n                                        \"modified\": \"2024-01-16 11:33:42\",\n                                        \"deleted\": null,\n                                        \"external_location_id\": null,\n                                        \"fe_visible\": true,\n                                        \"rab_price_group_id\": null,\n                                        \"pre_booking_time\": 86400,\n                                        \"oneway\": true,\n                                        \"ssid\": null,\n                                        \"availability_rules\": \"contingents_prebooking_resources\",\n                                        \"availability_checkin\": \"checkin\",\n                                        \"minBookingDuration\": null,\n                                        \"maxBookingDuration\": 259200,\n                                        \"_joinData\": {\n                                            \"id\": 5127,\n                                            \"contingent_id\": 5505,\n                                            \"location_id\": 1182\n                                        },\n                                        \"networks\": \"\",\n                                        \"image\": \"\",\n                                        \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/location_marker_icon_49.svg\",\n                                        \"changeLogs\": [],\n                                        \"oldOneWay\": null\n                                    }\n                                ],\n                                \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_49_Product_709.png\",\n                                \"changeLogs\": [],\n                                \"tag_list\": \"\"\n                            },\n                            \"info\": \"The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden The max booking duration is 3 Days. Please choose another date. Nicht genügend Resourcen vorhanden\"\n                        }\n                    ],\n                    \"info\": \"Sichtprüfung von 22.08.2024 08:00 - 22.08.2024 16:00\"\n                }\n            ]\n        }\n    }\n}"},{"id":"ee3cfff8-912e-4341-8b68-aeda827c3304","name":"only one location (parameter location_id)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"begin\": \"2024-08-01 00:00:00\",\n    \"end\": \"2024-08-31 00:00:00\",\n    \"location_id\": 735,\n    \"calendar\": false,\n    \"only_fe_visible\": true,\n    \"network\": null,\n    \"withoutExtraOptions\": true,\n    \"meta\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/contingents/getAvailabilityForAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Mon, 18 Nov 2024 11:05:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS, PATCH, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Accept, Authorization, Cache-Control, Content-Type, X-Requested-With, x-csrf-token, X-DEBUGKIT-ID, Accept-Language"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-DEBUGKIT-ID","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"locations\": [\n            {\n                \"id\": 735,\n                \"pre_booking_time\": 259200,\n                \"meta\": {\n                    \"id\": 735,\n                    \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                    \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                    \"client_id\": 19,\n                    \"name\": \"Hornburg, Bike and Barbecue\",\n                    \"description\": \"Fahrradgeschäft\",\n                    \"latitude\": 52.03331,\n                    \"longitude\": 10.60455,\n                    \"geofence\": 10,\n                    \"use_name_for_google_query\": false,\n                    \"created\": \"2019-11-07 12:04:30\",\n                    \"modified\": \"2022-03-06 09:52:11\",\n                    \"deleted\": null,\n                    \"external_location_id\": null,\n                    \"fe_visible\": true,\n                    \"rab_price_group_id\": null,\n                    \"pre_booking_time\": 259200,\n                    \"oneway\": false,\n                    \"ssid\": null,\n                    \"availability_rules\": \"contingents\",\n                    \"availability_checkin\": \"reservation-only\",\n                    \"minBookingDuration\": null,\n                    \"maxBookingDuration\": null,\n                    \"networks\": \"\",\n                    \"image\": \"\",\n                    \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                    \"changeLogs\": [],\n                    \"oldOneWay\": null\n                },\n                \"contingents\": [\n                    {\n                        \"id\": 3643,\n                        \"availability_note\": \"Contingent availability until start time.\",\n                        \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                        \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                        \"contingent_available\": 10,\n                        \"available\": 10,\n                        \"max_available\": 10,\n                        \"meta\": {\n                            \"id\": 3643,\n                            \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"client_id\": 19,\n                            \"resourcetype_id\": 1,\n                            \"name\": \"Helm\",\n                            \"description\": null,\n                            \"created\": \"2020-05-31 10:44:52\",\n                            \"modified\": \"2021-03-13 09:23:52\",\n                            \"deleted\": null,\n                            \"external_contingent_id\": null,\n                            \"sort_order\": null,\n                            \"fe_visible\": 1,\n                            \"buffer\": 0,\n                            \"count_resources_bookable_at_same_time\": 3,\n                            \"products\": [],\n                            \"networks\": [],\n                            \"locations\": [\n                                {\n                                    \"id\": 737,\n                                    \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                    \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"client_id\": 19,\n                                    \"name\": \"Blankenburg, Harzsport\",\n                                    \"description\": \"Sportgeschäft\",\n                                    \"latitude\": 51.8221802,\n                                    \"longitude\": 11.0267242,\n                                    \"geofence\": 5,\n                                    \"use_name_for_google_query\": false,\n                                    \"created\": \"2019-11-07 12:05:06\",\n                                    \"modified\": \"2023-10-02 10:18:55\",\n                                    \"deleted\": null,\n                                    \"external_location_id\": null,\n                                    \"fe_visible\": false,\n                                    \"rab_price_group_id\": null,\n                                    \"pre_booking_time\": 259200,\n                                    \"oneway\": false,\n                                    \"ssid\": null,\n                                    \"availability_rules\": \"contingents\",\n                                    \"availability_checkin\": \"reservation-only\",\n                                    \"minBookingDuration\": null,\n                                    \"maxBookingDuration\": null,\n                                    \"_joinData\": {\n                                        \"id\": 2852,\n                                        \"contingent_id\": 3643,\n                                        \"location_id\": 737\n                                    },\n                                    \"networks\": \"\",\n                                    \"image\": \"\",\n                                    \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                    \"changeLogs\": [],\n                                    \"oldOneWay\": null\n                                },\n                                {\n                                    \"id\": 735,\n                                    \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                    \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"client_id\": 19,\n                                    \"name\": \"Hornburg, Bike and Barbecue\",\n                                    \"description\": \"Fahrradgeschäft\",\n                                    \"latitude\": 52.03331,\n                                    \"longitude\": 10.60455,\n                                    \"geofence\": 10,\n                                    \"use_name_for_google_query\": false,\n                                    \"created\": \"2019-11-07 12:04:30\",\n                                    \"modified\": \"2022-03-06 09:52:11\",\n                                    \"deleted\": null,\n                                    \"external_location_id\": null,\n                                    \"fe_visible\": true,\n                                    \"rab_price_group_id\": null,\n                                    \"pre_booking_time\": 259200,\n                                    \"oneway\": false,\n                                    \"ssid\": null,\n                                    \"availability_rules\": \"contingents\",\n                                    \"availability_checkin\": \"reservation-only\",\n                                    \"minBookingDuration\": null,\n                                    \"maxBookingDuration\": null,\n                                    \"_joinData\": {\n                                        \"id\": 2853,\n                                        \"contingent_id\": 3643,\n                                        \"location_id\": 735\n                                    },\n                                    \"networks\": \"\",\n                                    \"image\": \"\",\n                                    \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                    \"changeLogs\": [],\n                                    \"oldOneWay\": null\n                                },\n                                {\n                                    \"id\": 736,\n                                    \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                    \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"client_id\": 19,\n                                    \"name\": \"Schierke, Ferienanlage Zum Wildbach\",\n                                    \"description\": \"\",\n                                    \"latitude\": 51.7617463,\n                                    \"longitude\": 10.6608558,\n                                    \"geofence\": 10,\n                                    \"use_name_for_google_query\": false,\n                                    \"created\": \"2019-11-07 12:04:45\",\n                                    \"modified\": \"2020-07-14 18:38:40\",\n                                    \"deleted\": null,\n                                    \"external_location_id\": null,\n                                    \"fe_visible\": true,\n                                    \"rab_price_group_id\": null,\n                                    \"pre_booking_time\": 50400,\n                                    \"oneway\": false,\n                                    \"ssid\": null,\n                                    \"availability_rules\": \"contingents\",\n                                    \"availability_checkin\": \"reservation-only\",\n                                    \"minBookingDuration\": null,\n                                    \"maxBookingDuration\": null,\n                                    \"_joinData\": {\n                                        \"id\": 2855,\n                                        \"contingent_id\": 3643,\n                                        \"location_id\": 736\n                                    },\n                                    \"networks\": \"\",\n                                    \"image\": \"\",\n                                    \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                    \"changeLogs\": [],\n                                    \"oldOneWay\": null\n                                },\n                                {\n                                    \"id\": 852,\n                                    \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                    \"client_id\": 19,\n                                    \"name\": \"Wernigerode, eBike Box im Harz Park\",\n                                    \"description\": \"\",\n                                    \"latitude\": 51.839694,\n                                    \"longitude\": 10.789176,\n                                    \"geofence\": 0,\n                                    \"use_name_for_google_query\": false,\n                                    \"created\": \"2020-06-21 12:13:09\",\n                                    \"modified\": \"2024-04-03 08:31:51\",\n                                    \"deleted\": null,\n                                    \"external_location_id\": null,\n                                    \"fe_visible\": true,\n                                    \"rab_price_group_id\": null,\n                                    \"pre_booking_time\": 201600,\n                                    \"oneway\": false,\n                                    \"ssid\": null,\n                                    \"availability_rules\": \"contingents\",\n                                    \"availability_checkin\": \"reservation-only\",\n                                    \"minBookingDuration\": null,\n                                    \"maxBookingDuration\": null,\n                                    \"_joinData\": {\n                                        \"id\": 2879,\n                                        \"contingent_id\": 3643,\n                                        \"location_id\": 852\n                                    },\n                                    \"networks\": \"\",\n                                    \"image\": \"\",\n                                    \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                    \"changeLogs\": [],\n                                    \"oldOneWay\": null\n                                },\n                                {\n                                    \"id\": 856,\n                                    \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"client_id\": 19,\n                                    \"name\": \"Wunschort Lieferung\",\n                                    \"description\": \"Bezahlung: www.paypal.me/ebikeharz oder Überweisung: Sparkasse IBAN DE4125 9501 3000 5636 4907 \",\n                                    \"latitude\": 51.8338436,\n                                    \"longitude\": 10.8599724,\n                                    \"geofence\": 0,\n                                    \"use_name_for_google_query\": false,\n                                    \"created\": \"2020-06-28 12:33:59\",\n                                    \"modified\": \"2022-04-18 18:21:40\",\n                                    \"deleted\": null,\n                                    \"external_location_id\": null,\n                                    \"fe_visible\": false,\n                                    \"rab_price_group_id\": null,\n                                    \"pre_booking_time\": null,\n                                    \"oneway\": false,\n                                    \"ssid\": null,\n                                    \"availability_rules\": \"contingents\",\n                                    \"availability_checkin\": \"reservation-only\",\n                                    \"minBookingDuration\": null,\n                                    \"maxBookingDuration\": null,\n                                    \"_joinData\": {\n                                        \"id\": 2939,\n                                        \"contingent_id\": 3643,\n                                        \"location_id\": 856\n                                    },\n                                    \"networks\": \"\",\n                                    \"image\": \"\",\n                                    \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                    \"changeLogs\": [],\n                                    \"oldOneWay\": null\n                                },\n                                {\n                                    \"id\": 893,\n                                    \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                    \"client_id\": 19,\n                                    \"name\": \"Wernigerode, Sporthotel\",\n                                    \"description\": \"\",\n                                    \"latitude\": 51.81707,\n                                    \"longitude\": 10.8123613,\n                                    \"geofence\": 0,\n                                    \"use_name_for_google_query\": false,\n                                    \"created\": \"2020-08-01 07:27:43\",\n                                    \"modified\": \"2021-11-25 09:21:07\",\n                                    \"deleted\": null,\n                                    \"external_location_id\": null,\n                                    \"fe_visible\": false,\n                                    \"rab_price_group_id\": null,\n                                    \"pre_booking_time\": 172800,\n                                    \"oneway\": false,\n                                    \"ssid\": null,\n                                    \"availability_rules\": \"contingents\",\n                                    \"availability_checkin\": \"reservation-only\",\n                                    \"minBookingDuration\": null,\n                                    \"maxBookingDuration\": null,\n                                    \"_joinData\": {\n                                        \"id\": 3142,\n                                        \"contingent_id\": 3643,\n                                        \"location_id\": 893\n                                    },\n                                    \"networks\": \"\",\n                                    \"image\": \"\",\n                                    \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                    \"changeLogs\": [],\n                                    \"oldOneWay\": null\n                                },\n                                {\n                                    \"id\": 957,\n                                    \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"client_id\": 19,\n                                    \"name\": \"Torfhaus, Harzresort / Anlieferung\",\n                                    \"description\": \"\",\n                                    \"latitude\": 51.801165,\n                                    \"longitude\": 10.537454,\n                                    \"geofence\": 0,\n                                    \"use_name_for_google_query\": false,\n                                    \"created\": \"2021-03-13 08:29:23\",\n                                    \"modified\": \"2023-07-22 08:23:54\",\n                                    \"deleted\": null,\n                                    \"external_location_id\": null,\n                                    \"fe_visible\": true,\n                                    \"rab_price_group_id\": null,\n                                    \"pre_booking_time\": 201600,\n                                    \"oneway\": false,\n                                    \"ssid\": null,\n                                    \"availability_rules\": \"contingents\",\n                                    \"availability_checkin\": \"reservation-only\",\n                                    \"minBookingDuration\": null,\n                                    \"maxBookingDuration\": null,\n                                    \"_joinData\": {\n                                        \"id\": 4005,\n                                        \"contingent_id\": 3643,\n                                        \"location_id\": 957\n                                    },\n                                    \"networks\": \"\",\n                                    \"image\": \"\",\n                                    \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                    \"changeLogs\": [],\n                                    \"oldOneWay\": null\n                                }\n                            ],\n                            \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/Helm-Spark.jpg\",\n                            \"changeLogs\": [],\n                            \"tag_list\": \"\"\n                        },\n                        \"info\": \"\"\n                    },\n                    {\n                        \"id\": 3671,\n                        \"availability_note\": \"Contingent availability until start time.\",\n                        \"availability_pool_note\": \"Availability at single location only.\",\n                        \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                        \"contingent_available\": 3,\n                        \"available\": 3,\n                        \"max_available\": 3,\n                        \"meta\": {\n                            \"id\": 3671,\n                            \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"modified_by\": \"5c266a1d-b75c-45f2-b341-9148937ac198\",\n                            \"client_id\": 19,\n                            \"resourcetype_id\": 1,\n                            \"name\": \"eMTB Hardtail\",\n                            \"description\": \"Das Standard e-Mountainbike. Reaktionsschnell, leicht und perfekt für Wald- und Forstwege im Mittelgebirge. Die Kraftübertragung erfolgt immer direkt aufs Hinterrad. Federung in der Vordergabel.\",\n                            \"created\": \"2020-06-21 07:24:56\",\n                            \"modified\": \"2024-04-16 11:32:26\",\n                            \"deleted\": null,\n                            \"external_contingent_id\": null,\n                            \"sort_order\": null,\n                            \"fe_visible\": 1,\n                            \"buffer\": 0,\n                            \"count_resources_bookable_at_same_time\": 3,\n                            \"products\": [\n                                {\n                                    \"id\": 159,\n                                    \"created_by\": null,\n                                    \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                    \"parent_id\": 153,\n                                    \"lft\": 992,\n                                    \"rght\": 983,\n                                    \"client_id\": 19,\n                                    \"name\": \"eMTB\",\n                                    \"description\": \"Das Standard e-Mountainbike. Reaktionsschnell, leicht und perfekt für Wald- und Forstwege im Mittelgebirge. Die Kraftübertragung erfolgt immer direkt aufs Hinterrad. Federung in der Vordergabel.\",\n                                    \"model\": \"Bike\",\n                                    \"serial\": null,\n                                    \"manufacturer\": null,\n                                    \"frame_number\": null,\n                                    \"frame_size\": null,\n                                    \"created\": null,\n                                    \"modified\": \"2022-02-10 08:58:00\",\n                                    \"deleted\": null,\n                                    \"discountable\": false,\n                                    \"external_product_id\": null,\n                                    \"external_attributes\": null,\n                                    \"UVP\": 2199,\n                                    \"type\": null,\n                                    \"layout_type\": null,\n                                    \"fe_visible\": true,\n                                    \"sort_order\": 1,\n                                    \"_joinData\": {\n                                        \"id\": 37797,\n                                        \"product_id\": 159,\n                                        \"model\": \"Contingents\",\n                                        \"foreign_key\": \"3671\"\n                                    },\n                                    \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-Raymon-HardRay-E-Seven-4.0.png\",\n                                    \"changeLogs\": [],\n                                    \"_setImage\": null\n                                }\n                            ],\n                            \"networks\": [],\n                            \"locations\": [\n                                {\n                                    \"id\": 735,\n                                    \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                    \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"client_id\": 19,\n                                    \"name\": \"Hornburg, Bike and Barbecue\",\n                                    \"description\": \"Fahrradgeschäft\",\n                                    \"latitude\": 52.03331,\n                                    \"longitude\": 10.60455,\n                                    \"geofence\": 10,\n                                    \"use_name_for_google_query\": false,\n                                    \"created\": \"2019-11-07 12:04:30\",\n                                    \"modified\": \"2022-03-06 09:52:11\",\n                                    \"deleted\": null,\n                                    \"external_location_id\": null,\n                                    \"fe_visible\": true,\n                                    \"rab_price_group_id\": null,\n                                    \"pre_booking_time\": 259200,\n                                    \"oneway\": false,\n                                    \"ssid\": null,\n                                    \"availability_rules\": \"contingents\",\n                                    \"availability_checkin\": \"reservation-only\",\n                                    \"minBookingDuration\": null,\n                                    \"maxBookingDuration\": null,\n                                    \"_joinData\": {\n                                        \"id\": 2850,\n                                        \"contingent_id\": 3671,\n                                        \"location_id\": 735\n                                    },\n                                    \"networks\": \"\",\n                                    \"image\": \"\",\n                                    \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                    \"changeLogs\": [],\n                                    \"oldOneWay\": null\n                                }\n                            ],\n                            \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-Raymon-HardRay-E-Seven-4.0.png\",\n                            \"changeLogs\": [],\n                            \"tag_list\": \"\"\n                        },\n                        \"info\": \"\"\n                    },\n                    {\n                        \"id\": 3675,\n                        \"availability_note\": \"Contingent availability until start time.\",\n                        \"availability_pool_note\": \"Availability at single location only.\",\n                        \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                        \"contingent_available\": 1,\n                        \"available\": 1,\n                        \"max_available\": 1,\n                        \"meta\": {\n                            \"id\": 3675,\n                            \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"client_id\": 19,\n                            \"resourcetype_id\": 1,\n                            \"name\": \"eTrekking Transporter\",\n                            \"description\": \"Wir haben zwei Velo de Ville AES400 Balloonbike ein Add-Bike spendiert. Zum Transport von Waren oder wenn Sie Ihr Kind oder Ihren Hund auf der eBike Tour mitnehmen möchten.\",\n                            \"created\": \"2020-06-21 12:19:59\",\n                            \"modified\": \"2020-06-21 12:19:59\",\n                            \"deleted\": null,\n                            \"external_contingent_id\": null,\n                            \"sort_order\": null,\n                            \"fe_visible\": 1,\n                            \"buffer\": 0,\n                            \"count_resources_bookable_at_same_time\": 3,\n                            \"products\": [\n                                {\n                                    \"id\": 295,\n                                    \"created_by\": null,\n                                    \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"parent_id\": 153,\n                                    \"lft\": 655,\n                                    \"rght\": 656,\n                                    \"client_id\": 19,\n                                    \"name\": \"eTrekking Transporter\",\n                                    \"description\": \"Wir haben zwei Velo de Ville AES400 Balloonbike ein Add-Bike spendiert. Zum Transport von Waren oder wenn Sie Ihr Kind oder Ihren Hund auf der eBike Tour mitnehmen möchten.\",\n                                    \"model\": \"Bike\",\n                                    \"serial\": null,\n                                    \"manufacturer\": null,\n                                    \"frame_number\": null,\n                                    \"frame_size\": null,\n                                    \"created\": \"2020-12-19 15:58:11\",\n                                    \"modified\": \"2022-04-06 15:56:14\",\n                                    \"deleted\": null,\n                                    \"discountable\": true,\n                                    \"external_product_id\": null,\n                                    \"external_attributes\": null,\n                                    \"UVP\": 3525,\n                                    \"type\": null,\n                                    \"layout_type\": null,\n                                    \"fe_visible\": true,\n                                    \"sort_order\": 22,\n                                    \"_joinData\": {\n                                        \"id\": 21121,\n                                        \"product_id\": 295,\n                                        \"model\": \"Contingents\",\n                                        \"foreign_key\": \"3675\"\n                                    },\n                                    \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-addbike1.jpg\",\n                                    \"changeLogs\": [],\n                                    \"_setImage\": null\n                                }\n                            ],\n                            \"networks\": [],\n                            \"locations\": [\n                                {\n                                    \"id\": 735,\n                                    \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                    \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"client_id\": 19,\n                                    \"name\": \"Hornburg, Bike and Barbecue\",\n                                    \"description\": \"Fahrradgeschäft\",\n                                    \"latitude\": 52.03331,\n                                    \"longitude\": 10.60455,\n                                    \"geofence\": 10,\n                                    \"use_name_for_google_query\": false,\n                                    \"created\": \"2019-11-07 12:04:30\",\n                                    \"modified\": \"2022-03-06 09:52:11\",\n                                    \"deleted\": null,\n                                    \"external_location_id\": null,\n                                    \"fe_visible\": true,\n                                    \"rab_price_group_id\": null,\n                                    \"pre_booking_time\": 259200,\n                                    \"oneway\": false,\n                                    \"ssid\": null,\n                                    \"availability_rules\": \"contingents\",\n                                    \"availability_checkin\": \"reservation-only\",\n                                    \"minBookingDuration\": null,\n                                    \"maxBookingDuration\": null,\n                                    \"_joinData\": {\n                                        \"id\": 2858,\n                                        \"contingent_id\": 3675,\n                                        \"location_id\": 735\n                                    },\n                                    \"networks\": \"\",\n                                    \"image\": \"\",\n                                    \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                    \"changeLogs\": [],\n                                    \"oldOneWay\": null\n                                }\n                            ],\n                            \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/contingent-19-addbike1.jpg\",\n                            \"changeLogs\": [],\n                            \"tag_list\": \"\"\n                        },\n                        \"info\": \"\"\n                    },\n                    {\n                        \"id\": 3686,\n                        \"availability_note\": \"Contingent availability until start time.\",\n                        \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                        \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                        \"contingent_available\": 5,\n                        \"available\": 5,\n                        \"max_available\": 5,\n                        \"meta\": {\n                            \"id\": 3686,\n                            \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                            \"client_id\": 19,\n                            \"resourcetype_id\": 1,\n                            \"name\": \"eMTB Fully\",\n                            \"description\": \"eMTB Hardtail mit hochwertiger Aussttatung. Luftgefederte Vordergabel. Bosch Mittelmotor mit 250 Watt und 75 Nm Drehmoment, sportlich-starker Vortrieb und zentraler Schwerpunk. Akku mit 500 Wh, wie geschaffen für Tagesausflüge.\",\n                            \"created\": \"2020-06-26 06:45:08\",\n                            \"modified\": \"2024-09-30 08:43:36\",\n                            \"deleted\": null,\n                            \"external_contingent_id\": null,\n                            \"sort_order\": null,\n                            \"fe_visible\": 1,\n                            \"buffer\": 0,\n                            \"count_resources_bookable_at_same_time\": 3,\n                            \"products\": [\n                                {\n                                    \"id\": 290,\n                                    \"created_by\": null,\n                                    \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"parent_id\": 153,\n                                    \"lft\": 645,\n                                    \"rght\": 646,\n                                    \"client_id\": 19,\n                                    \"name\": \"eMTB Fully\",\n                                    \"description\": \"eMTB Hardtail mit hochwertiger Aussttatung. Luftgefederte Vordergabel. Bosch Mittelmotor mit 250 Watt und 75 Nm Drehmoment, sportlich-starker Vortrieb und zentraler Schwerpunk. Akku mit 500 Wh, wie geschaffen für Tagesausflüge.\",\n                                    \"model\": \"Bike\",\n                                    \"serial\": null,\n                                    \"manufacturer\": null,\n                                    \"frame_number\": null,\n                                    \"frame_size\": null,\n                                    \"created\": \"2020-12-19 15:58:09\",\n                                    \"modified\": \"2022-08-24 16:13:57\",\n                                    \"deleted\": null,\n                                    \"discountable\": true,\n                                    \"external_product_id\": null,\n                                    \"external_attributes\": null,\n                                    \"UVP\": 3399,\n                                    \"type\": null,\n                                    \"layout_type\": null,\n                                    \"fe_visible\": true,\n                                    \"sort_order\": 7,\n                                    \"_joinData\": {\n                                        \"id\": 38279,\n                                        \"product_id\": 290,\n                                        \"model\": \"Contingents\",\n                                        \"foreign_key\": \"3686\"\n                                    },\n                                    \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_19_Product_175_10215-blizzard-int-eltd-27-gloss-dark-grey-radioactive-yellow--1110x643-high.jpg\",\n                                    \"changeLogs\": [],\n                                    \"_setImage\": null\n                                }\n                            ],\n                            \"networks\": [],\n                            \"locations\": [\n                                {\n                                    \"id\": 852,\n                                    \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                                    \"client_id\": 19,\n                                    \"name\": \"Wernigerode, eBike Box im Harz Park\",\n                                    \"description\": \"\",\n                                    \"latitude\": 51.839694,\n                                    \"longitude\": 10.789176,\n                                    \"geofence\": 0,\n                                    \"use_name_for_google_query\": false,\n                                    \"created\": \"2020-06-21 12:13:09\",\n                                    \"modified\": \"2024-04-03 08:31:51\",\n                                    \"deleted\": null,\n                                    \"external_location_id\": null,\n                                    \"fe_visible\": true,\n                                    \"rab_price_group_id\": null,\n                                    \"pre_booking_time\": 201600,\n                                    \"oneway\": false,\n                                    \"ssid\": null,\n                                    \"availability_rules\": \"contingents\",\n                                    \"availability_checkin\": \"reservation-only\",\n                                    \"minBookingDuration\": null,\n                                    \"maxBookingDuration\": null,\n                                    \"_joinData\": {\n                                        \"id\": 3213,\n                                        \"contingent_id\": 3686,\n                                        \"location_id\": 852\n                                    },\n                                    \"networks\": \"\",\n                                    \"image\": \"\",\n                                    \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                    \"changeLogs\": [],\n                                    \"oldOneWay\": null\n                                },\n                                {\n                                    \"id\": 735,\n                                    \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                    \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"client_id\": 19,\n                                    \"name\": \"Hornburg, Bike and Barbecue\",\n                                    \"description\": \"Fahrradgeschäft\",\n                                    \"latitude\": 52.03331,\n                                    \"longitude\": 10.60455,\n                                    \"geofence\": 10,\n                                    \"use_name_for_google_query\": false,\n                                    \"created\": \"2019-11-07 12:04:30\",\n                                    \"modified\": \"2022-03-06 09:52:11\",\n                                    \"deleted\": null,\n                                    \"external_location_id\": null,\n                                    \"fe_visible\": true,\n                                    \"rab_price_group_id\": null,\n                                    \"pre_booking_time\": 259200,\n                                    \"oneway\": false,\n                                    \"ssid\": null,\n                                    \"availability_rules\": \"contingents\",\n                                    \"availability_checkin\": \"reservation-only\",\n                                    \"minBookingDuration\": null,\n                                    \"maxBookingDuration\": null,\n                                    \"_joinData\": {\n                                        \"id\": 5036,\n                                        \"contingent_id\": 3686,\n                                        \"location_id\": 735\n                                    },\n                                    \"networks\": \"\",\n                                    \"image\": \"\",\n                                    \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                    \"changeLogs\": [],\n                                    \"oldOneWay\": null\n                                }\n                            ],\n                            \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/product_19_Product_175_10215-blizzard-int-eltd-27-gloss-dark-grey-radioactive-yellow--1110x643-high.jpg\",\n                            \"changeLogs\": [],\n                            \"tag_list\": \"\"\n                        },\n                        \"info\": \"\"\n                    },\n                    {\n                        \"id\": 3696,\n                        \"availability_note\": \"Contingent availability until start time.\",\n                        \"availability_pool_note\": \"Availability at single location only.\",\n                        \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                        \"contingent_available\": 1,\n                        \"available\": 1,\n                        \"max_available\": 1,\n                        \"meta\": {\n                            \"id\": 3696,\n                            \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"client_id\": 19,\n                            \"resourcetype_id\": 1,\n                            \"name\": \"eTrekking myBoo\",\n                            \"description\": \"\",\n                            \"created\": \"2020-07-01 09:31:53\",\n                            \"modified\": \"2020-07-01 09:31:53\",\n                            \"deleted\": null,\n                            \"external_contingent_id\": null,\n                            \"sort_order\": null,\n                            \"fe_visible\": 1,\n                            \"buffer\": 0,\n                            \"count_resources_bookable_at_same_time\": 3,\n                            \"products\": [],\n                            \"networks\": [],\n                            \"locations\": [\n                                {\n                                    \"id\": 735,\n                                    \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                                    \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                                    \"client_id\": 19,\n                                    \"name\": \"Hornburg, Bike and Barbecue\",\n                                    \"description\": \"Fahrradgeschäft\",\n                                    \"latitude\": 52.03331,\n                                    \"longitude\": 10.60455,\n                                    \"geofence\": 10,\n                                    \"use_name_for_google_query\": false,\n                                    \"created\": \"2019-11-07 12:04:30\",\n                                    \"modified\": \"2022-03-06 09:52:11\",\n                                    \"deleted\": null,\n                                    \"external_location_id\": null,\n                                    \"fe_visible\": true,\n                                    \"rab_price_group_id\": null,\n                                    \"pre_booking_time\": 259200,\n                                    \"oneway\": false,\n                                    \"ssid\": null,\n                                    \"availability_rules\": \"contingents\",\n                                    \"availability_checkin\": \"reservation-only\",\n                                    \"minBookingDuration\": null,\n                                    \"maxBookingDuration\": null,\n                                    \"_joinData\": {\n                                        \"id\": 2891,\n                                        \"contingent_id\": 3696,\n                                        \"location_id\": 735\n                                    },\n                                    \"networks\": \"\",\n                                    \"image\": \"\",\n                                    \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                                    \"changeLogs\": [],\n                                    \"oldOneWay\": null\n                                }\n                            ],\n                            \"image\": \"\",\n                            \"changeLogs\": [],\n                            \"tag_list\": \"\"\n                        },\n                        \"info\": \"\"\n                    }\n                ],\n                \"info\": \"\"\n            }\n        ]\n    }\n}"},{"id":"f16b586b-43b0-46e1-9be4-89f3d7e0c8ed","name":"only one contingent (parameter contingent_id)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"begin\": \"2024-08-01 00:00:00\",\n    \"end\": \"2024-08-31 00:00:00\",\n    \"contingent_id\": 3643,\n    \"calendar\": false,\n    \"only_fe_visible\": true,\n    \"network\": null,\n    \"withoutExtraOptions\": true,\n    \"meta\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/contingents/getAvailabilityForAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Date","value":"Mon, 18 Nov 2024 11:07:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS, PATCH, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Accept, Authorization, Cache-Control, Content-Type, X-Requested-With, x-csrf-token, X-DEBUGKIT-ID, Accept-Language"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-DEBUGKIT-ID","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"contingents\": [\n            {\n                \"id\": 3643,\n                \"availability_note\": \"Contingent availability until start time.\",\n                \"availability_pool_note\": \"Pool availability from multiple locations. Transports might be required.\",\n                \"availability_checkin_note\": \"Availability blocked for reservation.\",\n                \"contingent_available\": 10,\n                \"available\": 10,\n                \"max_available\": 10,\n                \"meta\": {\n                    \"id\": 3643,\n                    \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                    \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                    \"client_id\": 19,\n                    \"resourcetype_id\": 1,\n                    \"name\": \"Helm\",\n                    \"description\": null,\n                    \"created\": \"2020-05-31 10:44:52\",\n                    \"modified\": \"2021-03-13 09:23:52\",\n                    \"deleted\": null,\n                    \"external_contingent_id\": null,\n                    \"sort_order\": null,\n                    \"fe_visible\": 1,\n                    \"buffer\": 0,\n                    \"count_resources_bookable_at_same_time\": 3,\n                    \"products\": [],\n                    \"networks\": [],\n                    \"locations\": [\n                        {\n                            \"id\": 737,\n                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                            \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"client_id\": 19,\n                            \"name\": \"Blankenburg, Harzsport\",\n                            \"description\": \"Sportgeschäft\",\n                            \"latitude\": 51.8221802,\n                            \"longitude\": 11.0267242,\n                            \"geofence\": 5,\n                            \"use_name_for_google_query\": false,\n                            \"created\": \"2019-11-07 12:05:06\",\n                            \"modified\": \"2023-10-02 10:18:55\",\n                            \"deleted\": null,\n                            \"external_location_id\": null,\n                            \"fe_visible\": false,\n                            \"rab_price_group_id\": null,\n                            \"pre_booking_time\": 259200,\n                            \"oneway\": false,\n                            \"ssid\": null,\n                            \"availability_rules\": \"contingents\",\n                            \"availability_checkin\": \"reservation-only\",\n                            \"minBookingDuration\": null,\n                            \"maxBookingDuration\": null,\n                            \"_joinData\": {\n                                \"id\": 2852,\n                                \"contingent_id\": 3643,\n                                \"location_id\": 737\n                            },\n                            \"networks\": \"\",\n                            \"image\": \"\",\n                            \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                            \"changeLogs\": [],\n                            \"oldOneWay\": null\n                        },\n                        {\n                            \"id\": 735,\n                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                            \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"client_id\": 19,\n                            \"name\": \"Hornburg, Bike and Barbecue\",\n                            \"description\": \"Fahrradgeschäft\",\n                            \"latitude\": 52.03331,\n                            \"longitude\": 10.60455,\n                            \"geofence\": 10,\n                            \"use_name_for_google_query\": false,\n                            \"created\": \"2019-11-07 12:04:30\",\n                            \"modified\": \"2022-03-06 09:52:11\",\n                            \"deleted\": null,\n                            \"external_location_id\": null,\n                            \"fe_visible\": true,\n                            \"rab_price_group_id\": null,\n                            \"pre_booking_time\": 259200,\n                            \"oneway\": false,\n                            \"ssid\": null,\n                            \"availability_rules\": \"contingents\",\n                            \"availability_checkin\": \"reservation-only\",\n                            \"minBookingDuration\": null,\n                            \"maxBookingDuration\": null,\n                            \"_joinData\": {\n                                \"id\": 2853,\n                                \"contingent_id\": 3643,\n                                \"location_id\": 735\n                            },\n                            \"networks\": \"\",\n                            \"image\": \"\",\n                            \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                            \"changeLogs\": [],\n                            \"oldOneWay\": null\n                        },\n                        {\n                            \"id\": 736,\n                            \"created_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                            \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"client_id\": 19,\n                            \"name\": \"Schierke, Ferienanlage Zum Wildbach\",\n                            \"description\": \"\",\n                            \"latitude\": 51.7617463,\n                            \"longitude\": 10.6608558,\n                            \"geofence\": 10,\n                            \"use_name_for_google_query\": false,\n                            \"created\": \"2019-11-07 12:04:45\",\n                            \"modified\": \"2020-07-14 18:38:40\",\n                            \"deleted\": null,\n                            \"external_location_id\": null,\n                            \"fe_visible\": true,\n                            \"rab_price_group_id\": null,\n                            \"pre_booking_time\": 50400,\n                            \"oneway\": false,\n                            \"ssid\": null,\n                            \"availability_rules\": \"contingents\",\n                            \"availability_checkin\": \"reservation-only\",\n                            \"minBookingDuration\": null,\n                            \"maxBookingDuration\": null,\n                            \"_joinData\": {\n                                \"id\": 2855,\n                                \"contingent_id\": 3643,\n                                \"location_id\": 736\n                            },\n                            \"networks\": \"\",\n                            \"image\": \"\",\n                            \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                            \"changeLogs\": [],\n                            \"oldOneWay\": null\n                        },\n                        {\n                            \"id\": 852,\n                            \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"modified_by\": \"a7d16b1e-a596-45e8-a132-f4df1b9ff8c3\",\n                            \"client_id\": 19,\n                            \"name\": \"Wernigerode, eBike Box im Harz Park\",\n                            \"description\": \"\",\n                            \"latitude\": 51.839694,\n                            \"longitude\": 10.789176,\n                            \"geofence\": 0,\n                            \"use_name_for_google_query\": false,\n                            \"created\": \"2020-06-21 12:13:09\",\n                            \"modified\": \"2024-04-03 08:31:51\",\n                            \"deleted\": null,\n                            \"external_location_id\": null,\n                            \"fe_visible\": true,\n                            \"rab_price_group_id\": null,\n                            \"pre_booking_time\": 201600,\n                            \"oneway\": false,\n                            \"ssid\": null,\n                            \"availability_rules\": \"contingents\",\n                            \"availability_checkin\": \"reservation-only\",\n                            \"minBookingDuration\": null,\n                            \"maxBookingDuration\": null,\n                            \"_joinData\": {\n                                \"id\": 2879,\n                                \"contingent_id\": 3643,\n                                \"location_id\": 852\n                            },\n                            \"networks\": \"\",\n                            \"image\": \"\",\n                            \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                            \"changeLogs\": [],\n                            \"oldOneWay\": null\n                        },\n                        {\n                            \"id\": 856,\n                            \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"client_id\": 19,\n                            \"name\": \"Wunschort Lieferung\",\n                            \"description\": \"Bezahlung: www.paypal.me/ebikeharz oder Überweisung: Sparkasse IBAN DE4125 9501 3000 5636 4907 \",\n                            \"latitude\": 51.8338436,\n                            \"longitude\": 10.8599724,\n                            \"geofence\": 0,\n                            \"use_name_for_google_query\": false,\n                            \"created\": \"2020-06-28 12:33:59\",\n                            \"modified\": \"2022-04-18 18:21:40\",\n                            \"deleted\": null,\n                            \"external_location_id\": null,\n                            \"fe_visible\": false,\n                            \"rab_price_group_id\": null,\n                            \"pre_booking_time\": null,\n                            \"oneway\": false,\n                            \"ssid\": null,\n                            \"availability_rules\": \"contingents\",\n                            \"availability_checkin\": \"reservation-only\",\n                            \"minBookingDuration\": null,\n                            \"maxBookingDuration\": null,\n                            \"_joinData\": {\n                                \"id\": 2939,\n                                \"contingent_id\": 3643,\n                                \"location_id\": 856\n                            },\n                            \"networks\": \"\",\n                            \"image\": \"\",\n                            \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                            \"changeLogs\": [],\n                            \"oldOneWay\": null\n                        },\n                        {\n                            \"id\": 893,\n                            \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"modified_by\": \"da1e79e2-51dc-41d2-a19f-de6567324f32\",\n                            \"client_id\": 19,\n                            \"name\": \"Wernigerode, Sporthotel\",\n                            \"description\": \"\",\n                            \"latitude\": 51.81707,\n                            \"longitude\": 10.8123613,\n                            \"geofence\": 0,\n                            \"use_name_for_google_query\": false,\n                            \"created\": \"2020-08-01 07:27:43\",\n                            \"modified\": \"2021-11-25 09:21:07\",\n                            \"deleted\": null,\n                            \"external_location_id\": null,\n                            \"fe_visible\": false,\n                            \"rab_price_group_id\": null,\n                            \"pre_booking_time\": 172800,\n                            \"oneway\": false,\n                            \"ssid\": null,\n                            \"availability_rules\": \"contingents\",\n                            \"availability_checkin\": \"reservation-only\",\n                            \"minBookingDuration\": null,\n                            \"maxBookingDuration\": null,\n                            \"_joinData\": {\n                                \"id\": 3142,\n                                \"contingent_id\": 3643,\n                                \"location_id\": 893\n                            },\n                            \"networks\": \"\",\n                            \"image\": \"\",\n                            \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                            \"changeLogs\": [],\n                            \"oldOneWay\": null\n                        },\n                        {\n                            \"id\": 957,\n                            \"created_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"modified_by\": \"eb3fc1f7-b3d7-4a1d-a10e-1732c6021316\",\n                            \"client_id\": 19,\n                            \"name\": \"Torfhaus, Harzresort / Anlieferung\",\n                            \"description\": \"\",\n                            \"latitude\": 51.801165,\n                            \"longitude\": 10.537454,\n                            \"geofence\": 0,\n                            \"use_name_for_google_query\": false,\n                            \"created\": \"2021-03-13 08:29:23\",\n                            \"modified\": \"2023-07-22 08:23:54\",\n                            \"deleted\": null,\n                            \"external_location_id\": null,\n                            \"fe_visible\": true,\n                            \"rab_price_group_id\": null,\n                            \"pre_booking_time\": 201600,\n                            \"oneway\": false,\n                            \"ssid\": null,\n                            \"availability_rules\": \"contingents\",\n                            \"availability_checkin\": \"reservation-only\",\n                            \"minBookingDuration\": null,\n                            \"maxBookingDuration\": null,\n                            \"_joinData\": {\n                                \"id\": 4005,\n                                \"contingent_id\": 3643,\n                                \"location_id\": 957\n                            },\n                            \"networks\": \"\",\n                            \"image\": \"\",\n                            \"location_marker\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/marker-bike-sharing.png\",\n                            \"changeLogs\": [],\n                            \"oldOneWay\": null\n                        }\n                    ],\n                    \"image\": \"https://inbooma.s3.eu-central-1.amazonaws.com/images/Helm-Spark.jpg\",\n                    \"changeLogs\": [],\n                    \"tag_list\": \"\"\n                },\n                \"info\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6ac282b6-b93e-412d-85dc-5e117c72cd51"}],"id":"0c3b6903-a5ee-40ca-9727-3891e537d7a6","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>begin</strong></td>\n<td><code>datetime</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>Request time begin</em></td>\n</tr>\n<tr>\n<td><strong>end</strong></td>\n<td><code>datetime</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>Request time end</em></td>\n</tr>\n<tr>\n<td>client_id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>contingent_id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>ID of contingent (only if the availability of the single contingent is needed)</em></td>\n</tr>\n<tr>\n<td>location_id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>ID of location (only if availability of all contingents of one single location is needed)</em></td>\n</tr>\n<tr>\n<td>meta</td>\n<td><code>boolean</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>returns the meta datas of the requested objects</em></td>\n</tr>\n<tr>\n<td>calendar</td>\n<td><code>boolean</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>returns the availability in a special calendar format back</em></td>\n</tr>\n<tr>\n<td>only_fe_visible</td>\n<td><code>boolean</code></td>\n</tr>\n<tr>\n<td></td>\n<td>*returns only locations/contingents back wich are visible *</td>\n</tr>\n<tr>\n<td>network</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>webname of a network, if is set, then only locations/contingents of the network(s) will be responsed</em></td>\n</tr>\n<tr>\n<td>withoutExtraOptions</td>\n<td><code>boolean</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>returns only contingents back wich are not extra options</em></td>\n</tr>\n<tr>\n<td>resources</td>\n<td><code>boolean</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>also includes resources in response</em></td>\n</tr>\n<tr>\n<td>user_id</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>is needed to limit the amount of bookings</em></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>bold marked fields are required</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"14bfd3dd-5265-4d26-b1ea-2d072ff460b0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9a8b9f8b-f89f-4ffe-bb0d-636c0eea6e35","type":"text/javascript","exec":[""]}}],"_postman_id":"0c3b6903-a5ee-40ca-9727-3891e537d7a6"},{"name":"BookingProcess","item":[{"name":"Login (PUBLIC)","event":[{"listen":"prerequest","script":{"id":"41d62516-de1d-4a43-a706-74d520950422","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"f2614586-9cf5-4a32-99d7-4cecd9119315","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});","jsonData = pm.response.json();","pm.environment.set(\"JWT_TOKEN\", jsonData.data.token);"],"type":"text/javascript"}}],"id":"54cdfc4a-1077-45e4-b110-01b684a4fddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"{{USERNAME}}\",\n    \"password\":\"{{PASSWORD}}\"\n}"},"url":"{{URL}}/users/token","description":"<p>Request the Bearer Authentication Token</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>username</strong></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><strong>password</strong></td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>OR </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>email</strong></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><strong>password</strong></td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["users","token"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8b1ad759-4547-4db8-9ca4-9d6145a255c7","name":"Invalid username/email or password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"{{jsontype}}"},{"key":"Accept","value":"{{jsontype}}"}],"body":{"mode":"raw","raw":"{\n  \"username\":\"dem\",\n  \"password\":\"Test123\"\n}"},"url":"{{URL}}/api/users/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 06 Jul 2018 05:12:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"data\": {\n        \"message\": \"Invalid username\\/email or password\",\n        \"url\": \"\\/api\\/users\\/token\",\n        \"code\": 401,\n        \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/src\\/Controller\\/Api\\/UsersController.php\",\n        \"line\": 87,\n        \"exception\": {\n            \"class\": \"Cake\\\\Http\\\\Exception\\\\UnauthorizedException\",\n            \"code\": 401,\n            \"message\": \"Invalid username\\/email or password\"\n        },\n        \"trace\": [\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/friendsofcake\\/crud\\/src\\/Controller\\/ControllerTrait.php\",\n                \"line\": 63,\n                \"function\": \"call_user_func_array\",\n                \"args\": [\n                    [\n                        {\n                            \"paginate\": {\n                                \"limit\": 5000,\n                                \"maxLimit\": 10000\n                            },\n                            \"helpers\": [],\n                            \"request\": {\n                                \"trustProxy\": false\n                            },\n                            \"response\": {},\n                            \"components\": [],\n                            \"View\": null,\n                            \"passedArgs\": [],\n                            \"modelClass\": \"Users\",\n                            \"viewClass\": null,\n                            \"viewVars\": [],\n                            \"dispatchComponents\": {\n                                \"Crud\": true\n                            },\n                            \"RequestHandler\": {\n                                \"enabled\": true,\n                                \"ext\": \"json\",\n                                \"ajaxLayout\": null,\n                                \"request\": {\n                                    \"trustProxy\": false\n                                },\n                                \"response\": {},\n                                \"components\": []\n                            },\n                            \"Crud\": {\n                                \"request\": {\n                                    \"trustProxy\": false\n                                },\n                                \"response\": {},\n                                \"components\": []\n                            },\n                            \"Auth\": {\n                                \"components\": [\n                                    \"RequestHandler\",\n                                    \"Flash\"\n                                ],\n                                \"allowedActions\": [\n                                    \"token\",\n                                    \"userRegistration\",\n                                    \"validateEmail\",\n                                    \"savePassword\",\n                                    \"validateUserMailAdress\"\n                                ],\n                                \"request\": {\n                                    \"trustProxy\": false\n                                },\n                                \"response\": {},\n                                \"session\": {}\n                            }\n                        },\n                        \"token\"\n                    ],\n                    []\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Http\\/ActionDispatcher.php\",\n                \"line\": 120,\n                \"function\": \"invokeAction\",\n                \"class\": \"App\\\\Controller\\\\Api\\\\AppController\",\n                \"type\": \"-\\u003E\",\n                \"args\": []\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Http\\/ActionDispatcher.php\",\n                \"line\": 94,\n                \"function\": \"_invoke\",\n                \"class\": \"Cake\\\\Http\\\\ActionDispatcher\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"paginate\": {\n                            \"limit\": 5000,\n                            \"maxLimit\": 10000\n                        },\n                        \"helpers\": [],\n                        \"request\": {\n                            \"trustProxy\": false\n                        },\n                        \"response\": {},\n                        \"components\": [],\n                        \"View\": null,\n                        \"passedArgs\": [],\n                        \"modelClass\": \"Users\",\n                        \"viewClass\": null,\n                        \"viewVars\": [],\n                        \"dispatchComponents\": {\n                            \"Crud\": true\n                        },\n                        \"RequestHandler\": {\n                            \"enabled\": true,\n                            \"ext\": \"json\",\n                            \"ajaxLayout\": null,\n                            \"request\": {\n                                \"trustProxy\": false\n                            },\n                            \"response\": {},\n                            \"components\": []\n                        },\n                        \"Crud\": {\n                            \"request\": {\n                                \"trustProxy\": false\n                            },\n                            \"response\": {},\n                            \"components\": []\n                        },\n                        \"Auth\": {\n                            \"components\": [\n                                \"RequestHandler\",\n                                \"Flash\"\n                            ],\n                            \"allowedActions\": [\n                                \"token\",\n                                \"userRegistration\",\n                                \"validateEmail\",\n                                \"savePassword\",\n                                \"validateUserMailAdress\"\n                            ],\n                            \"request\": {\n                                \"trustProxy\": false\n                            },\n                            \"response\": {},\n                            \"session\": {}\n                        }\n                    }\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Http\\/BaseApplication.php\",\n                \"line\": 232,\n                \"function\": \"dispatch\",\n                \"class\": \"Cake\\\\Http\\\\ActionDispatcher\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"trustProxy\": false\n                    },\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Http\\/Runner.php\",\n                \"line\": 65,\n                \"function\": \"__invoke\",\n                \"class\": \"Cake\\\\Http\\\\BaseApplication\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"trustProxy\": false\n                    },\n                    {},\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/src\\/Middleware\\/CorsMiddleware.php\",\n                \"line\": 14,\n                \"function\": \"__invoke\",\n                \"class\": \"Cake\\\\Http\\\\Runner\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"trustProxy\": false\n                    },\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Http\\/Runner.php\",\n                \"line\": 65,\n                \"function\": \"__invoke\",\n                \"class\": \"App\\\\Middleware\\\\CorsMiddleware\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"trustProxy\": false\n                    },\n                    {},\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Routing\\/Middleware\\/RoutingMiddleware.php\",\n                \"line\": 157,\n                \"function\": \"__invoke\",\n                \"class\": \"Cake\\\\Http\\\\Runner\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"trustProxy\": false\n                    },\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Http\\/Runner.php\",\n                \"line\": 65,\n                \"function\": \"__invoke\",\n                \"class\": \"Cake\\\\Routing\\\\Middleware\\\\RoutingMiddleware\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"trustProxy\": false\n                    },\n                    {},\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/ozee31\\/cakephp-cors\\/src\\/Routing\\/Middleware\\/CorsMiddleware.php\",\n                \"line\": 31,\n                \"function\": \"__invoke\",\n                \"class\": \"Cake\\\\Http\\\\Runner\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"trustProxy\": false\n                    },\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Http\\/Runner.php\",\n                \"line\": 65,\n                \"function\": \"__invoke\",\n                \"class\": \"Cors\\\\Routing\\\\Middleware\\\\CorsMiddleware\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"trustProxy\": false\n                    },\n                    {},\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Routing\\/Middleware\\/AssetMiddleware.php\",\n                \"line\": 88,\n                \"function\": \"__invoke\",\n                \"class\": \"Cake\\\\Http\\\\Runner\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"trustProxy\": false\n                    },\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Http\\/Runner.php\",\n                \"line\": 65,\n                \"function\": \"__invoke\",\n                \"class\": \"Cake\\\\Routing\\\\Middleware\\\\AssetMiddleware\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"trustProxy\": false\n                    },\n                    {},\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Error\\/Middleware\\/ErrorHandlerMiddleware.php\",\n                \"line\": 98,\n                \"function\": \"__invoke\",\n                \"class\": \"Cake\\\\Http\\\\Runner\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"trustProxy\": false\n                    },\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Http\\/Runner.php\",\n                \"line\": 65,\n                \"function\": \"__invoke\",\n                \"class\": \"Cake\\\\Error\\\\Middleware\\\\ErrorHandlerMiddleware\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"trustProxy\": false\n                    },\n                    {},\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Http\\/Runner.php\",\n                \"line\": 51,\n                \"function\": \"__invoke\",\n                \"class\": \"Cake\\\\Http\\\\Runner\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {\n                        \"trustProxy\": false\n                    },\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/vendor\\/cakephp\\/cakephp\\/src\\/Http\\/Server.php\",\n                \"line\": 98,\n                \"function\": \"run\",\n                \"class\": \"Cake\\\\Http\\\\Runner\",\n                \"type\": \"-\\u003E\",\n                \"args\": [\n                    {},\n                    {\n                        \"trustProxy\": false\n                    },\n                    {}\n                ]\n            },\n            {\n                \"file\": \"\\/var\\/www\\/inbooma2\\/cake_api\\/webroot\\/index.php\",\n                \"line\": 40,\n                \"function\": \"run\",\n                \"class\": \"Cake\\\\Http\\\\Server\",\n                \"type\": \"-\\u003E\",\n                \"args\": []\n            }\n        ]\n    }\n}"},{"id":"3ac1c6e2-d0ab-4381-a61c-ba81ef37d9e4","name":"Login with email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"{{jsontype}}"},{"key":"Accept","value":"{{jsontype}}"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"teststts@tests.freizeitplan.net\",\n    \"password\":\"Test123\"\n}"},"url":"{{URL}}/api/users/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Accept, Authorization, Cache-Control, Content-Type, X-Requested-With, x-csrf-token, X-DEBUGKIT-ID","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS, PATCH, POST, PUT, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 06 Jul 2018 05:14:11 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-DEBUGKIT-ID","value":"*","name":"X-DEBUGKIT-ID","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ3ZjBlYnQ2Zi00ZjU4LTQ5NWYtYTc3YS1iNGE0YjI2aDEyZDQiLCJleHAiOjE1NDg5OTgwNTF9.Qzg5Dn3EFFitb_62nGjqsUO5QEa4DLwTpLBHQcjIXZE\"\n    },\n    \"user\": {\n        \"id\": \"wf0ebt6f-4f58-495f-a77a-b4a4b26h12d4\",\n        \"created_by\": null,\n        \"modified_by\": null,\n        \"client_id\": 1,\n        \"username\": \"demo\",\n        \"email\": \"teststts@tests.freizeitplan.net\",\n        \"first_name\": \"Demo\",\n        \"last_name\": \"User\",\n        \"title\": null,\n        \"activation_date\": null,\n        \"secret\": null,\n        \"secret_verified\": null,\n        \"tos_date\": \"2018-03-02T08:43:23+01:00\",\n        \"active\": true,\n        \"is_superuser\": false,\n        \"role\": \"user\",\n        \"lang\": \"en_US\",\n        \"created\": \"2018-03-02T05:10:46+01:00\",\n        \"modified\": \"2018-03-02T05:11:47+01:00\",\n        \"deleted\": null\n    }\n}"},{"id":"525bc368-1e63-4021-a4c1-0402b2fa91c4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"{{jsontype}}"},{"key":"Accept","value":"{{jsontype}}"}],"body":{"mode":"raw","raw":"{\n  \"username\":\"demo\",\n  \"password\":\"Test123\"\n}"},"url":"{{URL}}/api/users/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Accept, Authorization, Cache-Control, Content-Type, X-Requested-With, x-csrf-token, X-DEBUGKIT-ID","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS, PATCH, POST, PUT, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 06 Jul 2018 05:12:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-DEBUGKIT-ID","value":"*","name":"X-DEBUGKIT-ID","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ3ZjBlYnQ2Zi00ZjU4LTQ5NWYtYTc3YS1iNGE0YjI2aDEyZDQiLCJleHAiOjE1NDg5OTc5MjF9.WSTpdfW2u93sOpY7ZlRDYGFZNNcF8JAzUMxD2eJMWd0\"\n    },\n    \"user\": {\n        \"id\": \"wf0ebt6f-4f58-495f-a77a-b4a4b26h12d4\",\n        \"created_by\": null,\n        \"modified_by\": null,\n        \"client_id\": 1,\n        \"username\": \"demo\",\n        \"email\": \"teststts@tests.freizeitplan.net\",\n        \"first_name\": \"Demo\",\n        \"last_name\": \"User\",\n        \"title\": null,\n        \"activation_date\": null,\n        \"secret\": null,\n        \"secret_verified\": null,\n        \"tos_date\": \"2018-03-02T08:43:23+01:00\",\n        \"active\": true,\n        \"is_superuser\": false,\n        \"role\": \"user\",\n        \"lang\": \"en_US\",\n        \"created\": \"2018-03-02T05:10:46+01:00\",\n        \"modified\": \"2018-03-02T05:11:47+01:00\",\n        \"deleted\": null\n    }\n}"}],"_postman_id":"54cdfc4a-1077-45e4-b110-01b684a4fddb"},{"name":"Availability check for all locations of a client (PUBLIC)","event":[{"listen":"test","script":{"id":"adb0c116-dc8c-4040-a0a6-8236ffb8c688","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","packages":{}}}],"id":"a20c5f02-66fe-4698-b451-ca138d03ee80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\n  \"client_id\":{{CLIENT_ID}}\n  \"begin\":\"2024-01-01 00:00:00\",\n  \"endd\":\"2024-01-31 23:59:59\n}"},"url":"{{URL}}/resources/getAvailablesForClient","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong></td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["resources","getAvailablesForClient"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a20c5f02-66fe-4698-b451-ca138d03ee80"},{"name":"Create order (PUBLIC)","event":[{"listen":"prerequest","script":{"id":"056fe6e7-05d1-421f-a054-346ff5aa5ebe","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"dd742754-164f-4e14-8f12-3653bee18756","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     //pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});","jsonData = pm.response.json();","pm.environment.set(\"ORDER_ID\", jsonData.data.id);"],"type":"text/javascript"}}],"id":"b6bf9ea9-46be-475a-b463-e012f31f11a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": \"{{USER_ID}}\",\r\n    \"client_id\":{{CLIENT_ID}},\r\n    \"description\": \"Beschreibung des Auftrags, falls notwendig oder gewünscht.\",\r\n    \"status\":\"confirmed\"\r\n}"},"url":"{{URL}}/orders","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>user_id</strong></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><strong>client_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td><code>string</code>(´confirmed´, ´requested´)</td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["orders"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6bf9ea9-46be-475a-b463-e012f31f11a9"},{"name":"Create reservation (PUBLIC)","event":[{"listen":"prerequest","script":{"id":"18dc9988-536f-45ba-8106-f4f8f07d9736","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"bea09acc-9fa1-492a-9a9f-01bb458f28c4","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     //pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});","jsonData = pm.response.json();","pm.environment.set(\"RESERVATION_ID\", jsonData.data.id);"],"type":"text/javascript"}}],"id":"3b1215b1-b476-4ab7-9b0a-0aadc8a59a97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": {{ORDER_ID}},\r\n    \"description\": \"Test Beschreibundg, falls notwendig oder gewünscht\",\r\n    \"begin\": \"2019-08-03 11:00:00\",\r\n    \"end\": \"2019-08-04 11:00:00\",\r\n    \"begin_location\": {{BEGIN_LOCATION_ID}},\r\n    \"end_location\": {{END_LOCATION_ID}},\r\n    \"client_id\":{{CLIENT_ID}},\r\n    \"status\":\"confirmed\",\r\n    \"contingents\":[ \r\n        {\r\n            \"id\": 20,\r\n            \"_joinData\":{   \r\n              \"amount\": \"1\"\r\n            }\r\n        }\r\n    ]\r\n}\r\n"},"url":"{{URL}}/reservations","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>order_id</em>*</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>begin</strong></td>\n<td><code>datetime</code></td>\n</tr>\n<tr>\n<td><strong>end</strong></td>\n<td><code>datetime</code></td>\n</tr>\n<tr>\n<td><strong>begin_location</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>end_location</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>client_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><strong>contingents</strong></td>\n<td><code>array of objects</code></td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["reservations"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b1215b1-b476-4ab7-9b0a-0aadc8a59a97"},{"name":"Execute order","event":[{"listen":"prerequest","script":{"id":"2b474680-d76f-42e4-9564-0034bc18ae1e","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"0568ad8f-f578-46ae-aed9-77da99154ee1","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     //pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript"}}],"id":"fd23f9cd-6cfc-4e2e-b17c-440cfc895f4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\n}"},"url":"{{URL}}/orders/execute/{{ORDER_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["orders","execute","{{ORDER_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd23f9cd-6cfc-4e2e-b17c-440cfc895f4c"},{"name":"Checkin","event":[{"listen":"prerequest","script":{"id":"8dc3029a-6e91-4f31-a8be-dee994c87741","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"5b91e4dd-d8bc-4d7a-913f-980ac19c55f8","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     //pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});","jsonData = pm.response.json();","pm.environment.set(\"CHECKIN_ID\", jsonData.data.id);"],"type":"text/javascript"}}],"id":"42342548-2526-43c1-ab5c-032a2a3d08d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\r\n        \"checkin\":\"2019-08-03 12:32:15\",\r\n        \"resource_id\":{{RESOURCE_ID}},\r\n        \"reservation_id\": {{RESERVATION_ID}}\r\n}"},"url":"{{URL}}/checkins","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>checkin</strong></td>\n<td><code>datetime</code>(current datetime)</td>\n</tr>\n<tr>\n<td><strong>resource_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>reservation_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["checkins"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"42342548-2526-43c1-ab5c-032a2a3d08d2"},{"name":"Checkout","event":[{"listen":"prerequest","script":{"id":"eb34c5d0-8180-4753-b83d-c009c3fc98d0","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"108f3315-52d1-4b74-b658-24d38cfcb5a0","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","packages":{}}}],"id":"08f06d0c-9925-4123-953f-d63dd72ccf25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\r\n    \"checkout\":\"2024-01-04 11:22:03\",\r\n    \"lat\":51.3291218,\r\n    \"lng\":12.3273648,\r\n    \"location_id\":{{LOCATION_ID}}\r\n}"},"url":"{{URL}}/checkins/{{CHECKIN_ID}}","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>checkout</strong></td>\n<td><code>datetime</code>(current datetime)</td>\n</tr>\n<tr>\n<td><strong>lat</strong></td>\n<td><code>double</code></td>\n</tr>\n<tr>\n<td><strong>lng</strong></td>\n<td><code>double</code></td>\n</tr>\n<tr>\n<td><strong>location_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["checkins","{{CHECKIN_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"08f06d0c-9925-4123-953f-d63dd72ccf25"}],"id":"d55fbfe9-515b-4889-b1b1-7952574c0a9e","description":"<h2 id=\"sharing-and-renting-process\">Sharing and Renting Process</h2>\n<ol>\n<li>POST Login</li>\n<li>POST getAvailabilityForClient</li>\n<li>POST Create order</li>\n<li>POST Create reservation</li>\n<li>POST Execute order</li>\n<li>POST Create checkin</li>\n<li>PATCH Checkout</li>\n</ol>\n<p><strong>bold</strong> attributes = required</p>\n","event":[{"listen":"prerequest","script":{"id":"3f2bba92-f277-4f21-b04e-f0b7f287c8ff","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"61d977e3-2654-49dc-8f77-7fec6a6bbc0f","type":"text/javascript","exec":[""]}}],"_postman_id":"d55fbfe9-515b-4889-b1b1-7952574c0a9e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Checkins","item":[{"name":"Checkin","event":[{"listen":"prerequest","script":{"id":"37b20c88-0ec2-478c-8e5c-89a9feaa9469","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"d0a842ae-55fd-463c-95aa-bb51a8376e28","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     //pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});","jsonData = pm.response.json();","pm.environment.set(\"CHECKIN_ID\", jsonData.data.id);"],"type":"text/javascript"}}],"id":"a4327546-55b1-4fbb-a978-daad1e159042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\r\n        \"checkin\":\"2019-08-03 12:32:15\",\r\n        \"resource_id\":{{RESOURCE_ID}},\r\n        \"reservation_id\": {{RESERVATION_ID}}\r\n}"},"url":"{{URL}}/checkins","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>checkin</strong></td>\n<td><code>datetime</code>(current datetime)</td>\n</tr>\n<tr>\n<td><strong>resource_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>reservation_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["checkins"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4327546-55b1-4fbb-a978-daad1e159042"},{"name":"Checkout","event":[{"listen":"prerequest","script":{"id":"11cc4391-236c-4383-b98d-511e53d41c76","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"7ed0b742-e665-4da6-9dae-447b02dd6d86","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript"}}],"id":"2915e252-9615-4230-87cd-262f5ddd569e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\r\n    \"checkout\":\"2019-08-04 11:22:03\",\r\n    \"lat\":51.3291218,\r\n    \"lng\":12.3273648,\r\n    \"location_id\":{{LOCATION_ID}}\r\n}"},"url":"{{URL}}/checkins/{{CHECKIN_ID}}","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>checkout</strong></td>\n<td><code>datetime</code>(current datetime)</td>\n</tr>\n<tr>\n<td><strong>lat</strong></td>\n<td><code>double</code></td>\n</tr>\n<tr>\n<td><strong>lng</strong></td>\n<td><code>double</code></td>\n</tr>\n<tr>\n<td><strong>location_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["checkins","{{CHECKIN_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2915e252-9615-4230-87cd-262f5ddd569e"}],"id":"e5aa37a8-fe2f-438c-a86b-98dac57afac2","_postman_id":"e5aa37a8-fe2f-438c-a86b-98dac57afac2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"CheckinTimes","item":[{"name":"CheckinPeriods","item":[{"name":"Index CheckInPeriods","id":"86ab1885-67e4-48b1-afda-b834ddb5b58a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/check_in_periods","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["check_in_periods"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"86ab1885-67e4-48b1-afda-b834ddb5b58a"},{"name":"View CheckInPeriod","id":"04a13a6d-1415-494d-b249-1d6ba9470968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/check_in_periods/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["check_in_periods","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"04a13a6d-1415-494d-b249-1d6ba9470968"},{"name":"Add CheckInPeriod","id":"53793192-6d37-4b6c-a1a0-66048ce14bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"valid_from\":\"2019-04-01 00:00:00\",\r\n   \"location_id\": 679,\r\n   \"check_in_hours\":[\r\n   \t{\r\n   \t\t\"weekday\": 1,\r\n   \t\t\"begin\": \"08:00:00\",\r\n   \t\t\"end\": \"18:00:00\"\r\n   \t},\r\n   \t{\r\n   \t\t\"weekday\": 2,\r\n   \t\t\"begin\": \"08:00:00\",\r\n   \t\t\"end\": \"18:00:00\"\r\n   \t},\r\n   \t{\r\n   \t\t\"weekday\": 3,\r\n   \t\t\"begin\": \"08:00:00\",\r\n   \t\t\"end\": \"18:00:00\"\r\n   \t},\r\n   \t{\r\n   \t\t\"weekday\": 4,\r\n   \t\t\"begin\": \"08:00:00\",\r\n   \t\t\"end\": \"18:00:00\"\r\n   \t},\r\n   \t{\r\n   \t\t\"weekday\": 5,\r\n   \t\t\"begin\": \"08:00:00\",\r\n   \t\t\"end\": \"18:00:00\"\r\n   \t}\r\n   \t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/check_in_periods","description":"<p>This endpoint allows you to create check-in periods for a specific location using an HTTP POST request to /check_in_periods.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>valid_from</code> (string): The date from which the check-in period is valid.</p>\n</li>\n<li><p><code>location_id</code> (integer): The ID of the location for which the check-in period is being created.</p>\n</li>\n<li><p><code>check_in_hours</code> (array): OPTIONAL An array of objects containing the check-in hours for each weekday, with the following properties:</p>\n<ul>\n<li><code>weekday</code> (integer): The number representing the day of the week (0 for Sunday, 1 for Monday, and so on).</li>\n<li><code>begin</code> (string): The start time of the check-in period for the specified weekday.</li>\n<li><code>end</code> (string): The end time of the check-in period for the specified weekday.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The last execution of this request returned a status code of 201, along with the following response body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"id\": 1,\n    \"valid_from\": \"\",\n    \"location_id\": \"\",\n    \"check_in_hours\": \n        [\n          {\n             \"id\": 1,\n             \"begin\": \"\",\n             \"end\": \"\",\n             \"weekday\": 1,\n             \"check_in_period_id\": 1\n          }\n        ]\n  }\n}\n\n</code></pre>\n<ul>\n<li><code>success</code> (boolean): Indicates whether the request was successful.</li>\n<li><code>data</code> (object): Contains additional information about the request.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["check_in_periods"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"53793192-6d37-4b6c-a1a0-66048ce14bde"},{"name":"Edit CheckInPeriod","id":"c399f136-79d7-475c-9b19-c6599e53c6de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"valid_from\": \"2024-01-18 09:56\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/check_in_periods/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["check_in_periods","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c399f136-79d7-475c-9b19-c6599e53c6de"},{"name":"Delete CheckInPeriod","id":"c47325a4-b9ff-45b0-8403-ec94a0d45c52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/check_in_periods/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["check_in_periods","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c47325a4-b9ff-45b0-8403-ec94a0d45c52"},{"name":"getAvailableTimes","id":"1524cc9b-c977-4b25-9f60-7f062a7a1064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from\": \"2024-02-29 08:00\",\r\n    \"type\": \"week\",\r\n    \"location_id\": 753,\r\n    \"contingent_id\": 5399,\r\n    \"client_id\": 19\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/check_in_periods/getAvailableTimes","description":"<p>This endpoint allows you to retrieve available check-in periods.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>from</code> (datetime, optional): The starting date and time if empty now datetime will be used.</li>\n<li><code>type</code> (text): can be week, day or month(later), week gives a weeky schedule with times, day gives the availability of the given day with start of availability.</li>\n<li><code>location_id</code> (text, required conditionally): The ID of the location, is needed by type week or month.</li>\n<li><code>contingent_id</code> (text, required conditionally): The ID of the contingent, is needed by type week or month.</li>\n<li><code>client_id</code> (text, required conditionally): The ID of the client, only needed by type day.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li>Status: 200</li>\n<li>Content-Type: application/json</li>\n<li><code>success</code> (boolean): Indicates if the request was successful.</li>\n<li><code>data</code> (object): Contains additional data.<ul>\n<li><code>message</code> (text): A message related to the response.</li>\n<li><code>url</code> (text): A URL related to the response.</li>\n<li><code>code</code> (number): A code related to the response.</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["check_in_periods","getAvailableTimes"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1524cc9b-c977-4b25-9f60-7f062a7a1064"}],"id":"9226ad6b-bbe1-4f44-a8aa-2b2d94f83f14","description":"<p>CheckinPeriods contain the begin of the validity of the Opening Times and link to a station to which it belongs</p>\n","_postman_id":"9226ad6b-bbe1-4f44-a8aa-2b2d94f83f14","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"CheckinHours","item":[{"name":"Index CheckInHours","id":"2797724b-57b8-45b3-9293-11a2b80323ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/check_in_hours","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["check_in_hours"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2797724b-57b8-45b3-9293-11a2b80323ea"},{"name":"View CheckInHour","id":"fe983065-49ca-457f-a50e-5ed68a2cdab4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/check_in_hours/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["check_in_hours","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe983065-49ca-457f-a50e-5ed68a2cdab4"},{"name":"Add CheckInHour","id":"726d9649-64a8-4503-a115-1fede2a6f555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \t\"weekday\": 1,\r\n   \t\"begin\": \"08:00:00\",\r\n   \t\"end\": \"18:00:00\",\r\n    \"check_in_period_id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/check_in_hours","description":"<h3 id=\"check-in-hours\">Check In Hours</h3>\n<p>This endpoint is used to check in hours. It is a POST request that expects the following payload in the raw request body.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>weekday</td>\n<td>text</td>\n<td>The weekday for which the check-in hours are being added</td>\n</tr>\n<tr>\n<td>begin</td>\n<td>text</td>\n<td>The start time of the check-in period</td>\n</tr>\n<tr>\n<td>end</td>\n<td>text</td>\n<td>The end time of the check-in period</td>\n</tr>\n<tr>\n<td>check_in_period_id</td>\n<td>text</td>\n<td>The ID of the check-in period</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\">Response</h4>\n<ul>\n<li>Status: 201</li>\n<li>success (boolean): Indicates if the operation was successful</li>\n<li>data (object): Contains the created OpeningHour with the fields above plus id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["check_in_hours"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"726d9649-64a8-4503-a115-1fede2a6f555"},{"name":"Edit CheckInHour","id":"e29b8137-cc04-403c-9406-e1faa7e45e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"end\": \"19:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/check_in_hours/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["check_in_hours","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e29b8137-cc04-403c-9406-e1faa7e45e58"},{"name":"Delete CheckInHour","id":"775a0257-8b56-4845-9282-ad233067d8ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/check_in_hours/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["check_in_hours","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"775a0257-8b56-4845-9282-ad233067d8ba"}],"id":"4269ca47-4e3f-43d4-9180-bff195e3544b","_postman_id":"4269ca47-4e3f-43d4-9180-bff195e3544b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}}],"id":"20b73ad3-7002-49a3-a669-a0ac963911d2","description":"<p>This contains the Opening Times, seperated by two models: CheckinPeriods and CheckinTimes</p>\n","_postman_id":"20b73ad3-7002-49a3-a669-a0ac963911d2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Clients","item":[{"name":"View client","id":"1445dfff-bfa0-42be-8161-2a59d8860690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/clients/{{CLIENT_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["clients","{{CLIENT_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1445dfff-bfa0-42be-8161-2a59d8860690"},{"name":"Update client","id":"66b51f15-4af6-4c27-afed-cb35d2661c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organization\": \"Test Organization\"\n}"},"url":"{{URL}}/clients/{{CLIENT_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["clients","{{CLIENT_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"66b51f15-4af6-4c27-afed-cb35d2661c41"}],"id":"08740bac-9ad9-4805-91d0-3e8fec2b8c4b","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>organization</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>street</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>number</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>city</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>zip</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>country</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>agb</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>help</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>active</td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td>logo</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>frontend_hash</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>api_key</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>is_public</td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td>phone</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>imprint</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>url</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>currency</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>rental_contract_terms</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>hash</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>user_hash</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>privacy</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>payment_methods</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>payment_methods_info</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>product</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>display_name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>cancel_requested_orders</td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td>cancel_requested_orders_time</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>send_reminder_mail_for_offers</td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td>reminder_time_for_offers</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>content_modifications</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>frontend_url</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>system_operator</td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td>marker_logo</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>stripe</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>stripe_customer</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"08740bac-9ad9-4805-91d0-3e8fec2b8c4b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"ContingentNumbers","item":[{"name":"Add contingent_numbers","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a86fbb4d-5d51-41cc-a340-5334fbff78d6"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.expect(pm.response.code).to.be.oneOf([200, 201])","     //pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","     jsonData = pm.response.json();","     pm.environment.set(\"CONTINGENT_NUMBER_ID\", jsonData.data.id);","});"],"type":"text/javascript","id":"ef2de65f-ca2a-4f9a-a7a9-d470be084256"}}],"id":"7296903c-2f69-4ca8-9e90-69fbaf0ca8f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\n\n            \"valid_from\":\"2018-01-01 18:00:00\",\n            \"number\":\"20\",\n            \"contingent_id\": \"20\"\n}\n"},"url":"{{URL}}/contingent_numbers","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>201</td>\n<td>Created</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad Request: \"contingent_id and valid_from date already exist. Please update the ContingentNumber with ID: {{CONTINGENT_NUMBER_ID}}\"</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Not Available: \"Contingent ID: {{CONTINGENT_ID}} is not available. You can't reduce the number of contingents.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["contingent_numbers"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7296903c-2f69-4ca8-9e90-69fbaf0ca8f0"},{"name":"Index contingent_numbers","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"79761688-2164-4368-9259-10eba369871b"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"d2825eda-ecb2-48af-9a4c-cf41f5761145"}}],"id":"2534d240-528b-4770-aa14-ed6cb5c3f6a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/contingent_numbers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["contingent_numbers"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2534d240-528b-4770-aa14-ed6cb5c3f6a8"},{"name":"View contingent_numbers","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"f2c601d8-f34e-495b-b3fc-30f15c1a7e1d"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"e39f7363-7ce1-41f4-9a93-2ffd49048410"}}],"id":"dfcadad8-729a-4b0d-baf9-16912391d972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/contingent_numbers/{{CONTINGENT_NUMBER_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["contingent_numbers","{{CONTINGENT_NUMBER_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfcadad8-729a-4b0d-baf9-16912391d972"},{"name":"Edit contingent_numbers","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"2b58cc39-f776-4db6-9e5a-714a1c45614d"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"a9463909-6458-444f-8a03-d75aaf14596b"}}],"id":"812108bf-5439-4de5-98e7-4f88ef7d0a21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\n            \"valid_from\":\"2019-01-01 18:00:00\",\n            \"number\":5\n}\n"},"url":"{{URL}}/contingent_numbers/{{CONTINGENT_NUMBER_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["contingent_numbers","{{CONTINGENT_NUMBER_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"812108bf-5439-4de5-98e7-4f88ef7d0a21"},{"name":"Delete contingent_numbers","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"27f524b2-93a9-4ce9-9bad-27220cff262a"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"3f2ea511-b007-412f-8f80-a9734de9d9d7"}}],"id":"e3ee8c90-e426-4b53-9259-f23781f4fbeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/contingent_numbers/{{CONTINGENT_NUMBER_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["contingent_numbers","{{CONTINGENT_NUMBER_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3ee8c90-e426-4b53-9259-f23781f4fbeb"}],"id":"d4bec6fd-56ba-41a9-bb8f-22a5b47a6abd","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contingent_id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>number</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>amount of contingents</em></td>\n</tr>\n<tr>\n<td>valid_from</td>\n<td><code>datetime</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>available from</em></td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bf349fc5-ffc0-40a4-8422-62f63a4f3dea"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4734e8c7-416d-4285-970f-e0608b163fc7"}}],"_postman_id":"d4bec6fd-56ba-41a9-bb8f-22a5b47a6abd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Contingents","item":[{"name":"Add contingent","event":[{"listen":"prerequest","script":{"id":"00300dba-eed8-4c36-98db-2ca3b186b4da","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"589a7fbe-b03f-46f8-a7d5-0bef0399b53e","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.expect(pm.response.code).to.be.oneOf([200, 201])","     //pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","     jsonData = pm.response.json();","     pm.environment.set(\"CONTINGENT_ID\", jsonData.data.id);","});"],"type":"text/javascript"}}],"id":"9e6eda5a-a4d6-406f-b84f-934defbcb8c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test Contingent\",\r\n    \"description\": \"Testdescription\",\r\n    \"client_id\": 48,\r\n    \"resourcetype_id\":1,\r\n    \"sort_order\":1,\r\n    \"locations\": [\r\n        {\r\n            \"id\": 1\r\n        }\r\n    ],\r\n    \"networks\": \"\",\r\n    \"tag_list\": [\"M\",\"ebike\"],\r\n    \"contingent_numbers\": [\r\n        {\r\n        \t\"valid_from\": \"2021-01-01 00:00:00\",\r\n            \"number\": 12\r\n        }\r\n    ]\r\n}"},"url":"{{URL}}/contingents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["contingents"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e6eda5a-a4d6-406f-b84f-934defbcb8c2"},{"name":"Index contingents [PUBLIC]","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"dce4e704-044a-477a-bd28-60483dc0336e"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"5c76d2aa-6903-4e29-b9a6-437cf95468f5"}}],"id":"1be7e13f-0ba9-4290-a360-e505acb6b636","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/contingents?sort=id&direction=desc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["contingents"],"host":["{{URL}}"],"query":[{"key":"sort","value":"id"},{"key":"direction","value":"desc"}],"variable":[]}},"response":[],"_postman_id":"1be7e13f-0ba9-4290-a360-e505acb6b636"},{"name":"View contingent","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"112b7f54-722a-4c22-8218-fdebe06dd454"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"50bdd4d9-b4a3-48f7-9d91-fc253a6b0c6d"}}],"id":"0cfa15ae-e09d-4acc-83d4-9bcaa711c8b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/contingents/{{CONTINGENT_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["contingents","{{CONTINGENT_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cfa15ae-e09d-4acc-83d4-9bcaa711c8b6"},{"name":"Edit contingent","event":[{"listen":"prerequest","script":{"id":"fa898577-29b3-47fb-a76a-3ba08671ffbc","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"2c0baa1d-aff6-4428-84e6-40bfb3640bc3","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript"}}],"id":"90d57d43-51d3-42ee-86d5-de1ae5f66f80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","name":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Language","value":"en_GB","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"Test Bike\",\n\t\"tag_list\":[\"test\",\"S\"]\n}"},"url":"{{URL}}/contingents/{{CONTINGENT_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["contingents","{{CONTINGENT_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"90d57d43-51d3-42ee-86d5-de1ae5f66f80"},{"name":"Delete contingent","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"e4882201-0c07-4def-a150-cc457e4e2e03"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"d240e5a0-8f19-4182-abd9-ee9cb9aeb7f8"}}],"id":"2263ae51-eaab-4aa9-ae3b-649edff2caee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/contingents/{{CONTINGENT_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["contingents","{{CONTINGENT_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2263ae51-eaab-4aa9-ae3b-649edff2caee"},{"name":"Get trashed contingents","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"47253e18-fcb5-4a7e-b6da-58b4cd95314f"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"ac930cfb-bb47-43ee-8e74-e6742a47c9c6"}}],"id":"f7e9541e-1a4d-41d6-b0b8-7fc35b509e5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/contingents/getTrashed","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["contingents","getTrashed"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7e9541e-1a4d-41d6-b0b8-7fc35b509e5a"},{"name":"Activate trashed contingent","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"c439dcae-0ab3-4d4d-96ba-ee8911572254"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"4e4cb6f8-f1e6-4744-b121-536d29a43505"}}],"id":"8cab8471-a84a-4170-ba79-994046fe1244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/contingents/activateTrashedContingent/{{CONTINGENT_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["contingents","activateTrashedContingent","{{CONTINGENT_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cab8471-a84a-4170-ba79-994046fe1244"}],"id":"3dc58dac-3482-45d6-8bc7-e0558ab7b85a","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong></td>\n<td><code>string</code> (translateable)</td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code> (translateable)</td>\n</tr>\n<tr>\n<td>resourcetype_id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>fe_visible</td>\n<td><code>boolean</code></td>\n</tr>\n<tr>\n<td>image</td>\n<td><code>string</code> or <code>array of values</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>two differnt possibilities: a url as string or a array with following types:</em></td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    |blob|`string`, base64encoded image file|\n    |name|`string`, name of the file\n    |\n</code></pre><p>|<strong>client_id</strong>|<code>integer</code>|\n|locations|<code>array of objects</code>|\n||<em>locations to which this contingent belongs to</em>|\n|products|<code>array of objects</code>|\n||<em>products to which this contingent belongs to</em>|\n|networks|<code>comma sepeated string</code>|\n||<em>the webnames of the networks, to which this contingent belongs to</em>|\n|tag_list|<code>comma sepeated string</code>|\n||Possible entries: Sizes: S,M,L,XL or/and ebike|\n|contingent_numbers|<code>array of objects</code>|\n||<em>Number of available contingents</em>|\n|external_contingent_id|<code>string</code>|\n||<em>own id for the contingent</em>|\n|pricetariffs|<code>array of objects</code>|\n||<em>the pricetariffs where this contingent should have</em>\n|\n|||\n<strong>bold marked fields are required</strong></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ff2bb109-48aa-46f2-9895-1fbd3c7b7383"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"01a58bf7-dccc-44e2-ba45-f57b9833bbbe"}}],"_postman_id":"3dc58dac-3482-45d6-8bc7-e0558ab7b85a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"LocationAddress","item":[{"name":"Add location_address","event":[{"listen":"prerequest","script":{"id":"a42a9d1a-6def-4bb0-8039-dda920347843","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"a2026179-05da-4d33-ab48-53931149c78f","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.expect(pm.response.code).to.be.oneOf([200, 201])","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","     jsonData = pm.response.json();","     pm.environment.set(\"LOCATION_ADDRESS_ID\", jsonData.data.id);","});"],"type":"text/javascript"}}],"id":"978384a3-1b00-4c48-a20a-41c52b524b81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"location_id\":{{LOCATION_ID}},\r\n\t\"name\":\"Test\",\r\n\t\"longitude\":52.24332,\r\n\t\"latitude\":14.23145,\r\n\t\"client_id\": {{client_id}},\r\n\t\"description\": \"Testdescription\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/location_address","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["location_address"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"978384a3-1b00-4c48-a20a-41c52b524b81"},{"name":"Index location_address","event":[{"listen":"prerequest","script":{"exec":["pm.environment.get(\"jwt_token\");"],"type":"text/javascript","id":"c1645b71-878f-41d5-b20e-d7a5d58349b5"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"a6a4fe17-c919-4117-8771-c3f49f06cc0d"}}],"id":"3d52c3f6-d55f-4fe5-ac40-209ec90cf958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/location_address","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["location_address"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d52c3f6-d55f-4fe5-ac40-209ec90cf958"},{"name":"View location_address","event":[{"listen":"prerequest","script":{"exec":["pm.environment.get(\"jwt_token\");"],"type":"text/javascript","id":"29bd9ac9-4757-40b3-8a3d-f0d3bd68fcc4"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"acae8602-a71b-4496-8088-fe76ae6602f3"}}],"id":"a7c216bb-2615-4de0-aee5-c2f21769aa93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/location_address/{{LOCATION_ADDRESS_ID}}","description":"<p>This endpoint retrieves the location address details for a specific location address ID.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>URL:</p>\n<ul>\n<li><code>{{URL}}/location_address/{{LOCATION_ADDRESS_ID}}</code></li>\n</ul>\n</li>\n<li><p>Method:</p>\n<ul>\n<li><code>GET</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will include the following details:</p>\n<ul>\n<li><p><code>id</code>: The unique identifier for the location address.</p>\n</li>\n<li><p><code>street</code>: The street address of the location.</p>\n</li>\n<li><p><code>city</code>: The city of the location.</p>\n</li>\n<li><p><code>state</code>: The state of the location.</p>\n</li>\n<li><p><code>zip_code</code>: The postal code of the location.</p>\n</li>\n<li><p><code>country</code>: The country of the location.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["location_address","{{LOCATION_ADDRESS_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7c216bb-2615-4de0-aee5-c2f21769aa93"},{"name":"Edit location_address","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"1d0fbae4-f00a-420b-b133-3606d53aca01"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"5373961a-8542-4efe-bb1d-0a4ed23a7752"}}],"id":"01fd1a6c-438d-4b12-9079-c86035ee67df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Content-Language","value":"de_DE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\":{\r\n\t\t\"type\":\"locations\",\r\n\t\t\"id\":\"3\",\r\n\t\t\"attributes\":{\r\n    \t\t\"description\": \"Postman Testdescription\"\r\n\t\t}\r\n\t}\r\n}"},"url":"{{URL}}/location_address/{{LOCATION_ADDRESS_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["location_address","{{LOCATION_ADDRESS_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"01fd1a6c-438d-4b12-9079-c86035ee67df"},{"name":"Delete location_address","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"210662f1-498b-421b-ba27-e29ec9989b15"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"4b75810e-4927-48a3-8f7f-d0ed1f66214b"}}],"id":"68a1f0ab-52f1-4aa8-9178-2763ffbdc469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/location_address/{{LOCATION_ADDRESS_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["location_address","{{LOCATION_ADDRESS_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"68a1f0ab-52f1-4aa8-9178-2763ffbdc469"}],"id":"8ca141ca-fdb8-4c57-b3f1-58fd0fc1e4eb","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>location_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>house_number</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>street</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>phone_number</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>country</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>city</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>organization</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>addresstext</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"96983c70-e5f0-46ea-ac64-2fcafe5b1e0c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e99b18a3-da45-41aa-8eb7-2daeefc57915"}}],"_postman_id":"8ca141ca-fdb8-4c57-b3f1-58fd0fc1e4eb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Locations","item":[{"name":"Add location","event":[{"listen":"prerequest","script":{"id":"8b2c376a-d8fe-4273-a255-61dbc60233a0","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"f2c4f45e-9db0-47c9-8ad3-49c9642fbcdb","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.expect(pm.response.code).to.be.oneOf([200, 201])","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed     ","     jsonData = pm.response.json();","     pm.environment.set(\"LOCATION_ID\", jsonData.data.id);","});"],"type":"text/javascript"}}],"id":"e7ca2ea3-4283-4ed9-8e8d-3b136c7e54e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Location\",\n    \"longitude\": 18.5188315,\n    \"latitude\": 47.1722005,\n    \"client_id\": 48,\n    \"description\": \"Test Description\",\n    \"geofence\": 0,\n    \"fe_visible\": 1,\n    \"external_location_id\": 1,\n    \"networks\": \"\"\n}"},"url":"{{URL}}/locations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7ca2ea3-4283-4ed9-8e8d-3b136c7e54e6"},{"name":"Index locations [PUBLIC]","event":[{"listen":"prerequest","script":{"exec":["pm.environment.get(\"jwt_token\");"],"type":"text/javascript","id":"c93883aa-6768-425f-b20c-4dd1093d2d28"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"f3961ff5-86e8-4bde-9d05-c7325d46452a"}}],"id":"335656bc-1599-4c61-a55c-83806f5b0578","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/locations?limit=2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations"],"host":["{{URL}}"],"query":[{"key":"limit","value":"2"}],"variable":[]}},"response":[],"_postman_id":"335656bc-1599-4c61-a55c-83806f5b0578"},{"name":"View location","event":[{"listen":"prerequest","script":{"exec":["pm.environment.get(\"jwt_token\");"],"type":"text/javascript","id":"21b63695-3857-4afb-b51b-1cab1e2b71a3"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"9441288d-901e-4dba-a43d-969496d4e377"}}],"id":"f93553e6-ef29-4e57-882b-29f35f0d6311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/locations/{{LOCATION_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations","{{LOCATION_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f93553e6-ef29-4e57-882b-29f35f0d6311"},{"name":"Edit location","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"3a42c10c-4093-4907-8810-10cfab5a1fee"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"7e8173d9-8835-45b4-83f7-c2ec2c8bce3b"}}],"id":"c3d9e1ab-59ad-46eb-9099-cf99c2ccc2b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Content-Language","value":"de_DE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"description\": \"Postman Testdescription\"\r\n}"},"url":"{{URL}}/locations/{{LOCATION_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations","{{LOCATION_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3d9e1ab-59ad-46eb-9099-cf99c2ccc2b8"},{"name":"Delete location","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"90df0e87-4d42-490d-93c5-6bed8f9e41c6"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"c15fc8d6-906e-410d-9b5d-bbaadb61f2f8"}}],"id":"ebf53c07-64d5-4eba-87dd-f0922c9fb621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/locations/{{LOCATION_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations","{{LOCATION_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebf53c07-64d5-4eba-87dd-f0922c9fb621"},{"name":"Get trashed locations","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a7ac21d8-59c7-47c2-8b3d-0979402e4c7e"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"394c578d-1bcf-4277-a7fc-56704d90b558"}}],"id":"3193b4ff-d08c-453b-9b52-cd8d93ea6643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/locations/getTrashed","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations","getTrashed"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3193b4ff-d08c-453b-9b52-cd8d93ea6643"},{"name":"Activate trashed location","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"41f3d420-f4ed-42bc-b32b-f403b0de765b"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"022badf4-931c-4e45-b034-611253fc8837"}}],"id":"2fdef800-c892-4604-ab54-80f61635c8c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/locations/activateTrashedLocation/{{LOCATION_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations","activateTrashedLocation","{{LOCATION_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fdef800-c892-4604-ab54-80f61635c8c8"},{"name":"Get Access","id":"5d47ad0d-9d5d-4e82-8fc8-fa609041dea5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": \"....\",\r\n    \"location_id\": 123,\r\n    \"id\": 123,\r\n    \"latitude\": 50.1267273,\r\n    \"longitude\": 12.363474585\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/locations/getAccess","description":"<p>This endpoint will open a connected door, if the user is allowed.</p>\n<p>Fields:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>user_id</strong></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>location_id</strong></td>\n<td><code>integer</code></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>id</strong></td>\n<td><code>integer</code></td>\n<td>ID of QR-Code/Facility</td>\n</tr>\n<tr>\n<td><strong>latitude</strong></td>\n<td><code>double</code></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>longitude</strong></td>\n<td><code>double</code></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>ssid</strong></td>\n<td><code>string</code></td>\n<td>can have multiple SSID's, separated by \";\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>bold marked fields are required</strong></p>\n<p>Request must contain latitude and longitude or ssid. If no geolocation is available, latitude and longitude must be set to 0.</p>\n<p>Possible Errors:</p>\n<ul>\n<li>422 All fields must be set: {missing fields}</li>\n<li>405 User is not allowed to access, because of no valid reservation.</li>\n<li>400 Distance between checkout and location is too high, distance: {distance} m.</li>\n<li>400 SSID is not equal to the saved value.</li>\n<li>400 No SSID configured on this location.</li>\n<li>405 User is not allowed to access.</li>\n<li>404 No facility found for parameter 'id' or not active.</li>\n<li>501 External ID is not configured on this facility</li>\n<li>The facility has not the facility_type 'general_paketin_admin'</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations","getAccess"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d47ad0d-9d5d-4e82-8fc8-fa609041dea5"}],"id":"4a51427a-afe2-4e91-ba90-4577d4c5288b","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong></td>\n<td><code>string</code> (translateable)</td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code> (translateable)</td>\n</tr>\n<tr>\n<td><strong>client_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>longitude</strong></td>\n<td><code>double</code></td>\n</tr>\n<tr>\n<td><strong>latitude</strong></td>\n<td><code>double</code></td>\n</tr>\n<tr>\n<td>geofence</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>fe_visible</strong></td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>if true, the location is visible in booking frontend</em></td>\n</tr>\n<tr>\n<td><strong>external_location_id</strong></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>own id for the location</em></td>\n</tr>\n<tr>\n<td>networks</td>\n<td><code>comma seperated string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>webnames of networks, to which this location will belongs to</em></td>\n</tr>\n<tr>\n<td>pre_booking_time</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>time in seconds to the last available time to book</em></td>\n</tr>\n<tr>\n<td>image</td>\n<td><code>string</code> or <code>array of values</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>two differnt possibilities: a url as string or a array with following types:</em></td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    |blob|`string`, base64encoded image file|\n    |name|`string`, name of the file\n    |\n    possible relations\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>location_addres</td>\n<td><code>object</code> same as single post of location_addres</td>\n</tr>\n<tr>\n<td>check_in_periods</td>\n<td><code>array of objects</code></td>\n</tr>\n<tr>\n<td>contingents</td>\n<td><code>array of objects</code></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>bold marked fields are required</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9fa80855-1d15-4337-8d02-1d304b16b27d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"cff10c9e-1c63-4341-88a8-db62c053de70"}}],"_postman_id":"4a51427a-afe2-4e91-ba90-4577d4c5288b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Message Data","item":[{"name":"Index MessageDatas","id":"d805c43a-8fa2-4934-a47f-ee2afa2d109c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept-Language","value":"de_DE","type":"text"}],"url":"{{URL}}/message_data","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["message_data"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d805c43a-8fa2-4934-a47f-ee2afa2d109c"},{"name":"View MessageData","id":"2a036391-ad8f-43aa-9d0c-2672e40b85f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept-Language","value":"de_DE","type":"text"}],"url":"{{URL}}/message_data/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["message_data","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a036391-ad8f-43aa-9d0c-2672e40b85f4"},{"name":"Edit MessageData","id":"875e3523-70c0-4c3c-893d-7dfe99fc7534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept-Language","value":"de_DE","type":"text"},{"key":"Content-Language","value":"de_DE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m_text\": \"Lorem ipsum ...\",\r\n    \"message_id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/message_data/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["message_data","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"875e3523-70c0-4c3c-893d-7dfe99fc7534"},{"name":"Add MessageData","id":"fbf66d66-11ae-4edc-824d-02dc263e8c3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept-Language","value":"de_DE","type":"text"},{"key":"Content-Language","value":"de_DE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"settings\": {\r\n        \"subject\": \"Subject\",\r\n        \"message\": \"message\"\r\n    },\r\n    \"template_type\": \"order\",\r\n    \"type\": \"email\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/messages/sendMessage","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["messages","sendMessage"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbf66d66-11ae-4edc-824d-02dc263e8c3c"}],"id":"2821e919-d3e2-43f9-bb15-85e1ca55c081","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>message_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>m_text</strong></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>the email body</em></td>\n</tr>\n<tr>\n<td>attachements</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>bold marked fields are required</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"2821e919-d3e2-43f9-bb15-85e1ca55c081","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Messages","item":[{"name":"Index Messages","id":"6d5d0b40-0b0a-4e6c-854f-8626b6a96012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept-Language","value":"de_DE","type":"text"}],"url":"{{URL}}/messages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["messages"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d5d0b40-0b0a-4e6c-854f-8626b6a96012"},{"name":"View Message","id":"83201be6-56db-426f-8f7b-9d2784736e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept-Language","value":"de_DE","type":"text"}],"url":"{{URL}}/messages/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["messages","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"83201be6-56db-426f-8f7b-9d2784736e49"},{"name":"Edit Message","id":"c770f9c1-4b64-4a80-a211-fbc2eac44b93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept-Language","value":"de_DE","type":"text"},{"key":"Content-Language","value":"de_DE","type":"text"}],"url":"{{URL}}/messages/1","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>sender</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>email of sender</em></td>\n</tr>\n<tr>\n<td>recipient</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>email of recipient</em></td>\n</tr>\n<tr>\n<td>order_nr</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>id of the order</em></td>\n</tr>\n<tr>\n<td>subject</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>subject is only needed if mtype === push or email</em></td>\n</tr>\n<tr>\n<td>mtype</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>allowed: email, push, sms</em></td>\n</tr>\n<tr>\n<td>mobile</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>mobile number, only needed if mtype === sms</em></td>\n</tr>\n<tr>\n<td>notification_type</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>notification_status</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>allowed: sent, draft, scheduled</em></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>possible relations</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>---</td>\n<td>---</td>\n</tr>\n<tr>\n<td>message_data</td>\n<td>contains the content of the message</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["messages","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c770f9c1-4b64-4a80-a211-fbc2eac44b93"},{"name":"Send Message","id":"74356016-f47d-4655-a8c4-8f201b7aa2e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept-Language","value":"de_DE","type":"text"},{"key":"Content-Language","value":"de_DE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"settings\": {\r\n        \"subject\": \"Subject\",\r\n        \"message\": \"message\",\r\n        \"message_id\": 1223\r\n    },\r\n    \"template_type\": \"order\",\r\n    \"type\": \"email\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/messages/sendMessage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>allowed: email, push, sms</em></td>\n</tr>\n<tr>\n<td>template_type</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>the used template, only needed if type === email</em></td>\n</tr>\n<tr>\n<td>settings</td>\n<td><code>array</code>/<code>object</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>contains the settings for the mail/push/sms</em></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Fields for Settings:</td>\n<td></td>\n</tr>\n<tr>\n<td>subject</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>the subject of the message, only needed for type === push/email</em></td>\n</tr>\n<tr>\n<td>message</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>the content o9f the message</em></td>\n</tr>\n<tr>\n<td>message_id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>the id of a  edited message</em></td>\n</tr>\n<tr>\n<td>user</td>\n<td><code>object</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>contains the entity of recipient user</em></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["messages","sendMessage"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"74356016-f47d-4655-a8c4-8f201b7aa2e0"},{"name":"Add Message (without send)","id":"9b472f01-323e-4782-b66d-e0bb4fbe26db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Language","value":"de_DE","type":"text"},{"key":"Accept-Language","value":"de_DE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client_id\": 1,\r\n    \"recipient\": \"aed71b38-c4be-4264-a01e-272db696b841\",\r\n    \"user_nr\": \"aed71b38-c4be-4264-a01e-272db696b841\",\r\n    \"subject\": \"A subject\",\r\n    \"mtype\": \"push\",\r\n    \"user_group_id\": null,\r\n    \"notification_type\": \"toast\",\r\n    \"notification_status\": \"draft\",\r\n    \"message_data\": {\r\n        \"m_text\": \"the body of mail, push or sms\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/messages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["messages"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b472f01-323e-4782-b66d-e0bb4fbe26db"}],"id":"1299dd25-45f7-4be2-a517-e80547954d3c","_postman_id":"1299dd25-45f7-4be2-a517-e80547954d3c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Networks","item":[{"name":"Add networks","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"86177c41-a26a-4ad2-856d-a50174e45957"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.expect(pm.response.code).to.be.oneOf([200, 201])","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","     jsonData = pm.response.json();","     pm.environment.set(\"NETWORK_ID\", jsonData.data.id);","});"],"type":"text/javascript","id":"f086a0ff-90a2-4ab4-a49a-7683edf4dbe8"}}],"id":"38842eaa-849b-40c7-a101-7a86ccec14a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Postman Testnetzwerk\",\n    \"client_id\": 7,\n    \"webname\": \"sto\",\n    \"restrict_contingents\": false,\n    \"is_online_bookable\": true\n}"},"url":"{{URL}}/networks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["networks"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38842eaa-849b-40c7-a101-7a86ccec14a2"},{"name":"Index networks","event":[{"listen":"prerequest","script":{"exec":["pm.environment.get(\"jwt_token\");"],"type":"text/javascript","id":"ff22aca9-d640-429f-945c-59c52fb426eb"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"b0f67645-dda8-41ac-9507-b63f888d8c55"}}],"id":"cfbe0dc5-df5c-4e93-8c7a-913adcf415a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/networks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["networks"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfbe0dc5-df5c-4e93-8c7a-913adcf415a0"},{"name":"View networks","event":[{"listen":"prerequest","script":{"exec":["pm.environment.get(\"jwt_token\");"],"type":"text/javascript","id":"41bae1f3-5dd0-470a-8e8e-3be373c7de6a"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"32413634-ae10-4534-8e1b-699b2b001d93"}}],"id":"34008ce0-73ce-449f-9e17-540e6fd3a349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/networks/{{NETWORK_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["networks","{{NETWORK_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34008ce0-73ce-449f-9e17-540e6fd3a349"},{"name":"Edit networks","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"16c5950e-fce3-47d9-995e-991e6ec9bd35"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"b6258bee-8111-4100-8243-05504cdb3b1d"}}],"id":"47f7866c-3aef-42f5-b58c-d777015696c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Content-Language","value":"de_DE","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"restrict_contingents\": false,\n    \"is_online_bookable\": false\n}"},"url":"{{URL}}/networks/{{NETWORK_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["networks","{{NETWORK_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47f7866c-3aef-42f5-b58c-d777015696c7"},{"name":"Delete networks","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"9d2ec1f0-5f99-4121-8ef9-3718de33d08f"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"3d9fd273-7bb7-4222-bb9f-f60ddcd52d53"}}],"id":"3fb47bff-45c4-44d9-94d6-1b626f497874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/networks/{{NETWORK_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["networks","{{NETWORK_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fb47bff-45c4-44d9-94d6-1b626f497874"}],"id":"79882c14-1029-48ee-afa0-5a9010d13f95","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>webname</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td><strong>client_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>bold marked fields are required</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>Networks describe a grouping of locations. Locations can be grouped when adding a network string to a location. Contingents can be classified as network related, when adding a network string to a contingent. \nNetworks only exists to manage the grouping relation for locations and contingents. Further business processes can be based on this relation. This could be e.g. displaying a group of pickup and return locations on seperate websites.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f72c6f27-d1a8-4c38-9b57-9f04c2ba729b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2d7b077a-b27c-45b7-b321-8d62363b583e"}}],"_postman_id":"79882c14-1029-48ee-afa0-5a9010d13f95","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Payment","item":[{"name":"Create PaymentIntent","id":"cb07277a-06da-4d14-bd81-8c9d5f6ad80b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": {{ORDER_ID}}\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/payments/createIntent","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["payments","createIntent"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb07277a-06da-4d14-bd81-8c9d5f6ad80b"},{"name":"Get Payment Methods by Customer","id":"b9ab7b50-a5cb-4ef9-a72b-7e9d4554d65f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"payment_method\": \"credit\",\n    \"user_id\": {{USER_ID}}\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/payments/getPaymentMethodsByCustomer","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>user_id</strong></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>ID (UUID) of the user</em></td>\n</tr>\n<tr>\n<td>begin_location</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>ID of the start location</em></td>\n</tr>\n<tr>\n<td>end_location</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>ID of the return location</em></td>\n</tr>\n<tr>\n<td><strong>client_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td>*Possible values: 'cash',</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    'American Express',\n    'EC/Maestro',\n    'Visa',\n    'Mastercard',\n    'Rekacheck',\n    'Überweisung',\n    'PayPal',\n    'credit',\n    'sepa_debit',\n    'MasterCard'*|\n</code></pre><p>|||\n<strong>bold marked fields are required</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["payments","getPaymentMethodsByCustomer"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9ab7b50-a5cb-4ef9-a72b-7e9d4554d65f"}],"id":"7079153c-a74f-4dd2-bcc7-9db60f7bb082","description":"<h1 id=\"stripe-integration\">Stripe Integration</h1>\n","event":[{"listen":"prerequest","script":{"id":"566ef66e-0bab-4bd9-81c9-a089e6862f92","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cb799ff2-a6e1-408b-9900-f0f257be38fd","type":"text/javascript","exec":[""]}}],"_postman_id":"7079153c-a74f-4dd2-bcc7-9db60f7bb082","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Charts","item":[{"name":"Get Devices","id":"5776a35b-6d9c-44e0-bc17-42c7f32f7475","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/charts/getDevices","description":"<p>Gets a list of devices for the logged in user client. Needs manager or admin role.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["charts","getDevices"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"5776a35b-6d9c-44e0-bc17-42c7f32f7475"},{"name":"Get Positions","id":"eac38ece-d9c7-484e-b943-0a08fb62a30c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/charts/getPositions","description":"<p>Gets a list of positions. Needs manager or admin role.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["charts","getPositions"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"eac38ece-d9c7-484e-b943-0a08fb62a30c"},{"name":"Get Positions With Attributes","id":"a0db1d62-1f10-430e-bbfa-336d7cfa700c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"deviceId\": 4481,\r\n    \"from\": \"2022-01-01T00:00:00Z\",\r\n    \"to\": \"2022-12-31T23:59:59Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/charts/getPositions","description":"<p>Gets a list of positions related to the given attributes. Needs manager or admin role.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>deviceId</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>from</strong></td>\n<td><code>string</code> Format: 'yyyy-mm-ddThh:mm:ssZ'</td>\n</tr>\n<tr>\n<td><strong>to</strong></td>\n<td><code>string</code> Format: 'yyyy-mm-ddThh:mm:ssZ'</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["charts","getPositions"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"a0db1d62-1f10-430e-bbfa-336d7cfa700c"},{"name":"Get Trips","id":"5dbd1b03-cdee-4177-ac06-62fa35e9f834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"deviceId\": 4481,\r\n    \"from\": \"2022-01-01T00:00:00Z\",\r\n    \"to\": \"2022-12-31T23:59:59Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/charts/getTrips","description":"<p>Gets a list of trips related to the given attributes. Needs manager or admin role.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>deviceId</td>\n<td><code>integer</code> optional</td>\n</tr>\n<tr>\n<td><strong>from</strong></td>\n<td><code>string</code> Format: 'yyyy-mm-ddThh:mm:ssZ'</td>\n</tr>\n<tr>\n<td><strong>to</strong></td>\n<td><code>string</code> Format: 'yyyy-mm-ddThh:mm:ssZ'</td>\n</tr>\n<tr>\n<td>distance</td>\n<td><code>integer</code> or <code>float</code> only trips with distances higher as given will be responded</td>\n</tr>\n<tr>\n<td>amountOfRoutes</td>\n<td><code>integer</code> only trips with more or even routes as given will be responded</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["charts","getTrips"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"5dbd1b03-cdee-4177-ac06-62fa35e9f834"},{"name":"Get Count Of Users Per Membership","id":"943660c5-feda-4c70-8121-682588b87ba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/charts/getCountOfUsersPerMembership","description":"<p>Gets the count of users related to the memberships. Needs admin or manager role.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["charts","getCountOfUsersPerMembership"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"943660c5-feda-4c70-8121-682588b87ba7"},{"name":"Get Summary","id":"3a8f6f9b-aeb7-4484-b096-cd1199c1e624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/charts/getSummary","description":"<p>Gets the whole summary data of a client. Needs admin or manager role.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["charts","getSummary"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"3a8f6f9b-aeb7-4484-b096-cd1199c1e624"},{"name":"Get Summary Per Month","id":"e30f3049-3e4c-4445-89b6-0a6f42c3c79f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/charts/getSummaryPerMonth/2022","description":"<p>Gets the summary per month (12 months of a year). Needs admin or manger role.</p>\n<p>Parameter: year (2 or 4 digits)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["charts","getSummaryPerMonth","2022"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"e30f3049-3e4c-4445-89b6-0a6f42c3c79f"},{"name":"Get Summary For A Period","id":"48919c8e-9c9c-4232-ae79-412ce85c1b7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from\": \"2023-04-11T03:00:00Z\",\r\n    \"to\": \"2023-04-11T23:00:00Z\"\r\n    \r\n}"},"url":"{{URL}}/charts/getSummaryForAPeriod","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["charts","getSummaryForAPeriod"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"48919c8e-9c9c-4232-ae79-412ce85c1b7b"}],"id":"138aacea-a4d8-4cd3-b55b-39ff6db25c99","_postman_id":"138aacea-a4d8-4cd3-b55b-39ff6db25c99","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Products","item":[{"name":"Update product","id":"52cafe2a-2b53-4f48-bd45-421985a40c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organization\": \"Bike Sharing Test App2\"\n}"},"url":"{{URL}}/products/{{PRODUCT_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["products","{{PRODUCT_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"52cafe2a-2b53-4f48-bd45-421985a40c0e"},{"name":"Delete product","id":"9e6233bf-8a8f-4f92-be15-ef927a612949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organization\": \"Bike Sharing Test App2\"\n}"},"url":"{{URL}}/products/{{PRODUCT_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["products","{{PRODUCT_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e6233bf-8a8f-4f92-be15-ef927a612949"},{"name":"View product","id":"c8f4fe37-bd89-40c6-8428-abc5d26fd509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/products/{{PRODUCT_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["products","{{PRODUCT_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8f4fe37-bd89-40c6-8428-abc5d26fd509"},{"name":"Index products [PUBLIC]","id":"ab21fa9c-26f0-43b1-9822-c7647f9cf376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/products","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["products"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab21fa9c-26f0-43b1-9822-c7647f9cf376"},{"name":"Add product","event":[{"listen":"test","script":{"id":"9800c076-14fa-4754-8335-c9bf5dd892b2","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.expect(pm.response.code).to.be.oneOf([200, 201])","     //pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","     jsonData = pm.response.json();","     pm.environment.set(\"PRODUCT_ID\", jsonData.data.id);","});"],"type":"text/javascript"}}],"id":"776ada7e-13e9-4d72-a0c2-e63f3bd04a01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Product 131\",\n    \"client_id\": 35\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/products","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["products"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"776ada7e-13e9-4d72-a0c2-e63f3bd04a01"}],"id":"ff0fb911-3801-4985-9ee0-49b5f12eab8f","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>parent_id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>must be 153 for vehicles or 154 for extra options</em></td>\n</tr>\n<tr>\n<td>lft</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>rght</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>model</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>serial</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>frame_number</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>frame_size</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>discountable</td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td>external_product_id</td>\n<td><code>id</code></td>\n</tr>\n<tr>\n<td>external_attributes</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>UVP</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>type</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>layout_type</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>fe_visible</td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td>sort_order</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>parent_product</td>\n<td><code>object</code></td>\n</tr>\n<tr>\n<td>image</td>\n<td><code>string</code> or <code>array of values</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>two differnt possibilities: a url as string or a array with following types:</em></td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    |blob|`string`, base64encoded image file|\n    |name|`string`, name of the file\n    |\n</code></pre>","_postman_id":"ff0fb911-3801-4985-9ee0-49b5f12eab8f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Resourcetypes","item":[{"name":"Index resourcetypes (PUBLIC)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6e8cc3dd-08cc-4197-9406-11d3308f28d8"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"579b959b-8e3e-477c-8757-e8267a116d92"}}],"id":"59500a6f-fa73-44d4-99b1-112afcdfde63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/resourcetypes","urlObject":{"path":["resourcetypes"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59500a6f-fa73-44d4-99b1-112afcdfde63"},{"name":"View resourcetype (PUBLIC)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"398096d0-e605-4b63-b412-aa14daa7d995"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"ca0e5d25-c93b-4b6c-aa44-22df45fae1cd"}}],"id":"147af0fa-a11b-4fca-9820-1487afea816b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/resourcetypes/2","urlObject":{"path":["resourcetypes","2"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"147af0fa-a11b-4fca-9820-1487afea816b"}],"id":"f702fe75-87d6-4559-9b57-5d57676d9523","_postman_id":"f702fe75-87d6-4559-9b57-5d57676d9523","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Resources","item":[{"name":"Add resource","event":[{"listen":"prerequest","script":{"id":"42905a75-b90d-445d-bad2-ffaa6e6a67b8","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"c9d04aeb-903d-4c29-aec8-6e7695e3493e","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.expect(pm.response.code).to.be.oneOf([200, 201])","","     //pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","     jsonData = pm.response.json();","     pm.environment.set(\"RESOURCE_ID\", jsonData.data.id);","});"],"type":"text/javascript"}}],"id":"30ce7aa2-67e2-4bfe-bc77-65ba1b0f1b5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\n    \"contingent_id\": 1,\n    \"longitude\": 0,\n    \"latitude\": 0,\n    \"mac\": \"maccc\",\n    \"status\": \"active\",\n    \"secret\": \"imverysecret\",\n    \"battery_value\": 99,\n    \"client_id\": 48\n}"},"url":"{{URL}}/resources","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["resources"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"30ce7aa2-67e2-4bfe-bc77-65ba1b0f1b5a"},{"name":"Index resources [PUBLIC]","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"4cb985b9-f144-4b4c-8303-07ad7f2d7670"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"fce11116-5303-48f9-84a7-71c4413e143b"}}],"id":"8b23fc7b-8030-4598-9321-3a8433eb25a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/resources","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["resources"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b23fc7b-8030-4598-9321-3a8433eb25a1"},{"name":"View resource","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"43c9f1b4-1ff7-46f0-a1bf-8d6617a2ca76"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"e723970c-cf09-415f-9e44-aaad62875d5b"}}],"id":"a55bbbca-5bfc-48fc-a268-23a0db8a975f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/resources/{{RESOURCE_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["resources","{{RESOURCE_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a55bbbca-5bfc-48fc-a268-23a0db8a975f"},{"name":"Update resource","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"10bcbec9-b16a-44cc-b2d1-e6d030817895"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"1dec8af2-17d7-4559-8f2a-9e4f9d6db73f"}}],"id":"90a28822-d0a8-454c-937f-122d12d64d8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\n\t\"status\":\"defect\"\n}"},"url":"{{URL}}/resources/{{RESOURCE_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["resources","{{RESOURCE_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"90a28822-d0a8-454c-937f-122d12d64d8b"},{"name":"Delete resource","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"37e88ee9-e776-47ba-b294-c3d916c44d76"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"96eb0a30-1fba-4a17-b201-8fdf88f41830"}}],"id":"631d32c0-fd45-4dbe-9d8b-ab8e2af7fed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/resources/{{RESOURCE_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["resources","{{RESOURCE_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"631d32c0-fd45-4dbe-9d8b-ab8e2af7fed7"}],"id":"c5ce841c-baeb-45c1-9b72-fa4d0c921938","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>Name of the resource</em></td>\n</tr>\n<tr>\n<td>client_id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>contingent_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>ID of contingent to which the resource belongs</em></td>\n</tr>\n<tr>\n<td>location_id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>ID of the location where the resource is right now</em></td>\n</tr>\n<tr>\n<td>longitude</td>\n<td><code>float</code></td>\n</tr>\n<tr>\n<td>latitude</td>\n<td><code>float</code></td>\n</tr>\n<tr>\n<td>mac</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>mac address of the lock</em></td>\n</tr>\n<tr>\n<td>secret</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>secret string of the lock</em></td>\n</tr>\n<tr>\n<td>battery_value</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>state of charge from the battery</em></td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>enum</code> (&gt;<code>active</code>, <code>inactive</code>, <code>defect</code>)</td>\n</tr>\n<tr>\n<td>external_resource_id</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>own id of the resource</em></td>\n</tr>\n<tr>\n<td>resource_nbr</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>image</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>bold marked fields are required</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1bee0dba-1e23-4211-b180-721abd1da119"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"08c79e4a-f12a-423a-a6e5-178e33468a1c"}}],"_postman_id":"c5ce841c-baeb-45c1-9b72-fa4d0c921938","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Tasks","item":[{"name":"Add Task","id":"314f373f-5507-4985-91f4-1cac94660094","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Todo 1: Feedback\",\n    \"description\": \"A feedback has arrived.\",\n    \"client_id\": {{CLIENT_ID}},\n    \"assignee\": null,\n    \"task_category\": \"todo\",\n    \"task_type\": [\n        {\n            \"name\": \"Feedback\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/tasks","urlObject":{"path":["tasks"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"314f373f-5507-4985-91f4-1cac94660094"},{"name":"Index Tasks","id":"0f22da00-0646-454e-9e0e-a33cba00b0ac","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/tasks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["tasks"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f22da00-0646-454e-9e0e-a33cba00b0ac"},{"name":"View Task","id":"b6305b69-30b4-4cbb-82e0-c447a28b3593","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/tasks/{{TASK_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["tasks","{{TASK_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6305b69-30b4-4cbb-82e0-c447a28b3593"},{"name":"Edit Task","id":"fbec66a9-6c6e-4b59-871e-1af5a906375b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"done\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/tasks/{{TASK_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["tasks","{{TASK_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbec66a9-6c6e-4b59-871e-1af5a906375b"},{"name":"Delete Task","id":"290a0ccd-f689-4525-ace4-1c729de4d1e0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"DELETE","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/tasks/{{TASK_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["tasks","{{TASK_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"290a0ccd-f689-4525-ace4-1c729de4d1e0"}],"id":"36f5b181-1755-402f-8cb8-93a82bcf712e","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>fk_model</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>Possible values are: \"Orders\", \"Users\", \"Resources\"</em></td>\n</tr>\n<tr>\n<td>fk_id</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>ID of the object (wich is given to fk_model)</em></td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>name of the task</em></td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>description of the task</em></td>\n</tr>\n<tr>\n<td>readonly</td>\n<td><code>boolean</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>marks the task as read only</em></td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>possible values: \"new\", \"inprogress\",\"done\"</em></td>\n</tr>\n<tr>\n<td>begin</td>\n<td><code>datetime</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>begin of the task</em></td>\n</tr>\n<tr>\n<td>end</td>\n<td><code>datetime</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>end of the task</em></td>\n</tr>\n<tr>\n<td>assignee</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>ID (UUID) of user to wich the task belongs</em></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>bold marked fields are required</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"36f5b181-1755-402f-8cb8-93a82bcf712e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Facilities","item":[{"name":"Locations Copy","item":[{"name":"Add location","event":[{"listen":"prerequest","script":{"id":"8b2c376a-d8fe-4273-a255-61dbc60233a0","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"f2c4f45e-9db0-47c9-8ad3-49c9642fbcdb","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.expect(pm.response.code).to.be.oneOf([200, 201])","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed     ","     jsonData = pm.response.json();","     pm.environment.set(\"LOCATION_ID\", jsonData.data.id);","});"],"type":"text/javascript"}}],"id":"2f57109e-b591-40c0-b144-8a638a20fc76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Location\",\n    \"longitude\": 18.5188315,\n    \"latitude\": 47.1722005,\n    \"client_id\": 48,\n    \"description\": \"Test Description\",\n    \"geofence\": 0,\n    \"fe_visible\": 1,\n    \"external_location_id\": 1,\n    \"networks\": \"\"\n}"},"url":"{{URL}}/locations","description":"<p>This endpoint allows you to create a new location by sending an HTTP POST request to {{URL}}/locations. The request should include the following parameters in the raw request body:</p>\n<ul>\n<li><p><code>name</code> (string): The name of the location.</p>\n</li>\n<li><p><code>longitude</code> (number): The longitude coordinate of the location.</p>\n</li>\n<li><p><code>latitude</code> (number): The latitude coordinate of the location.</p>\n</li>\n<li><p><code>client_id</code> (number): The ID of the client associated with the location.</p>\n</li>\n<li><p><code>description</code> (string): A description of the location.</p>\n</li>\n<li><p><code>geofence</code> (number): The geofence value for the location.</p>\n</li>\n<li><p><code>fe_visible</code> (number): The visibility status of the location.</p>\n</li>\n<li><p><code>external_location_id</code> (number): The external ID of the location.</p>\n</li>\n<li><p><code>networks</code> (string): The networks associated with the location.</p>\n</li>\n</ul>\n<p>The response to this request will contain the details of the newly created location.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f57109e-b591-40c0-b144-8a638a20fc76"},{"name":"Index locations","event":[{"listen":"prerequest","script":{"id":"c93883aa-6768-425f-b20c-4dd1093d2d28","exec":["pm.environment.get(\"jwt_token\");"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"f3961ff5-86e8-4bde-9d05-c7325d46452a","exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","packages":{}}}],"id":"6bb05e57-1996-4122-b125-8218b599235d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/locations","description":"<h1 id=\"get-locations\">Get Locations</h1>\n<p>This endpoint retrieves a list of locations.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"headers\">Headers</h3>\n<ul>\n<li>Authorization: Bearer [token]</li>\n</ul>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li>No parameters required</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will contain a list of locations with details such as name, address, and coordinates.</p>\n<p>This endpoint makes an HTTP GET request to retrieve a list of locations.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>This request does not require a request body.</p>\n<h4 id=\"response-1\">Response</h4>\n<p>The response will include an array of locations, each containing details such as name, address, and coordinates.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bb05e57-1996-4122-b125-8218b599235d"},{"name":"View location","event":[{"listen":"prerequest","script":{"exec":["pm.environment.get(\"jwt_token\");"],"type":"text/javascript","id":"21b63695-3857-4afb-b51b-1cab1e2b71a3"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"9441288d-901e-4dba-a43d-969496d4e377"}}],"id":"937fc5ac-5c3b-43a3-8f19-6c2ae17ae975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"url":"{{URL}}/locations/{{LOCATION_ID}}","description":"<p>This endpoint retrieves the details of a specific location identified by the unique LOCATION_ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request is a JSON object representing the details of the location. You can refer to the JSON schema below to understand the structure of the response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": \"bool\",\n  \"data\": {\n    ...\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations","{{LOCATION_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"937fc5ac-5c3b-43a3-8f19-6c2ae17ae975"},{"name":"Edit location","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"3a42c10c-4093-4907-8810-10cfab5a1fee"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"7e8173d9-8835-45b4-83f7-c2ec2c8bce3b"}}],"id":"0b30cc17-228f-48b4-950a-c5405aa70e93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"},{"key":"Content-Language","value":"de_DE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"description\": \"Postman Testdescription\"\r\n}"},"url":"{{URL}}/locations/{{LOCATION_ID}}","description":"<h1 id=\"update-location-description\">Update Location Description</h1>\n<p>This endpoint is used to update the description of a specific location.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p>Method: PATCH</p>\n</li>\n<li><p>URL: <code>{{URL}}/locations/{{LOCATION_ID}}</code></p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p>Type: JSON</p>\n<ul>\n<li><code>description</code> (string, required): The updated description for the location.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response for this request is documented as a JSON schema.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations","{{LOCATION_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b30cc17-228f-48b4-950a-c5405aa70e93"},{"name":"Delete location","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"90df0e87-4d42-490d-93c5-6bed8f9e41c6"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"c15fc8d6-906e-410d-9b5d-bbaadb61f2f8"}}],"id":"0c0952eb-b7fa-46cb-9512-4a437e7a96d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/locations/{{LOCATION_ID}}","description":"<h3 id=\"delete-location\">Delete Location</h3>\n<p>This endpoint is used to delete a specific location by providing the location ID in the URL.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>This endpoint does not require a request body.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response will not contain a body, but will return a status code to indicate the success or failure of the deletion operation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations","{{LOCATION_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c0952eb-b7fa-46cb-9512-4a437e7a96d5"},{"name":"Get trashed locations","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a7ac21d8-59c7-47c2-8b3d-0979402e4c7e"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"394c578d-1bcf-4277-a7fc-56704d90b558"}}],"id":"a9d8d64e-589a-4c11-ba11-624245d1853a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/locations/getTrashed","description":"<p>This endpoint makes an HTTP GET request to retrieve a list of trashed locations.</p>\n<h3 id=\"request\">Request</h3>\n<p>No request body is required for this endpoint.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will include a list of trashed locations, each containing details such as location ID, name, address, and trashed date.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations","getTrashed"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9d8d64e-589a-4c11-ba11-624245d1853a"},{"name":"Activate trashed location","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"41f3d420-f4ed-42bc-b32b-f403b0de765b"}},{"listen":"test","script":{"exec":["","// example using pm.response.to.be*","pm.test(\"response must be valid and have a body\", function () {","     // assert that the status code is 200","     pm.response.to.be.ok; // info, success, redirection, clientError,  serverError, are other variants","     // assert that the response has a valid JSON body","     pm.response.to.be.withBody;","     pm.response.to.be.json; // this assertion also checks if a body  exists, so the above check is not needed","});"],"type":"text/javascript","id":"022badf4-931c-4e45-b034-611253fc8837"}}],"id":"750a6809-46fa-43e2-99bb-9e0c6240e166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"{{JSONTYPE}}"},{"key":"Content-Type","value":"{{JSONTYPE}}"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}/locations/activateTrashedLocation/{{LOCATION_ID}}","description":"<h3 id=\"activate-trashed-location\">Activate Trashed Location</h3>\n<p>This endpoint sends an HTTP PATCH request to activate a trashed location identified by the <code>LOCATION_ID</code>.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: <code>PATCH</code></p>\n</li>\n<li><p>URL: <code>{{URL}}/locations/activateTrashedLocation/{{LOCATION_ID}}</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>The request does not contain a request body.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response of this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": \"bool\",\n  \"data\": {\n    \"message\": {\n      \"type\": \"string\"\n    }\n  }\n}\n\n</code></pre>\n<p>The response contains a <code>message</code> property indicating the result of the activation operation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["locations","activateTrashedLocation","{{LOCATION_ID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"750a6809-46fa-43e2-99bb-9e0c6240e166"}],"id":"764ac410-d4a8-4f3e-ab77-812ef05240bb","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong></td>\n<td><code>string</code> (translateable)</td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code> (translateable)</td>\n</tr>\n<tr>\n<td><strong>client_id</strong></td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>longitude</strong></td>\n<td><code>double</code></td>\n</tr>\n<tr>\n<td><strong>latitude</strong></td>\n<td><code>double</code></td>\n</tr>\n<tr>\n<td>geofence</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td><strong>fe_visible</strong></td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>if true, the location is visible in booking frontend</em></td>\n</tr>\n<tr>\n<td><strong>external_location_id</strong></td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>own id for the location</em></td>\n</tr>\n<tr>\n<td>networks</td>\n<td><code>comma seperated string</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>webnames of networks, to which this location will belongs to</em></td>\n</tr>\n<tr>\n<td>pre_booking_time</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>time in seconds to the last available time to book</em></td>\n</tr>\n<tr>\n<td>image</td>\n<td><code>string</code> or <code>array of values</code></td>\n</tr>\n<tr>\n<td></td>\n<td><em>two differnt possibilities: a url as string or a array with following types:</em></td>\n</tr>\n<tr>\n<td>blob</td>\n<td><code>string</code>, base64encoded image file</td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code>, name of the file</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>possible relations</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>---</td>\n<td>---</td>\n</tr>\n<tr>\n<td>location_addres</td>\n<td><code>object</code> same as single post of location_addres</td>\n</tr>\n<tr>\n<td>check_in_periods</td>\n<td><code>array of objects</code></td>\n</tr>\n<tr>\n<td>contingents</td>\n<td><code>array of objects</code></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>bold marked fields are required</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9fa80855-1d15-4337-8d02-1d304b16b27d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"cff10c9e-1c63-4341-88a8-db62c053de70"}}],"_postman_id":"764ac410-d4a8-4f3e-ab77-812ef05240bb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Open Door/Box","id":"1bba7256-5d2d-406d-98f9-67779adb6ffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"},{"key":"Accept-Language","value":"de_DE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": \"98aea393-7138-469d-bdbd-a3d23e035b98\",\r\n    \"reservation_id\": 285023,\r\n    \"resource_id\": 3420,\r\n    \"latitude\": 52.9149834,\r\n    \"longitude\": 9.2444731,\r\n    \"ssid\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/facilities/openBox","description":"<h3 id=\"get-facilitiesopenbox\">GET /facilities/openBox</h3>\n<p>This endpoint opens a reserved box or door.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: <code>GET</code></p>\n</li>\n<li><p>URL: <code>{{URL}}/facilities/openBox</code></p>\n</li>\n<li><p>Headers:</p>\n<ul>\n<li><p>Content-Type: <code>application/json</code></p>\n</li>\n<li><p>Accept: application/json</p>\n</li>\n<li><p>Accept-Language: de_DE</p>\n</li>\n</ul>\n</li>\n<li><p>{ \"user_id\":\"\", \"reservation_id\":0, \"resource_id\":0, \"latitude\":0, \"longitude\":0, \"ssid\":null }</p>\n</li>\n</ul>\n<p>Fields:</p>\n<ul>\n<li>user_id - Id of the user for which the door should be opened required</li>\n<li>reservation_id - id of the reservation of the user, must be valid - required</li>\n<li>resource_id - id of the resource which represents the place or box for the door - required</li>\n<li>latitude - not required at moment</li>\n<li>longitude - not reqired at moment</li>\n<li>ssid - id of a near wlan spot (for verification of the place where the user is if gps is not possible) - not required at moment</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["facilities","openBox"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bba7256-5d2d-406d-98f9-67779adb6ffe"}],"id":"a746ebd1-a8d7-4ff4-bb7b-0457185567f3","_postman_id":"a746ebd1-a8d7-4ff4-bb7b-0457185567f3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}},{"name":"Usergroups","item":[{"name":"Index Usergroups","id":"7116caf7-a9f2-478a-aadc-ea661e3075e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/membership_types","description":"<h1 id=\"get-usergroups\">Get Usergroups</h1>\n<p>This endpoint retrieves a list of usergroups.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: {{URL}}/membership_types</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will be a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"succes\": \"bool\",\n  \"data\": [{\n    ...\n  }]\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["membership_types"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7116caf7-a9f2-478a-aadc-ea661e3075e4"},{"name":"View Usergroup","id":"c594f1c2-7881-4ce0-9d11-ba9f20751329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/membership_types/1","description":"<h1 id=\"retrieve-usergroup-details\">Retrieve Usergroup Details</h1>\n<p>This endpoint retrieves details of a specific usergroup.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{URL}}/membership_types/1</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": \"bool\",\n    \"data\": {\n        \"id\": {\n            \"type\": \"integer\",\n            \"description\": \"The unique identifier for the usergroup\"\n        },\n        \"name\": {\n            \"type\": \"string\",\n            \"description\": \"The name of the usergroup\"\n        },\n        \"domain\": {\n            \"type\": \"string\",\n            \"description\": \"The allowed domains (seperated with \";\") of the usergroup\"\n        },\n        \"default_type\": {\n            \"type\": \"bool\",\n            \"description\": \"Mark a usergroup as default\"\n        },\n        \"locations\": {\n            \"type\": \"array\",\n            \"description\": \"The locations belonging to the usergroup\"\n        },\n        \"contingents\": {\n            \"type\": \"array\",\n            \"description\": \"The contingents belonging to the usergroup\"\n        },\n        \"pricetariffs\": {\n            \"type\": \"array\",\n            \"description\": \"The pricetariffsbelonging to the usergroup\"\n        }\n    }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["membership_types","1"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"c594f1c2-7881-4ce0-9d11-ba9f20751329"},{"name":"Edit Usergroup","id":"84dd5a11-f13b-4036-af74-c3fb302453ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/membership_types/1","description":"<h3 id=\"update-usergroup\">Update Usergroup</h3>\n<p>This endpoint is used to update a specific usergroup.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: PUT</p>\n</li>\n<li><p>URL: <code>{{URL}}/membership_types/1</code></p>\n</li>\n<li><p>Body:</p>\n<ul>\n<li>name (string, required): The updated name of the membership type.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object following the schema below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": \"bool\",\n  \"data\": {\n    ...\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["membership_types","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"84dd5a11-f13b-4036-af74-c3fb302453ab"},{"name":"Add Usergroup","id":"6541d8b5-9bcb-4cee-8ea1-7bea561a55fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"},{"key":"Content-Type","value":"{{JSONTYPE}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test\",\r\n    \"domain\": \"test@tests.te\",\r\n    \"default_type\": false,\r\n    \"client_id\": 1,\r\n    \"locations\": [\r\n        {\r\n            \"id\": 1\r\n        }\r\n    ],\r\n    \"contingents\": [\r\n        {\r\n            \"id\": 1\r\n        }\r\n    ] \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/membership_types","description":"<h3 id=\"create-usergroup\">Create Usergroup</h3>\n<p>This endpoint allows you to create a new usergroup.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>name</code> (string, required): The name of the usergroup.</p>\n</li>\n<li><p><code>domain</code> (string, required): The domain of the usergroup.</p>\n</li>\n<li><p><code>default_type</code> (boolean, required): Indicates if this is the default usergroup.</p>\n</li>\n<li><p><code>client_id</code> (integer, required): The ID of the client.</p>\n</li>\n<li><p><code>locations</code> (array, required): An array of location IDs associated with the usergroup.</p>\n<ul>\n<li><code>id</code> (integer): The ID of the location.</li>\n</ul>\n</li>\n<li><p><code>contingents</code> (array, required): An array of contingent IDs associated with the usergroup.</p>\n<ul>\n<li><code>id</code> (integer): The ID of the contingent.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response-json-schema\">Response (JSON Schema)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": \"bool\",\n    \"data\": {\n        \"id\": {\n            \"type\": \"integer\",\n            \"description\": \"The unique identifier for the usergroup\"\n        },\n        \"name\": {\n            \"type\": \"string\",\n            \"description\": \"The name of the usergroup\"\n        },\n        \"domain\": {\n            \"type\": \"string\",\n            \"description\": \"The allowed domains (seperated with \";\") of the usergroup\"\n        },\n        \"default_type\": {\n            \"type\": \"bool\",\n            \"description\": \"Mark a usergroup as default\"\n        },\n        \"locations\": {\n            \"type\": \"array\",\n            \"description\": \"The locations belonging to the usergroup\"\n        },\n        \"contingents\": {\n            \"type\": \"array\",\n            \"description\": \"The contingents belonging to the usergroup\"\n        },\n        \"pricetariffs\": {\n            \"type\": \"array\",\n            \"description\": \"The pricetariffsbelonging to the usergroup\"\n        }\n    }\n}\n\n\n</code></pre>\n<p>This endpoint is used to create a new usergroup.</p>\n<h4 id=\"request-body-1\">Request Body</h4>\n<ul>\n<li><p><code>name</code> (string, required): The name of the usergroup.</p>\n</li>\n<li><p><code>domain</code> (string): The domain of the usergroup.</p>\n</li>\n<li><p><code>default_type</code> (boolean): Indicates if the usergroup is the default.</p>\n</li>\n<li><p><code>client_id</code> (integer, required): The ID of the client.</p>\n</li>\n<li><p><code>locations</code> (array): An array of location IDs associated with the usergroup.</p>\n<ul>\n<li><code>id</code> (integer): The ID of the location.</li>\n</ul>\n</li>\n<li><p><code>contingents</code> (array): An array of contingent IDs associated with the usergroup.</p>\n<ul>\n<li><code>id</code> (integer): The ID of the contingent.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will contain the details of the newly created usergroup.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["membership_types"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6541d8b5-9bcb-4cee-8ea1-7bea561a55fe"},{"name":"Delete Usergroup","id":"d0ccceac-f8b3-4210-ae08-f41b1eb29af4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"{{JSONTYPE}}","type":"text"}],"url":"{{URL}}/membership_types/1","description":"<p>This endpoint sends an HTTP DELETE request to the specified URL to delete the membership type with the ID of 1.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request is a JSON schema representing the structure of the response data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}},"urlObject":{"path":["membership_types","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0ccceac-f8b3-4210-ae08-f41b1eb29af4"}],"id":"ac32b7b4-6ac9-468f-ba60-29835f45af7a","description":"<p>Usergroups can be used for limit or categorize users into groups.</p>\n","_postman_id":"ac32b7b4-6ac9-468f-ba60-29835f45af7a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"ce84d495-31f8-4125-b775-f69624f6a424","id":"ce84d495-31f8-4125-b775-f69624f6a424","name":"Api Reference","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT_TOKEN}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"de1dcca9-0120-4f50-9af8-bbab116a4ee6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a0b9a1b0-de57-4ea1-a8ab-890abfc5e430"}}]}