V1AssessmentStakeholders
assessedOrg object
The organization being assessed
Unique identifier
Name
Organization external ID
Type
Street address of the assessed organization
59 Xa lo Ha NoiCity of the assessed organization
Ho Chi Minh CityPostal code of the assessed organization
70000Country code of the assessed organization
VNProvince/state of the assessed organization
Ho Chi MinhcontactPersons object[]
Assessed organization contact persons
Contact person name
John DoeContact person title
Factory ManagerContact person phone number
1234567890Site status of the assessed organization
Activerequester object
The organization who requested the assessment
Unique identifier
Name
Organization external ID
Type
contactPersons object[]
Requester contact persons
Contact person name
John DoeContact person title
Factory ManagerContact person phone number
1234567890executors object[]
The organizations who execute the assessment
Unique identifier
Name
Organization external ID
Type
contactPersons object[]
Executor contact persons
Contact person name
John DoeContact person title
Factory ManagerContact person phone number
1234567890Whether this is a placeholder executor
falseWhether this executor can submit the assessment
trueWhether this executor is the lead
trueassignedRoles object[]
Roles assigned to this executor
Assigned role name
Lead AuditorselectedPartners object[]
The partners associated with the assessed organization
Unique identifier
Name
Organization external ID
Type
contactPersons object[]
Partner contact persons
Contact person name
John DoeContact person title
Factory ManagerContact person phone number
1234567890{
"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",
"phoneNumber": 1234567890
}
],
"siteStatus": "Active"
},
"requester": {
"id": "string",
"name": "string",
"orgId": "string",
"type": "string",
"contactPersons": [
{
"name": "John Doe",
"title": "Factory Manager",
"phoneNumber": 1234567890
}
]
},
"executors": [
{
"id": "string",
"name": "string",
"orgId": "string",
"type": "string",
"contactPersons": [
{
"name": "John Doe",
"title": "Factory Manager",
"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",
"phoneNumber": 1234567890
}
]
}
]
}