{
"principle_code": "string",
"tenant_code": "string",
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"page_number": 0
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_warehouse_stock' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"page_number": 0
}'
[
{
"principle_code": "string",
"territory_hierarchy": "string",
"tenant_code": "string",
"location_code": "string",
"item_code": "string",
"hierarchy_code": "string",
"mrp": 0,
"stock_quantity": 0,
"stock_quantity1": 0,
"quantity_blocked": 0,
"quantity_blocked1": 0,
"quantity_in_transit": 0,
"quantity_in_transit1": 0,
"sales_quantity": 0,
"last_inventory_count_date": "2024-04-22T07:00:35.352Z",
"last_modified_date_time": "2024-04-22T07:00:35.352Z",
"conversion_1": 0
}
]