Appearance
Update contact
PUT
/organization/v1/contact-database/{id}
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id*
Contact ID
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON "firstname": "string", "lastname": "string", "contact_methods": [ { "type": "string", "contact": "string", "status": "string" } ], "dob": "string", "date_of_birth": { "day": 0, "month": 0, "year": 0 }, "gender": "string", "nationality": "string", "country_of_residence": "string", "venue_id": "string", "included_channels": [ "string" ], "tags": [ "string" ]
{
}
Responses
Contact updated
PUT
/organization/v1/contact-database/{id}
