Transactions
Update transaction metadata
Update the note and/or category of an existing transaction. Use null values to clear existing data.
patch/transaction/{transactionId}
Path parameters
transactionIdstring uuid required
ID for this transaction
Request body
Response
Example response
{
"createdAt": "2016-07-22T00:00:00Z",
"estimatedDeliveryDate": "2016-07-22T00:00:00Z",
"failedAt": "2016-07-22T00:00:00Z",
"postedAt": "2016-07-22T00:00:00Z"
}