ContactUpdate
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>
ContactUpdate
{
"id": 0,
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string",
"externalId": "string",
"departmentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Was this page helpful?