v54

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

Creates one or more items

put/Items

Query parameters

summarizeErrorsboolean

If false return 200 OK and mix of successfully created objects and any with validation errors

unitdpinteger

e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts

Headers

Idempotency-Keystring

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

Request body

Example request

{
  "Items": [
    {
      "UpdatedDateUTC": "/Date(1573755038314)/"
    }
  ]
}

Response

Success - return response of type Items array with newly created Item

Example response

{
  "Items": [
    {
      "UpdatedDateUTC": "/Date(1573755038314)/"
    }
  ]
}