Skip to main content

InspectionGeneralOrganizationWithLocalId

addressstring

Address of the organization

Example: 5 Madison Avenue
citystring

City of the organization

Example: New York
contact objectnullable

Contact information of the organization

contactIdstring
Example: contact_id
emailstring
mobileNumberstring
Example: 1234567890
namestring
Example: Contact Name
telephoneNumberstring
Example: 1234567890
countrystring

Country of the organization

Example: US
localOrganizationIdstringnullable

Local Custom ID of the organization

Example: 123
localOrganizationIdsstring[]nullable

The list of all connected Local Custom IDs of the organization

Example: ["123","ABC"]
namestring

Name of the organization

Example: Acme Corp
organizationIdstring

Unique Identifier of the organization

Example: 3123123
InspectionGeneralOrganizationWithLocalId
{
"address": "5 Madison Avenue",
"city": "New York",
"contact": {
"contactId": "contact_id",
"email": "[email protected]",
"mobileNumber": "1234567890",
"name": "Contact Name",
"telephoneNumber": "1234567890"
},
"country": "US",
"localOrganizationId": "123",
"localOrganizationIds": [
"123",
"ABC"
],
"name": "Acme Corp",
"organizationId": "3123123"
}