{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api.collivery.co.za"
        }
    ],
    "info": {
        "name": "API Reference",
        "_postman_id": "5e973e84-4d6f-4219-816c-460d15004d2b",
        "description": "Welcome to the V3 Collivery.net API reference.",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "1. Authentication",
            "description": "<aside class=\"notice\">\n  These are the same login details that you would use on https:\/\/collivery.net\n<\/aside>\n### Please note:\n* <span class=\"button authentication-button\">Requires authentication<\/span> indicates that this endpoint can only be accessed with your credentials\n* With these routes, you must provide an `api_token` parameter with the request\n* You can get your api_token calling the `\/login` endpoint or by selecting `Edit` on <a href=\"https:\/\/collivery.net\/users\" target=\"_blank\">Users index<\/a>",
            "item": [
                {
                    "name": "Log in",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"demo@collivery.co.za\",\"password\":\"demo\"}"
                        },
                        "description": "Log in with your credentials and receive back your api token (to be used in further calls)",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "10"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "9"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":{\"id\":87,\"full_name\":\"Collivery Demo\",\"email_address\":\"demo@collivery.co.za\",\"landline_number\":\"011 241 4911\",\"mobile_number\":\"\",\"api_token\":\"OpSjx5TlXGCGkzGAvUOm\",\"client\":{\"id\":116,\"name\":\"Demo Collivery (PTY) Ltd.\",\"landline_number\":\"011 241 4911\",\"mobile_number\":null,\"account_code\":\"TESTCOLLIVER\",\"account_type\":\"account\",\"primary_address\":{\"id\":952,\"address_id\":952,\"custom_id\":\"\",\"town_id\":147,\"town_name\":\"Johannesburg\",\"town_other_name\":\"\",\"suburb_id\":1936,\"suburb_name\":\"Selby\",\"company_name\":\"MDS JHB\",\"building_complex_name\":\"\",\"street_number\":\"58C\",\"street_name\":\"Webber St\",\"postal_code\":\"\",\"country_name\":\"South Africa\",\"text\":\"MDS JHB, 58C Webber St, Selby, Johannesburg\",\"short_text\":\"MDS JHB, Selby, Johannesburg\",\"location_type\":{\"id\":1,\"name\":\"Business Premises\",\"surcharge\":false,\"surcharge_amount\":0},\"town\":{\"id\":147,\"name\":\"Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.204103,\"longitude\":28.047305,\"category\":\"Major\",\"town_surcharge\":0},\"geocode_data\":{\"accuracy\":8,\"accuracy_type\":\"Address\",\"last_geocoded_at\":\"2010-06-09\",\"latitude\":-26.214703,\"longitude\":28.040485}}}}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Register",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/register",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"John Doe\",\"terms\":true,\"email_address\":\"foobar@example.com\",\"cellphone\":123456789,\"suburb_id\":1936,\"street_name\":\"Webber Street\",\"street_number\":\"58c\",\"building\":\"MDS House\",\"is_vat_registered\":\"no\",\"town_id\":147}"
                        },
                        "description": "Create a new client account. You will need to be provided with access to this endpoint. Please contact us to enable it."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"data\": {\n   \"id\": 54596,\n   \"full_name\": \"John Doe\",\n   \"email_address\": \"foobar@example.com\",\n   \"landline_number\": \"123456789\",\n   \"mobile_number\": \"123456789\",\n   \"api_token\": \"q4HuuQP67J6NabYoqov4\",\n   \"client\": {\n     \"id\": 40203,\n     \"name\": \"John Doe\",\n     \"landline_number\": \"123456789\",\n     \"mobile_number\": \"123456789\",\n     \"account_code\": null,\n     \"account_type\": \"pre-paid\",\n     \"primary_address\": {\n       \"id\": 2433244,\n       \"custom_id\": null,\n       \"town\": \"Johannesburg\",\n       \"town_id\": 147,\n       \"suburb\": \"Selby\",\n       \"suburb_id\": 1936,\n       \"text\": \"John Doe, MDS House, 58c Webber Street, Selby, Johannesburg\",\n       \"short_text\": \"John Doe, Selby, Johannesburg\"\n     }\n   }\n }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 412,
                            "body": "{\n \"error\": [\n   [\n     \"That email address is already registered. Please rather login through http:\/\/api.collivery.co.za\/v3\/login\"\n   ]\n ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "2. Addresses",
            "description": "Manage Addresses",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/address",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "A comma separated list of relationships to return.  Available entries: `contacts`, `suburb`, `town`, `active_waybills`.",
                                    "disabled": true
                                },
                                {
                                    "key": "custom_id",
                                    "value": "",
                                    "description": "Search by this custom address id only.",
                                    "disabled": true
                                },
                                {
                                    "key": "search",
                                    "value": "Johannes",
                                    "description": "Search in `street`, `building`, `company_name`, `suburb` or `town` for a match.",
                                    "disabled": false
                                },
                                {
                                    "key": "town_id",
                                    "value": "",
                                    "description": "Limit to results with this town id.",
                                    "disabled": true
                                },
                                {
                                    "key": "suburb_id",
                                    "value": "",
                                    "description": "Limit to results with this suburb id.",
                                    "disabled": true
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number to return.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "3",
                                    "description": "The limit per page. If this option is provided, `links` and `meta` will exist in the response with further information about the full list.`0` is the same as not limiting. Default is  100 Example: 3.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v3\/address?include=&custom_id=&search=Johannes&town_id=&suburb_id=&page=1&per_page=3"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "List your addresses"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "54"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":952,\"address_id\":952,\"custom_id\":\"\",\"town_id\":147,\"town_name\":\"Johannesburg\",\"town_other_name\":\"\",\"suburb_id\":1936,\"suburb_name\":\"Selby\",\"company_name\":\"MDS JHB\",\"building_complex_name\":\"\",\"street_number\":\"58C\",\"street_name\":\"Webber St\",\"postal_code\":\"\",\"country_name\":\"South Africa\",\"text\":\"MDS JHB, 58C Webber St, Selby, Johannesburg\",\"short_text\":\"MDS JHB, Selby, Johannesburg\",\"location_type\":{\"id\":1,\"name\":\"Business Premises\",\"surcharge\":false,\"surcharge_amount\":0},\"town\":{\"id\":147,\"name\":\"Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.204103,\"longitude\":28.047305,\"category\":\"Major\",\"town_surcharge\":0},\"geocode_data\":{\"accuracy\":8,\"accuracy_type\":\"Address\",\"last_geocoded_at\":\"2010-06-09\",\"latitude\":-26.214703,\"longitude\":28.040485}},{\"id\":5138981,\"address_id\":5138981,\"custom_id\":\"\",\"town_id\":147,\"town_name\":\"Johannesburg\",\"town_other_name\":\"\",\"suburb_id\":1936,\"suburb_name\":\"Selby\",\"company_name\":\"Test User\",\"building_complex_name\":\"\",\"street_number\":\"\",\"street_name\":\"58 Webber Street, unit, Instructions: n\\\/a\",\"postal_code\":\"\",\"country_name\":\"South Africa\",\"text\":\"Test User, 58 Webber Street, unit, Instructions: n\\\/a, Selby, Johannesburg\",\"short_text\":\"Test User, Selby, Johannesburg\",\"location_type\":{\"id\":1,\"name\":\"Business Premises\",\"surcharge\":false,\"surcharge_amount\":0},\"town\":{\"id\":147,\"name\":\"Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.204103,\"longitude\":28.047305,\"category\":\"Major\",\"town_surcharge\":0},\"geocode_data\":{\"accuracy\":5,\"accuracy_type\":\"Suburb\",\"last_geocoded_at\":\"1900-01-01\",\"latitude\":-26.2125,\"longitude\":28.0375}},{\"id\":5139068,\"address_id\":5139068,\"custom_id\":\"\",\"town_id\":147,\"town_name\":\"Johannesburg\",\"town_other_name\":\"\",\"suburb_id\":1936,\"suburb_name\":\"Selby\",\"company_name\":\"Isaac Kumbula\",\"building_complex_name\":\"\",\"street_number\":\"\",\"street_name\":\"58 Webber Street, unit\",\"postal_code\":\"\",\"country_name\":\"South Africa\",\"text\":\"Isaac Kumbula, 58 Webber Street, unit, Selby, Johannesburg\",\"short_text\":\"Isaac Kumbula, Selby, Johannesburg\",\"location_type\":{\"id\":1,\"name\":\"Business Premises\",\"surcharge\":false,\"surcharge_amount\":0},\"town\":{\"id\":147,\"name\":\"Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.204103,\"longitude\":28.047305,\"category\":\"Major\",\"town_surcharge\":0},\"geocode_data\":{\"accuracy\":5,\"accuracy_type\":\"Suburb\",\"last_geocoded_at\":\"1900-01-01\",\"latitude\":-26.2125,\"longitude\":28.0375}}],\"links\":{\"first\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/address?page=1\",\"last\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/address?page=8\",\"prev\":null,\"next\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/address?page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":8,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/address?page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/address?page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/address?page=3\",\"label\":\"3\",\"active\":false},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/address?page=4\",\"label\":\"4\",\"active\":false},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/address?page=5\",\"label\":\"5\",\"active\":false},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/address?page=6\",\"label\":\"6\",\"active\":false},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/address?page=7\",\"label\":\"7\",\"active\":false},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/address?page=8\",\"label\":\"8\",\"active\":false},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/address?page=2\",\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/address\",\"per_page\":3,\"to\":3,\"total\":24}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/address",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/address"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"town_id\":147,\"town_name\":\"Johannesburg\",\"province\":\"Gauteng\",\"suburb_id\":1936,\"suburb_name\":\"Selby\",\"company_name\":\"MDS Collivery\",\"building\":\"MDS House\",\"street_number\":\"58c\",\"street\":\"Webber Street\",\"location_type\":1,\"location_type_name\":\"Business Premises\",\"contact\":{\"id\":2519728,\"full_name\":\"John Doe\",\"cellphone\":\"0723456789\",\"email_address\":\"demo@collivery.co.za\"},\"country\":\"ZAF\"}"
                        },
                        "description": "Save a new Address."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "53"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":{\"id\":5141268,\"address_id\":5141268,\"custom_id\":\"\",\"town_id\":147,\"town_name\":\"Johannesburg\",\"town_other_name\":\"\",\"suburb_id\":1936,\"suburb_name\":\"Selby\",\"company_name\":\"MDS Collivery\",\"building_complex_name\":\"MDS House\",\"street_number\":\"58c\",\"street_name\":\"Webber Street\",\"postal_code\":\"\",\"country_name\":\"South Africa\",\"text\":\"MDS Collivery, MDS House, 58c Webber Street, Selby, Johannesburg\",\"short_text\":\"MDS Collivery, Selby, Johannesburg\",\"location_type\":{\"id\":1,\"name\":\"Business Premises\",\"surcharge\":false,\"surcharge_amount\":0},\"contacts\":[{\"id\":5426412,\"full_name\":\"John Doe \",\"cell_no\":\"0723456789\",\"cellphone\":\"0723456789\",\"work_no\":\"\",\"work_phone\":\"\",\"email\":\"demo@collivery.co.za\"}],\"town\":{\"id\":147,\"name\":\"Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.204103,\"longitude\":28.047305,\"category\":\"Major\",\"town_surcharge\":0},\"geocode_data\":{\"accuracy\":5,\"accuracy_type\":\"Suburb\",\"last_geocoded_at\":\"1900-01-01\",\"latitude\":-26.2125,\"longitude\":28.0375}}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/address\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/address\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "-1",
                                    "description": "The ID of the address."
                                },
                                {
                                    "id": "address",
                                    "key": "address",
                                    "value": "952",
                                    "description": "The address id."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "52"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":{\"id\":952,\"address_id\":952,\"custom_id\":\"\",\"town_id\":147,\"town_name\":\"Johannesburg\",\"town_other_name\":\"\",\"suburb_id\":1936,\"suburb_name\":\"Selby\",\"company_name\":\"MDS JHB\",\"building_complex_name\":\"\",\"street_number\":\"58C\",\"street_name\":\"Webber St\",\"postal_code\":\"\",\"country_name\":\"South Africa\",\"text\":\"MDS JHB, 58C Webber St, Selby, Johannesburg\",\"short_text\":\"MDS JHB, Selby, Johannesburg\",\"location_type\":{\"id\":1,\"name\":\"Business Premises\",\"surcharge\":false,\"surcharge_amount\":0},\"contacts\":[{\"id\":593,\"full_name\":\"Billy banks \",\"cell_no\":\"0721234567\",\"cellphone\":\"0721234567\",\"work_no\":\"0214242000\",\"work_phone\":\"0214242000\",\"email\":\"world@example.com\"},{\"id\":3804171,\"full_name\":\"John Doe \",\"cell_no\":\"0721234567\",\"cellphone\":\"0721234567\",\"work_no\":null,\"work_phone\":null,\"email\":\"foo@example.com\"},{\"id\":3910017,\"full_name\":\"Tyron Blakes \",\"cell_no\":\"0831234569\",\"cellphone\":\"0831234569\",\"work_no\":\"0314555555\",\"work_phone\":\"0314555555\",\"email\":\"tyron@hotmail.com\"},{\"id\":3910018,\"full_name\":\"Vaugan Blakes \",\"cell_no\":\"0831234530\",\"cellphone\":\"0831234530\",\"work_no\":\"0314555590\",\"work_phone\":\"0314555590\",\"email\":\"vaugan@hotmail.com\"},{\"id\":4123858,\"full_name\":\"John Doe \",\"cell_no\":\"0721234567\",\"cellphone\":\"0721234567\",\"work_no\":\"0721234567\",\"work_phone\":\"0721234567\",\"email\":\"foo@example.com\"},{\"id\":4478364,\"full_name\":\"Marius Claassen \",\"cell_no\":\"086 143 3548\",\"cellphone\":\"086 143 3548\",\"work_no\":\"086 143 354\",\"work_phone\":\"086 143 354\",\"email\":\"info@ideliver.co.za\"}],\"town\":{\"id\":147,\"name\":\"Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.204103,\"longitude\":28.047305,\"category\":\"Major\",\"town_surcharge\":0},\"geocode_data\":{\"accuracy\":8,\"accuracy_type\":\"Address\",\"last_geocoded_at\":\"2010-06-09\",\"latitude\":-26.214703,\"longitude\":28.040485}}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/address\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/address\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "-1",
                                    "description": "The ID of the address."
                                },
                                {
                                    "id": "address",
                                    "key": "address",
                                    "value": "952",
                                    "description": "The address id."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"town_id\":147,\"town_name\":\"Johannesburg\",\"province\":\"Gauteng\",\"suburb_id\":1936,\"suburb_name\":\"Selby\",\"company_name\":\"MDS Collivery\",\"building\":\"MDS House\",\"street_number\":\"58c\",\"street\":\"Webber Street\",\"location_type\":1,\"location_type_name\":\"Business Premises\",\"contact\":{\"id\":2519728,\"full_name\":\"John Doe\",\"cellphone\":\"0723456789\",\"email_address\":\"demo@collivery.co.za\"},\"country\":\"ZAF\"}"
                        },
                        "description": "Modify the details of a pre-existing address.\n<aside class=\"warning\">\n  You cannot change the town of an address. <br>\n  If the address has waybills created that are linked to it, please create a new address or contact us.\n<\/aside>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n    \"id\": 2415979,\n    \"custom_id\": \"\",\n    \"town\": \"Johannesburg\",\n    \"town_id\": 147,\n    \"suburb\": \"Selby\",\n    \"suburb_id\": 1936,\n    \"text\": \"MDS Collivery, MDS House, 58c Webber Street, Selby, Johannesburg\",\n    \"short_text\": \"MDS Collivery, Selby, Johannesburg\",\n    \"geocode_data\": {\n          \"accuracy\": 5,\n          \"accuracy_type\": \"Suburb\",\n          \"last_geocoded_at\": \"1900-01-01\",\n          \"latitude\": 0,\n          \"longitude\": 0\n     }\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"error\": {\n   \"http_code_text\": \"Bad Request\",\n   \"http_code\": 400,\n   \"message\": \"There are waybills linked to that address, rather create a new one.\"\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/address\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/address\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "952",
                                    "description": "required."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n    \"message\": \"Address # 952 has been deleted\"\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"error\": {\n   \"http_code_text\": \"Bad Request\",\n   \"http_code\": 400,\n   \"message\": \"Address # 952 is already used for waybills, you cannot delete it.\"\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show Default Address",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/default_address",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/default_address"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n    \"id\": 2415979,\n    \"custom_id\": \"\",\n    \"town\": \"Johannesburg\",\n    \"town_id\": 147,\n    \"suburb\": \"Selby\",\n    \"suburb_id\": 1936,\n    \"text\": \"MDS Collivery, MDS House, 58c Webber Street, Selby, Johannesburg\",\n    \"short_text\": \"MDS Collivery, Selby, Johannesburg\"\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"error\": {\n   \"http_code_text\": \"Bad Request\",\n   \"http_code\": 400,\n   \"message\": \"Default address not found.\"\n }\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "3. Contacts",
            "description": "Manage Address Contacts\n<aside class=\"info\">\nFor legacy reasons, on all endpoints all of `cell_no`\/`cellphone` and `work_no`\/`work_phone` are returned\n<\/aside>",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/contacts",
                            "query": [
                                {
                                    "key": "address_id",
                                    "value": "",
                                    "description": "Limit to contacts for this specific address.",
                                    "disabled": true
                                },
                                {
                                    "key": "search",
                                    "value": "Collivery",
                                    "description": "Search in name for a match.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number to return.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "3",
                                    "description": "The limit per page. If this option is provided, `links` and `meta` will exist in the response with further information about the full list.`0` is the same as not limiting. Default is  100.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v3\/contacts?address_id=&search=Collivery&page=1&per_page=3"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"data\": [\n   {\n     \"id\": 729097,\n     \"email\": \"support@collivery.co.za\",\n     \"full_name\": \"Collivery Support\",\n     \"cell_no\": null,\n     \"cellphone\": null,\n     \"work_no\": \"0123456789\",\n     \"work_phone\": \"0123456789\"\n   },\n   {\n     \"id\": 729098,\n     \"email\": \"integration@collivery.co.za\",\n     \"full_name\": \"Collivery Integration\",\n     \"cell_no\": null,\n     \"cellphone\": null,\n     \"work_no\": \"0123456789\",\n     \"work_phone\": \"0123456789\"\n   },\n   {\n     \"id\": 729099,\n     \"email\": \"api@collivery.co.za\",\n     \"full_name\": \"Collivery Api\",\n     \"cell_no\": null,\n     \"cellphone\": null,\n     \"work_no\": \"0123456789\",\n     \"work_phone\": \"0123456789\"\n   }\n ],\n \"links\": {\n   \"first\": \"https:\/\/api.collivery.co.za\/v3\/contacts?page=1\",\n   \"last\": \"https:\/\/api.collivery.co.za\/v3\/contacts?page=1532\",\n   \"next\": \"https:\/\/api.collivery.co.za\/v3\/contacts?page=1501\",\n   \"prev\": \"https:\/\/api.collivery.co.za\/v3\/contacts?page=1499\"\n },\n \"meta\": {\n   \"current_page\": 1500,\n   \"from\": 4498,\n   \"last_page\": 1532,\n   \"path\": \"https:\/\/api.collivery.co.za\/v3\/contacts\",\n   \"per_page\": \"3\",\n   \"to\": 4500,\n   \"total\": 4596\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/contacts",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/contacts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"address_id\":952,\"email\":\"foo@example.com\",\"full_name\":\"John Doe\",\"cell_no\":\"0721234567\",\"cellphone\":\"0721234567\",\"work_no\":null,\"work_phone\":null}"
                        },
                        "description": "Save a new Contact."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "50"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":{\"id\":3804171,\"full_name\":\"John Doe \",\"cell_no\":\"0721234567\",\"cellphone\":\"0721234567\",\"work_no\":null,\"work_phone\":null,\"email\":\"foo@example.com\"}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/contacts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/contacts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "593",
                                    "description": "required."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "49"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"Address Contact for id 1 not found\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/contacts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/contacts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "593",
                                    "description": "The id"
                                },
                                {
                                    "id": "contact",
                                    "key": "contact",
                                    "value": "593",
                                    "description": "id required The id"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"address_id\":952,\"email\":\"foo@example.com\",\"full_name\":\"John Doe\",\"cell_no\":\"0721234567\",\"cellphone\":\"0721234567\",\"work_no\":null,\"work_phone\":null}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "48"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":{\"id\":593,\"full_name\":\"John Doe \",\"cell_no\":\"0721234567\",\"cellphone\":\"0721234567\",\"work_no\":null,\"work_phone\":null,\"email\":\"foo@example.com\"}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/contacts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/contacts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ex",
                                    "description": "The ID of the contact."
                                },
                                {
                                    "id": "contact",
                                    "key": "contact",
                                    "value": "593",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n     \"message\": \"Contact # 593 has been deleted.\"\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"error\": {\n   \"http_code_text\": \"Bad Request\",\n   \"http_code\": 400,\n   \"message\": \"Contact # 593 is already used for waybills, you cannot delete it.\"\n }\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "4. Get Quote",
            "description": "\n<aside class=\"notice\">\n  The quote is valid for 24 hours.\n<\/aside>",
            "item": [
                {
                    "name": "Request a quote",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/quote",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/quote"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"services\":[2],\"parcels\":[{\"length\":21.5,\"width\":10,\"height\":5.5,\"weight\":5.2,\"quantity\":2,\"product_id\":2542}],\"collection_town\":147,\"delivery_town\":200,\"collection_location_type\":1,\"delivery_location_type\":5,\"collection_time\":\"2025-01-24 12:00\",\"delivery_time\":\"2025-01-25 16:00:00\",\"strict_delivery_time\":false}"
                        },
                        "description": "Get a waybill quote based on the parameters provided."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "44"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 422,
                            "body": "{\"error\":[[\"The collection time must be after 2026-06-03 14:39:48\"],[\"The delivery time must be a date after now.\"]]}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "5. Waybills",
            "description": "",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/waybill",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/waybill"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"custom_id\":\"CustomID_786\",\"per_page\":\"15\",\"statuses\":\"3\",\"show\":\"active\",\"include\":\"client,collection_address\"}"
                        },
                        "description": "List your waybills"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "42"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[],\"links\":{\"first\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/waybill?page=1\",\"last\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/waybill?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":null,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/waybill?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/waybill\",\"per_page\":15,\"to\":null,\"total\":0}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/waybill",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/waybill"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"service\":3,\"parcels\":[{\"length\":21.5,\"width\":10,\"height\":5.5,\"weight\":5.2,\"quantity\":2,\"product_id\":2542,\"ref\":\"ypcemwoqy\"}],\"collection_address\":\"952\",\"collection_contact\":593,\"delivery_address\":\"955\",\"delivery_contact\":596,\"exclude_weekend\":true,\"risk_cover\":true,\"consolidate\":true,\"battery_type\":\"pi_965\",\"parcel_type\":2}"
                        },
                        "description": "Create a new waybill\n<aside class=\"notice\">\n  Please note if you have a pre-paid account with us, your waybills will need to be paid for before the collection can start. Take note of the `payment_needed` parameter in the response meta, that will contain the payment URL (if any)\n<\/aside>\n<aside class=\"warning\">\n  Any time errors are returned in a \"meta\" array\n<\/aside>"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "41"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 422,
                            "body": "{\"error\":[[\"The selected delivery address does not exist or no longer belongs to your client.\"]]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/waybill\/:collivery_id",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "client%2Ccollection_address",
                                    "description": "A comma separated list of relationships to return.  Available entries: client, collection_address, delivery_address, collection_contact, delivery_contact, proofs_of_delivery.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v3\/waybill\/:collivery_id?include=client%2Ccollection_address",
                            "variable": [
                                {
                                    "id": "collivery_id",
                                    "key": "collivery_id",
                                    "value": "2904397",
                                    "description": "The waybill's ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "This will return a waybill's information, optionally along with addresses, contacts, proofs of delivery as needed"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"data\": {\n   \"id\": 2904397,\n   \"custom_id\": \"\",\n   \"service_type_id\": 2,\n   \"service_type_name\": \"Next Day\",\n   \"collection_time\": 1559127600,\n   \"customer_reference\": \"\",\n   \"delivery_time\": 1559224800,\n   \"parcel_count\": 1,\n   \"special_instructions\": \"\",\n   \"collection_address_id\": 647187,\n   \"collection_contact_id\": 671846,\n   \"delivery_address_id\": 660058,\n   \"delivery_contact_id\": 684889,\n   \"status_id\": 6,\n   \"status_name\": \"Invoiced\",\n   \"parcel_description\": \"\",\n   \"weight\": 0.4,\n   \"volumetric_weight\": 0.6,\n   \"total_price\": 100,\n   \"risk_cover\": false,\n   \"parcels\": [\n      {\n        \"add_method\": \"client\",\n        \"created_at\": \"2020-09-18 14:33:41\",\n        \"custom_id\": \"\",\n        \"height\": \"6.0\",\n        \"id\": 7699472,\n        \"waybill_id\": 4001907,\n        \"length\": \"22.0\",\n        \"parcel_number\": 1,\n        \"quantity\": 1,\n        \"volumetric_weight\": \"0.3\",\n        \"weight\": \"5.2\",\n        \"width\": \"10.0\"\n      }\n   ],\n   \"client\": {\n     \"id\": 116,\n     \"name\": \"Test Collivery (Pty) Ltd\",\n     \"landline_number\": \"011 241 4911\",\n     \"mobile_number\": null,\n     \"account_code\": null,\n     \"account_type\": \"account\"\n   },\n   \"collection_address\": {\n     \"id\": 647187,\n     \"custom_id\": null,\n     \"town_id\": 147,\n     \"suburb_id\": 1936,\n     \"text\": \"MDS Collivery, MDS House, 58c Webber St, Selby, Johannesburg\",\n     \"short_text\": \"MDS Collivery, Selby, Johannesburg\"\n   }\n }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n \"error\": {\n   \"http_code_text\": \"Forbidden\",\n   \"http_code\": 403,\n   \"message\": \"That waybill is not linked to your account.\"\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/waybill\/:collivery_id",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "client%2Ccollection_address",
                                    "description": "A comma separated list of relationships to return.  Available entries: client, collection_address, delivery_address, collection_contact, delivery_contact, proofs_of_delivery.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v3\/waybill\/:collivery_id?include=client%2Ccollection_address",
                            "variable": [
                                {
                                    "id": "collivery_id",
                                    "key": "collivery_id",
                                    "value": "2509775",
                                    "description": "The ID of the collivery."
                                },
                                {
                                    "id": "waybill",
                                    "key": "waybill",
                                    "value": "4001907",
                                    "description": "The waybill id."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"service\":3}"
                        },
                        "description": "Allows you to update the waybill's service type.\n\n<aside class=\"notice\">\n  Please note you are only able to update the waybill before collection. A change of service type is likely\n  to increase or decrease the price.\n<\/aside>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"data\": {\n   \"id\": 4001907,\n   \"custom_id\": \"\",\n   \"service_type_id\": 3,\n   \"service_type_name\": \"Road Freight\",\n   \"collection_time\": 1559127600,\n   \"customer_reference\": \"\",\n   \"delivery_time\": 1559224800,\n   \"parcel_count\": 1,\n   \"special_instructions\": \"\",\n   \"collection_address_id\": 647187,\n   \"collection_contact_id\": 671846,\n   \"delivery_address_id\": 660058,\n   \"delivery_contact_id\": 684889,\n   \"status_id\": 6,\n   \"status_name\": \"Invoiced\",\n   \"parcel_description\": \"\",\n   \"weight\": 0.4,\n   \"volumetric_weight\": 0.6,\n   \"total_price\": 100,\n   \"risk_cover\": false,\n   \"parcels\": [\n      {\n        \"add_method\": \"client\",\n        \"created_at\": \"2020-09-18 14:33:41\",\n        \"custom_id\": \"\",\n        \"height\": \"6.0\",\n        \"id\": 7699472,\n        \"waybill_id\": 4001907,\n        \"length\": \"22.0\",\n        \"parcel_number\": 1,\n        \"quantity\": 1,\n        \"volumetric_weight\": \"0.3\",\n        \"weight\": \"5.2\",\n        \"width\": \"10.0\"\n      }\n   ],\n   \"client\": {\n     \"id\": 116,\n     \"name\": \"Test Collivery (Pty) Ltd\",\n     \"landline_number\": \"011 241 4911\",\n     \"mobile_number\": null,\n     \"account_code\": null,\n     \"account_type\": \"account\"\n   },\n   \"collection_address\": {\n     \"id\": 647187,\n     \"custom_id\": null,\n     \"town_id\": 147,\n     \"suburb_id\": 1936,\n     \"text\": \"MDS Collivery, MDS House, 58c Webber St, Selby, Johannesburg\",\n     \"short_text\": \"MDS Collivery, Selby, Johannesburg\"\n   }\n }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n \"error\": {\n   \"http_code_text\": \"Bad Request\",\n   \"http_code\": 401,\n   \"message\": \"Waybill # 4001907 has already started collection\/delivery process, cannot update.\"\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PrintLabel",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/waybill\/:waybill_collivery_id\/print_label\/:printer",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/waybill\/:waybill_collivery_id\/print_label\/:printer",
                            "variable": [
                                {
                                    "id": "waybill_collivery_id",
                                    "key": "waybill_collivery_id",
                                    "value": "2509775",
                                    "description": "The ID of the waybill collivery."
                                },
                                {
                                    "id": "printer",
                                    "key": "printer",
                                    "value": "6",
                                    "description": "optional The printer id you want to print to. Can be obtained from `\/web_printer\/` endpoint."
                                },
                                {
                                    "id": "waybill",
                                    "key": "waybill",
                                    "value": "4001907",
                                    "description": "The waybill id."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "Print waybill labels (only for customers who have a WebPrinter installed)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n \"error\": {\n   \"http_code_text\": \"Forbidden\",\n   \"http_code\": 403,\n   \"message\": \"That waybill is not linked to your account.\"\n }\n}",
                            "name": ""
                        },
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "40"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 400,
                            "body": "{\"error\":{\"http_code_text\":\"Bad Request\",\"http_code\":400,\"message\":\"Invalid device, WebPrinter with id 6 does not belong to Demo Collivery (PTY) Ltd.\"}}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "6. Status Tracking",
            "description": "Fetch and query status updates for your waybills",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/status_tracking",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/status_tracking"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"statuses\":\"1,3\",\"per_page\":100,\"start_date\":\"2023-10-10\",\"end_date\":\"2023-11-10\",\"page\":1}"
                        },
                        "description": "Show a list of status tracking records"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": [\n    {\n      \"status_id\": 1,\n      \"status_name\": \"Waiting Client Acceptance\",\n      \"waybill_id\": 4105972,\n      \"created_at\": \"2019-08-12 06:02\"\n    },\n    {\n      \"status_id\": 3,\n      \"status_name\": \"Quote Accepted\",\n      \"waybill_id\": 4105972,\n      \"created_at\": \"2019-08-12 06:02\"\n    },\n    {\n      \"status_id\": 1,\n      \"status_name\": \"Waiting Client Acceptance\",\n      \"waybill_id\": 4105999,\n      \"created_at\": \"2019-08-12 06:03\"\n    }\n  ],\n  \"links\": {\n    \"first\": \"http:\/\/api.collivery.co.za\/v3\/status_tracking?page=1\",\n    \"last\": \"http:\/\/api.collivery.co.za\/v3\/status_tracking?page=33\",\n    \"prev\": null,\n    \"next\": \"http:\/\/api.collivery.co.za\/v3\/status_tracking?page=2\"\n  },\n  \"meta\": {\n    \"current_page\": 1,\n    \"from\": 1,\n    \"last_page\": 33,\n    \"path\": \"http:\/\/api.collivery.co.za\/v3\/status_tracking\",\n    \"per_page\": \"3\",\n    \"to\": 3,\n    \"total\": 98\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/status_tracking\/:waybill_collivery_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/status_tracking\/:waybill_collivery_id",
                            "variable": [
                                {
                                    "id": "waybill_collivery_id",
                                    "key": "waybill_collivery_id",
                                    "value": "2509775",
                                    "description": "The ID of the waybill collivery."
                                },
                                {
                                    "id": "waybill",
                                    "key": "waybill",
                                    "value": "4001907",
                                    "description": "The waybill id."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "Display all status tracking for a specific waybill"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "43"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"status_id\":1,\"status_name\":\"Waiting Client Acceptance\",\"waybill_id\":4001907,\"created_at\":\"2019-05-29 12:13\",\"failure_reason\":null},{\"status_id\":3,\"status_name\":\"Quote Accepted\",\"waybill_id\":4001907,\"created_at\":\"2019-05-29 12:13\",\"failure_reason\":null},{\"status_id\":10,\"status_name\":\"Collection Driver Dispatched\",\"waybill_id\":4001907,\"created_at\":\"2019-05-29 12:14\",\"failure_reason\":null},{\"status_id\":5,\"status_name\":\"Collivery Cancelled\",\"waybill_id\":4001907,\"created_at\":\"2019-05-29 20:41\",\"failure_reason\":null},{\"status_id\":3,\"status_name\":\"Quote Accepted\",\"waybill_id\":4001907,\"created_at\":\"2021-11-30 15:37\",\"failure_reason\":null},{\"status_id\":5,\"status_name\":\"Collivery Cancelled\",\"waybill_id\":4001907,\"created_at\":\"2021-11-30 15:38\",\"failure_reason\":null}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/status_tracking\/:waybill_collivery_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/status_tracking\/:waybill_collivery_id",
                            "variable": [
                                {
                                    "id": "waybill_collivery_id",
                                    "key": "waybill_collivery_id",
                                    "value": "2509775",
                                    "description": "The ID of the waybill collivery."
                                },
                                {
                                    "id": "waybill",
                                    "key": "waybill",
                                    "value": "4001907",
                                    "description": "The waybill id."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status_id\":3,\"cheapest\":true}"
                        },
                        "description": "Accept, Cancel, or Unhold a waybill\n<aside class=\"notice\">\n  Please note if you have a pre-paid account with us, your waybills will need to be paid for before the collection can start. Take note of the `payment_needed` parameter in the response meta, that will contain the payment URL (if any).\n  \\nAdditionally, clients can only unhold a waybill if their `unhold_allowed` parameter is set to true.\n<\/aside>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"data\": {\n     \"message\": \"Waybill 4001907 updated to Quote Accepted\"\n   }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"error\": {\n   \"http_code_text\": \"Bad Request\",\n   \"http_code\": 400,\n   \"message\": \"You have a prepaid account, you need to pay before accepting waybill # 4001907.\"\n },\n \"meta\": {\n   \"payment_needed\": \"https:\\\/\\\/collivery.net\\\/payment_requests\\\/store?waybills%5B0%5D=4001907\"\n }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"error\": {\n   \"http_code_text\": \"Bad Request\",\n   \"http_code\": 400,\n   \"message\": \"Waybill # 4001907 has already started collection\/delivery process, cannot cancel.\"\n }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"error\": {\n   \"http_code_text\": \"Bad Request\",\n   \"http_code\": 400,\n   \"message\": \"Your client is not allowed to unhold waybills.\"\n }\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "7. Waybill Documents",
            "description": "Get your Quote or Waybill documents",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/waybill_documents\/:waybill",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/waybill_documents\/:waybill",
                            "variable": [
                                {
                                    "id": "waybill",
                                    "key": "waybill",
                                    "value": "4001907",
                                    "description": "The waybill id you are requesting documents for."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "List your waybill documents"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "38"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"type\":\"waybill\",\"file_name\":\"4001907-waybill.pdf\",\"pages\":1,\"mime\":\"application\\\/pdf\",\"size\":27463,\"created_at\":\"2026-06-03 14:40:48\",\"image_url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/waybill_documents\\\/4001907\\\/waybill\"},{\"type\":\"quote\",\"file_name\":\"4001907-quote.pdf\",\"pages\":1,\"mime\":\"application\\\/pdf\",\"size\":23822,\"created_at\":\"2026-06-03 14:40:48\",\"image_url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/waybill_documents\\\/4001907\\\/quote\"}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/waybill_documents\/:waybill\/:type",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/waybill_documents\/:waybill\/:type",
                            "variable": [
                                {
                                    "id": "waybill",
                                    "key": "waybill",
                                    "value": "4001907",
                                    "description": "The waybill id you are requesting documents for."
                                },
                                {
                                    "id": "type",
                                    "key": "type",
                                    "value": "waybill",
                                    "description": "The type of document, `'waybill'` or `'quote'` or `'label'`."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "Get the details and base64 encoded image of the waybill document"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"data\": {\n   \"id\": 4001907,\n   \"type\": \"waybill\",\n   \"file_name\": \"4001907.pdf\",\n   \"pages\": 1,\n   \"mime\": \"application\/pdf\",\n   \"size\": 2605,\n   \"created_at\": \"2019-05-29 18:41:11\",\n   \"image\": \"JVBERi0xLjMgCjEgMCBvYmoKPDwKL1BhZ2VzIDIgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagoyIDAgb2JqCjw8Ci9UeXBlIC9QYWdlcwovS2lkcyBbIDMgMCBSIF0KL0NvdW50IDEKPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1R5cGUgL1BhZ2UKL1BhcmVudCAyIDAgUgovUmVzb3VyY2VzIDw8Ci9YT2JqZWN0IDw8IC9JbTAgOCAwIFIgPj4KL1Byb2NTZXQgNiAwIFIgPj4KL01lZGlhQm94IFswIDAgMSAxXQovQ3JvcEJveCBbMCAwIDEgMV0KL0NvbnRlbnRzIDQgMCBSCi9UaHVtYiAxMSAwIFIKPj4KZW5kb2JqCjQgMCBvYmoKPDwKL0xlbmd0aCA1IDAgUgo+PgpzdHJlYW0KcQoxIDAgMCAxIDAgMCBjbQovSW0wIERvClEKCmVuZHN0cmVhbQplbmRvYmoKNSAwIG9iagoyNwplbmRvYmoKNiAwIG9iagpbIC9QREYgL1RleHQgL0ltYWdlQyBdCmVuZG9iago3IDAgb2JqCjw8Cj4+CmVuZG9iago4IDAgb2JqCjw8Ci9UeXBlIC9YT2JqZWN0Ci9TdWJ0eXBlIC9JbWFnZQovTmFtZSAvSW0wCi9GaWx0ZXIgWyAvRENURGVjb2RlIF0KL1dpZHRoIDEKL0hlaWdodCAxCi9Db2xvclNwYWNlIDEwIDAgUgovQml0c1BlckNvbXBvbmVudCA4Ci9MZW5ndGggOSAwIFIKPj4Kc3RyZWFtCv\/Y\/+AAEEpGSUYAAQEAAAEAAQAA\/9sAQwAMCAkKCQcMCgoKDQ0MDhIeExIQEBIkGhsVHismLSwqJikpLzVEOi8yQDMpKTtRPEBGSUxNTC45VFpTSllES0xJ\/8AACwgAAQABAQERAP\/EABQAAQAAAAAAAAAAAAAAAAAAAAf\/xAAUEAEAAAAAAAAAAAAAAAAAAAAA\/9oACAEBAAA\/AFV\/\/9kKZW5kc3RyZWFtCmVuZG9iago5IDAgb2JqCjE2MAplbmRvYmoKMTAgMCBvYmoKL0RldmljZUdyYXkKZW5kb2JqCjExIDAgb2JqCjw8Ci9GaWx0ZXIgWyAvRENURGVjb2RlIF0KL1dpZHRoIDEKL0hlaWdodCAxCi9Db2xvclNwYWNlIDEwIDAgUgovQml0c1BlckNvbXBvbmVudCA4Ci9MZW5ndGggMTIgMCBSCj4+CnN0cmVhbQr\/2P\/gABBKRklGAAEBAAABAAEAAP\/bAEMADAgJCgkHDAoKCg0NDA4SHhMSEBASJBobFR4rJi0sKiYpKS81RDovMkAzKSk7UTxARklMTUwuOVRaU0pZREtMSf\/AAAsIAAEAAQEBEQD\/xAAUAAEAAAAAAAAAAAAAAAAAAAAH\/8QAFBABAAAAAAAAAAAAAAAAAAAAAP\/aAAgBAQAAPwBVf\/\/ZCmVuZHN0cmVhbQplbmRvYmoKMTIgMCBvYmoKMTYwCmVuZG9iagoxMyAwIG9iago8PAo+PgplbmRvYmoKMTQgMCBvYmoKMTYwCmVuZG9iagoxNSAwIG9iago8PAo+PgplbmRvYmoKMTYgMCBvYmoKMTYwCmVuZG9iagoxNyAwIG9iago8PAovVGl0bGUgPEZFRkYwMDYxMDAwMD4KL0NyZWF0aW9uRGF0ZSAoRDoyMDE5MDkxMTA2MjMxMykKL01vZERhdGUgKEQ6MjAxOTA5MTEwNjIzMTMpCi9Qcm9kdWNlciAoaHR0cHM6Ly9pbWFnZW1hZ2ljay5vcmcpCj4+CmVuZG9iagp4cmVmCjAgMTgKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDEwIDAwMDAwIG4gCjAwMDAwMDAwNTkgMDAwMDAgbiAKMDAwMDAwMDExOCAwMDAwMCBuIAowMDAwMDAwMjkyIDAwMDAwIG4gCjAwMDAwMDAzNzIgMDAwMDAgbiAKMDAwMDAwMDM5MCAwMDAwMCBuIAowMDAwMDAwNDI4IDAwMDAwIG4gCjAwMDAwMDA0NDkgMDAwMDAgbiAKMDAwMDAwMDc4NSAwMDAwMCBuIAowMDAwMDAwODA0IDAwMDAwIG4gCjAwMDAwMDA4MzIgMDAwMDAgbiAKMDAwMDAwMTEyOCAwMDAwMCBuIAowMDAwMDAxMTQ4IDAwMDAwIG4gCjAwMDAwMDExNzAgMDAwMDAgbiAKMDAwMDAwMTE5MCAwMDAwMCBuIAowMDAwMDAxMjEyIDAwMDAwIG4gCjAwMDAwMDEyMzIgMDAwMDAgbiAKdHJhaWxlcgo8PAovU2l6ZSAxOAovSW5mbyAxNyAwIFIKL1Jvb3QgMSAwIFIKL0lEIFs8ZTAwZTVlYjk0NDQxODJmMzUyMzIzMzc0ZWY0ZTA4ZWJjYjc4NDcyNWZkZDRmZDYxMmQ3NzMwNTQwYjNlMGM4Yz4gPGUwMGU1ZWI5NDQ0MTgyZjM1MjMyMzM3NGVmNGUwOGViY2I3ODQ3MjVmZGQ0ZmQ2MTJkNzczMDU0MGIzZTBjOGM+XQo+PgpzdGFydHhyZWYKMTM3MwolJUVPRgo\"\n }\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "8. Proofs of Delivery",
            "description": "",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/proofs_of_delivery",
                            "query": [
                                {
                                    "key": "waybill_id",
                                    "value": "",
                                    "description": "Limit to results with this waybill.",
                                    "disabled": true
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number to return.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "3",
                                    "description": "The limit per page. If this option is provided, `links` and `meta` will exist in the response with further information about the full list.`0` is the same as not limiting. Default is  100.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v3\/proofs_of_delivery?waybill_id=&page=1&per_page=3"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "List your waybill proofs of delivery"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "39"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":3502260,\"waybill_id\":4175648,\"type\":\"POD\",\"file_name\":\"4175648_POD.pdf\",\"pages\":1,\"mime\":\"application\\\/pdf\",\"size\":117762,\"created_at\":\"2019-09-30 12:57:56\",\"image_url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/proofs_of_delivery\\\/3502260\"},{\"id\":4629275,\"waybill_id\":5366173,\"type\":\"POD\",\"file_name\":\"5366173_POD.pdf\",\"pages\":1,\"mime\":\"application\\\/pdf\",\"size\":38623,\"created_at\":\"2021-08-16 10:02:51\",\"image_url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/proofs_of_delivery\\\/4629275\"},{\"id\":4781003,\"waybill_id\":5525185,\"type\":\"POD\",\"file_name\":\"5525185_POD.pdf\",\"pages\":1,\"mime\":\"application\\\/pdf\",\"size\":112171,\"created_at\":\"2021-11-04 07:20:34\",\"image_url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/proofs_of_delivery\\\/4781003\"}],\"links\":{\"first\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/proofs_of_delivery?page=1\",\"last\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/proofs_of_delivery?page=2\",\"prev\":null,\"next\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/proofs_of_delivery?page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":2,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/proofs_of_delivery?page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/proofs_of_delivery?page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/proofs_of_delivery?page=2\",\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/proofs_of_delivery\",\"per_page\":3,\"to\":3,\"total\":5}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/proofs_of_delivery\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/proofs_of_delivery\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "211515",
                                    "description": "The proof of delivery id."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "Get the details and base64 encoded image of the waybill proof of delivery"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"data\": {\n   \"id\": 211515,\n   \"type\": \"\",\n   \"file_name\": \"4001907_POD.pdf\",\n   \"pages\": 1,\n   \"mime\": \"application\/pdf\",\n   \"size\": 2605,\n   \"created_at\": \"2019-05-29 18:41:11\",\n   \"image_url\": \"https:\/\/api.collivery.co.za\/v3\/proofs_of_delivery\/211515\",\n   \"image\": \"JVBERi0xLjMgCjEgMCBvYmoKPDwKL1BhZ2VzIDIgMCBSCi9UeXBlIC9DYXRhbG9nCj4+CmVuZG9iagoyIDAgb2JqCjw8Ci9UeXBlIC9QYWdlcwovS2lkcyBbIDMgMCBSIF0KL0NvdW50IDEKPj4KZW5kb2JqCjMgMCBvYmoKPDwKL1R5cGUgL1BhZ2UKL1BhcmVudCAyIDAgUgovUmVzb3VyY2VzIDw8Ci9YT2JqZWN0IDw8IC9JbTAgOCAwIFIgPj4KL1Byb2NTZXQgNiAwIFIgPj4KL01lZGlhQm94IFswIDAgMSAxXQovQ3JvcEJveCBbMCAwIDEgMV0KL0NvbnRlbnRzIDQgMCBSCi9UaHVtYiAxMSAwIFIKPj4KZW5kb2JqCjQgMCBvYmoKPDwKL0xlbmd0aCA1IDAgUgo+PgpzdHJlYW0KcQoxIDAgMCAxIDAgMCBjbQovSW0wIERvClEKCmVuZHN0cmVhbQplbmRvYmoKNSAwIG9iagoyNwplbmRvYmoKNiAwIG9iagpbIC9QREYgL1RleHQgL0ltYWdlQyBdCmVuZG9iago3IDAgb2JqCjw8Cj4+CmVuZG9iago4IDAgb2JqCjw8Ci9UeXBlIC9YT2JqZWN0Ci9TdWJ0eXBlIC9JbWFnZQovTmFtZSAvSW0wCi9GaWx0ZXIgWyAvRENURGVjb2RlIF0KL1dpZHRoIDEKL0hlaWdodCAxCi9Db2xvclNwYWNlIDEwIDAgUgovQml0c1BlckNvbXBvbmVudCA4Ci9MZW5ndGggOSAwIFIKPj4Kc3RyZWFtCv\/Y\/+AAEEpGSUYAAQEAAAEAAQAA\/9sAQwAMCAkKCQcMCgoKDQ0MDhIeExIQEBIkGhsVHismLSwqJikpLzVEOi8yQDMpKTtRPEBGSUxNTC45VFpTSllES0xJ\/8AACwgAAQABAQERAP\/EABQAAQAAAAAAAAAAAAAAAAAAAAf\/xAAUEAEAAAAAAAAAAAAAAAAAAAAA\/9oACAEBAAA\/AFV\/\/9kKZW5kc3RyZWFtCmVuZG9iago5IDAgb2JqCjE2MAplbmRvYmoKMTAgMCBvYmoKL0RldmljZUdyYXkKZW5kb2JqCjExIDAgb2JqCjw8Ci9GaWx0ZXIgWyAvRENURGVjb2RlIF0KL1dpZHRoIDEKL0hlaWdodCAxCi9Db2xvclNwYWNlIDEwIDAgUgovQml0c1BlckNvbXBvbmVudCA4Ci9MZW5ndGggMTIgMCBSCj4+CnN0cmVhbQr\/2P\/gABBKRklGAAEBAAABAAEAAP\/bAEMADAgJCgkHDAoKCg0NDA4SHhMSEBASJBobFR4rJi0sKiYpKS81RDovMkAzKSk7UTxARklMTUwuOVRaU0pZREtMSf\/AAAsIAAEAAQEBEQD\/xAAUAAEAAAAAAAAAAAAAAAAAAAAH\/8QAFBABAAAAAAAAAAAAAAAAAAAAAP\/aAAgBAQAAPwBVf\/\/ZCmVuZHN0cmVhbQplbmRvYmoKMTIgMCBvYmoKMTYwCmVuZG9iagoxMyAwIG9iago8PAo+PgplbmRvYmoKMTQgMCBvYmoKMTYwCmVuZG9iagoxNSAwIG9iago8PAo+PgplbmRvYmoKMTYgMCBvYmoKMTYwCmVuZG9iagoxNyAwIG9iago8PAovVGl0bGUgPEZFRkYwMDYxMDAwMD4KL0NyZWF0aW9uRGF0ZSAoRDoyMDE5MDkxMTA2MjMxMykKL01vZERhdGUgKEQ6MjAxOTA5MTEwNjIzMTMpCi9Qcm9kdWNlciAoaHR0cHM6Ly9pbWFnZW1hZ2ljay5vcmcpCj4+CmVuZG9iagp4cmVmCjAgMTgKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDEwIDAwMDAwIG4gCjAwMDAwMDAwNTkgMDAwMDAgbiAKMDAwMDAwMDExOCAwMDAwMCBuIAowMDAwMDAwMjkyIDAwMDAwIG4gCjAwMDAwMDAzNzIgMDAwMDAgbiAKMDAwMDAwMDM5MCAwMDAwMCBuIAowMDAwMDAwNDI4IDAwMDAwIG4gCjAwMDAwMDA0NDkgMDAwMDAgbiAKMDAwMDAwMDc4NSAwMDAwMCBuIAowMDAwMDAwODA0IDAwMDAwIG4gCjAwMDAwMDA4MzIgMDAwMDAgbiAKMDAwMDAwMTEyOCAwMDAwMCBuIAowMDAwMDAxMTQ4IDAwMDAwIG4gCjAwMDAwMDExNzAgMDAwMDAgbiAKMDAwMDAwMTE5MCAwMDAwMCBuIAowMDAwMDAxMjEyIDAwMDAwIG4gCjAwMDAwMDEyMzIgMDAwMDAgbiAKdHJhaWxlcgo8PAovU2l6ZSAxOAovSW5mbyAxNyAwIFIKL1Jvb3QgMSAwIFIKL0lEIFs8ZTAwZTVlYjk0NDQxODJmMzUyMzIzMzc0ZWY0ZTA4ZWJjYjc4NDcyNWZkZDRmZDYxMmQ3NzMwNTQwYjNlMGM4Yz4gPGUwMGU1ZWI5NDQ0MTgyZjM1MjMyMzM3NGVmNGUwOGViY2I3ODQ3MjVmZGQ0ZmQ2MTJkNzczMDU0MGIzZTBjOGM+XQo+PgpzdGFydHhyZWYKMTM3MwolJUVPRgo\"\n }\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "9. Parcel Images",
            "description": "",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/parcel_images",
                            "query": [
                                {
                                    "key": "waybill_id",
                                    "value": "",
                                    "description": "A waybill id that you would like to limit the parcel images to.",
                                    "disabled": true
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number to return.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "3",
                                    "description": "The limit per page. If this option is provided, `links` and `meta` will exist in the response with further information about the full list.`0` is the same as not limiting. Default is  100.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v3\/parcel_images?waybill_id=&page=1&per_page=3"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"data\": [\n   {\n     \"id\": 2681479,\n     \"waybill_id\": 3012330,\n     \"parcel_number\": 1,\n     \"file_name\": \"3012330-1.jpeg\",\n     \"mime_type\": \"image\/jpeg\",\n     \"size\": 26287,\n     \"created_at\": \"2017-07-17 13:06:57\",\n     \"image_url\": \"https:\/\/api.collivery.co.za\/v3\/parcel_images\/2681479\"\n   },\n   {\n     \"id\": 2694043,\n     \"waybill_id\": 3041631,\n     \"parcel_number\": 1,\n     \"file_name\": \"3041631-1.jpeg\",\n     \"mime_type\": \"image\/jpeg\",\n     \"size\": 32399,\n     \"created_at\": \"2017-07-25 14:37:50\",\n     \"image_url\": \"https:\/\/api.collivery.co.za\/v3\/parcel_images\/2694043\"\n   },\n   {\n     \"id\": 2694087,\n     \"waybill_id\": 3041631,\n     \"parcel_number\": 2,\n     \"file_name\": \"3041631-2.jpeg\",\n     \"mime_type\": \"image\/jpeg\",\n     \"size\": 34726,\n     \"created_at\": \"2017-07-25 14:52:37\",\n     \"image_url\": \"https:\/\/api.collivery.co.za\/v3\/parcel_images\/2694087\"\n   }\n ],\n \"links\": {\n   \"first\": \"https:\/\/api.collivery.co.za\/v3\/parcel_images?page=1\",\n   \"last\": \"https:\/\/api.collivery.co.za\/v3\/parcel_images?page=2\",\n   \"next\": \"https:\/\/api.collivery.co.za\/v3\/parcel_images?page=2\",\n   \"prev\": null\n },\n \"meta\": {\n   \"current_page\": 1,\n   \"from\": 1,\n   \"last_page\": 2,\n   \"path\": \"https:\/\/api.collivery.co.za\/v3\/parcel_images\",\n   \"per_page\": \"3\",\n   \"to\": 3,\n   \"total\": 6\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/parcel_images\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/parcel_images\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2143956",
                                    "description": "The ID of the parcel image."
                                },
                                {
                                    "id": "parcel_image",
                                    "key": "parcel_image",
                                    "value": "3041631",
                                    "description": "The parcel image id."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "Get the base64 encoded image"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"data\": {\n   \"file_name\": \"3041631-1.jpeg\",\n   \"mime_type\": \"image\/jpeg\",\n   \"image\": \"\/9j\/4AAQSkZJRgABAQAAAQABAAD\/2wCEAAUFBQUFBQUGBgUICAcICAsKCQkKCxEMDQwNDBEaEBMQEBMQGhcbFhUWGxcpIBwcICkvJyUnLzkzMzlHREddXX0BBQUFBQUFBQYGBQgIBwgICwoJCQoLEQwNDA0MERoQExAQExAaFxsWFRYbFykgHBwgKS8nJScvOTMzOUdER11dff\/CABEIAAEAAQMBIgACEQEDEQH\/xAAUAAEAAAAAAAAAAAAAAAAAAAAI\/9oACAEBAAAAAGX\/AP\/EABQBAQAAAAAAAAAAAAAAAAAAAAD\/2gAIAQIQAAAAf\/\/EABQBAQAAAAAAAAAAAAAAAAAAAAD\/2gAIAQMQAAAAf\/\/EABQQAQAAAAAAAAAAAAAAAAAAAAD\/2gAIAQEAAT8Af\/\/EABQRAQAAAAAAAAAAAAAAAAAAAAD\/2gAIAQIBAT8Af\/\/EABQRAQAAAAAAAAAAAAAAAAAAAAD\/2gAIAQMBAT8Af\/\/Z\"\n }\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "10. Country",
            "description": "Show and search for countries",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/country",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number to return.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "3",
                                    "description": "The limit per page. If this option is provided, `links` and `meta` will exist in the response with further information about the full list.`0` is the same as not limiting. Default is  300.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v3\/country?page=1&per_page=3"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"south\"}"
                        },
                        "description": "Show all countries"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "33"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":195,\"name\":\"South Africa\",\"country_code\":\"ZAF\"},{\"id\":243,\"name\":\"South Sudan\",\"country_code\":\"SSD\"}],\"links\":{\"first\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/country?page=1\",\"last\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/country?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/country?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/country\",\"per_page\":3,\"to\":2,\"total\":2}}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "11. Towns",
            "description": "Show and search for Towns",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/towns",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number to return.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "3",
                                    "description": "The limit per page. If this option is provided, `links` and `meta` will exist in the response with further information about the full list.`0` is the same as not limiting. Default is  300.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v3\/towns?page=1&per_page=3"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"country\":\"ZAF\",\"province\":\"Gauteng\",\"search\":\"Joh\"}"
                        },
                        "description": "Show all towns for a country or search towns."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "58"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":147,\"name\":\"Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.204103,\"longitude\":28.047305,\"category\":\"Major\",\"town_surcharge\":0},{\"id\":13523,\"name\":\"Johannesburg South\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.273866,\"longitude\":27.995186,\"category\":\"Major\",\"town_surcharge\":0},{\"id\":14142,\"name\":\"Whiteridge, Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.162219,\"longitude\":27.950016,\"category\":\"Major\",\"town_surcharge\":0}],\"links\":{\"first\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/towns?page=1\",\"last\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/towns?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/towns?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"https:\\\/\\\/api.collivery.co.za\\\/v3\\\/towns\",\"per_page\":3,\"to\":3,\"total\":3,\"cached_at\":\"2026-06-03T14:40:47+02:00\",\"cache_age_seconds\":0,\"last_modified_at\":\"2024-02-28T12:39:14+02:00\"}}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "12. Suburbs",
            "description": "\nShow and filter suburbs\n<aside class=\"warning\">\nWe offer the ability to query suburbs by GPS co-ordinates. This is useful for matching suburbs that are not in our database, but are in yours. <br>\n<strong>If you pass in `latitude`\/`longitude` all other filters like `search`, `country`, etc are ignored<\/strong> <br>\nWill return the closest 5 suburbs within 50km of the GPS co-ordinates, but the first result is the closest match.\n<\/aside>",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/suburbs",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number to return.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "3",
                                    "description": "The limit per page. If this option is provided, `links` and `meta` will exist in the response with further information about the full list.`0` is the same as not limiting. Default is  2000.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v3\/suburbs?page=1&per_page=3"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"town_id\":\"147\",\"country\":\"ZAF\",\"latitude\":\"-26.212500\",\"longitude\":\"28.037500\",\"postal_code\":\"2000\",\"postal_code_range\":\"100\"}"
                        },
                        "description": "Show all suburbs for a town or country or search suburbs."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "57"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":2214,\"name\":\"Ussher\",\"latitude\":-26.2125,\"longitude\":28.0375,\"town\":{\"id\":147,\"name\":\"Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.204103,\"longitude\":28.047305,\"category\":\"Major\",\"town_surcharge\":0},\"postal_code\":\"2001\",\"box_postal_code\":null},{\"id\":1936,\"name\":\"Selby\",\"latitude\":-26.2125,\"longitude\":28.0375,\"town\":{\"id\":147,\"name\":\"Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.204103,\"longitude\":28.047305,\"category\":\"Major\",\"town_surcharge\":0},\"postal_code\":\"2001\",\"box_postal_code\":null},{\"id\":9160,\"name\":\"South\",\"latitude\":-26.215896,\"longitude\":28.041925,\"town\":{\"id\":147,\"name\":\"Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.204103,\"longitude\":28.047305,\"category\":\"Major\",\"town_surcharge\":0},\"postal_code\":\"2001\",\"box_postal_code\":\"\"},{\"id\":11315,\"name\":\"Park Central\",\"latitude\":-26.217728,\"longitude\":28.039833,\"town\":{\"id\":13523,\"name\":\"Johannesburg South\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.273866,\"longitude\":27.995186,\"category\":\"Major\",\"town_surcharge\":0},\"postal_code\":\"2001\",\"box_postal_code\":\"\"},{\"id\":1458,\"name\":\"New Centre\",\"latitude\":-26.2125,\"longitude\":28.045799,\"town\":{\"id\":147,\"name\":\"Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.204103,\"longitude\":28.047305,\"category\":\"Major\",\"town_surcharge\":0},\"postal_code\":\"2001\",\"box_postal_code\":null}],\"meta\":{\"cached_at\":\"2026-06-03T14:40:47+02:00\",\"cache_age_seconds\":0,\"last_modified_at\":\"2026-05-15T12:03:20+02:00\"}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/suburbs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/suburbs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "-1",
                                    "description": "The ID of the suburb."
                                },
                                {
                                    "id": "suburb",
                                    "key": "suburb",
                                    "value": "1936",
                                    "description": "The suburb id."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": "Show details of one particular suburb. Loaded with Town details included"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "56"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":{\"id\":1936,\"name\":\"Selby\",\"latitude\":-26.2125,\"longitude\":28.0375,\"town\":{\"id\":147,\"name\":\"Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.204103,\"longitude\":28.047305,\"category\":\"Major\",\"town_surcharge\":0},\"postal_code\":\"2001\",\"box_postal_code\":null}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/town_suburb_search",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/town_suburb_search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search_text\":\"westcli\"}"
                        },
                        "description": "Search by name for suburbs and\/or town. Results are returned in order of most populated areas by default"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "55"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"formatted_result\":\"Westcliff, Randburg, GP\",\"suburb\":{\"id\":2336,\"name\":\"Westcliff\",\"latitude\":-26.170799,\"longitude\":28.0292,\"town\":{\"id\":13548,\"name\":\"Randburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.143913,\"longitude\":27.994623,\"category\":\"Major\",\"town_surcharge\":0},\"postal_code\":\"2193\",\"box_postal_code\":\"2193\"}},{\"formatted_result\":\"Westcliff, Chatsworth, KZN\",\"suburb\":{\"id\":3721,\"name\":\"Westcliff\",\"latitude\":-29.9125,\"longitude\":30.887501,\"town\":{\"id\":13519,\"name\":\"Chatsworth\",\"other_name\":\"\",\"province\":\"KZN\",\"latitude\":-29.927024,\"longitude\":30.884343,\"category\":\"Major\",\"town_surcharge\":0},\"postal_code\":\"7200\",\"box_postal_code\":\"7200\"}},{\"formatted_result\":\"Westcliff, Johannesburg, GP\",\"suburb\":{\"id\":10096,\"name\":\"Westcliff\",\"latitude\":-26.176104,\"longitude\":28.02624,\"town\":{\"id\":147,\"name\":\"Johannesburg\",\"other_name\":\"\",\"province\":\"GP\",\"latitude\":-26.204103,\"longitude\":28.047305,\"category\":\"Major\",\"town_surcharge\":0},\"postal_code\":\"2193\",\"box_postal_code\":\"\"}},{\"formatted_result\":\"Westcliff, Hermanus, WC\",\"suburb\":{\"id\":9866,\"name\":\"Westcliff\",\"latitude\":-34.42017,\"longitude\":19.235237,\"town\":{\"id\":119,\"name\":\"Hermanus\",\"other_name\":\"\",\"province\":\"WC\",\"latitude\":-34.4092,\"longitude\":19.250444,\"category\":\"Regional\",\"town_surcharge\":0},\"postal_code\":\"7200\",\"box_postal_code\":\"\"}},{\"formatted_result\":\"Westcliff, Durban, KZN\",\"suburb\":{\"id\":11566,\"name\":\"Westcliff\",\"latitude\":-29.911755,\"longitude\":30.892954,\"town\":{\"id\":83,\"name\":\"Durban\",\"other_name\":\"\",\"province\":\"KZN\",\"latitude\":-29.85868,\"longitude\":31.02184,\"category\":\"Major\",\"town_surcharge\":0},\"postal_code\":\"4092\",\"box_postal_code\":\"\"}}]}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "13. Service Types",
            "description": "\nShow all service types or searched",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/service_types",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/service_types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "Get available service types with delivery days"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "46"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":1,\"code\":\"SDX\",\"text\":\"Same Day\",\"description\":\"Will be delivered same day at times specified\",\"delivery_days\":0},{\"id\":2,\"code\":\"ONX\",\"text\":\"Next Day\",\"description\":\"Will be delivered next day at times specified\",\"delivery_days\":1},{\"id\":5,\"code\":\"ECO\",\"text\":\"Road Freight Express\",\"description\":\"Will be delivered within 2 working days\",\"delivery_days\":2},{\"id\":3,\"code\":\"FRT\",\"text\":\"Road Freight\",\"description\":\"For heavy cargo. Delivery within 3 working days\",\"delivery_days\":3}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/service_type\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/service_type\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "Get specific service type by id"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "45"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":{\"id\":2,\"code\":\"ONX\",\"text\":\"Next Day\",\"description\":\"Will be delivered next day at times specified\",\"delivery_days\":1}}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "14. Location Types",
            "description": "\n<aside class=\"notice\">\n  These should be aggressively cached. They are unlikely to change within a 24-hour period\n<\/aside>",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/location_types",
                            "query": [
                                {
                                    "key": "search",
                                    "value": "business",
                                    "description": "An optional search string matched against the location types names.",
                                    "disabled": false
                                },
                                {
                                    "key": "surcharge_only",
                                    "value": "",
                                    "description": "{include, exclude} `include` will return only surchargeable location types, `exclude` will return only non-surchargeable location types.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v3\/location_types?search=business&surcharge_only="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "47"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":1,\"name\":\"Business Premises\",\"surcharge\":false,\"surcharge_amount\":0}]}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "15. Battery Types",
            "description": "",
            "item": [
                {
                    "name": "Index\nGet all battery types.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/battery_types",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/battery_types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "Get all battery types, to be used when booking a waybill.\nShould be aggressively cached, or even statically defined."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "51"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":\"pi_965\",\"name\":\"PI 965\",\"description\":\"Lithium Ion batteries packaged \\\/ sent on their own.\"},{\"id\":\"pi_966\",\"name\":\"PI 966\",\"description\":\"Lithium Ion batteries WITH equipment. (Same box, but NOT inside the item)\"},{\"id\":\"pi_967\",\"name\":\"PI 967\",\"description\":\"Lithium Ion batteries contained IN equipment. (Not removed from the item)\"}]}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "16. Parcel Types",
            "description": "",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/parcel_types",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/parcel_types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "Get all parcel types, to be used when booking a waybill.\nShould be aggressively cached, or even statically defined."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "32"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "[{\"id\":1,\"type_text\":\"Envelope\",\"type_description\":\"Documents less than 2Kg and A4 size\"},{\"id\":2,\"type_text\":\"Package\",\"type_description\":\"Parcel Exceeding 2Kg and any dimension above 20cm\"},{\"id\":3,\"type_text\":\"Tender Document\",\"type_description\":\"Documents for lodging Tenders\"}]",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "17. Terms and Conditions",
            "description": "",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/terms_and_conditions",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/terms_and_conditions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "37"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":{\"Definitions\":[{\"key\":1,\"value\":\"\\u201cMDS\\u201d shall mean MDS Collivery (Pty) Ltd, its staff, agents or sub-contractors.\"},{\"key\":2,\"value\":\"\\u201cGoods\\u201d shall mean any documents, parcels or freight accepted for carriage by MDS.\"},{\"key\":3,\"value\":\"\\u201cCarriage\\u201d shall mean the transport of goods from one point to another by MDS (the \\u201cCarrier\\u201d) using means it deems suitable.\"},{\"key\":4,\"value\":\"\\u201cClient\\u201d shall mean the party responsible for the payment for the carriage of the goods.\"},{\"key\":5,\"value\":\"\\u201cOwner\\u201d shall mean the party who has a financial interest in the goods.\"},{\"key\":6,\"value\":\"\\u201cParties\\u201d shall mean the Client, the Owner, the sender, the receiver or the Carrier, as the context may require.\"},{\"key\":7,\"value\":\"\\u201cWaybill\\u201d is the accompanying document which identifies the Client, the number and weight of packages involved and instructions regarding the time and place of both the collection and delivery, copies of which are signed by the parties and serve as proof of handover of the goods from one party to the other.\"}],\"Terms and Conditions\":[{\"key\":1,\"value\":\"MDS is not a public\\\/common carrier and may refuse to accept any goods for carriage without providing reason for such refusal.\"},{\"key\":2,\"value\":\"By using our collection and delivery service you agree to be bound by our terms and conditions, as set out in this document, and you acknowledge that our terms and conditions will constitute a valid, binding and enforceable agreement.\"},{\"key\":3,\"value\":\"These terms & conditions shall apply to all transactions concluded by or on the Client's behalf on our website. (www.collivery.co.za or collivery.net).\"},{\"key\":4,\"value\":\"A certificate issued by an administrator of our website shall constitute prima facie proof of any fact related to our website, including (but not limited to) which version of the terms and conditions that govern a particular dispute and the content that was published or functionality was available on our website at a specific point in time.\"},{\"key\":5,\"value\":\"For purposes of Section 22(2) of the Electronic Communications and Transactions Act, 25 of 2002 you accept that the agreement will be regarded as concluded at Randburg, Gauteng Province.\"},{\"key\":6,\"value\":\"All matters arising from this agreement, its validity, existence or termination shall be determined in accordance with the laws of the time of the Republic of South Africa, and you hereby submit to the jurisdiction of the Magistrates' Court of Johannesburg\\\/Randburg.\"},{\"key\":7,\"value\":\"MDS' prices are set out in its price list or are as negotiated or quoted to the Client and are subject to review from time to time.\"},{\"key\":8,\"value\":\"Prices quoted are based on the information provided by the Client. Should this information be found to be incorrect, MDS has the right to adjust the prices based on the correct information while continuing with the carriage.\"},{\"key\":9,\"value\":\"Any credit limit, invoice frequency, or payment terms set by MDS shall be at its sole and absolute discretion and may be changed by MDS depending on circumstances that MDS believes justifies such changes.\"},{\"key\":\"The Customer Acknowledges That\",\"value\":[{\"key\":1,\"value\":\"In terms of the Disaster Management Act 57 of 2002 (\\\"the Act\\\") and the current Alert Level Regulations thereof (\\\"the Regulations\\\"), MDS Collivery can only deliver the goods to the Customer in relation to goods and services as defined in the Regulations (\\\"the allowed purpose\\\")\"},{\"key\":2,\"value\":\"MDS Collivery is delivering the goods to the Customer on the strict understanding the goods are purchased and will be used and\\\/or on-sold by the Customer for the allowed purpose.  The Customer indemnifies and holds(MDS Collivery, its affiliates and their respective personnel harmless from and against any liability and losses arising from or in connection with the Customer's failure to purchase the goods in accordance with the provisions of the Act and the Regulations.\"}]}],\"Liability\":[{\"key\":\"MDS' liability to the Client in respect of goods in its care:\",\"value\":[{\"key\":1,\"value\":\"Will terminate once proof of delivery has been obtained from the receiving party at the address stated on the waybill.\"},{\"key\":2,\"value\":\"MDS provides inclusive risk cover of up to R10,000.00 (Ten Thousand Rand) for goods in their care. This means that MDS' liability is capped at R10,000.00, covering the direct cost of replacement or loss of goods.\"},{\"key\":3,\"value\":\"MDS is not responsible for indirect or consequential damages, such as lost profits or business opportunities.\"}]},{\"key\":2,\"value\":\"Any claim for loss or damage should be lodged within 7 days of loss by completing the on-line claim form on the customer interface. Any claim lodged after such date will not be considered.\"},{\"key\":3,\"value\":\"Failure to supply necessary documents requested to support the claim will result in the claim not being considered.\"},{\"key\":4,\"value\":\"Valid Claims will only be paid by MDS in respect of any consignment after the Client has paid all outstanding Freight Charges in respect of that consignment and where the Client\\u2019s account with MDS has been paid in accordance with the credit terms extended.\"},{\"key\":5,\"value\":\"Freight charges relating to the consignment covered by the Risk Cover shall not be included in the calculation of any amount payable under the risk cover offered by MDS.\"},{\"key\":6,\"value\":\"Where a claim has been paid in full for goods damaged, MDS reserves the right to take possession of the goods as salvage and to dispose of such goods as it sees fit.\"},{\"key\":7,\"value\":\"MDS shall not be liable for failure to fulfil its obligations if such failure is due to war, civil disobedience, industrial dispute, acts of God, or any event beyond MDS' reasonable control.\"},{\"key\":8,\"value\":\"If MDS is unable for any reason to effect delivery of the goods, all reasonable steps will be taken to return the goods to the Client. The Client will, however, be responsible for the costs of carriage, attempted delivery and return of the goods. Any failure to deliver or any late deliveries may not be used as motivation for non-payment for that delivery.\"},{\"key\":9,\"value\":\"MDS will not be responsible for any fulfilment of Customs formalities or payments. However, MDS will assist the Client as far as possible, on condition that such assistance will be rendered at the sole risk and responsibility of the Client and the Client undertakes to indemnify MDS against any claims in this respect.\"},{\"key\":\"The Client warrants that:\",\"value\":[{\"key\":1,\"value\":\"The goods are accurately described on the waybill.\"},{\"key\":2,\"value\":\"The waybill is printed and affixed to the parcel.\"},{\"key\":3,\"value\":\"The goods are adequately packed and accurately addressed on the system generated waybill to enable delivery to take place with ordinary care and handling.\"},{\"key\":4,\"value\":\"The Client has to the best of its knowledge and belief, complied with all laws, rules and regulations regarding the carriage and that the goods are not prohibited by Government regulation.\"}]},{\"key\":10,\"value\":\"The Client agrees to MDS' terms of payment and agrees that MDS shall be entitled to suspend, delay and\\\/or cancel collection and\\\/or delivery of any consignment(s) in the event of non-payment, or to hold the consignments until such time as the account has been settled in full or to MDS' satisfaction.\"},{\"key\":11,\"value\":\"Failure to pay your account within 30 (thirty) days from the date of delivery of a tax invoice will attract interest in terms of the National Credit Act.\"},{\"key\":12,\"value\":\"Disputes and account queries must be made in writing to the accounts department within 7 (seven) days after receipt of invoice with specific details of the dispute or query.\"},{\"key\":13,\"value\":\"You will be liable for all legal costs incurred by MDS on a scale as between attorney and Client, (including, but not limited to Sheriffs fees, collection commission and tracing agent's fees) in the event of MDS having to institute legal action in order to secure payment of any outstanding account.\"}],\"Risk Cover Exclusions\":[{\"key\":\"MDS will not be liable for any claims made by Client in any of the following circumstances:\",\"value\":[{\"key\":1,\"value\":\"Where the Client fails to submit the Claim to MDS within the relevant time limits.\"},{\"key\":2,\"value\":\"Where MDS is in possession of an unendorsed proof of delivery form for the consignment.\"},{\"key\":3,\"value\":\"Where the Goods consigned are Excluded Goods, where \\u201cExcluded Goods\\u201d means each of the following items:- Money, bullion, credit cards, pre-paid cards, jewelry, watches, precious stones, furs, treasury notes, securities; stamps, patterns or manuscripts, plans, designs, explosives and all livestock or plants, guns, ammunition, hazardous goods and dangerous goods \\\/ materials, negotiable instruments, gemstones, works of art, securities, drugs, all framed pictures; artwork, solar panels or parts, mirrors and negotiable instruments, including collectible coins, cellphones, furniture and antiques, including fossils or fossil pieces, motor vehicle panels and body parts including windscreens are carried entirely at your risk. Second - hand goods that have not been declared as such to MDS, who reserves the right to inspect second hand goods before acceptance and to delay the transit time by one day to effect such inspection.\"},{\"key\":4,\"value\":\"Where MDS in its reasonable opinion considers the Packaging of the Goods to be inadequate for rail, air or road transportation.\"},{\"key\":5,\"value\":\"Where the Goods are determined by MDS to have been defective prior to the Carriage.\"},{\"key\":6,\"value\":\"Where damage, mechanical failure or other operational defect in the Goods could not, in the reasonable opinion of MDS, have been caused by the Carriage.\"},{\"key\":7,\"value\":\"Where MDS fails, delays or is unable to carry out its obligations under this contract due to strikes and \\\/ or lockouts (whether of MDS' own employees or those of others and whether or not MDS could have avoided the same by acceding to the demands of the employees responsible for such action), acts of God, war, terrorism, fire, flood, embargo, litigation, acts of government or any agency instrumentality or any political subdivision thereof or any other cause beyond the control MDS.\"},{\"key\":8,\"value\":\"Where the goods have been lost or damaged as a result of derailments, collisions, overturning or any similar incident.\"},{\"key\":9,\"value\":\"Where the Goods have not been packed in the original manufacturer's packaging or the equivalent.\"},{\"key\":10,\"value\":\"Where the Delivery Address is a post office box, a roadside drop or postal mail box.\"}]}],\"Amendments to Terms and Conditions of Contract \":[{\"key\":1,\"value\":\"MDS reserves the right to amend these terms and conditions of contract from time to time, without prior notice to the Customer.\"}]},\"last_updated\":1741168890}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "18. Vendors",
            "description": "Manage Vendors",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/vendors",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/vendors"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"vendor_type\":\"TAK_SUP\",\"vendor_id\":\"123152\"}"
                        },
                        "description": "Show all vendors, or all vendors of a certain type"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"data\": [\n   {\n    \"id\": 1770,\n    \"vendor_type\": \"TAK_SUP\",\n    \"vendor_id\": 32143451,\n    \"verified\": false,\n    \"deleted\": false\n   },\n   {\n    \"id\": 1774,\n    \"vendor_type\": \"TAK_SUP\",\n    \"vendor_id\": 32143451,\n    \"verified\": false,\n    \"deleted\": false\n   },\n   {\n    \"id\": 1775,\n    \"vendor_type\": \"TAK_SUP\",\n    \"vendor_id\": 32143451,\n    \"verified\": false,\n    \"deleted\": false\n   },\n   {\n    \"id\": 1776,\n    \"vendor_type\": \"TAK_SUP\",\n    \"vendor_id\": 32143451,\n    \"verified\": false,\n    \"deleted\": false\n   }\n   ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/vendors",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/vendors",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "123152",
                                    "description": "The vendor's ID."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"vendor_type\":\"TAK_SUP\",\"vendor_id\":\"123152\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": [\n    {\n      \"id\": 1770,\n      \"vendor_type\": \"TAK_SUP\",\n      \"vendor_id\": 123152,\n      \"verified\": false,\n      \"deleted\": false\n    }\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/vendors\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/vendors\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "123152",
                                    "description": "The vendor's ID."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"vendor_type\":\"TAK_SUP\",\"vendor_id\":\"123152\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": [\n    {\n      \"id\": 1770,\n      \"vendor_type\": \"TAK_SUP\",\n      \"vendor_id\": 123152,\n      \"verified\": false,\n      \"deleted\": false\n    }\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Destroy",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/vendors\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/vendors\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the vendor."
                                },
                                {
                                    "id": "vendor",
                                    "key": "vendor",
                                    "value": "1770",
                                    "description": "The vendor id."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": [\n    {\n      \"id\": 1770,\n      \"vendor_type\": \"TAK_SUP\",\n      \"vendor_id\": 123152,\n      \"verified\": false,\n      \"deleted\": true\n    }\n  ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "19. Vendor Reports",
            "description": "View",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/vendor\/reports",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/vendor\/reports",
                            "variable": [
                                {
                                    "id": "dc",
                                    "key": "dc",
                                    "value": "40",
                                    "description": "The id of the DC. Takealot JNB (`40`) or Takealot JNB Bulk (`39`) or Takealot CPT (`41`) depot."
                                },
                                {
                                    "id": "per_page",
                                    "key": "per_page",
                                    "value": "20",
                                    "description": "Number of waybills per page. Max is `50`."
                                },
                                {
                                    "id": "vendor",
                                    "key": "vendor",
                                    "value": "1285",
                                    "description": "MDS Vendor id. Can be obtained from `\/vendors\/` endpoint."
                                },
                                {
                                    "id": "status",
                                    "key": "status",
                                    "value": "3",
                                    "description": "Status id. Can be obtained from `\/statuses\/` endpoint."
                                },
                                {
                                    "id": "po_number",
                                    "key": "po_number",
                                    "value": "52044591",
                                    "description": "Purchase order number."
                                },
                                {
                                    "id": "asn",
                                    "key": "asn",
                                    "value": "",
                                    "description": "ASN."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"per_page\":18}"
                        },
                        "description": "List of Takealot waybills\n\n<aside class=\"warning\">\n Internal resource only available to Takealot and MDS Collivery\n<\/aside>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"data\": [\n {\n \"waybill\": 5518724,\n \"purchase_orders\": [\n {\n \"po\": \"12345678\",\n \"asn\": null,\n \"due_date\": \"2021-10-25\",\n \"quantity\": 1\n },\n {\n \"po\": \"12345679\",\n \"asn\": null,\n \"due_date\": \"2021-10-25\",\n \"quantity\": 2\n },\n {\n \"po\": \"12345673\",\n \"asn\": null,\n \"due_date\": \"2021-10-25\",\n \"quantity\": 1\n },\n {\n \"po\": \"12345674\",\n \"asn\": null,\n \"due_date\": \"2021-10-25\",\n \"quantity\": 2\n },\n {\n \"po\": \"12345672\",\n \"asn\": null,\n \"due_date\": \"2021-10-25\",\n \"quantity\": 1\n }\n ],\n \"client\": \"Nuoli\",\n \"waybill_quantity\": 7,\n \"service\": \"Road Freight\",\n \"status\": \"Quote Accepted\",\n \"sla_status\": \"not delivered\"\n }\n ],\n \"meta\": {\n \"next_url\": null,\n \"previous_url\": null,\n \"pages\": 0\n }\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "OnTime",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/vendor\/reports\/on_time",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/vendor\/reports\/on_time",
                            "variable": [
                                {
                                    "id": "start_date",
                                    "key": "start_date",
                                    "value": "2022-01-10",
                                    "description": "The date of the start of the report."
                                },
                                {
                                    "id": "end_date",
                                    "key": "end_date",
                                    "value": "2022-01-11",
                                    "description": "The date of the end of the report."
                                },
                                {
                                    "id": "direction",
                                    "key": "direction",
                                    "value": "collection",
                                    "description": "Direction. Collect from client (`collection`), Deliver to client (`delivery`), or Collection and Delivery (`both`) ."
                                },
                                {
                                    "id": "distribution_center",
                                    "key": "distribution_center",
                                    "value": "JNB_BULK",
                                    "description": "The id of the DC. Takealot JNB (`JNB`) or Takealot JNB Bulk (`JNB_BULK`) or Takealot CPT (`CPT`) depot."
                                },
                                {
                                    "id": "po_number_search",
                                    "key": "po_number_search",
                                    "value": "1231242",
                                    "description": "Comma seperated Purchase order numbers to search."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"direction\":\"collection\",\"distribution_center\":\"DBN Main DC\",\"po_number_search\":\"ex\"}"
                        },
                        "description": "On time report for Takealot Waybills\n\n<aside class=\"warning\">\n Internal resource only available to Takealot and MDS Collivery\n<\/aside>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"data\": [\n{\n\"waybill\": 5674754,\n\"status\": \"Invoiced\",\n\"po\": \"12345678\",\n\"asn\": \"1\",\n\"client\": \"Acme Trading (Pty) Ltd\",\n\"quantity\": 1,\n\"service\": \"Road Freight\",\n\"due_date\": \"2022-01-06\",\n\"collection_time\": \"2022-01-05 09:00:00\",\n\"collected_at\": \"2022-01-05 13:44:58\",\n\"deliver_before\": \"2022-01-6 14:00:00\",\n\"days_late\": 2\n}\n],\n\"meta\": {\n\"summary\": {\n\"total_failures\": 0,\n\"total\": 1,\n\"percentage\": 0\n}\n}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "InFull",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/vendor\/reports\/in_full",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/vendor\/reports\/in_full",
                            "variable": [
                                {
                                    "id": "start_date",
                                    "key": "start_date",
                                    "value": "2022-01-10",
                                    "description": "The date of the start of the report."
                                },
                                {
                                    "id": "end_date",
                                    "key": "end_date",
                                    "value": "2022-01-11",
                                    "description": "The date of the end of the report."
                                },
                                {
                                    "id": "direction",
                                    "key": "direction",
                                    "value": "collection",
                                    "description": "Direction. Collect from client (`collection`), Deliver to client (`delivery`), or Collection and Delivery (`both`) ."
                                },
                                {
                                    "id": "distribution_center",
                                    "key": "distribution_center",
                                    "value": "JNB_BULK",
                                    "description": "The id of the DC. Takealot JNB (`JNB`) or Takealot JNB Bulk (`JNB_BULK`) or Takealot CPT (`CPT`) depot."
                                },
                                {
                                    "id": "po_number_search",
                                    "key": "po_number_search",
                                    "value": "1231242",
                                    "description": "Comma seperated Purchase order numbers to search."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"direction\":\"collection\",\"distribution_center\":\"DBN Main DC\",\"po_number_search\":\"ex\"}"
                        },
                        "description": "In full report for Takealot Waybills\n\n<aside class=\"warning\">\n Internal resource only available to Takealot and MDS Collivery\n<\/aside>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"data\": [\n{\n\"waybill\": 5504810,\n\"status\": \"Invoiced\",\n\"po\": \"34456899\",\n\"asn\": null,\n\"client\": \"Acme Trading  Pty Ltd\",\n\"quantity\": 2,\n\"service\": \"Road Freight\",\n\"quantity_at_dest\": 0\n},\n{\n\"waybill\": 5504810,\n\"status\": \"Invoiced\",\n\"po\": \"123789\",\n\"asn\": null,\n\"client\": \"Acme Trading Pty Ltd\",\n\"quantity\": 2,\n\"service\": \"Road Freight\",\n\"quantity_at_dest\": 0\n},\n{\n\"waybill\": 5504810,\n\"status\": \"Invoiced\",\n\"po\": \"23456789\",\n\"asn\": null,\n\"client\": \"Acme Trading Pty Ltd\",\n\"quantity\": 2,\n\"service\": \"Road Freight\",\n\"quantity_at_dest\": 0\n}\n],\n\"meta\": {\n\"summary\": {\n\"failures\": 3,\n\"total\": 137961,\n\"percentage\": 0\n}\n}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "LostOrDamaged",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/vendor\/reports\/lost_or_damaged",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/vendor\/reports\/lost_or_damaged",
                            "variable": [
                                {
                                    "id": "start_date",
                                    "key": "start_date",
                                    "value": "2022-01-10",
                                    "description": "The date of the start of the report."
                                },
                                {
                                    "id": "end_date",
                                    "key": "end_date",
                                    "value": "2022-01-11",
                                    "description": "The date of the end of the report."
                                },
                                {
                                    "id": "direction",
                                    "key": "direction",
                                    "value": "collection",
                                    "description": "Direction. Collect from client (`collection`), Deliver to client (`delivery`), or Collection and Delivery (`both`) ."
                                },
                                {
                                    "id": "distribution_center",
                                    "key": "distribution_center",
                                    "value": "JNB_BULK",
                                    "description": "The id of the DC. Takealot JNB (`JNB`) or Takealot JNB Bulk (`JNB_BULK`) or Takealot CPT (`CPT`) depot."
                                },
                                {
                                    "id": "po_number_search",
                                    "key": "po_number_search",
                                    "value": "1231242",
                                    "description": "Comma seperated Purchase order numbers to search."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"direction\":\"collection\",\"distribution_center\":\"DBN Main DC\",\"po_number_search\":\"ex\"}"
                        },
                        "description": "Lost or damaged report for Takealot Waybills including claim status\n\n<aside class=\"warning\">\n Internal resource only available to Takealot and MDS Collivery\n<\/aside>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"data\": [\n{\n\"waybill\": 4899591,\n\"status\": \"Invoiced\",\n\"po\": \"12312351\",\n\"asn\": \"ASNCQWERT036712920\",\n\"client\": \"Acme Trading Pty Ltd\",\n\"quantity\": 2,\n\"service\": \"Road Freight\",\n\"claim_approved\": false,\n\"claim_value_rands\": 400,\n\"claim_status\": \"Denied\",\n\"claim_reason\": \"Dear Acme, it appears the item was not packaged in line with TakeAlot packaging standards. Unfortunately we are unable to assist with the claim\"\n},\n{\n\"waybill\": 4909021,\n\"status\": \"Invoiced\",\n\"po\": \"3622220\",\n\"asn\": null,\n\"client\": \"Acme Trading Pty Ltd\",\n\"quantity\": 2,\n\"service\": \"Road Freight\",\n\"claim_approved\": true,\n\"claim_value_rands\": 3995,\n\"claim_status\": \"Completed\",\n\"claim_reason\": \"Dear Acme, thank you for submitted your claim. After review of the photographic evidence your claim has been approved. Please supply invoice for cost\"\n}\n],\n\"meta\": {\n\"summary\": {\n\"claims_total\": 2,\n\"accepted_total\": 1,\n\"rejected_total\": 1,\n\"total\": 2590,\n\"percentage\": 0.040000000000000001\n}\n}\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "20. Vendor Waybills",
            "description": "Add Vendor Waybill bookings",
            "item": [
                {
                    "name": "Store",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/vendor_bookings",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/vendor_bookings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"vendor_depot\":\"JHB Bulk DC3\",\"vehicle_type\":2,\"risk_cover\":true,\"collection_time\":\"2025-01-24\",\"orders\":[{\"purchase_order_number\":\"ex\",\"parcel_count\":2,\"vendor_id\":1772,\"due_date\":\"2012-02-25\",\"asn\":\"ex\",\"length\":21.5,\"width\":10,\"height\":5.5,\"weight\":5.5}],\"delivery_address\":\"952\",\"service_type\":3}"
                        },
                        "description": "Create a new vendor waybill\n\n<aside class=\"notice\">\n  Please note if you have a pre-paid account with us, your waybills will need to be paid for before the collection can start. Take note of the `payment_needed` parameter in the response meta, that will contain the payment URL (if any)\n<\/aside>\n<aside class=\"warning\">\n  Any time errors are returned in a \"meta\" array\n<\/aside>"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "36"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 422,
                            "body": "{\"error\":[[\"The collection time must be a future date\\\/time.\"]]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Quote",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/vendor_bookings\/quote",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/vendor_bookings\/quote"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"vendor_depot\":\"JHB Bulk DC3\",\"vehicle_type\":2,\"risk_cover\":true,\"collection_time\":\"2025-01-24\",\"orders\":[{\"purchase_order_number\":\"ex\",\"parcel_count\":2,\"vendor_id\":1772,\"due_date\":\"2012-02-25\",\"asn\":\"ex\",\"length\":21.5,\"width\":10,\"height\":5.5,\"weight\":5.5}],\"delivery_address\":\"952\",\"service_types\":[2,5]}"
                        },
                        "description": "Quote on a vendor waybill\n\n<aside class=\"warning\">\n  Any time errors are returned in a \"meta\" array\n<\/aside>"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "35"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 422,
                            "body": "{\"error\":[[\"The collection time must be a future date\\\/time.\"]]}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "21. Statuses",
            "description": "View Statuses",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/statuses",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/statuses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "List all in use statuses"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "34"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "[{\"id\":1,\"name\":\"Waiting Client Acceptance\"},{\"id\":2,\"name\":\"Waiting Payment\"},{\"id\":3,\"name\":\"Quote Accepted\"},{\"id\":5,\"name\":\"Collivery Cancelled\"},{\"id\":6,\"name\":\"Invoiced\"},{\"id\":7,\"name\":\"Collected\"},{\"id\":8,\"name\":\"Delivered\"},{\"id\":9,\"name\":\"In Transit\"},{\"id\":10,\"name\":\"Collection Driver Dispatched\"},{\"id\":11,\"name\":\"Collection Failed\"},{\"id\":12,\"name\":\"Delivery Failed\"},{\"id\":13,\"name\":\"Processing Order\"},{\"id\":14,\"name\":\"Received By Branch\"},{\"id\":15,\"name\":\"Delivery Driver Dispatched\"},{\"id\":16,\"name\":\"Collection Courier Allocated\"},{\"id\":17,\"name\":\"Delivery Courier Allocated\"},{\"id\":18,\"name\":\"Collection Driver Allocated\"},{\"id\":19,\"name\":\"Delivery Driver Allocated\"},{\"id\":20,\"name\":\"POD Received\"},{\"id\":21,\"name\":\"Received By Courier\"},{\"id\":22,\"name\":\"Collivery Modified\"},{\"id\":27,\"name\":\"On Hold\"},{\"id\":29,\"name\":\"Pending Investigation\"},{\"id\":30,\"name\":\"Collection Courier Dispatched\"},{\"id\":31,\"name\":\"Delivery Courier Dispatched\"},{\"id\":32,\"name\":\"Completed\"},{\"id\":33,\"name\":\"Accounting transferred\"},{\"id\":34,\"name\":\"Unhold\"},{\"id\":35,\"name\":\"Delayed\"}]",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "22. WebPrinter",
            "description": "Get your Printers Available and execute jobs",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/web_printer",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/web_printer"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "31"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 400,
                            "body": "{\"error\":{\"http_code_text\":\"Bad Request\",\"http_code\":400,\"message\":\"You have no WebPrinters linked to your account please contact support@collivery.co.za\"}}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "23. Predefined Parcels",
            "description": "Manage Predefined Parcels",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/predefined_parcels",
                            "query": [
                                {
                                    "key": "search",
                                    "value": "pizza",
                                    "description": "An optional search string matched against the location types names.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number to return.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "3",
                                    "description": "The limit per page. If this option is provided, `links` and `meta` will exist in the response with further information about the full list.`0` is the same as not limiting. Default is  100.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v3\/predefined_parcels?search=pizza&page=1&per_page=3"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"data\": [\n     {\n       'product_id': 1,\n       'client_id': 1,\n       'description': 'Small Pizza Box',\n       'length': 20,\n       'width': 20,\n       'height': 20,\n       'weight': 1,\n       'deleted': false\n     },\n     {\n       'product_id': 2,\n       'client_id': 1,\n       'description': 'Medium Pizza Box',\n       'length': 30,\n       'width': 30,\n       'height': 30,\n       'weight': 2,\n       'deleted': false\n     }\n   ],\n   \"links\": {\n     'first': 'http:\/\/collivery.net\/api\/external\/predefined-parcels?page=1',\n     'last': 'http:\/\/collivery.net\/api\/external\/predefined-parcels?page=1',\n     'prev': null,\n     'next': null\n   },\n   \"meta\": {\n     'current_page': 1,\n     'from': 1,\n     'last_page': 1,\n     'path': 'http:\/\/collivery.net\/api\/external\/predefined-parcels',\n     'per_page': 100,\n     'to': 2,\n     'total': 2\n   }\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/predefined_parcels",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/predefined_parcels"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"length\":21.5,\"width\":10,\"height\":5.5,\"weight\":5.2,\"description\":\"Pizza box\"}"
                        },
                        "description": "Save a new Predefined Parcel."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "30"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 201,
                            "body": "{\"id\":20795,\"length\":21.5,\"width\":10,\"height\":5.5,\"weight\":5.2,\"description\":\"Pizza box\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/predefined_parcels\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/predefined_parcels\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "13900",
                                    "description": "required."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "29"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"Predefined Parcel for id 1 not found\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/predefined_parcels\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/predefined_parcels\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "13900",
                                    "description": "The id"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"length\":21.5,\"width\":10,\"height\":5.5,\"weight\":5.2,\"description\":\"Pizza box\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "28"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"Predefined Parcel for id 1 not found\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "24. Delivery Methods",
            "description": "\nShow available delivery methods",
            "item": [
                {
                    "name": "Index",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v3\/delivery_methods",
                            "query": [],
                            "raw": "{{baseUrl}}\/v3\/delivery_methods"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            },
                            {
                                "key": "X-App-Name",
                                "value": "My Custom App"
                            },
                            {
                                "key": "X-App-Version",
                                "value": "0.2.1"
                            },
                            {
                                "key": "X-App-Host",
                                "value": ".NET Framework 4.8"
                            },
                            {
                                "key": "X-App-Lang",
                                "value": "C#"
                            },
                            {
                                "key": "X-App-Url",
                                "value": "https:\/\/example.com"
                            }
                        ],
                        "body": null,
                        "description": "Get available delivery methods"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "27"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                },
                                {
                                    "key": "x-robots-tag",
                                    "value": "noindex"
                                }
                            ],
                            "code": 200,
                            "body": "{\"1\":\"Bike\",\"2\":\"Bakkie\",\"3\":\"Truck\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "apikey",
        "apikey": [
            {
                "key": "in",
                "value": "query",
                "type": "string"
            },
            {
                "key": "key",
                "value": "api_token",
                "type": "string"
            }
        ]
    }
}