InspectionLocation
address stringnullable
Address of the inspected organization
Example:
1 Madison Avenue
contact object
Contact information of the organization
contactId stringnullable
Unique identifier of the organization contact
Example:
1122
mobileNumber stringnullable
Mobile number of the organization contact
Example:
1234567890
name stringnullable
Name of the organization contact
Example:
John Doe
telephoneNumber stringnullable
Telephone number of the organization contact
Example:
1234567890
country stringnullable
Country of the inspected organization in 2 characters ISO format
Example:
US
name stringnullable
Example:
Acme Corp
organizationId stringnullable
Unique identifier of the inspected organization
Example:
F000123
InspectionLocation
{
"address": "1 Madison Avenue",
"contact": {
"contactId": "1122",
"email": "[email protected]",
"mobileNumber": "1234567890",
"name": "John Doe",
"telephoneNumber": "1234567890"
},
"country": "US",
"name": "Acme Corp",
"organizationId": "F000123"
}