{
"principle_code": "LBL",
"tenant_code": "205187",
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"page_number": 1
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_dms_warehouse_batch_stock' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "LBL",
"tenant_code": "205187",
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"page_number": 1
}'
[
{
"tenant_code": "205187",
"item_code": "CNCMA100-D0",
"item_type_code": 1,
"hierarchy_code": "1 ",
"sub_hierarchy_code": "",
"mrp": 0,
"stock_quantity": 7,
"stock_quantity_1": 7,
"production_date": "1905-03-14T00:00:00",
"expire_date": "1905-03-14T00:00:00"
}
]