BookingOrganization
addressstring
Example:
address
citystring
Example:
city
contact objectnullable
contactIdstring
Example:
contact_id
emailstring
Example:
[email protected]
mobileNumberstring
Example:
1234567890
namestring
Example:
Contact Name
telephoneNumberstring
Example:
1234567890
countrystring
Example:
US
localOrganizationIdstring
Local Custom ID of the organization
Example:
F323333
localOrganizationIdsstring[]nullable
The list of all connected Local Custom IDs of the organization
Example:
["F323333","F242146"]
namestring
Example:
name
organizationIdstring
Example:
org_id
BookingOrganization
{
"address": "address",
"city": "city",
"contact": {
"contactId": "contact_id",
"email": "[email protected]",
"mobileNumber": "1234567890",
"name": "Contact Name",
"telephoneNumber": "1234567890"
},
"country": "US",
"localOrganizationId": "F323333",
"localOrganizationIds": [
"F323333",
"F242146"
],
"name": "name",
"organizationId": "org_id"
}