Accounting
Retrieves history from a specific batch payment
get/BatchPayments/{BatchPaymentID}/History
Path parameters
BatchPaymentIDstring uuid required
Unique identifier for BatchPayment
Response
Success - return response of HistoryRecords array of 0 to N HistoryRecord
Example response
{
"HistoryRecords": [
{
"DateUTC": "/Date(1573755038314)/"
}
]
}