<sync_token>
[
{
"store_id": "string",
"supplier_id": "string",
"po_no": "string",
"po_display_no": "string",
"hq_po_ref": "string",
"purchase_date": "2019-08-24",
"expiry_date": "2019-08-24",
"created_at": "2019-08-24T14:15:22Z"
}
]
curl --location --request POST 'https://test.your-api-server.com/tx/po_header/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"store_id": "string",
"supplier_id": "string",
"po_no": "string",
"po_display_no": "string",
"hq_po_ref": "string",
"purchase_date": "2019-08-24",
"expiry_date": "2019-08-24",
"created_at": "2019-08-24T14:15:22Z"
}
]'
{
"status": "string",
"message": "string"
}