Create Package Quote

POST {{HOST}}/api/partner-api/v1/pods/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"
}

Request Body

{"0"=>{"location"=>{"address"=>{"line1"=>"1110 Market St", "line2"=>"", "city"=>"Chattanooga", "region"=>"TN", "country"=>"US", "postalCode"=>"37421"}}, "workers"=>3, "duration"=>2, "serviceID"=>"LOADING"}, "1"=>{"location"=>{"address"=>{"line1"=>"500 Dodds Ave", "line2"=>"", "city"=>"Chattanooga", "region"=>"TN", "country"=>"US", "postalCode"=>"37421"}}, "workers"=>3, "duration"=>4, "serviceID"=>"UNLOADING"}}