{"info":{"_postman_id":"529afb55-7f5b-46ff-bb4e-c8819f1bf105","name":"CarTrawler Mobility","description":"<html><head></head><body><p>Details of the CarTrawler Mobility API.</p>\n<blockquote>\n<p>There are multiple services available within Mobility API</p>\n</blockquote>\n<p>© <a href=\"https://www.cartrawler.com\">cartrawler.com</a></p>\n<h1 id=\"environments\">Environments</h1>\n<p>Staging environment is used to test your integration with Mobility API. After passing validation you can move to the Production environment.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Endpoint</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>staging</code></td>\n<td>Contact for details</td>\n</tr>\n<tr>\n<td><code>production</code></td>\n<td>Contact for details</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authorization\">Authorization</h1>\n<p>Every request to Mobility API will need two headers for authorization.</p>\n<h5 id=\"partner-token\">Partner Token</h5>\n<p>This is a Bearer token used as part of the Authorization process. It will be given to you by your Partner Manager to enable integration testing. You need to pass it in every request in the <code>Authorization</code> header.</p>\n<h5 id=\"partner-unique-id\">Partner Unique ID</h5>\n<p>This is your unique partner identifier. It will be provider by your Partner Manager. It is required to be passed in with every request in the <code>X-Mobility-Partner</code> header.</p>\n<h1 id=\"mobility-services\">Mobility Services</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Environments","slug":"environments"},{"content":"Authorization","slug":"authorization"},{"content":"Mobility Services","slug":"mobility-services"}],"owner":"8983712","collectionId":"529afb55-7f5b-46ff-bb4e-c8819f1bf105","publishedId":"SzS8sQLB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-22T22:37:57.000Z"},"item":[{"name":"personalized-push-service","item":[{"name":"create","id":"879ce917-5ff6-4dc0-9a08-fa683f2dc6a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{PARTNER TOKEN}}"},{"key":"X-Mobility-Partner","type":"text","value":"{{PARTNER UNIQUE ID}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customer\": {\n        \"partnerCustomerId\": \"1234567\",\n        \"title\": \"Mr\",\n        \"firstName\": \"Joe\",\n        \"lastName\": \"Bloggs\",\n        \"locale\": \"en-GB\",\n        \"residency\": \"IE\"\n    },\n    \"contact\": {\n        \"email\": \"jbloggs@mobility.com\",\n        \"mobileNumber\": \"+891234567\",\n        \"pushToken\": \"exzoXR-Dht0:APA91bG_wp30VzLDiPQdryTnAgR39f78iLBLEh3N0xd-w-KJBMsdxmK4C7EmQ5_aKe4prPk-0We45lj8EJ093B3TvXjlNbl9xXAuoZLm2oog3B_HBZbcr7WRx_ioyCg9DuQRM987I7WT\",\n        \"device\": \"ANDROID\",\n        \"pushCert\": null,\n        \"sender\": \"Partner Emails\",\n        \"consent\": true\n    },\n    \"event\": {\n        \"eventType\": \"FLIGHT\",\n        \"partnerEventId\": \"234\",\n        \"partnerCode\": \"CT\"\n    },\n    \"eventTime\": {\n        \"eventDateTimeLocal\": \"2020-01-01 12:00:23\",\n        \"timeZone\": \"Europe/Dublin\",\n        \"minutesBefore\": 30,\n        \"durationMinutes\": 120\n    },\n    \"eventLocation\": {\n        \"countryCode\": \"IE\",\n        \"country\": \"Ireland\",\n        \"city\": \"Dublin\",\n        \"displayName\": \"Dublin Airport (DUB) Ireland\",\n        \"locationName\": \"Dublin Airport\",\n        \"locationCode1\": \"DUB\",\n        \"locationCode2\": \"EIDW\",\n        \"coords\": {\n            \"latitude\": 53.4264481,\n            \"longitude\": -6.2499098\n        }\n    },\n    \"tracking\": {\n        \"campaign\": \"FLIGHT-BOOKINGS\",\n        \"source\": \"ONLINE-PORTAL\",\n        \"referral\": \"AGENT\"\n    },\n    \"loyalty\": {\n        \"loyaltyProgram\": \"AIRLINE_FREQUENT_FLYER\",\n        \"loyaltyId\": \"11312u98\",\n        \"membershipNumber\": \"jbloggs@airline.com\",\n        \"loyaltyLevel\": \"KING\"\n    },\n    \"metaData\": {\n        \"profile\": \"EXEC\",\n        \"adults\": 1,\n        \"children\": 0,\n        \"luggage\": false,\n        \"grouping\": \"New Business\",\n        \"customerSegment\": \"High Value\",\n        \"sensitivityLevel\": \"LOW\",\n        \"bookingFrequency\": \"REGULAR\",\n        \"newReturning\": \"NEW\"\n    }\n}"},"url":"{{API}}/neows/v1/personalized-push-service/record","description":"<p>API to create a new personalized-push record.</p>\n<p><strong>WHAT-DOES-IT-DO</strong></p>\n<p>This creates a new record based on the inputted Partner information. This is then processes by the Mobility Algorithm to determine:</p>\n<ol>\n<li>What content to send in the notification</li>\n<li>When to send the notification</li>\n<li>How to send the notification</li>\n</ol>\n","urlObject":{"path":["neows","v1","personalized-push-service","record"],"host":["{{API}}"],"query":[],"variable":[]}},"response":[{"id":"2fe0120a-f96c-463f-8ca2-38e0c32f704e","name":"create","originalRequest":{"method":"POST","header":[{"description":"Partner token","key":"Authorization","type":"text","value":"Bearer {{PARTNER TOKEN}}"},{"description":"Partner unique id","key":"X-Mobility-Partner","type":"text","value":"{{PARTNER UNIQUE ID}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customer\": {\n        \"partnerCustomerId\": \"1234567\",\n        \"title\": \"Mr\",\n        \"firstName\": \"Declan\",\n        \"lastName\": \"Gallagher\",\n        \"locale\": \"en-GB\",\n        \"residency\": \"IE\"\n    },\n    \"contact\": {\n        \"email\": \"dgallagher@cartrawler.com\",\n        \"mobileNumber\": \"+891234567\",\n        \"pushToken\": \"exzoXR-Dht0:APA91bG_wp30VzLDiPQdryTnAgR39f78iLBLEh3N0xd-w-KJBMsdxmK4C7EmQ5_aKe4prPk-0We45lj8EJ093B3TvXjlNbl9xXAuoZLm2oog3B_HBZbcr7WRx_ioyCg9DuQRM987I7WT\",\n        \"device\": \"ANDROID\",\n        \"pushCert\": null,\n        \"sender\": \"Partner Emails\",\n        \"consent\": true\n    },\n    \"event\": {\n        \"eventType\": \"FLIGHT\",\n        \"partnerEventId\": \"234\",\n        \"partnerCode\": \"CT\"\n    },\n    \"eventTime\": {\n        \"eventDateTimeLocal\": \"2020-01-01 12:00:23\",\n        \"timeZone\": \"Europe/Dublin\",\n        \"minutesBefore\": 30,\n        \"durationMinutes\": 120\n    },\n    \"eventLocation\": {\n        \"countryCode\": \"IE\",\n        \"country\": \"Ireland\",\n        \"city\": \"Dublin\",\n        \"displayName\": \"Dublin Airport (DUB) Ireland\",\n        \"locationName\": \"Dublin Airport\",\n        \"locationCode1\": \"DUB\",\n        \"locationCode2\": \"EIDW\",\n        \"coords\": {\n            \"latitude\": 53.4264481,\n            \"longitude\": -6.2499098\n        }\n    },\n    \"tracking\": {\n        \"campaign\": \"FLIGHT-BOOKINGS\",\n        \"source\": \"ONLINE-PORTAL\",\n        \"referral\": \"AGENT\"\n    },\n    \"loyalty\": {\n        \"loyaltyProgram\": \"LEVEL_UP\",\n        \"loyaltyId\": \"11312u98\",\n        \"membershipNumber\": \"dgallagher@cartrawler.com\",\n        \"loyaltyLevel\": \"KING\"\n    },\n    \"metaData\": {\n        \"profile\": \"EXEC\",\n        \"adults\": 1,\n        \"children\": 0,\n        \"luggage\": false,\n        \"grouping\": \"New Business\",\n        \"customerSegment\": \"High Value\",\n        \"sensitivityLevel\": \"LOW\",\n        \"bookingFrequency\": \"REGULAR\",\n        \"newReturning\": \"NEW\"\n    }\n}"},"url":"{{API}}/neows/v1/personalized-push-service/record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Car-Transfer-Request-Id","value":"7e4e2c3e-ef39-4832-b98b-ee5a0a6ed9dc"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 05 Oct 2019 13:17:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"recordId\": \"51dd6aa5-5c4f-488f-9df4-8d96dbe91b57\",\n    \"partnerId\": \"e5e72cae-9e72-48ea-af5f-2f7801441de5\",\n    \"status\": \"ADDED\",\n    \"history\": {\n        \"ADDED\": \"2019-10-05T14:17:43.134\"\n    },\n    \"customer\": {\n        \"partnerCustomerId\": \"1234567\",\n        \"title\": \"Mr\",\n        \"firstName\": \"Declan\",\n        \"lastName\": \"Gallagher\",\n        \"locale\": \"en-GB\",\n        \"residency\": \"IE\"\n    },\n    \"contact\": {\n        \"email\": \"dgallagher@cartrawler.com\",\n        \"mobileNumber\": \"+891234567\",\n        \"pushToken\": \"exzoXR-Dht0:APA91bG_wp30VzLDiPQdryTnAgR39f78iLBLEh3N0xd-w-KJBMsdxmK4C7EmQ5_aKe4prPk-0We45lj8EJ093B3TvXjlNbl9xXAuoZLm2oog3B_HBZbcr7WRx_ioyCg9DuQRM987I7WT\",\n        \"device\": \"ANDROID\",\n        \"pushCert\": null,\n        \"sender\": \"Partner Emails\",\n        \"consent\": true\n    },\n    \"event\": {\n        \"eventType\": \"FLIGHT\",\n        \"partnerEventId\": \"234\",\n        \"partnerCode\": \"CT\"\n    },\n    \"eventTime\": {\n        \"eventDateTimeLocal\": \"2020-01-01 12:00:23\",\n        \"timeZone\": \"Europe/Dublin\",\n        \"minutesBefore\": 30,\n        \"durationMinutes\": 120\n    },\n    \"eventLocation\": {\n        \"countryCode\": \"IE\",\n        \"country\": \"Ireland\",\n        \"city\": \"Dublin\",\n        \"displayName\": \"Dublin Airport (DUB) Ireland\",\n        \"locationName\": \"Dublin Airport\",\n        \"locationCode1\": \"DUB\",\n        \"locationCode2\": \"EIDW\",\n        \"coords\": {\n            \"latitude\": 53.4264481,\n            \"longitude\": -6.2499098\n        }\n    },\n    \"tracking\": {\n        \"campaign\": \"FLIGHT-BOOKINGS\",\n        \"source\": \"ONLINE-PORTAL\",\n        \"referral\": \"AGENT\"\n    },\n    \"loyalty\": {\n        \"loyaltyProgram\": \"LEVEL_UP\",\n        \"loyaltyId\": \"11312u98\",\n        \"membershipNumber\": \"dgallagher@cartrawler.com\",\n        \"loyaltyLevel\": \"KING\"\n    },\n    \"metaData\": {\n        \"profile\": \"EXEC\",\n        \"adults\": 1,\n        \"children\": 0,\n        \"luggage\": false,\n        \"grouping\": \"New Business\",\n        \"customerSegment\": \"High Value\",\n        \"sensitivityLevel\": \"LOW\",\n        \"bookingFrequency\": \"REGULAR\",\n        \"newReturning\": \"NEW\"\n    }\n}"}],"_postman_id":"879ce917-5ff6-4dc0-9a08-fa683f2dc6a7"},{"name":"inspect","id":"ed47c6a2-19db-457f-a590-f63be4577488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{PARTNER TOKEN}}"},{"key":"X-Mobility-Partner","type":"text","value":"{{PARTNER UNIQUE ID}}"}],"url":"{{API}}/neows/v1/personalized-push-service/record/{{recordId}}","description":"<p>API to inspect a personalized-push record.</p>\n<p><strong>WHAT-DOES-IT-DO</strong></p>\n<p>Retrieve a record you have previously added to inspect the details.</p>\n<p>PATH PARAMS</p>\n<hr />\n<p><strong>{{recordId}}</strong> The record id from the <code>create</code> api response</p>\n","urlObject":{"path":["neows","v1","personalized-push-service","record","{{recordId}}"],"host":["{{API}}"],"query":[],"variable":[]}},"response":[{"id":"d93154e8-c72b-4955-8c6a-ce2fd1fa129b","name":"inspect","originalRequest":{"method":"GET","header":[{"description":"Partner token","key":"Authorization","type":"text","value":"Bearer {{PARTNER TOKEN}}"},{"description":"Partner unique id","key":"X-Mobility-Partner","type":"text","value":"{{PARTNER UNIQUE ID}}"}],"url":"{{API}}/neows/v1/personalized-push-service/record/{{recordId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Car-Transfer-Request-Id","value":"56ed9b6e-eb24-46ae-b323-55d1b5cd4868"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 05 Oct 2019 13:18:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"recordId\": \"51dd6aa5-5c4f-488f-9df4-8d96dbe91b57\",\n    \"partnerId\": \"e5e72cae-9e72-48ea-af5f-2f7801441de5\",\n    \"status\": \"ADDED\",\n    \"history\": {\n        \"ADDED\": \"2019-10-05T14:17:43.134\",\n        \"VIEWED\": \"2019-10-05T14:18:31.627\"\n    },\n    \"customer\": {\n        \"partnerCustomerId\": \"1234567\",\n        \"title\": \"Mr\",\n        \"firstName\": \"Declan\",\n        \"lastName\": \"Gallagher\",\n        \"locale\": \"en-GB\",\n        \"residency\": \"IE\"\n    },\n    \"contact\": {\n        \"email\": \"dgallagher@cartrawler.com\",\n        \"mobileNumber\": \"+891234567\",\n        \"pushToken\": \"exzoXR-Dht0:APA91bG_wp30VzLDiPQdryTnAgR39f78iLBLEh3N0xd-w-KJBMsdxmK4C7EmQ5_aKe4prPk-0We45lj8EJ093B3TvXjlNbl9xXAuoZLm2oog3B_HBZbcr7WRx_ioyCg9DuQRM987I7WT\",\n        \"device\": \"ANDROID\",\n        \"pushCert\": null,\n        \"sender\": \"Partner Emails\",\n        \"consent\": true\n    },\n    \"event\": {\n        \"eventType\": \"FLIGHT\",\n        \"partnerEventId\": \"234\",\n        \"partnerCode\": \"CT\"\n    },\n    \"eventTime\": {\n        \"eventDateTimeLocal\": \"2020-01-01 12:00:23\",\n        \"timeZone\": \"Europe/Dublin\",\n        \"minutesBefore\": 30,\n        \"durationMinutes\": 120\n    },\n    \"eventLocation\": {\n        \"countryCode\": \"IE\",\n        \"country\": \"Ireland\",\n        \"city\": \"Dublin\",\n        \"displayName\": \"Dublin Airport (DUB) Ireland\",\n        \"locationName\": \"Dublin Airport\",\n        \"locationCode1\": \"DUB\",\n        \"locationCode2\": \"EIDW\",\n        \"coords\": {\n            \"latitude\": 53.4264481,\n            \"longitude\": -6.2499098\n        }\n    },\n    \"tracking\": {\n        \"campaign\": \"FLIGHT-BOOKINGS\",\n        \"source\": \"ONLINE-PORTAL\",\n        \"referral\": \"AGENT\"\n    },\n    \"loyalty\": {\n        \"loyaltyProgram\": \"LEVEL_UP\",\n        \"loyaltyId\": \"11312u98\",\n        \"membershipNumber\": \"dgallagher@cartrawler.com\",\n        \"loyaltyLevel\": \"KING\"\n    },\n    \"metaData\": {\n        \"profile\": \"EXEC\",\n        \"adults\": 1,\n        \"children\": 0,\n        \"luggage\": false,\n        \"grouping\": \"New Business\",\n        \"customerSegment\": \"High Value\",\n        \"sensitivityLevel\": \"LOW\",\n        \"bookingFrequency\": \"REGULAR\",\n        \"newReturning\": \"NEW\"\n    }\n}"}],"_postman_id":"ed47c6a2-19db-457f-a590-f63be4577488"},{"name":"update","id":"2481abdb-7907-477e-9bf5-926c99b57a3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","type":"text","value":"Bearer {{PARTNER TOKEN}}"},{"key":"X-Mobility-Partner","type":"text","value":"{{PARTNER UNIQUE ID}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventTime\": {\n        \"eventDateTimeLocal\": \"2020-01-02 12:00:23\",\n        \"timeZone\": \"Europe/Dublin\",\n        \"minutesBefore\": 30,\n        \"durationMinutes\": 120\n    }\n}"},"url":"{{API}}/neows/v1/personalized-push-service/record/{{recordId}}","description":"<p>API to update a personalized-push record.</p>\n<p><strong>WHAT-DOES-IT-DO</strong></p>\n<p>Updates a record you have previously added. You can update a record to:</p>\n<ol>\n<li>Change the customer details</li>\n<li>Change the event details</li>\n<li>Change the times</li>\n<li>Change the locations</li>\n<li>Change the tracking details</li>\n</ol>\n<p>PATH PARAMS</p>\n<hr />\n<p><strong>{{recordId}}</strong> The record id from the <code>create</code> api response</p>\n","urlObject":{"path":["neows","v1","personalized-push-service","record","{{recordId}}"],"host":["{{API}}"],"query":[],"variable":[]}},"response":[{"id":"717dcafe-c041-4830-9774-ffde4b551319","name":"update","originalRequest":{"method":"PATCH","header":[{"description":"Partner token","key":"Authorization","type":"text","value":"Bearer {{PARTNER TOKEN}}"},{"description":"Partner unique id","key":"X-Mobility-Partner","type":"text","value":"{{PARTNER UNIQUE ID}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventTime\": {\n        \"eventDateTimeLocal\": \"2020-01-02 12:00:23\",\n        \"timeZone\": \"Europe/Dublin\",\n        \"minutesBefore\": 30,\n        \"durationMinutes\": 120\n    }\n}"},"url":"{{API}}/neows/v1/personalized-push-service/record/{{recordId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Car-Transfer-Request-Id","value":"ac5efe95-3438-4c4a-b24c-2c00ab5afc1d"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 05 Oct 2019 13:19:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"recordId\": \"51dd6aa5-5c4f-488f-9df4-8d96dbe91b57\",\n    \"partnerId\": \"e5e72cae-9e72-48ea-af5f-2f7801441de5\",\n    \"status\": \"ADDED\",\n    \"history\": {\n        \"ADDED\": \"2019-10-05T14:17:43.134\",\n        \"VIEWED\": \"2019-10-05T14:18:31.627\",\n        \"UPDATED\": \"2019-10-05T14:19:06.966\"\n    },\n    \"customer\": {\n        \"partnerCustomerId\": \"1234567\",\n        \"title\": \"Mr\",\n        \"firstName\": \"Declan\",\n        \"lastName\": \"Gallagher\",\n        \"locale\": \"en-GB\",\n        \"residency\": \"IE\"\n    },\n    \"contact\": {\n        \"email\": \"dgallagher@cartrawler.com\",\n        \"mobileNumber\": \"+891234567\",\n        \"pushToken\": \"exzoXR-Dht0:APA91bG_wp30VzLDiPQdryTnAgR39f78iLBLEh3N0xd-w-KJBMsdxmK4C7EmQ5_aKe4prPk-0We45lj8EJ093B3TvXjlNbl9xXAuoZLm2oog3B_HBZbcr7WRx_ioyCg9DuQRM987I7WT\",\n        \"device\": \"ANDROID\",\n        \"pushCert\": null,\n        \"sender\": \"Partner Emails\",\n        \"consent\": true\n    },\n    \"event\": {\n        \"eventType\": \"FLIGHT\",\n        \"partnerEventId\": \"234\",\n        \"partnerCode\": \"CT\"\n    },\n    \"eventTime\": {\n        \"eventDateTimeLocal\": \"2020-01-02 12:00:23\",\n        \"timeZone\": \"Europe/Dublin\",\n        \"minutesBefore\": 30,\n        \"durationMinutes\": 120\n    },\n    \"eventLocation\": {\n        \"countryCode\": \"IE\",\n        \"country\": \"Ireland\",\n        \"city\": \"Dublin\",\n        \"displayName\": \"Dublin Airport (DUB) Ireland\",\n        \"locationName\": \"Dublin Airport\",\n        \"locationCode1\": \"DUB\",\n        \"locationCode2\": \"EIDW\",\n        \"coords\": {\n            \"latitude\": 53.4264481,\n            \"longitude\": -6.2499098\n        }\n    },\n    \"tracking\": {\n        \"campaign\": \"FLIGHT-BOOKINGS\",\n        \"source\": \"ONLINE-PORTAL\",\n        \"referral\": \"AGENT\"\n    },\n    \"loyalty\": {\n        \"loyaltyProgram\": \"LEVEL_UP\",\n        \"loyaltyId\": \"11312u98\",\n        \"membershipNumber\": \"dgallagher@cartrawler.com\",\n        \"loyaltyLevel\": \"KING\"\n    },\n    \"metaData\": {\n        \"profile\": \"EXEC\",\n        \"adults\": 1,\n        \"children\": 0,\n        \"luggage\": false,\n        \"grouping\": \"New Business\",\n        \"customerSegment\": \"High Value\",\n        \"sensitivityLevel\": \"LOW\",\n        \"bookingFrequency\": \"REGULAR\",\n        \"newReturning\": \"NEW\"\n    }\n}"},{"id":"f06242e6-d713-4b56-b780-f2150eece40a","name":"update (multiple)","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","type":"text","value":"Bearer {{PARTNER TOKEN}}"},{"key":"X-Mobility-Partner","type":"text","value":"{{PARTNER UNIQUE ID}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventTime\": {\n        \"eventDateTimeLocal\": \"2020-01-02 12:00:23\",\n        \"timeZone\": \"Europe/Dublin\",\n        \"minutesBefore\": 30,\n        \"durationMinutes\": 120\n    },\n    \"tracking\": {\n        \"campaign\": \"JANUARY_SALE_EMAIL\",\n        \"source\": \"PPC\",\n        \"referral\": \"PARTNER\"\n    }\n}"},"url":"{{API}}/neows/v1/personalized-push-service/record/{{recordId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Car-Transfer-Request-Id","value":"b1b06edf-e7c3-4bd7-81fd-c72d7e1e1739"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 05 Oct 2019 13:37:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"recordId\": \"75e6b9a9-6edb-45e7-925d-f1da83955afd\",\n    \"partnerId\": \"e5e72cae-9e72-48ea-af5f-2f7801441de5\",\n    \"status\": \"ADDED\",\n    \"history\": {\n        \"ADDED\": \"2019-10-05T14:36:49.179\",\n        \"UPDATED\": \"2019-10-05T14:37:10.136\"\n    },\n    \"customer\": {\n        \"partnerCustomerId\": \"1234567\",\n        \"title\": \"Mr\",\n        \"firstName\": \"Declan\",\n        \"lastName\": \"Gallagher\",\n        \"locale\": \"en-GB\",\n        \"residency\": \"IE\"\n    },\n    \"contact\": {\n        \"email\": \"dgallagher@cartrawler.com\",\n        \"mobileNumber\": \"+891234567\",\n        \"pushToken\": \"exzoXR-Dht0:APA91bG_wp30VzLDiPQdryTnAgR39f78iLBLEh3N0xd-w-KJBMsdxmK4C7EmQ5_aKe4prPk-0We45lj8EJ093B3TvXjlNbl9xXAuoZLm2oog3B_HBZbcr7WRx_ioyCg9DuQRM987I7WT\",\n        \"device\": \"ANDROID\",\n        \"pushCert\": null,\n        \"sender\": \"Partner Emails\",\n        \"consent\": true\n    },\n    \"event\": {\n        \"eventType\": \"FLIGHT\",\n        \"partnerEventId\": \"234\",\n        \"partnerCode\": \"CT\"\n    },\n    \"eventTime\": {\n        \"eventDateTimeLocal\": \"2020-01-02 12:00:23\",\n        \"timeZone\": \"Europe/Dublin\",\n        \"minutesBefore\": 30,\n        \"durationMinutes\": 120\n    },\n    \"eventLocation\": {\n        \"countryCode\": \"IE\",\n        \"country\": \"Ireland\",\n        \"city\": \"Dublin\",\n        \"displayName\": \"Dublin Airport (DUB) Ireland\",\n        \"locationName\": \"Dublin Airport\",\n        \"locationCode1\": \"DUB\",\n        \"locationCode2\": \"EIDW\",\n        \"coords\": {\n            \"latitude\": 53.4264481,\n            \"longitude\": -6.2499098\n        }\n    },\n    \"tracking\": {\n        \"campaign\": \"JANUARY_SALE_EMAIL\",\n        \"source\": \"PPC\",\n        \"referral\": \"PARTNER\"\n    },\n    \"loyalty\": {\n        \"loyaltyProgram\": \"LEVEL_UP\",\n        \"loyaltyId\": \"11312u98\",\n        \"membershipNumber\": \"dgallagher@cartrawler.com\",\n        \"loyaltyLevel\": \"KING\"\n    },\n    \"metaData\": {\n        \"profile\": \"EXEC\",\n        \"adults\": 1,\n        \"children\": 0,\n        \"luggage\": false,\n        \"grouping\": \"New Business\",\n        \"customerSegment\": \"High Value\",\n        \"sensitivityLevel\": \"LOW\",\n        \"bookingFrequency\": \"REGULAR\",\n        \"newReturning\": \"NEW\"\n    }\n}"}],"_postman_id":"2481abdb-7907-477e-9bf5-926c99b57a3b"},{"name":"delete","id":"f77086ab-10b9-46e4-9245-4daa8c736e81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer {{PARTNER TOKEN}}"},{"key":"X-Mobility-Partner","type":"text","value":"{{PARTNER UNIQUE ID}}"}],"url":"{{API}}/neows/v1/personalized-push-service/record/{{recordId}}","description":"<p>API to delete a personalized-push record.</p>\n<p><strong>WHAT-DOES-IT-DO</strong></p>\n<p>Deletes a record you have previously added. Then can be because:</p>\n<ol>\n<li>The event has been cancelled</li>\n<li>To comply with GDPR requlations</li>\n</ol>\n<p>PATH PARAMS</p>\n<hr />\n<p><strong>{{recordId}}</strong> The record id from the <code>create</code> api response</p>\n","urlObject":{"path":["neows","v1","personalized-push-service","record","{{recordId}}"],"host":["{{API}}"],"query":[],"variable":[]}},"response":[{"id":"aaa1b754-d443-4107-b874-49e7bd9ec763","name":"delete","originalRequest":{"method":"DELETE","header":[{"description":"Partner token","key":"Authorization","type":"text","value":"Bearer {{PARTNER TOKEN}}"},{"description":"Partner unique id","key":"X-Mobility-Partner","type":"text","value":"{{PARTNER UNIQUE ID}}"}],"url":"{{API}}/neows/v1/personalized-push-service/record/{{recordId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Car-Transfer-Request-Id","value":"eda50736-6104-43ca-add5-123158888d46"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 05 Oct 2019 13:19:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"DELETED\"\n}"}],"_postman_id":"f77086ab-10b9-46e4-9245-4daa8c736e81"}],"id":"293a0ca5-7a0e-4e2e-ac41-43b0a4a638a0","description":"<blockquote>\n<p>The personalized-push-service enables Partners to share customer event details with CarTrawler Mobility. This data is used by CarTrawler Mobility to send Personalized Push notifications to the customer, targeted to up-sell Mobility products aligning to the event details.</p>\n</blockquote>\n<h3 id=\"how-it-works\">How-it-works</h3>\n<p>Multi layered Data Science processes are applied to the records. To determine optimal content and send decisions. The performance is monitored, tracked and quantified using the <code>analytics-service</code> combined with Partners custom Tracking data.</p>\n","event":[{"listen":"prerequest","script":{"id":"22e0287b-9bb3-402e-9741-4ec22d5f61b7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9440bc71-9f11-4de5-94b8-6a8182e9b485","type":"text/javascript","exec":[""]}}],"_postman_id":"293a0ca5-7a0e-4e2e-ac41-43b0a4a638a0"},{"name":"webhook-service","item":[{"name":"booking-events","item":[{"name":"ORDER_CREATED","id":"32a48952-30ab-4b40-bb6c-192dfcd63066","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"ORDER_CREATED\",\r\n    \"timestamp\": \"2020-02-17T12:24:10.357Z\",\r\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\r\n    \"partnerCustomerIdentifier\" : \"876892346234\",\r\n    \"data\": {\r\n        \"details\" : \"TBC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}","description":"<p><strong>EVENT DETAILS</strong></p>\n<p>New order has been created by the customer.</p>\n","urlObject":{"host":["{{PARTNER_WEBHOOK_END_POINT}}"],"query":[],"variable":[]}},"response":[{"id":"46e89d9d-f1bc-4762-932c-86db5e7e4ec1","name":"ORDER_CREATED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"ORDER_CREATED\",\r\n    \"timestamp\": \"2020-02-17T12:24:10.357Z\",\r\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\r\n    \"partnerCustomerIdentifier\" : \"876892346234\",\r\n    \"data\": {\r\n        \"details\" : \"TBC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Car-Transfer-Request-Id","value":"9ea9f86a-c05f-4bd1-ab7b-8ce8b37e6df5"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 18 Feb 2020 16:26:37 GMT"}],"cookie":[],"responseTime":null,"body":" "}],"_postman_id":"32a48952-30ab-4b40-bb6c-192dfcd63066"},{"name":"CAR_DISPATCHED","id":"8e10c7da-1205-488e-ac84-4ce462a799bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"CAR_DISPATCHED\",\r\n    \"timestamp\": \"2020-02-17T12:24:10.357Z\",\r\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\r\n    \"partnerCustomerIdentifier\" : \"876892346234\",\r\n    \"data\": {\r\n        \"details\" : \"TBC\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}","description":"<p><strong>EVENT DETAILS</strong></p>\n<p>The car has been dispatched by the Supplier to pick up the Customer.</p>\n","urlObject":{"host":["{{PARTNER_WEBHOOK_END_POINT}}"],"query":[],"variable":[]}},"response":[{"id":"c091a6bd-7af5-42b2-b522-025b612508b9","name":"CAR_DISPATCHED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"CAR_DISPATCHED\",\r\n    \"timestamp\": \"2020-02-17T12:24:10.357Z\",\r\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\r\n    \"partnerCustomerIdentifier\" : \"876892346234\",\r\n    \"data\": {\r\n        \"details\" : \"TBC\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Car-Transfer-Request-Id","value":"abfa374e-e3de-432e-8b98-c582e8fdce79"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 18 Feb 2020 16:29:29 GMT"}],"cookie":[],"responseTime":null,"body":" "}],"_postman_id":"8e10c7da-1205-488e-ac84-4ce462a799bf"},{"name":"CAR_ARRIVED","id":"5b51e555-919b-47e2-ae8c-40fcc17f4d83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"CAR_ARRIVED\",\n    \"timestamp\": \"2020-02-17T12:30:12.627Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\": \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}","description":"<p><strong>EVENT DETAILS</strong></p>\n<p>The vehicle has arrived at the pick up point for the Customers ride.</p>\n","urlObject":{"host":["{{PARTNER_WEBHOOK_END_POINT}}"],"query":[],"variable":[]}},"response":[{"id":"bbfbf233-a7c3-4000-8a6b-bb8b0bc5dbf1","name":"CAR_ARRIVED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"CAR_ARRIVED\",\n    \"timestamp\": \"2020-02-17T12:30:12.627Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\": \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Car-Transfer-Request-Id","value":"f169fe21-2bbc-421e-bad6-3edc69a2b1f3"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 18 Feb 2020 16:27:03 GMT"}],"cookie":[],"responseTime":null,"body":" "}],"_postman_id":"5b51e555-919b-47e2-ae8c-40fcc17f4d83"},{"name":"SERVICE_IN_PROGRESS","id":"e9786c01-3e8b-4c50-9e04-d629d599f903","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"SERVICE_IN_PROGRESS\",\r\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\r\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\r\n    \"partnerCustomerIdentifier\" : \"876892346234\",\r\n    \"data\": {\r\n        \"details\" : \"TBC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}","description":"<p><strong>EVENT DETAILS</strong></p>\n<p>The Customers is on board and the ride has started.</p>\n","urlObject":{"host":["{{PARTNER_WEBHOOK_END_POINT}}"],"query":[],"variable":[]}},"response":[{"id":"d97fe739-78ca-42ee-900c-4e6ade8cd633","name":"SERVICE_IN_PROGRESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"SERVICE_IN_PROGRESS\",\r\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\r\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\r\n    \"partnerCustomerIdentifier\" : \"876892346234\",\r\n    \"data\": {\r\n        \"details\" : \"TBC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Car-Transfer-Request-Id","value":"7b2ac4a7-b612-44ad-bba2-2b2fc1a0a982"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 18 Feb 2020 16:27:29 GMT"}],"cookie":[],"responseTime":null,"body":" "}],"_postman_id":"e9786c01-3e8b-4c50-9e04-d629d599f903"},{"name":"SERVICE_COMPLETED","id":"3a7ff95c-8509-49e5-9761-e1b179770246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"SERVICE_COMPLETED\",\r\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\r\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\r\n    \"partnerCustomerIdentifier\" : \"876892346234\",\r\n    \"data\": {\r\n        \"details\" : \"TBC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}","description":"<p><strong>EVENT DETAILS</strong></p>\n<p>The Customers ride has come to the drop off location.</p>\n","urlObject":{"host":["{{PARTNER_WEBHOOK_END_POINT}}"],"query":[],"variable":[]}},"response":[{"id":"d8a53fe0-3013-4adf-8d8d-d4407146383e","name":"SERVICE_COMPLETED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"SERVICE_COMPLETED\",\r\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\r\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\r\n    \"partnerCustomerIdentifier\" : \"876892346234\",\r\n    \"data\": {\r\n        \"details\" : \"TBC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Car-Transfer-Request-Id","value":"5d243d10-6c73-4a55-bf54-f4beee094d6f"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 18 Feb 2020 15:53:57 GMT"}],"cookie":[],"responseTime":null,"body":" "}],"_postman_id":"3a7ff95c-8509-49e5-9761-e1b179770246"},{"name":"PRICE_CONFIRMATION_REQUIRED","id":"d9834aba-b5ff-4b43-9837-3058e6151989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"PRICE_CONFIRMATION_REQUIRED\",\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\" : \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}","description":"<p><strong>EVENT DETAILS</strong></p>\n<p>Customer is required to Confirm the price of the ride.</p>\n","urlObject":{"host":["{{PARTNER_WEBHOOK_END_POINT}}"],"query":[],"variable":[]}},"response":[{"id":"79c32076-8b2b-4088-881d-684f9d72550e","name":"PRICE_CONFIRMATION_REQUIRED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"PRICE_CONFIRMATION_REQUIRED\",\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\" : \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Car-Transfer-Request-Id","value":"371ce642-4173-4135-957a-00b7b74800e4"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 18 Feb 2020 15:55:54 GMT"}],"cookie":[],"responseTime":null,"body":" "}],"_postman_id":"d9834aba-b5ff-4b43-9837-3058e6151989"},{"name":"TRANSACTION_REQUESTED","id":"76e6088d-0df0-41fd-a1af-039e9a0ac123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"TRANSACTION_REQUESTED\",\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\" : \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}","description":"<p><strong>EVENT DETAILS</strong></p>\n<p>Payment has been requested from the Customer.</p>\n","urlObject":{"host":["{{PARTNER_WEBHOOK_END_POINT}}"],"query":[],"variable":[]}},"response":[{"id":"f15d8948-2383-499c-ad59-93ded7f6e488","name":"TRANSACTION_REQUESTED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"TRANSACTION_REQUESTED\",\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\" : \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Car-Transfer-Request-Id","value":"84dfe919-d691-4336-9f5e-05719f0d8d55"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 18 Feb 2020 16:00:11 GMT"}],"cookie":[],"responseTime":null,"body":" "}],"_postman_id":"76e6088d-0df0-41fd-a1af-039e9a0ac123"},{"name":"TRANSACTION_FAILED","id":"0d682180-a66b-4ea3-9a9a-5c4fe4d54ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"TRANSACTION_FAILED\",\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\" : \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}","description":"<p><strong>EVENT DETAILS</strong></p>\n<p>The Customers payment has failed.</p>\n","urlObject":{"host":["{{PARTNER_WEBHOOK_END_POINT}}"],"query":[],"variable":[]}},"response":[{"id":"31486f5c-5da0-4899-ba6f-489636dc270e","name":"TRANSACTION_FAILED ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"TRANSACTION_FAILED\",\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\" : \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Car-Transfer-Request-Id","value":"bc582209-4e0a-41a6-99b2-6a89e9d43f2c"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 18 Feb 2020 16:01:18 GMT"}],"cookie":[],"responseTime":null,"body":" "}],"_postman_id":"0d682180-a66b-4ea3-9a9a-5c4fe4d54ad5"},{"name":"TRANSACTION_COMPLETED","id":"920b020d-af3e-4779-98d6-388242ec6a3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"TRANSACTION_COMPLETED\",\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\" : \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}","description":"<p><strong>EVENT DETAILS</strong></p>\n<p>The Customers payment has been processed successfully.</p>\n","urlObject":{"host":["{{PARTNER_WEBHOOK_END_POINT}}"],"query":[],"variable":[]}},"response":[{"id":"5bbcb072-2bd2-4596-83c9-0598bffc6084","name":"TRANSACTION_COMPLETED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"TRANSACTION_COMPLETED\",\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\" : \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Car-Transfer-Request-Id","value":"3b040b23-9dc1-453a-8f86-3e75371c7b15"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 18 Feb 2020 16:02:22 GMT"}],"cookie":[],"responseTime":null,"body":" "}],"_postman_id":"920b020d-af3e-4779-98d6-388242ec6a3e"},{"name":"SUPPLIER_FORWARDED","id":"d74d3ba0-a0b9-4bb1-9151-f099af6ba5af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"SUPPLIER_FORWARDED\",\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\" : \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}","description":"<p><strong>EVENT DETAILS</strong></p>\n<p>The Supplier has changed the allocated driver for the customers ride.</p>\n","urlObject":{"host":["{{PARTNER_WEBHOOK_END_POINT}}"],"query":[],"variable":[]}},"response":[{"id":"e79ba505-6ca1-4143-920c-f2caad49f8b7","name":"SUPPLIER_FORWARDED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"SUPPLIER_FORWARDED\",\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\" : \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Car-Transfer-Request-Id","value":"724f03bb-a438-4865-9b1b-10975c838d4b"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 18 Feb 2020 16:03:19 GMT"}],"cookie":[],"responseTime":null,"body":" "}],"_postman_id":"d74d3ba0-a0b9-4bb1-9151-f099af6ba5af"},{"name":"SUPPLIER_CANCELLED","id":"9df2015a-e2f6-459d-8e38-356065b288e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"SUPPLIER_CANCELLED\",\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\" : \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}","description":"<p><strong>EVENT DETAILS</strong></p>\n<p>The Supplier has cancelled the ride, it will no longer take place.</p>\n","urlObject":{"host":["{{PARTNER_WEBHOOK_END_POINT}}"],"query":[],"variable":[]}},"response":[{"id":"6c6b14b5-1b2b-441d-9d83-c955e7b13777","name":"SUPPLIER_CANCELLED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"SUPPLIER_CANCELLED\",\n    \"timestamp\": \"2020-02-17T12:30:44.879Z\",\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\n    \"partnerCustomerIdentifier\" : \"876892346234\",\n    \"data\": {\n        \"details\" : \"TBC\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Car-Transfer-Request-Id","value":"5a8d8be0-e509-4e29-8b18-ecc2f68e505f"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 18 Feb 2020 16:28:59 GMT"}],"cookie":[],"responseTime":null,"body":" "}],"_postman_id":"9df2015a-e2f6-459d-8e38-356065b288e0"},{"name":"USER_CANCELLED","id":"79a6eba8-bd64-4489-95bd-c87ea3b5ef08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"USER_CANCELLED\",\r\n    \"timestamp\": \"2020-02-17T12:24:10.357Z\",\r\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\r\n    \"partnerCustomerIdentifier\" : \"876892346234\",\r\n    \"data\": {\r\n        \"details\" : \"TBC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}","description":"<p><strong>EVENT DETAILS</strong></p>\n<p>The Customer has cancelled the ride, it will no longer take place.</p>\n","urlObject":{"host":["{{PARTNER_WEBHOOK_END_POINT}}"],"query":[],"variable":[]}},"response":[{"id":"5cd5ee06-e0de-43c6-99cf-2bff48a50dcb","name":"USER_CANCELLED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"USER_CANCELLED\",\r\n    \"timestamp\": \"2020-02-17T12:24:10.357Z\",\r\n    \"bookingId\": \"217ed115-784e-4eb2-9636-2bc41311bca4\",\r\n    \"partnerCustomerIdentifier\" : \"876892346234\",\r\n    \"data\": {\r\n        \"details\" : \"TBC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PARTNER_WEBHOOK_END_POINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Car-Transfer-Request-Id","value":"6f25611b-0163-421f-b721-8dd2ca9b9467"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 18 Feb 2020 16:08:12 GMT"}],"cookie":[],"responseTime":null,"body":" "}],"_postman_id":"79a6eba8-bd64-4489-95bd-c87ea3b5ef08"}],"id":"01938bf9-7661-4bfd-a872-afe5e0a5aea5","description":"<blockquote>\n<p>Webhooks used to communicate information about booking event transitions to Partners.</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"1fb6ed4d-de8d-45ec-8861-42e4ab1396ba","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a25115ad-53e7-42ad-8b64-2b11c01e5cf4","type":"text/javascript","exec":[""]}}],"_postman_id":"01938bf9-7661-4bfd-a872-afe5e0a5aea5"},{"name":"options","id":"ae95f504-df55-431c-ba3d-a7b607bd3beb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Mobility-Partner","value":"{{PARTNER UNIQUE ID}}","type":"text"},{"key":"Authorization","value":"Bearer {{PARTNER TOKEN}}","type":"text"}],"url":"{{API}}/neows/v1/webhook-service/options","description":"<p>API to list available Webhook options to be configured.</p>\n<p><strong>WHAT-DOES-IT-DO</strong></p>\n<p>Returns a list of actions that can be configured by partners to work with their systems.</p>\n","urlObject":{"path":["neows","v1","webhook-service","options"],"host":["{{API}}"],"query":[],"variable":[]}},"response":[{"id":"56329c25-e18b-482a-be13-03bf43eee42e","name":"options","originalRequest":{"method":"GET","header":[{"key":"X-Mobility-Partner","value":"{{PARTNER UNIQUE ID}}","type":"text"},{"key":"Authorization","value":"Bearer {{PARTNER TOKEN}}","type":"text"}],"url":"{{API}}/neows/v1/webhook-service/options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Car-Transfer-Request-Id","value":"b3238f65-938a-47a0-8a28-73e06bf10052"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 26 Feb 2020 12:39:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"events\": [\n        \"NO_STATE\",\n        \"ORDER_CREATED\",\n        \"CAR_DISPATCHED\",\n        \"CAR_ARRIVED\",\n        \"SERVICE_IN_PROGRESS\",\n        \"SERVICE_COMPLETED\",\n        \"PRICE_CONFIRMATION_REQUIRED\",\n        \"TRANSACTION_REQUESTED\",\n        \"TRANSACTION_FAILED\",\n        \"TRANSACTION_COMPLETED\",\n        \"SUPPLIER_FORWARDED\",\n        \"SUPPLIER_CANCELLED\",\n        \"USER_CANCELLED\"\n    ]\n}"}],"_postman_id":"ae95f504-df55-431c-ba3d-a7b607bd3beb"},{"name":"inspect","id":"44e71db5-0e7e-4637-aad6-f28009a15772","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Mobility-Partner","value":"{{PARTNER UNIQUE ID}}","type":"text"},{"key":"Authorization","value":"Bearer {{PARTNER TOKEN}}","type":"text"}],"url":"{{API}}/neows/v1/webhook-service/inspect","description":"<p>API to inspect Webhook options configured.</p>\n<p><strong>WHAT-DOES-IT-DO</strong></p>\n<p>Returns a list of Webhooks that Partner has configured.</p>\n","urlObject":{"path":["neows","v1","webhook-service","inspect"],"host":["{{API}}"],"query":[],"variable":[]}},"response":[{"id":"cb6da6d1-729d-4c85-acd8-d5e92888f164","name":"inspect","originalRequest":{"method":"GET","header":[{"key":"X-Mobility-Partner","value":"{{PARTNER UNIQUE ID}}","type":"text"},{"key":"Authorization","value":"Bearer {{PARTNER TOKEN}}","type":"text"}],"url":"{{API}}/neows/v1/webhook-service/inspect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Car-Transfer-Request-Id","value":"3e0fc82f-5be3-4430-bbee-31f5c3fa03ff"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Feb 2020 05:08:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"partnerId\": \"e5e72cae-9e72-48ea-af5f-2f7801441de5\",\n    \"updated\": \"2020-02-26T16:14:18.748\",\n    \"webhooks\": {\n        \"SUPPLIER_CANCELLED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"SERVICE_COMPLETED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"SUPPLIER_FORWARDED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"PRICE_CONFIRMATION_REQUIRED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"TRANSACTION_REQUESTED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"TRANSACTION_FAILED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"TRANSACTION_COMPLETED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"CAR_ARRIVED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"USER_CANCELLED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"CAR_DISPATCHED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"SERVICE_IN_PROGRESS\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"ORDER_CREATED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"NO_STATE\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        }\n    }\n}"}],"_postman_id":"44e71db5-0e7e-4637-aad6-f28009a15772"},{"name":"update","id":"868dfcba-5cd1-4b92-91fb-6d5e04214013","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Mobility-Partner","value":"{{PARTNER UNIQUE ID}}","type":"text"},{"key":"Authorization","value":"Bearer {{PARTNER TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"webhooks\": {\n        \"SUPPLIER_CANCELLED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook/new/version\",\n            \"headers\": {\n                \"Authorization\": \"Bearer new-token-value\"\n            },\n            \"enabled\": false\n        },\n        \"ORDER_CREATED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook/created\"\n        }\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{API}}/neows/v1/webhook-service/update","description":"<p>API to update Webhooks configuration.</p>\n<p><strong>WHAT-DOES-IT-DO</strong></p>\n<p>Allows Partners to configure individual Webhooks to post notifications to their systems.</p>\n<p>REQUEST BODY</p>\n<hr />\n<ol>\n<li>Supports (1 - *) event type updates in a single request.</li>\n<li>All values for <strong>endPoint</strong>, <strong>headers</strong>, <strong>enabled</strong>, must be include for each Event update request.</li>\n<li>The update request fully <strong>replaces</strong> the existing values set.</li>\n</ol>\n","urlObject":{"path":["neows","v1","webhook-service","update"],"host":["{{API}}"],"query":[],"variable":[]}},"response":[{"id":"b4ea3f6b-f483-494e-b884-33fc186581c5","name":"update (single)","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Mobility-Partner","value":"{{PARTNER UNIQUE ID}}","type":"text"},{"key":"Authorization","value":"Bearer {{PARTNER TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"webhooks\": {\n        \"SUPPLIER_CANCELLED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook/new/version\",\n            \"headers\": {\n                \"Authorization\": \"Bearer new-token-value\"\n            },\n            \"enabled\": false\n        }\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{API}}/neows/v1/webhook-service/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Car-Transfer-Request-Id","value":"c24d6a31-b89f-4c0f-9af4-b23c24c56a05"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Feb 2020 09:47:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"partnerId\": \"e5e72cae-9e72-48ea-af5f-2f7801441de5\",\n    \"updated\": \"2020-02-27T09:47:12.256\",\n    \"webhooks\": {\n        \"SUPPLIER_CANCELLED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook/new/version\",\n            \"headers\": {\n                \"Authorization\": \"Bearer new-token-value\"\n            },\n            \"enabled\": false,\n            \"updated\": \"2020-02-27T09:47:12.256\"\n        },\n        \"SERVICE_COMPLETED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"SUPPLIER_FORWARDED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"PRICE_CONFIRMATION_REQUIRED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"TRANSACTION_REQUESTED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"TRANSACTION_FAILED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"TRANSACTION_COMPLETED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"CAR_ARRIVED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"USER_CANCELLED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"CAR_DISPATCHED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"SERVICE_IN_PROGRESS\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"ORDER_CREATED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"NO_STATE\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        }\n    }\n}"},{"id":"d0d95e51-760d-40ca-ada7-41a7a6031f52","name":"update (multiple)","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Mobility-Partner","value":"{{PARTNER UNIQUE ID}}","type":"text"},{"key":"Authorization","value":"Bearer {{PARTNER TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"webhooks\": {\n        \"SUPPLIER_CANCELLED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook/new/version\",\n            \"headers\": {\n                \"Authorization\": \"Bearer new-token-value\"\n            },\n            \"enabled\": false\n        },\n        \"ORDER_CREATED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook/created\",\n            \"headers\": {\n                \"Authorization\": \"Bearer new-token-value\"\n            },\n            \"enabled\": false\n        }\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{API}}/neows/v1/webhook-service/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Car-Transfer-Request-Id","value":"1637adb3-4a1b-406a-8910-4563d393a483"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Feb 2020 10:44:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"partnerId\": \"e5e72cae-9e72-48ea-af5f-2f7801441de5\",\n    \"updated\": \"2020-02-27T10:44:11.742\",\n    \"webhooks\": {\n        \"SUPPLIER_CANCELLED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook/new/version\",\n            \"headers\": {\n                \"Authorization\": \"Bearer new-token-value\"\n            },\n            \"enabled\": false,\n            \"updated\": \"2020-02-27T10:44:11.742\"\n        },\n        \"SERVICE_COMPLETED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"SUPPLIER_FORWARDED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"PRICE_CONFIRMATION_REQUIRED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"TRANSACTION_REQUESTED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"TRANSACTION_FAILED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"TRANSACTION_COMPLETED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"CAR_ARRIVED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"USER_CANCELLED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"CAR_DISPATCHED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"SERVICE_IN_PROGRESS\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        },\n        \"ORDER_CREATED\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook/created\",\n            \"headers\": {\n                \"Authorization\": \"Bearer new-token-value\"\n            },\n            \"enabled\": false,\n            \"updated\": \"2020-02-27T10:44:11.742\"\n        },\n        \"NO_STATE\": {\n            \"endPoint\": \"https//myservice.cartrawler.com:1234/v1/webhook\",\n            \"headers\": {\n                \"Authorization\": \"Bearer khgsfsg6786hjvfgfhj4g5345324535235235\"\n            },\n            \"enabled\": true,\n            \"updated\": \"2020-02-26T16:14:18.748\"\n        }\n    }\n}"}],"_postman_id":"868dfcba-5cd1-4b92-91fb-6d5e04214013"}],"id":"907e5e92-0156-469d-b085-19cbd1375249","description":"<blockquote>\n<p>The webhook-service enables Partners to register with CarTrawler Mobility to receive webhook events. Partners can configure the specific details of which webhooks they wish to receive and what end-points to send those messages to.</p>\n</blockquote>\n<h3 id=\"how-it-works\">How-it-works</h3>\n<p>Partners use the API to submit details of their end-points and register to receive the required webhooks.</p>\n<p>When an event is trigger in CarTrawler system, it looks up the configured Webhooks and send the details to the Partner if enabled.</p>\n<h3 id=\"partner-webhook-response\">Partner Webhook Response</h3>\n<p>Webhooks will be sent to Partners via HTTP <strong>POST</strong> requests, to the configured <strong>Endpoint</strong>.</p>\n<p>Partners are required to send a HTTP response status of <strong>2XX</strong> to acknowledge receipt of the Webhook.</p>\n","event":[{"listen":"prerequest","script":{"id":"e5f746eb-3492-44a6-8c29-fedd2270cc32","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"df84e26d-3176-42be-bd4a-6404785d1186","type":"text/javascript","exec":[""]}}],"_postman_id":"907e5e92-0156-469d-b085-19cbd1375249"}],"event":[{"listen":"prerequest","script":{"id":"0d4ab313-2d6b-4f51-b172-d0969483d518","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a2d8fd07-b563-4cbf-ab19-bd2525a39c94","type":"text/javascript","exec":[""]}}]}