TimeAndActionOffice
officeName stringnullable
Office organization name
Example:
Office 001
localOrganizationId stringnullable
office local organization id
Example:
1234
prefillOption stringnullable
Prefill option for the office
Example:
local_supplier_mapping
contactPersons object[]nullable
List of contact persons of the Office
Array [
id stringnullable
Contact Id
Example:
1234
name stringnullable
Contact name
Example:
John Doe
]
TimeAndActionOffice
{
"officeName": "Office 001",
"localOrganizationId": "1234",
"prefillOption": "local_supplier_mapping",
"contactPersons": [
{
"id": "1234",
"name": "John Doe",
"email": "[email protected]"
}
]
}