Skip to main content

OrganizationInfo

organizationIdstring
localOrganizationIdstring
localOrganizationIdsstring[]nullable
localStatestringnullable

Province/state of the linked local organization. null unless a local organization is linked.

Example: Wyoming
localPostalCodestringnullable

Postal code of the linked local organization. null unless a local organization is linked.

Example: 82052
namestring
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_id
namestring
Example: Contact Name
emailstring
mobileNumberstring
Example: 1234567890
telephoneNumberstring
Example: 1234567890
OrganizationInfo
{
"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",
"email": "[email protected]",
"mobileNumber": "1234567890",
"telephoneNumber": "1234567890"
}
}