Skip to main content

InspectionGeneralOrganization

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
namestring

Name of the organization

Example: Acme Corp
organizationIdstring

Unique Identifier of the organization

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