InspectionGeneralOrganizationWithLocalId
address string
Address of the organization
Example:
5 Madison Avenue
city string
City of the organization
Example:
New York
contact objectnullable
Contact information of the organization
contactId string
Example:
contact_id
email string
Example:
[email protected]
mobileNumber string
Example:
1234567890
name string
Example:
Contact Name
telephoneNumber string
Example:
1234567890
country string
Country of the organization
Example:
US
localOrganizationId stringnullable
Local Custom ID of the organization
Example:
123
localOrganizationIds string[]nullable
The list of all connected Local Custom IDs of the organization
Example:
["123","ABC"]
name string
Name of the organization
Example:
Acme Corp
organizationId string
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"
}