OrganizationInfo
organizationIdstring
localOrganizationIdstring
localOrganizationIdsstring[]nullable
localStatestringnullable
Province/state of the linked local organization. null unless a
local organization is linked.
Example:
WyominglocalPostalCodestringnullable
Postal code of the linked local organization. null unless a local
organization is linked.
Example:
82052namestring
addressstring
citystring
countrystring
ISO alpha-2 country code.
contact objectnullable
Key contact for an organization, including its identifier. The parent
contact property is null when no contact is on file.
contactIdstringnullable
Example:
contact_idnamestring
Example:
Contact Nameemailstring
Example:
[email protected]mobileNumberstring
Example:
1234567890telephoneNumberstring
Example:
1234567890OrganizationInfo
{
"organizationId": "string",
"localOrganizationId": "string",
"localOrganizationIds": [
"string"
],
"localState": "Wyoming",
"localPostalCode": "82052",
"name": "string",
"address": "string",
"city": "string",
"country": "string",
"contact": {
"contactId": "contact_id",
"name": "Contact Name",
"mobileNumber": "1234567890",
"telephoneNumber": "1234567890"
}
}