CustomOrg
localOrganizationId stringnullable
Possible values: <= 255 characters
name stringnullable
Possible values: <= 255 characters
Default value:
address stringnullable
Possible values: <= 255 characters
Default value:
city stringnullable
Possible values: <= 255 characters
Default value:
country stringnullable
Possible values: <= 255 characters
Default value:
postal stringnullable
Possible values: <= 255 characters
Default value:
province stringnullable
Possible values: <= 255 characters
Default value:
contacts object[]nullable
Array [
name stringnullable
Possible values: <= 255 characters
Default value:
email stringnullable
Possible values: <= 255 characters
Default value:
telephoneNumber stringnullable
Possible values: <= 80 characters
Default value:
mobileNumber stringnullable
Possible values: <= 80 characters
Default value:
]
tier integernullable
Possible values: >= 1
and <= 3
CustomOrg
{
"localOrganizationId": "string",
"name": "string",
"address": "string",
"city": "string",
"country": "string",
"postal": "string",
"province": "string",
"contacts": [
{
"name": "string",
"email": "string",
"telephoneNumber": "string",
"mobileNumber": "string"
}
],
"tier": 0
}