Body_create_contact_contact__post
contact_in objectrequired
id object
anyOf
- integer
- null
integer
firstName object
anyOf
- string
- null
string
lastName object
anyOf
- string
- null
string
email object
anyOf
- string
- null
string
phone object
anyOf
- string
- null
string
externalId object
anyOf
- string
- null
string
departmentId object
anyOf
- string<uuid>
- null
string<uuid>
group_id object
anyOf
- integer
- null
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?