Accounting
Retrieves a history record for a specific receipt
get/Receipts/{ReceiptID}/History
Path parameters
ReceiptIDstring uuid required
Unique identifier for a Receipt
Response
Success - return response of HistoryRecords array of 0 to N HistoryRecord
Example response
{
"HistoryRecords": [
{
"DateUTC": "/Date(1573755038314)/"
}
]
}