[
{
"id": 0,
"dispatch_no": "string",
"dispatch_status": 0,
"picked_qty": 0
}
]
curl --location --request POST '/dispatchlist/delivery' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"dispatch_no": "string",
"dispatch_status": 0,
"picked_qty": 0
}
]'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": "string"
}