OpenAPI 3.0.0raw.githubusercontent.com2026-08-10235140907.9 KB

5cf7f780d3c8

Accounting

Retrieves history record for a specific prepayment

get/Prepayments/{PrepaymentID}/History

Path parameters

PrepaymentIDstring uuid required

Unique identifier for a PrePayment

Response

Success - return response of HistoryRecords array of 0 to N HistoryRecord

Example response

{
  "HistoryRecords": [
    {
      "DateUTC": "/Date(1573755038314)/"
    }
  ]
}