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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;meta&quot;:{&quot;httpStatus&quot;:&quot;\u003cstring\u003e&quot;,&quot;requestId&quot;:&quot;\u003cstring\u003e&quot;,&quot;notice&quot;:&quot;\u003cstring\u003e&quot;}}