CustomOrg
localOrganizationIdstringnullable
Possible values: <= 255 characters
namestringnullable
Possible values: <= 255 characters
Default value:
addressstringnullable
Possible values: <= 255 characters
Default value:
citystringnullable
Possible values: <= 255 characters
Default value:
countrystringnullable
Possible values: <= 255 characters
Default value:
postalstringnullable
Possible values: <= 255 characters
Default value:
provincestringnullable
Possible values: <= 255 characters
Default value:
contacts object[]nullable
Array [
namestringnullable
Possible values: <= 255 characters
Default value:
emailstringnullable
Possible values: <= 255 characters
Default value:
telephoneNumberstringnullable
Possible values: <= 80 characters
Default value:
mobileNumberstringnullable
Possible values: <= 80 characters
Default value:
]
tierintegernullable
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
}