Accounting
Retrieves history records of a specific overpayment
get/Overpayments/{OverpaymentID}/History
Path parameters
OverpaymentIDstring uuid required
Unique identifier for a Overpayment
Response
Success - return response of HistoryRecords array of 0 to N HistoryRecord
Example response
{
"HistoryRecords": [
{
"DateUTC": "/Date(1573755038314)/"
}
]
}