{
"po_fill_rate_headers": [
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"po_reference_number": "string",
"item_code": "string",
"units_of_measure": "string",
"ordered_quantity": 0,
"allocated_quantity": 0,
"rejection_reason": "string",
"po_fill_rate_details": [
{
"shipment_number": "string",
"delivery_order_number": "string",
"shipment_date": "2019-08-24T14:15:22Z",
"shipped_quantity": 0,
"received_quanity": 0
}
]
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_po_fill_rate' \
--header 'Content-Type: application/json' \
--data-raw '{
"po_fill_rate_headers": [
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"po_reference_number": "string",
"item_code": "string",
"units_of_measure": "string",
"ordered_quantity": 0,
"allocated_quantity": 0,
"rejection_reason": "string",
"po_fill_rate_details": [
{
"shipment_number": "string",
"delivery_order_number": "string",
"shipment_date": "2019-08-24T14:15:22Z",
"shipped_quantity": 0,
"received_quanity": 0
}
]
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
"record_count": 0
}