V1AssessmentStakeholders
assessedOrg object
The organization being assessed
idstring
Unique identifier
namestringnullable
Name
orgIdstringnullable
Organization external ID
typestring
Type
addressstringnullable
Street address of the assessed organization
Example:
59 Xa lo Ha Noicitystringnullable
City of the assessed organization
Example:
Ho Chi Minh Citypostalstringnullable
Postal code of the assessed organization
Example:
70000countrystringnullable
Country code of the assessed organization
Example:
VNprovincestringnullable
Province/state of the assessed organization
Example:
Ho Chi MinhcontactPersons object[]
Assessed organization contact persons
Array [
namestring
Contact person name
Example:
John Doetitlestringnullable
Contact person title
Example:
Factory ManagerphoneNumberstring
Contact person phone number
Example:
1234567890]
siteStatusstringnullable
Site status of the assessed organization
Example:
Activerequester object
The organization who requested the assessment
idstring
Unique identifier
namestringnullable
Name
orgIdstringnullable
Organization external ID
typestring
Type
contactPersons object[]
Requester contact persons
Array [
namestring
Contact person name
Example:
John Doetitlestringnullable
Contact person title
Example:
Factory ManagerphoneNumberstring
Contact person phone number
Example:
1234567890]
executorsobject[]
The organizations who execute the assessment
selectedPartnersobject[]
The partners associated with the assessed organization
V1AssessmentStakeholders
{
"assessedOrg": {
"id": "string",
"name": "string",
"orgId": "string",
"type": "string",
"address": "59 Xa lo Ha Noi",
"city": "Ho Chi Minh City",
"postal": "70000",
"country": "VN",
"province": "Ho Chi Minh",
"contactPersons": [
{
"name": "John Doe",
"title": "Factory Manager",
"email": "[email protected]",
"phoneNumber": 1234567890
}
],
"siteStatus": "Active"
},
"requester": {
"id": "string",
"name": "string",
"orgId": "string",
"type": "string",
"contactPersons": [
{
"name": "John Doe",
"title": "Factory Manager",
"email": "[email protected]",
"phoneNumber": 1234567890
}
]
},
"executors": [
{
"id": "string",
"name": "string",
"orgId": "string",
"type": "string",
"contactPersons": [
{
"name": "John Doe",
"title": "Factory Manager",
"email": "[email protected]",
"phoneNumber": 1234567890
}
],
"isPlaceholder": false,
"ableToSubmitAssessment": true,
"isLead": true,
"assignedRoles": [
{
"name": "Lead Auditor"
}
]
}
],
"selectedPartners": [
{
"id": "string",
"name": "string",
"orgId": "string",
"type": "string",
"contactPersons": [
{
"name": "John Doe",
"title": "Factory Manager",
"email": "[email protected]",
"phoneNumber": 1234567890
}
]
}
]
}