V1AssessmentStakeholders
assessedOrg object
The organization being assessed
idstringnullable
Unique identifier
namestringnullable
Name
typestringnullable
Type
addressstringnullable
Street address of the assessed organization
Example:
59 Xa lo Ha Noicitystringnullable
City
Example:
Abbevillestatestringnullable
State
Example:
Alabamapostalstringnullable
Postal code
Example:
36310countrystringnullable
Country
Example:
USprovincestringnullable
Province/state of the assessed organization
Example:
Ho Chi MinhcontactPersons object[]nullable
Assessed organization contact persons
Array [
namestringnullable
Contact person name
Example:
John Doetitlestringnullable
Contact person title
Example:
Factory ManagerphoneNumberstringnullable
Contact person phone number
Example:
1234567890]
siteStatusstringnullable
Site status of the assessed organization
Example:
Activerequester object
The organization who requested the assessment
idstringnullable
Unique identifier
namestringnullable
Name
typestringnullable
Type
contactPersons object[]nullable
Requester contact persons
Array [
namestringnullable
Contact person name
Example:
John Doetitlestringnullable
Contact person title
Example:
Factory ManagerphoneNumberstringnullable
Contact person phone number
Example:
1234567890]
executorsobject[]nullable
The organizations who execute the assessment
selectedPartnersobject[]nullable
The partners associated with the assessed organization
V1AssessmentStakeholders
{
"assessedOrg": {
"id": "string",
"name": "string",
"type": "string",
"address": "59 Xa lo Ha Noi",
"city": "Abbeville",
"state": "Alabama",
"postal": "36310",
"country": "US",
"province": "Ho Chi Minh",
"contactPersons": [
{
"name": "John Doe",
"title": "Factory Manager",
"email": "[email protected]",
"phoneNumber": 1234567890
}
],
"siteStatus": "Active"
},
"requester": {
"id": "string",
"name": "string",
"type": "string",
"contactPersons": [
{
"name": "John Doe",
"title": "Factory Manager",
"email": "[email protected]",
"phoneNumber": 1234567890
}
]
},
"executors": [
{
"id": "string",
"name": "string",
"type": "string",
"contactPersons": [
{
"name": "John Doe",
"title": "Factory Manager",
"email": "[email protected]",
"phoneNumber": 1234567890
}
],
"isLead": true,
"isPlaceholder": false,
"ableToSubmitAssessment": true,
"assignedRoles": [
{}
]
}
],
"selectedPartners": [
{
"id": "string",
"name": "string",
"type": "string",
"contactPersons": [
{
"name": "John Doe",
"title": "Factory Manager",
"email": "[email protected]",
"phoneNumber": 1234567890
}
]
}
]
}