Skip to main content

Body_create_contact_contact__post

contact_in objectrequired
id object
anyOf
integer
firstName object
anyOf
string
lastName object
anyOf
string
email object
anyOf
string
phone object
anyOf
string
externalId object
anyOf
string
departmentId object
anyOf
string<uuid>
group_id object
anyOf
integer
Body_create_contact_contact__post
{
"contact_in": {
"id": 0,
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string",
"externalId": "string",
"departmentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
},
"group_id": 0
}
Was this page helpful?