{
"cfA_stock": [
{
"tenant_code": "string",
"cfA_code": "string",
"warehouse_location": "string",
"item_code": "string",
"batch_code": "string",
"units_of_measure": "string",
"quantity": 0,
"unrestricted_qty": 0,
"restricted_qty": 0,
"inspection_qty": 0,
"blocked_qty": 0,
"transfer_sl_qty": 0,
"in_transit_qty": 0
}
]
}
curl --location --request POST 'https://testapi.com/api/xc/1.0/set_cfa_stock' \
--header 'Content-Type: application/json' \
--data-raw '{
"cfA_stock": [
{
"tenant_code": "string",
"cfA_code": "string",
"warehouse_location": "string",
"item_code": "string",
"batch_code": "string",
"units_of_measure": "string",
"quantity": 0,
"unrestricted_qty": 0,
"restricted_qty": 0,
"inspection_qty": 0,
"blocked_qty": 0,
"transfer_sl_qty": 0,
"in_transit_qty": 0
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
"record_count": 0
}