Accounting
Retrieves history for a specific purchase order
get/PurchaseOrders/{PurchaseOrderID}/History
Path parameters
PurchaseOrderIDstring uuid required
Unique identifier for an Purchase Order
Response
Success - return response of HistoryRecords array of 0 to N HistoryRecord
Example response
{
"HistoryRecords": [
{
"DateUTC": "/Date(1573755038314)/"
}
]
}