TimeAndActionOffice
contactPersons object[]nullable
List of contact persons of the Office
Array [
emailstringnullable
Email of the contact person
idstringnullable
Unique identifier of the contact person
Example:
1234namestringnullable
Name of the contact person
Example:
John Doe]
localOrganizationIdstringnullable
Office local organization id
officeNamestringnullable
Office organization name
prefillOptionstringnullable
Prefill option for the office
TimeAndActionOffice
{
"contactPersons": [
{
"email": "string",
"id": "1234",
"name": "John Doe"
}
],
"localOrganizationId": "string",
"officeName": "string",
"prefillOption": "string"
}