BookingOrganization
address string
Example:
address
city string
Example:
city
contact objectnullable
contactId string
Example:
contact_id
email string
Example:
[email protected]
mobileNumber string
Example:
1234567890
name string
Example:
Contact Name
telephoneNumber string
Example:
1234567890
country string
Example:
US
localOrganizationId string
Local Custom ID of the organization
Example:
F323333
localOrganizationIds string[]nullable
The list of all connected Local Custom IDs of the organization
Example:
["F323333","F242146"]
name string
Example:
name
organizationId string
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"
}