/api/xd/1.0/set_van_stock
Developing
Request
Body Params application/json
{
"van_stocks": [
{
"tenant_code": "string",
"location_code": "string",
"vehicle_code": "string",
"item_code": "string",
"quantity": 0,
"item_type_code": 0
}
]
}
Request Code Samples
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_van_stock' \
--header 'Content-Type: application/json' \
--data-raw '{
"van_stocks": [
{
"tenant_code": "string",
"location_code": "string",
"vehicle_code": "string",
"item_code": "string",
"quantity": 0,
"item_type_code": 0
}
]
}'
Responses
application/json {
"status": 0,
"message": "string",
"transaction_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"record_count": 0
}
Modified atĀ 2024-04-16 12:09:05