Updates multiple card transactions in a single operation
Authorization
Send one of these on every request. See
Authentication for how to get credentials.
API key
Basic authentication header of the form Basic<api_key>, where <api_key> is your api key.
Bearer token
Request body
application/json;charset=UTF-8
cardTransactionIdstring · uuid
customPropertiesarray of object
groupIdstring · uuid
valueIdsarray of string · uuid
inlineValuesarray of string
linesarray of object
lineIdstring · uuid
customPropertiesarray of object
groupIdstring · uuid
valueIdsarray of string · uuid
inlineValuesarray of string
descriptionstring
accountIdstring · uuid
taxCodeIdstring · uuid
postingDatestring · date
Writable here, but not readable: no card-transaction response model returns postingDate, and the single-transaction PATCH does not accept it. To read a posting date back, query the ledger line — ExternalLedgerTransactionLineV1Model carries postingDate.