Update Contact Transaction
PUT {{baseUrl}}/directories/:directoryId/transactions/:transactionId
Revise information about a specific contact transaction.
When you make this call, you are replacing all the contact transaction data. All key-value pairs specified in the data object will completely overwrite the existing key-value pairs in a transaction.
This API overwrites Embedded Data
When you make this call, you are replacing all the contact transaction data. All key-value pairs specified in the data object will completely overwrite the existing key-value pairs in a transaction.
We suggest you get your embedded data using the GET call and ensure you are not removing data prior to making this call.
transactionDate format
Currently
transactionDate
only uses 24-hour based UTC time (see Date and Times). Specifying AM or PM or any other date-time format will return an error.
Request Body
{"transactionDate"=>"<string>", "data"=>{"anim__a"=>false, "proident_e6"=>74391944}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}