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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}