{"info":{"_postman_id":"933fdf27-93fb-4f35-8f68-da538ff0d500","name":"Droppa API","description":"<html><head></head><body><p>Droppa API, developers can integrate our delivery platform into their applications. The API is designed for developers to check prices, book an immediate or scheduled delivery and follow updates until delivery completion.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28395552","collectionId":"933fdf27-93fb-4f35-8f68-da538ff0d500","publishedId":"2sA3e1CqRq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-08T09:16:22.000Z"},"item":[{"name":"Booking Service","item":[{"name":"Create Booking","event":[{"listen":"test","script":{"id":"85963223-e20f-4f28-98b5-73c2e26f9840","exec":[""],"type":"text/javascript","packages":{}}}],"id":"643930e1-d7c2-4994-a8b2-33139b347ca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"serviceId\": \"id\",\r\n    \"quotes_id\": \"667bd5b7011dab00717ae2de\",\r\n    \"pickUp_address\": {\r\n        \"province\": \"GAUTENG\",\r\n        \"suburb\": \"Sandton\",\r\n        \"addressLine\": \"123 Rivonia Road\",\r\n        \"postalCode\": \"2196\",\r\n        \"latitude\": \"-26.1076\",\r\n        \"longitude\": \"28.0567\",\r\n        \"comment\": \"Pick up address comment\",\r\n        \"contact\": {\r\n            \"firstName\": \"Lindo\",\r\n            \"lastName\": \"Sibeko\",\r\n            \"phone\": \"0787777777\",\r\n            \"email\": \"lin@droppa.co.za\"\r\n        }\r\n    },\r\n    \"dropOff_address\": {\r\n        \"province\": \"WESTERN_CAPE\",\r\n        \"suburb\": \"Cape Town\",\r\n        \"addressLine\": \"456 Long Street\",\r\n        \"postalCode\": \"8001\",\r\n        \"latitude\": \"-33.9249\",\r\n        \"longitude\": \"18.4241\",\r\n        \"comment\": \"Drop off address comment\",\r\n        \"contact\": {\r\n            \"firstName\": \"Rhulani\",\r\n            \"lastName\": \"Chauke\",\r\n            \"phone\": \"079000000\",\r\n            \"email\": \"thula@droppa.co.za\"\r\n        }\r\n    },\r\n    \"type\": \"EXPRESS_COURIER\",\r\n    \"pickUpDate\": \"2024-07-04 19:00\",\r\n    \"parcelDimensions\": [\r\n        {\r\n            \"parcel_number\": \"1\",\r\n            \"parcel_length\": 10.5,\r\n            \"parcel_breadth\": 5.2,\r\n            \"parcel_height\": 3.8,\r\n            \"parcel_mass\": 1.5\r\n        },\r\n        {\r\n            \"parcel_number\": \"1\",\r\n            \"parcel_length\": 8.0,\r\n            \"parcel_breadth\": 4.5,\r\n            \"parcel_height\": 6.0,\r\n            \"parcel_mass\": 2.0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.droppergroup.co.za/droppa/services/v1/create/book","description":"<h3 id=\"create-book\">Create Book</h3>\n<p>This endpoint allows you to create a new book entry.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>serviceId</code> (text, required): The ID of the service.</p>\n</li>\n<li><p><code>quotes_id</code> (text, required): The ID of the quote.</p>\n</li>\n<li><p><code>pickUp_address</code> (object, required): The pickup address details including province, suburb, address line, postal code, latitude, longitude, comment, and contact information.</p>\n</li>\n<li><p><code>dropOff_address</code> (object, required): The drop-off address details including province, suburb, address line, postal code, latitude, longitude, comment, and contact information.</p>\n</li>\n<li><p><code>type</code> (text, required): The type of the book.</p>\n</li>\n<li><p><code>pickUpDate</code> (text, required): The date of pickup.</p>\n</li>\n<li><p><code>parcelDimensions</code> (array, required): An array of parcel dimensions including parcel number, length, breadth, height, and mass.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format with the following fields:</p>\n<ul>\n<li><p><code>oid</code>: The ID of the book entry.</p>\n</li>\n<li><p><code>businessKey</code>: The business key associated with the book entry.</p>\n</li>\n<li><p><code>customer</code>: Details of the customer including ID, mobile, email, and verification status.</p>\n</li>\n<li><p><code>dropOff</code>: Details of the drop-off location and contact person.</p>\n</li>\n<li><p><code>pickUp</code>: Details of the pickup location and contact person.</p>\n</li>\n<li><p><code>vehicleType</code>: The type of vehicle used for the book entry.</p>\n</li>\n<li><p><code>...</code> (and more)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"933fdf27-93fb-4f35-8f68-da538ff0d500","id":"933fdf27-93fb-4f35-8f68-da538ff0d500","name":"Droppa API","type":"collection"}},"urlObject":{"path":["create","book"],"host":["https://api.droppergroup.co.za/droppa/services/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"643930e1-d7c2-4994-a8b2-33139b347ca6"}],"id":"f6e33732-68ed-439e-9411-63eaebbb971b","description":"<p>The Create Booking service in the Droppa API enables users to book a delivery based on the details provided. This service allows users to finalize their delivery requests by converting quotes into actual bookings, specifying delivery details, and confirming the service. The Create Booking service is essential for initiating the delivery process after obtaining a quote.</p>\n","_postman_id":"f6e33732-68ed-439e-9411-63eaebbb971b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"933fdf27-93fb-4f35-8f68-da538ff0d500","id":"933fdf27-93fb-4f35-8f68-da538ff0d500","name":"Droppa API","type":"collection"}}},{"name":"Validate Address","item":[{"name":"Validate Address","id":"fab38a3f-7cb2-4d32-b6db-13ce8adb2199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"code\":\"1600\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.droppergroup.co.za/droppa/services/v1/validate/address","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"933fdf27-93fb-4f35-8f68-da538ff0d500","id":"933fdf27-93fb-4f35-8f68-da538ff0d500","name":"Droppa API","type":"collection"}},"urlObject":{"path":["validate","address"],"host":["https://api.droppergroup.co.za/droppa/services/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fab38a3f-7cb2-4d32-b6db-13ce8adb2199"}],"id":"5f3cd1fc-1be3-40fd-b40d-ac141dcc6f4e","description":"<p>This endpoint allows users to validate an address by providing either a postal code or a suburb name. It checks the validity of the provided information and returns relevant address details if the input is correct.</p>\n","_postman_id":"5f3cd1fc-1be3-40fd-b40d-ac141dcc6f4e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"933fdf27-93fb-4f35-8f68-da538ff0d500","id":"933fdf27-93fb-4f35-8f68-da538ff0d500","name":"Droppa API","type":"collection"}}},{"name":"Buckets Booking","item":[{"name":"Create buckets (Single Pickup, Multiple Drop-offs)","id":"83195814-d685-449b-806b-7eac0b7be842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"serviceId\": \"id\",  // Template variable for the unique service ID\r\n    \"dropOffs\": [  // List of drop-off details\r\n        {\r\n            \"dropOffAddress\": \"Building 13, Woodlands Office Park, 20 Woodlands Dr, Woodmead, Johannesburg, 2191, South Africa\",  // Full address of the drop-off location\r\n            \"dropOff\": {  // Recipient details for the drop-off\r\n                \"firstName\": \"MLindo\",\r\n                \"lastName\": \"Sibeko\",\r\n                \"phone\": \"0820000001\",\r\n                \"email\": \"lin@droppa.co.za\"\r\n            },\r\n            \"parcelDimensions\": [  // List of parcel dimensions\r\n                {\r\n                    \"parcel_number\": \"2\",  // Identifier for the parcel\r\n                    \"parcel_length\": 2,  // Length of the parcel in centimeters<cm>\r\n                    \"parcel_breadth\": 2,  // Breadth of the parcel in centimeters<cm>\r\n                    \"parcel_height\": 3.0,  // Height of the parcel in centimeters<cm>\r\n                    \"parcel_mass\": 2.5,  // Mass of the parcel in kilograms<kg>\r\n                    \"parcel_description\": \"Fragile items\"  // Description of the parcel\r\n                }\r\n            ],\r\n            \"fromSuburb\": \"ERAND\",  // Suburb where the parcel is picked up\r\n            \"toSuburb\": \"Leondale\",  // Suburb where the parcel is delivered\r\n            \"pickUpPCode\": \"1685\",  // Postal code of the pick-up location\r\n            \"dropOffPCode\": \"1424\",  // Postal code of the drop-off location\r\n            \"comment\": \"Hi this is test don't pick up\",  // Additional comments for this drop-off\r\n            \"destinationProvince\": \"GAUTENG\"  // Province where the drop-off is located\r\n        },\r\n        // Additional drop-offs can be added similarly\r\n        {\r\n            \"dropOffAddress\": \"Building 13, Woodlands Office Park, 20 Woodlands Dr, Woodmead, Johannesburg, 2191, South Africa\",\r\n            \"dropOff\": {\r\n                \"firstName\": \"Linda\",\r\n                \"lastName\": \"Sibeko\",\r\n                \"phone\": \"0820000001\",\r\n                \"email\": \"lindas@droppa.co.za\"\r\n            },\r\n            \"parcelDimensions\": [\r\n                {\r\n                    \"parcel_number\": \"2\",\r\n                    \"parcel_length\": 2,\r\n                    \"parcel_breadth\": 2,\r\n                    \"parcel_height\": 3.0,\r\n                    \"parcel_mass\": 2.5,\r\n                    \"parcel_description\": \"Fragile items\"\r\n                }\r\n            ],\r\n            \"fromSuburb\": \"ERAND\",\r\n            \"toSuburb\": \"Leondale\",\r\n            \"pickUpPCode\": \"1685\",\r\n            \"dropOffPCode\": \"1424\",\r\n            \"comment\": \"Hi this is test don't pick up\",\r\n            \"destinationProvince\": \"GAUTENG\"\r\n        },\r\n        {\r\n            \"dropOffAddress\": \"Building 13, Woodlands Office Park, 20 Woodlands Dr, Woodmead, Johannesburg, 2191, South Africa\",\r\n            \"dropOff\": {\r\n                \"firstName\": \"Linda\",\r\n                \"lastName\": \"Sibeko\",\r\n                \"phone\": \"0820000001\",\r\n                \"email\": \"lindas@droppa.co.za\"\r\n            },\r\n            \"parcelDimensions\": [\r\n                {\r\n                    \"parcel_number\": \"2\",\r\n                    \"parcel_length\": 2,\r\n                    \"parcel_breadth\": 2,\r\n                    \"parcel_height\": 3.0,\r\n                    \"parcel_mass\": 2.5,\r\n                    \"parcel_description\": \"Fragile items\"\r\n                }\r\n            ],\r\n            \"fromSuburb\": \"ERAND\",\r\n            \"toSuburb\": \"Leondale\",\r\n            \"pickUpPCode\": \"1685\",\r\n            \"dropOffPCode\": \"1424\",\r\n            \"comment\": \"Hi this is test don't pick up\",\r\n            \"destinationProvince\": \"GAUTENG\"\r\n        }\r\n    ],\r\n    \"pickUp\": {  // Pick-up details\r\n        \"firstName\": \"Linda\",\r\n        \"lastName\": \"Sibeko\",\r\n        \"phone\": \"0820000001\",\r\n        \"email\": \"lindas@test.co.za\"\r\n    },\r\n    \"vehicleType\": \"DROPPA_EXPRESS\",  // Type of vehicle for the service\r\n    \"pickUpAddress\": \"Building 13, Woodlands Office Park, 20 Woodlands Dr, Woodmead, Johannesburg, 2191, South Africa\",  // Address where the parcels will be picked up\r\n    \"date\": \"2024-11-09T14:30:00\",  // Date and time for the pick-up\r\n    \"labour\": 1,  // Number of laborers required\r\n    \"comments\": \"Test\",  // General comments about the service\r\n    \"type\": \"EXPRESS_COURIER\",  // Type of service being requested\r\n    \"transportMode\": \"ROAD\"  // Mode of transport\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.droppergroup.co.za/droppa/services/v1/book/bucket","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"933fdf27-93fb-4f35-8f68-da538ff0d500","id":"933fdf27-93fb-4f35-8f68-da538ff0d500","name":"Droppa API","type":"collection"}},"urlObject":{"path":["book","bucket"],"host":["https://api.droppergroup.co.za/droppa/services/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"83195814-d685-449b-806b-7eac0b7be842"}],"id":"7b87a8ca-c969-4236-817b-f45f2bcf037f","description":"<p>The Buckets/basket list of collections/deliveries service enables users to create and manage same day bookings efficiently. This service supports various booking configurations, including:</p>\n<ul>\n<li><p>Multiple pick-ups to a single drop-off. (INBOUND)</p>\n</li>\n<li><p>Single pick-up to multiple drop-offs. (OUTBOUND)</p>\n</li>\n</ul>\n","_postman_id":"7b87a8ca-c969-4236-817b-f45f2bcf037f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"933fdf27-93fb-4f35-8f68-da538ff0d500","id":"933fdf27-93fb-4f35-8f68-da538ff0d500","name":"Droppa API","type":"collection"}}},{"name":"Track Booking","item":[{"name":"TrackBooking","id":"4c74c2ee-ba9e-4702-be9d-625d60b03944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.droppergroup.co.za/droppa/services/v1/track/booking/KZN185479","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"933fdf27-93fb-4f35-8f68-da538ff0d500","id":"933fdf27-93fb-4f35-8f68-da538ff0d500","name":"Droppa API","type":"collection"}},"urlObject":{"path":["track","booking","KZN185479"],"host":["https://api.droppergroup.co.za/droppa/services/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c74c2ee-ba9e-4702-be9d-625d60b03944"}],"id":"d217c473-7c8f-4e01-b294-20c7eee6ab44","description":"<p>The tracking endpoint is designed to provide real-time updates on booking statuses. When accessed, it returns the most recent status of a specified booking, ensuring that users have up-to-date information on the progress and current state of their bookings. This endpoint is an essential part of the tracking service.</p>\n","_postman_id":"d217c473-7c8f-4e01-b294-20c7eee6ab44","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"933fdf27-93fb-4f35-8f68-da538ff0d500","id":"933fdf27-93fb-4f35-8f68-da538ff0d500","name":"Droppa API","type":"collection"}}},{"name":"Webhook","item":[{"name":"Add Your Webhook URL","id":"fd529a92-7301-4f77-98c4-b80e7d6f7071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"serviceId\": \"id\",    // Replace id with the actual service identifier\r\n    \"eventsWebhook\": \"https://www.droppergroup.co.za/droppa/services/v1/update/me\" // This is the endpoint to receive updates\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.droppergroup.co.za/droppa/services/v1/add/event/webhook","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"933fdf27-93fb-4f35-8f68-da538ff0d500","id":"933fdf27-93fb-4f35-8f68-da538ff0d500","name":"Droppa API","type":"collection"}},"urlObject":{"path":["add","event","webhook"],"host":["https://api.droppergroup.co.za/droppa/services/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd529a92-7301-4f77-98c4-b80e7d6f7071"}],"id":"51acb832-c5d7-416d-85e7-49522894b89d","description":"<p>This webhook allows you to set up a URL to receive real-time data notifications. When a booking is created, you will immediately receive the status of that booking at the specified URL. This ensures that you are promptly informed about new bookings and their statuses, enabling seamless and efficient integration with your system.</p>\n","_postman_id":"51acb832-c5d7-416d-85e7-49522894b89d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"933fdf27-93fb-4f35-8f68-da538ff0d500","id":"933fdf27-93fb-4f35-8f68-da538ff0d500","name":"Droppa API","type":"collection"}}},{"name":"Quotes Service","item":[{"name":"Courier Qoutes","event":[{"listen":"test","script":{"id":"8bcdfcca-546a-44e4-92b9-9efa58effed2","exec":[""],"type":"text/javascript","packages":{}}}],"id":"83bbd364-8de8-4e30-98e3-fb47e6fd5a27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pickUp_address\": {\r\n        \"province\": \"GAUTENG\",          // from province {ENUM} KWA_ZULU_NATAL, WESTERN_CAPE, EASTERN_CAPE, NORTH_WEST, FREE_STATE etc\r\n        \"addressLine\": \"123 Rivonia Road\", // Street address of the pickup location\r\n        \"postalCode\": \"2196\",           // Postal code of the pickup location\r\n        \"latitude\": \"-26.1076\",         // Latitude coordinate of the pickup location\r\n        \"longitude\": \"28.0567\"          // Longitude coordinate of the pickup location\r\n    },\r\n    \"dropOff_address\": {\r\n        \"province\": \"WESTERN_CAPE\",     // To province {ENUM} KWA_ZULU_NATAL, WESTERN_CAPE, EASTERN_CAPE, NORTH_WEST, FREE_STATE etc\r\n        \"suburb\": \"Cape Town\",          // Suburb of the drop-off address\r\n        \"addressLine\": \"456 Long Street\", // Street address of the drop-off location\r\n        \"postalCode\": \"8001\",           // Postal code of the drop-off location\r\n        \"latitude\": \"-33.9249\",         // Latitude coordinate of the drop-off location\r\n        \"longitude\": \"18.4241\"          // Longitude coordinate of the drop-off location\r\n    },\r\n    \"parcelDimensions\": [\r\n        {\r\n            \"parcel_length\": 30.5,      // Length of the parcel in centimeters<cm>\r\n            \"parcel_breadth\": 20.0,     // Breadth of the parcel in centimeters<cm>\r\n            \"parcel_height\": 15.0,      // Height of the parcel in centimeters<cm>\r\n            \"parcel_mass\": 1            // Mass of the parcel in kilograms<kg>\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.droppergroup.co.za/droppa/services/v1/quotes","description":"<h3 id=\"create-a-new-quote\">Create a new quote</h3>\n<p>This endpoint allows you to create a new quote for a delivery service by providing the pickup address, drop-off address, and parcel dimensions.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>pickUp_address.province</code> (string *req): Province where the pickup address is located</p>\n</li>\n<li><p><code>pickUp_address.suburb</code> (string,required): Suburb of the pickup address</p>\n</li>\n<li><p><code>pickUp_address.addressLine</code> (string,required): Street address of the pickup location</p>\n</li>\n<li><p><code>pickUp_address.postalCode</code> (string,required): Postal code of the pickup location</p>\n</li>\n<li><p><code>pickUp_address.latitude</code> (string): Latitude coordinate of the pickup location</p>\n</li>\n<li><p><code>pickUp_address.longitude</code> (string): Longitude coordinate of the pickup location</p>\n</li>\n<li><p><code>dropOff_address.province</code> (string): Province where the drop-off address is located</p>\n</li>\n<li><p><code>dropOff_address.suburb</code> (string,required): Suburb of the drop-off address</p>\n</li>\n<li><p><code>dropOff_address.addressLine</code> (string,required): Street address of the drop-off location</p>\n</li>\n<li><p><code>dropOff_address.postalCode</code> (string,required): Postal code of the drop-off location</p>\n</li>\n<li><p><code>dropOff_address.latitude</code> (string): Latitude coordinate of the drop-off location</p>\n</li>\n<li><p><code>dropOff_address.longitude</code> (string): Longitude coordinate of the drop-off location</p>\n</li>\n<li><p><code>parcelDimensions</code> (array, required): Array of parcel dimensions</p>\n<ul>\n<li><p><code>parcel_length</code> (number, required): Length of the parcel in centimeters</p>\n</li>\n<li><p><code>parcel_breadth</code> (number,required): Breadth of the parcel in centimeters</p>\n</li>\n<li><p><code>parcel_height</code> (number,required): Height of the parcel in centimeters</p>\n</li>\n<li><p><code>parcel_mass</code> (number,required): Mass of the parcel in kilograms</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in the form of a JSON schema with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"quotes_id\": \"\",\n  \"quotes\": [\n    {\n      \"companyName\": \"\",\n      \"rates\": [\n        {\n          \"description\": \"\",\n          \"type\": \"\",\n          \"amount\": 0,\n          \"transport_mode\": \"\",\n          \"service_name\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"933fdf27-93fb-4f35-8f68-da538ff0d500","id":"933fdf27-93fb-4f35-8f68-da538ff0d500","name":"Droppa API","type":"collection"}},"urlObject":{"path":["quotes"],"host":["https://api.droppergroup.co.za/droppa/services/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"83bbd364-8de8-4e30-98e3-fb47e6fd5a27"}],"id":"b950614b-df45-4c8a-8771-07015fc8574d","description":"<p>The Quotes Service in the Droppa API provides functionality to generate, retrieve, update, and manage quotes for delivery services. This service allows users to get pricing information for their delivery requests based on various parameters such as pickup and drop-off locations, package dimensions, weight, and delivery service. The Quotes Service is essential for customers to understand the cost implications of their delivery needs before making a booking.</p>\n","_postman_id":"b950614b-df45-4c8a-8771-07015fc8574d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"933fdf27-93fb-4f35-8f68-da538ff0d500","id":"933fdf27-93fb-4f35-8f68-da538ff0d500","name":"Droppa API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"40d5502c-3e95-4249-af7f-443e385b5361","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"85c12cdc-957b-4912-a8c2-e1007d7c457a","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseURL","value":"https://api.droppergroup.co.za/droppa/services/v1"},{"key":"serviceId","value":"id"}]}