{"collection":{"info":{"_postman_id":"f6aa1d2d-b6bd-4be9-9e03-0d69a37881fa","name":"Airship REST API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2021-06-10T15:06:52.000Z","updatedAt":"2024-11-11T15:07:25.000Z","lastUpdatedBy":"16540815","uid":"7822542-f6aa1d2d-b6bd-4be9-9e03-0d69a37881fa"},"item":[{"name":"Search Contact","item":[{"name":"get Contact (by voucher)","id":"7bf520ab-8396-4521-8ee9-d2568bb889c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"account_id\": 3,\r\n  \"voucher_code_data\": \r\n    {\r\n      \"code\": \"PL1022393E\",\r\n      \"ucgid\": 42123\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/contacts","protocol":"https","host":["api","airship","co","uk"],"path":["v1","contacts"]}},"response":[],"createdAt":"2021-10-26T15:27:59.000Z","updatedAt":"2023-02-28T12:47:11.000Z","uid":"7822542-7bf520ab-8396-4521-8ee9-d2568bb889c0"},{"name":"get Contact (Email)","id":"ceb962bc-76fe-4a00-a3f5-2b61ceaab16f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"account_id\": 3,\r\n    \"email\": \"john.smith@airship.co.uk\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/contacts","protocol":"https","host":["api","airship","co","uk"],"path":["v1","contacts"]}},"response":[],"createdAt":"2023-02-28T12:47:15.000Z","updatedAt":"2023-02-28T12:47:47.000Z","uid":"7822542-ceb962bc-76fe-4a00-a3f5-2b61ceaab16f"},{"name":"get Contact (Phone)","id":"73677955-0a9c-4f69-b48b-1fe497f154cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"account_id\": 3,\r\n    \"phone\": \"447810000001\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/contacts","protocol":"https","host":["api","airship","co","uk"],"path":["v1","contacts"]}},"response":[],"createdAt":"2023-02-28T12:47:51.000Z","updatedAt":"2023-02-28T12:48:03.000Z","uid":"7822542-73677955-0a9c-4f69-b48b-1fe497f154cf"},{"name":"get Contact (Name)","id":"edd3b91c-39c9-4561-aa26-098d41cd544e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"account_id\": 3,\r\n    \"name\": {\r\n        \"first_name\": \"John\",\r\n        \"last_name\": \"Smith\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/contacts","protocol":"https","host":["api","airship","co","uk"],"path":["v1","contacts"]}},"response":[],"createdAt":"2023-02-28T12:48:12.000Z","updatedAt":"2023-02-28T12:48:28.000Z","uid":"7822542-edd3b91c-39c9-4561-aa26-098d41cd544e"}],"id":"8baa6934-1f5a-4e99-b4ae-fe06e660c5d0","createdAt":"2023-02-28T12:46:36.000Z","updatedAt":"2023-02-28T12:48:12.000Z","uid":"7822542-8baa6934-1f5a-4e99-b4ae-fe06e660c5d0"},{"name":"Vouchers","item":[{"name":"Create code group","id":"54a86c6f-eb6b-4558-892c-2ea73dca6aec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"account_id\": 3,\n    \"unit_id\": 13822,\n    \"name\": \"test group\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/unique_code/group","protocol":"https","host":["api","airship","co","uk"],"path":["v1","unique_code","group"]}},"response":[],"createdAt":"2021-11-02T17:29:15.000Z","updatedAt":"2021-11-02T17:33:31.000Z","uid":"7822542-54a86c6f-eb6b-4558-892c-2ea73dca6aec"},{"name":"Check code","id":"e5dc698b-d1e3-42b2-93d0-05c8313377f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"account_id\": 3,\n    \"unique_code\": \"voucher-code-test\",\n    \"unique_code_group_id\": 42123\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/unique_code","protocol":"https","host":["api","airship","co","uk"],"path":["v1","unique_code"]}},"response":[],"createdAt":"2021-11-02T17:29:15.000Z","updatedAt":"2021-11-02T17:33:31.000Z","uid":"7822542-e5dc698b-d1e3-42b2-93d0-05c8313377f8"},{"name":"Redeem code","id":"f2aa342d-2169-415a-b8a5-faee276f5078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"account_id\": 3,\n    \"unit_id\": 13822,\n    \"unique_code_group_id\": 42123,\n    \"unique_code\": \"voucher-code-test\",\n    \"redemption_date\": \"2022-05-12 12:35\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/unique_code/redeem","protocol":"https","host":["api","airship","co","uk"],"path":["v1","unique_code","redeem"]}},"response":[],"createdAt":"2021-11-02T17:29:15.000Z","updatedAt":"2022-07-19T08:36:13.000Z","uid":"7822542-f2aa342d-2169-415a-b8a5-faee276f5078"}],"id":"4bf7a4ef-2706-4556-b05d-748e7d3fd96e","createdAt":"2021-11-02T17:29:15.000Z","updatedAt":"2023-02-28T12:46:39.000Z","uid":"7822542-4bf7a4ef-2706-4556-b05d-748e7d3fd96e"},{"name":"Create Contact (Basic)","id":"b144a749-ed33-4180-8d27-c27bfbe308e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"},{"key":"password","value":"{{api_token}}","type":"string"}]},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"account_id\": 3,\n  \"first_name\": \"John\",\n  \"last_name\": \"Smith\",\n  \"mobile_number\": \"07780704261\",\n  \"gender\": \"M\",\n  \"email\": \"johnsmith@airship.co.uk\",\n  \"dob\": \"1982-01-16\",\n  \"source_name\": \"Airship CRM\",\n  \"allow_sms\": false,\n  \"allow_email\": true,\n  \"units\": [\n    {\n      \"id\": 13822,\n      \"groups\": [\n        {\n          \"name\": \"My First Group\"\n        }\n      ]\n    }\n  ],\n  \"rules\":[\n\t\t{\n\t\t\t\"rule_name\":\"preserve_consent\"\n\t\t},\n        {\n\t\t\t\"rule_name\":\"discard_invalid_data\"\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/contact","protocol":"https","host":["api","airship","co","uk"],"path":["v1","contact"]}},"response":[],"createdAt":"2021-06-10T15:06:52.000Z","updatedAt":"2021-08-31T10:08:59.000Z","uid":"7822542-b144a749-ed33-4180-8d27-c27bfbe308e9"},{"name":"Create Contact (Append booking)","id":"fadc78cf-d3c5-4653-820c-7591923f0716","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"account_id\": 3,\n  \"first_name\": \"John\",\n  \"last_name\": \"Smith\",\n  \"mobile_number\": \"07780704261\",\n  \"gender\": \"M\",\n  \"email\": \"johnsmith@airship.co.uk\",\n  \"dob\": \"1982-01-16\",\n  \"source_name\": \"Airship Booking\",\n  \"allow_sms\": false,\n  \"allow_email\": true,\n  \"units\": [\n    {\n      \"id\": 13822,\n      \"groups\": [\n        {\n          \"name\": \"Christmas Booking\"\n        }\n      ]\n    }\n  ],\n  \"rules\":[\n\t\t{\n\t\t\t\"rule_name\":\"preserve_consent\"\n        },\n        {\n\t\t\t\"rule_name\":\"discard_invalid_data\"\n\t\t}\n\t],\n   \"bookings\": [\n    {\n      \"updated_at\": \"2021-07-27 20:30:00\",\n      \"source_id\": 1,\n      \"party_size\": 10,\n      \"stage_value\": 69,\n      \"provider_id\": 12,\n      \"booking_reference\": \"Ref-0123923-12\",\n      \"type_name\": \"General Booking\",\n      \"unit_id\": 13822,\n      \"party_datetime\": \"2021-04-27 20:30:00\",\n      \"party_enquirytime\": \"2021-04-27 21:00:06\",\n      \"deposit_paid\": 0.01,\n      \"hpbr_drink\": 0,\n      \"hpbr_food\": 0,\n      \"hpbr_entertainment\": 0,\n      \"data\": {\n        \"element_01\": \"Vegan\",\n        \"element_20\": \"Orange Juice\"\n      },\n      \"notes\": [\n        {\n          \"text\": \"Test note on booking ID 5\",\n          \"time\": \"2021-04-27 21:00:06\"\n        }\n      ]\n    }\n   ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/contact","protocol":"https","host":["api","airship","co","uk"],"path":["v1","contact"]}},"response":[],"createdAt":"2021-07-07T09:17:50.000Z","updatedAt":"2025-09-02T09:59:19.000Z","uid":"7822542-fadc78cf-d3c5-4653-820c-7591923f0716"},{"name":"Create Contact (Append WIFI)","id":"22df7ff3-db5d-47b8-96d0-8f69551b2026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"account_id\": 3,\n  \"first_name\": \"John\",\n  \"last_name\": \"Smith\",\n  \"mobile_number\": \"07780704261\",\n  \"gender\": \"M\",\n  \"email\": \"johnsmith@airship.co.uk\",\n  \"dob\": \"1982-01-16\",\n  \"source_name\": \"Airship Booking\",\n  \"allow_sms\": false,\n  \"allow_email\": true,\n  \"units\": [\n    {\n      \"id\": 13822,\n      \"groups\": [\n        {\n          \"name\": \"Christmas Booking\"\n        }\n      ]\n    }\n  ],\n  \"rules\":[\n\t\t{\n\t\t\t\"rule_name\":\"preserve_consent\"\n        },\n        {\n\t\t\t\"rule_name\":\"discard_invalid_data\"\n\t\t}\n\t],\n    \"wifi_interactions\" :[\n        {\n            \"hotspot_name\": \"Bar 01\",\n            \"mac_address\": \"01:A1:C1:11:C1:11\",\n            \"device_mime_type\": \"airshipapp\",\n            \"type\": \"authenticated\",\n            \"unit_id\": \"3\",\n            \"datetime\":\"2022-01-01 12:30:00\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/contact","protocol":"https","host":["api","airship","co","uk"],"path":["v1","contact"]}},"response":[],"createdAt":"2022-01-06T16:03:21.000Z","updatedAt":"2022-01-06T16:04:37.000Z","uid":"7822542-22df7ff3-db5d-47b8-96d0-8f69551b2026"},{"name":"Create Contact (Append Stay)","id":"13f9c974-c13f-4655-bf3a-e9508ed74a18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"account_id\": 3,\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"mobile_number\": \"07780704261\",\n    \"gender\": \"M\",\n    \"email\": \"johnsmith@airship.co.uk\",\n    \"dob\": \"1982-01-16\",\n    \"source_name\": \"Airship Booking\",\n    \"allow_sms\": false,\n    \"allow_email\": true,\n    \"units\": [\n        {\n            \"id\": 13822,\n            \"groups\": [\n                {\n                    \"name\": \"Christmas Booking\"\n                }\n            ]\n        }\n    ],\n    \"rules\": [\n        {\n            \"rule_name\": \"preserve_consent\"\n        },\n        {\n            \"rule_name\": \"discard_invalid_data\"\n        }\n    ],\n    \"stays\": [\n        {\n            \"booker\": true,\n            \"guest\": false,\n            \"provider_id\": 3,\n            \"stay_reference\": \"my-unique-ref\",\n            \"unit_id\": 13822,\n            \"enquiry_date\": \"2021-04-27 20:30:00\",\n            \"check_in_date\": \"2022-02-01 14:30:00\",\n            \"check_out_date\": \"2021-02-03 10:30:00\",\n            \"room_type_id\": 2,\n            \"total_guests\": 4,\n            \"total_children\": 2,\n            \"booking_enquiry_source_id\": 10,\n            \"deposit_amount\": 250,\n            \"room_gross_value\": 400,\n            \"room_net_value\": 400,\n            \"extras_gross_value\": 210,\n            \"extras_net_value\": 210,\n            \"booking_status_id\": 1,\n            \"room_rate_code\": \"DBL\",\n            \"room_package_code\": \"Package-23a\",\n            \"used_voucher\": true,\n            \"booking_has_pets\": false,\n            \"stay_travel_agent\": \"booking.com\",\n            \"extras\": [\n                {\n                    \"name\": \"Pets\",\n                    \"reference\": \"PT\",\n                    \"start_date\": \"2023-04-28 20:30:00\",\n                    \"end_date\": \"2023-04-28 20:30:00\",\n                    \"quantity\": 4,\n                    \"price\": 400\n                },\n                {\n                    \"name\": \"Breakfast\",\n                    \"reference\": \"Break\",\n                    \"start_date\": \"2023-04-28 20:30:00\",\n                    \"end_date\": \"2023-04-28 20:30:00\",\n                    \"quantity\": 1,\n                    \"price\": 1000\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/contact","protocol":"https","host":["api","airship","co","uk"],"path":["v1","contact"]}},"response":[],"createdAt":"2022-02-18T15:53:33.000Z","updatedAt":"2023-08-14T16:17:00.000Z","uid":"7822542-13f9c974-c13f-4655-bf3a-e9508ed74a18"},{"name":"Create Contact (Append feedback)","id":"754fdad0-281f-4d9d-aa6d-2213705a32e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"account_id\": 3,\n  \"first_name\": \"John\",\n  \"last_name\": \"Smith\",\n  \"mobile_number\": \"07780704261\",\n  \"gender\": \"M\",\n  \"email\": \"johnsmith@airship.co.uk\",\n  \"dob\": \"1982-01-16\",\n  \"source_name\": \"Airship Feedback\",\n  \"allow_sms\": false,\n  \"allow_email\": true,\n  \"units\": [\n    {\n      \"id\": 13822,\n      \"groups\": [\n        {\n          \"name\": \"My First Group\"\n        }\n      ]\n    }\n  ],\n  \"rules\":[\n\t\t{\n\t\t\t\"rule_name\":\"preserve_consent\"\n\t\t},\n        {\n\t\t\t\"rule_name\":\"discard_invalid_data\"\n\t\t}\n\t],\n   \"feedback\": [\n    {\n      \"type_id\": 1,\n      \"source_id\": 1,\n      \"unit_id\": 13822,\n      \"comments\": [\n        {\n          \"type\": \"Toilets\",\n          \"note\": \"Recently cleared and sparkling!\"\n        },\n        {\n          \"type\": \"Other Comments\",\n          \"note\": \"Had a great time, will definitely return!\"\n        }\n      ],\n      \"ratings\": [\n        {\n          \"category_id\": 1, \n          \"rating_text\": \"Excellent\",\n          \"contact_note\": \"Food was super tasty.\"\n        },\n        {\n          \"category_id\": 2,\n          \"rating_text\": \"Good\",\n          \"contact_note\": \"Drinks were great, if a little expensive.\"\n        },\n        {\n          \"category_id\": 3, \n          \"rating_text\": \"Poor\",\n          \"contact_note\": \"We had to wait 15 minutes to pay at the end.\"\n        },\n        {\n          \"category_id\": 4, \n          \"rating_text\": \"8\",\n          \"contact_note\": \"Would definitely recommend to a friend\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/contact","protocol":"https","host":["api","airship","co","uk"],"path":["v1","contact"]}},"response":[],"createdAt":"2021-06-10T15:06:52.000Z","updatedAt":"2021-08-31T10:09:20.000Z","uid":"7822542-754fdad0-281f-4d9d-aa6d-2213705a32e2"},{"name":"Create Contact (Append purchases)","id":"aa59aaba-c06d-4867-92ac-57a5bc100997","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"account_id\": 3,\n  \"first_name\": \"John\",\n  \"last_name\": \"Smith\",\n  \"mobile_number\": \"07780704261\",\n  \"gender\": \"M\",\n  \"email\": \"johnsmith@airship.co.uk\",\n  \"dob\": \"1982-01-16\",\n  \"source_name\": \"Airship OaP\",\n  \"allow_sms\": false,\n  \"allow_email\": true,\n  \"units\": [\n    {\n      \"id\": 13822,\n      \"groups\": [\n        {\n          \"name\": \"My First Group\"\n        }\n      ]\n    }\n  ],\n  \"rules\":[\n\t\t{\n\t\t\t\"rule_name\":\"preserve_consent\"\n\t\t},\n        {\n\t\t\t\"rule_name\":\"discard_invalid_data\"\n\t\t}\n\t],\n   \"purchases\": [\n    {\n      \"transaction_reference\": \"77FF-24FF-234F-77FF\",\n      \"unit_id\": 13822,\n      \"provider_id\": 1,\n      \"order_type_id\": 4,\n      \"created_at\": \"2021-06-01 23:30:00\",\n      \"items\": [\n        {\n          \"description\": \"Negroni\",\n          \"sku\": \"8913\",\n          \"quantity\": 1,\n          \"value\": 7\n        },\n        {\n          \"description\": \"Garlic Bread\",\n          \"sku\": \"5621\",\n          \"quantity\": 2,\n          \"value\": 8.40\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/contact","protocol":"https","host":["api","airship","co","uk"],"path":["v1","contact"]}},"response":[],"createdAt":"2021-06-10T15:06:52.000Z","updatedAt":"2025-09-02T09:59:56.000Z","uid":"7822542-aa59aaba-c06d-4867-92ac-57a5bc100997"},{"name":"Create Contact with PoP (basic)","id":"a156e8eb-5538-474f-b7d6-2acdc6c1e794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"account_id\": 3,\n  \"first_name\": \"John\",\n  \"last_name\": \"Smith\",\n  \"mobile_number\": \"07780704261\",\n  \"gender\": \"M\",\n  \"email\": \"johnsmith@airship.co.uk\",\n  \"dob\": \"1982-01-16\",\n  \"source_name\": \"Airship CRM\",\n  \"allow_sms\": false,\n  \"allow_email\": true,\n  \"units\": [\n    {\n      \"id\": 13822,\n      \"groups\": [\n        {\n          \"name\": \"My First Group\"\n        }\n      ]\n    }\n  ],\n  \"rules\":[\n\t\t{\n\t\t\t\"rule_name\":\"preserve_consent\"\n\t\t},\n        {\n\t\t\t\"rule_name\":\"discard_invalid_data\"\n\t\t}\n\t],\n  \"pops\" : [\n      {\n         \"unit_id\"  : 13822,\n         \"type_id\"  : 3,\n         \"datetime\" : \"2021-06-01 00:00:00\" \n      }\n]\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/contact","protocol":"https","host":["api","airship","co","uk"],"path":["v1","contact"]}},"response":[],"createdAt":"2021-11-18T14:47:59.000Z","updatedAt":"2024-11-11T15:07:25.000Z","uid":"7822542-a156e8eb-5538-474f-b7d6-2acdc6c1e794"},{"name":"Get Feedback Types","id":"cb978eeb-9301-48b8-8b25-ad4a30aa34e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"account_id\": 3\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/feedback/categories","protocol":"https","host":["api","airship","co","uk"],"path":["v1","feedback","categories"]}},"response":[],"createdAt":"2021-06-10T15:06:52.000Z","updatedAt":"2021-07-23T09:49:52.000Z","uid":"7822542-cb978eeb-9301-48b8-8b25-ad4a30aa34e6"},{"name":"Get Feedback Catgeories","id":"ac27f6bd-c509-4824-9215-031f95a33b55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"account_id\": 3\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/feedback/types","protocol":"https","host":["api","airship","co","uk"],"path":["v1","feedback","types"]}},"response":[],"createdAt":"2021-06-10T15:06:52.000Z","updatedAt":"2021-07-22T15:34:29.000Z","uid":"7822542-ac27f6bd-c509-4824-9215-031f95a33b55"},{"name":"get Booking","id":"3806a76a-e059-42ec-8d3b-a8b3ac00f213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n            \"element_01\": \"BOOKING_REF0123\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/bookings?account_id=3","protocol":"https","host":["api","airship","co","uk"],"path":["v1","bookings"],"query":[{"key":"account_id","value":"3"}]}},"response":[],"createdAt":"2021-08-26T15:19:35.000Z","updatedAt":"2021-08-26T15:26:51.000Z","uid":"7822542-3806a76a-e059-42ec-8d3b-a8b3ac00f213"},{"name":"Get Units","id":"12583783-e67a-4d7c-8705-b44706cfbd16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"},{"key":"password","value":"{{api_token}}","type":"string"}]},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/account/units","protocol":"https","host":["api","airship","co","uk"],"path":["v1","account","units"]}},"response":[],"createdAt":"2024-11-11T15:06:44.000Z","updatedAt":"2024-11-11T15:07:14.000Z","uid":"7822542-12583783-e67a-4d7c-8705-b44706cfbd16"},{"name":"Update booking","id":"2a66738a-bf81-43a4-878c-c3083627abfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"account_id\": 3,\r\n    \"enquiry_datetime\": \"2021-04-27 20:30:00\",\r\n    \"updated_at\": \"2021-04-27 20:30:00\",\r\n    \"source_id\": 1,\r\n    \"party_size\": 10,\r\n    \"stage_value\": 69,\r\n    \"type_id\": 23,\r\n    \"unit_id\": 13822,\r\n    \"party_datetime\": \"2021-04-27 20:30:00\",\r\n    \"party_enquirytime\": \"2021-04-27 21:00:06\",\r\n    \"deposit_paid\": 0.01,\r\n    \"hpbr_drink\": 0,\r\n    \"hpbr_food\": 0,\r\n    \"hpbr_entertainment\": 0,\r\n    \"data\": {\r\n      \"element_01\": \"My-Booking-Reference\",\r\n      \"element_03\": \"juice\",\r\n      \"element_20\": \"chicken\"\r\n    },\r\n    \"notes\": [\r\n      {\r\n        \"text\": \"Test note on bookingID\",\r\n        \"time\": \"2021-04-27 21:00:06\"\r\n      }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.airship.co.uk/v1/bookings/12345","protocol":"https","host":["api","airship","co","uk"],"path":["v1","bookings","12345"]}},"response":[],"createdAt":"2021-08-26T15:21:17.000Z","updatedAt":"2021-08-27T08:06:04.000Z","uid":"7822542-2a66738a-bf81-43a4-878c-c3083627abfa"}],"auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"event":[{"listen":"prerequest","script":{"id":"84b98beb-5b61-424f-b1c9-7f49c9d5b39e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ac715546-a359-48c7-874a-221e8982e286","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_token","value":""}]}}