Skip to main content

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 Noi
citystringnullable

City of the assessed organization

Example: Ho Chi Minh City
postalstringnullable

Postal code of the assessed organization

Example: 70000
countrystringnullable

Country code of the assessed organization

Example: VN
provincestringnullable

Province/state of the assessed organization

Example: Ho Chi Minh
contactPersons object[]

Assessed organization contact persons

  • Array [
  • namestring

    Contact person name

    Example: John Doe
    titlestringnullable

    Contact person title

    Example: Factory Manager
    emailstring

    Contact person email

    phoneNumberstring

    Contact person phone number

    Example: 1234567890
  • ]
  • siteStatusstringnullable

    Site status of the assessed organization

    Example: Active
    requester 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 Doe
    titlestringnullable

    Contact person title

    Example: Factory Manager
    emailstring

    Contact person email

    phoneNumberstring

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