curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/addPurchaseOrders \
--header 'Content-Type: application/json' \
--data '
[
{
"Description": "<string>",
"ItemCode": "<string>",
"Line": 123,
"LineTotal": 123,
"PODate": "2023-11-07T05:31:56Z",
"PONumber": "<string>",
"Quantity": 123,
"Taxed": 123,
"UnitPrice": 123,
"Vendor": "<string>"
}
]
'{
"invoice_id": 123,
"message": "<string>",
"status": 0
}curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/addPurchaseOrders \
--header 'Content-Type: application/json' \
--data '
[
{
"Description": "<string>",
"ItemCode": "<string>",
"Line": 123,
"LineTotal": 123,
"PODate": "2023-11-07T05:31:56Z",
"PONumber": "<string>",
"Quantity": 123,
"Taxed": 123,
"UnitPrice": 123,
"Vendor": "<string>"
}
]
'{
"invoice_id": 123,
"message": "<string>",
"status": 0
}0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 20, 21, 22, 23, 24, 26, 27, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 4001, -1