{
"principle_code": "string",
"tenant_code": "string",
"start_date_time": "2019-08-24T14:15:22Z",
"end_date_time": "2019-08-24T14:15:22Z",
"pull_data_for_principle_managedDT": "string",
"sync_key": "string",
"page_number": 0
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_stock_transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"start_date_time": "2019-08-24T14:15:22Z",
"end_date_time": "2019-08-24T14:15:22Z",
"pull_data_for_principle_managedDT": "string",
"sync_key": "string",
"page_number": 0
}'
[
{
"internal_document_no": 0,
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"document_number": "string",
"document_date": "2019-08-24T14:15:22Z",
"movement_description": "string",
"warehouse_code": "string",
"from_storage_location_code": "string",
"from_storage_location_type": 0,
"from_storage_location_description": "string",
"to_warehouse_code": "string",
"to_storage_location_code": "string",
"to_storage_location_type": 0,
"to_storage_location_description": "string",
"last_modified_date_time": "2019-08-24T14:15:22Z",
"wt_details": [
{
"internal_document_no": 0,
"wt_line_id": 0,
"sequence_number": 0,
"item_code": "string",
"product_hierarchy_code": "string",
"manufacturer_item_code": "string",
"principle_item_code": "string",
"sub_hierarchy_code": "string",
"reason_code": "string",
"transfer_quantity": 0,
"transfer_quantity_1": 0,
"transfer_quantity_2": 0,
"transfer_quantity_in_ea": 0,
"conversion_1": 0
}
]
}
]