v54

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

Updates a specific item

post/Items/{ItemID}

Path parameters

ItemIDstring uuid required

Unique identifier for an Item

Query parameters

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 updated Item

Example response

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