-
Notifications
You must be signed in to change notification settings - Fork 4
Endpoints꞉ Utils
mindfulsoftware edited this page Jul 23, 2019
·
3 revisions
Endpoint | Verb | Paging | Description |
---|---|---|---|
/api/utils/calc-cubic | POST | returns cubic weight for given dimensions | |
/api/utils/rf/{rf}/collection-dates/from/{from} | GET | returns available dates for collection from a given RF |
{
"length": 0,
"width": 0,
"height": 0
}
{
"data": {
"cubicWeight": 0.00
}
}
The format for the from query params is YYYYMMDD
Returns an array of dates that are available for consignment collection.
{
"data": {
"dates": []
}
}