[
{
"customer_id": 0,
"customer_name": "string",
"sku_id": 0,
"qty": 0,
"weight": 0,
"volume": 0
}
]
curl --location --request POST '/dispatchlist' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"customer_id": 0,
"customer_name": "string",
"sku_id": 0,
"qty": 0,
"weight": 0,
"volume": 0
}
]'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": "string"
}