v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Update purchase details

Update a a list of purchase details

Update the purchase detail(s). Any field present in the body will be updated

patch/v1/

Query parameters

auditUserstring required

The audit user to log the request

Request body

Example request

[
  {
    "amount": {
      "amount": 3.14,
      "currency": "EUR"
    },
    "VAT": {
      "amount": {
        "amount": 3.14,
        "currency": "EUR"
      }
    }
  }
]

Response

Successfully updated

descriptionstring

Short description of the result of the action