{
"type": null,
"consignmentOrders": null,
"consigneeId": null,
"invoiceConsigneeId": null,
"invoiceType": null,
"paymentId": null,
"total": null
}
curl --location --request POST 'http://openapi.chem-site.com//pc/purchase_order/create_order' \
--header 'authorization: bearerNWJiNDhkNzlmNjg0N2FlMmZiYjliZWM3NGVkNzIyMjNleUpsZUhCcGNtVWlPakUyTmpRMk1EazJORGNzSW1oaGMyZ2lPaUl5ZEhsc1JIQlhkWFpNUVdaWGJVRllJbjA9' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": null,
"consignmentOrders": null,
"consigneeId": null,
"invoiceConsigneeId": null,
"invoiceType": null,
"paymentId": null,
"total": null
}'
{
"status": "string",
"code": "string",
"message": "string",
"data": {},
"error": {}
}