Logo
Bellhop API Documentation

Create Package Quote

POST {{HOST}}/api/partner-api/v3/quotes

{
    "id": "c9021e1e-7689-4ff9-a0c7-25dbca3202cc",
    "package": {
        "id": "PODS_LOADING_ONLY"
    },
    "serviceQuotes": [
        {
            "id": "3d8899c9-a1a6-4bdb-98e7-7281d0afdaca",
            "pricingStrategy": "HOURLY",
            "pricing": {
                "currency": "USD",
                "amount": 14000
            },
            "start": "2022-09-23T12:00:00Z",
            "startTimezone": "America/New_York",
            "end": "2022-09-23T14:00:00Z",
            "endTimezone": "America/New_York",
            "duration": 2,
            "workers": 3,
            "available": false,
            "locations": [
                {
                    "id": "c651ef99ef2877c9888ef2b264fdeacb1af8abab9e2cd29bb8a3f40ab3cb501a",
                    "timezone": "America/New_York"
                }
            ],
            "service": {
                "id": "LOADING",
                "name": "Loading"
            }
        }
    ],
    "feeQuotes": [],
    "available": false,
    "name": "PODs Loading"
}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'HOST/api/partner-api/v3/quotes' -d '{"0":{"locations":[{"address":{"line1":"1110 Market St","line2":"","city":"Chattanooga","region":"TN","country":"US","postalCode":"37421"}},{"address":{"line1":"1110 Market St","line2":"","city":"Chattanooga","region":"TN","country":"US","postalCode":"37421"}}],"workers":3,"duration":2,"serviceID":"LOADING"}}'

ENDPOINTS