Append Contact Transaction

POST {{baseUrl}}/directories/:directoryId/transactions/:transactionId

Append information to a transaction. <!--From Readme-->

Appends Only, does not modify.

This endpoint will not flush existing data, but rather append or override just the specified fields. Make sure the fields are inside the data field

Request Body

{"data"=>{"laborum__"=>"<string>", "enim_514"=>"<string>"}}

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;}}