Skip to main content

InspectionGeneralOrganization

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
mobileNumber string
Example: 1234567890
name string
Example: Contact Name
telephoneNumber string
Example: 1234567890
country string

Country of the organization

Example: US
name string

Name of the organization

Example: Acme Corp
organizationId string

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"
}