Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Example:
[
{
"addresss": "",
"centre_code": "",
"country_code": "",
"item_weight": 0.5,
"state_code": ""
},
{
"addresss": "",
"centre_code": "lagos-adeniji-adele",
"country_code": "",
"item_weight": 1,
"state_code": ""
},
{
"addresss": "",
"centre_code": "ibadan-agodi-gate",
"country_code": "",
"item_weight": 1,
"state_code": ""
}
]