v54

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01235140905.8 KB
Accounting

Creates a history record for a specific manual journal

put/ManualJournals/{ManualJournalID}/History

Path parameters

ManualJournalIDstring uuid required

Unique identifier for a ManualJournal

Headers

Idempotency-Keystring

This allows you to safely retry requests without the risk of duplicate processing. 128 character max.

Request body

Example request

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

Response

Success - return response of type HistoryRecords array of HistoryRecord objects

Example response

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