Skip to main content

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

City

Example: Abbeville
statestringnullable

State

Example: Alabama
postalstringnullable

Postal code

Example: 36310
countrystringnullable

Country

Example: US
provincestringnullable

Province/state of the assessed organization

Example: Ho Chi Minh
contactPersons object[]nullable

Assessed organization contact persons

  • Array [
  • namestringnullable

    Contact person name

    Example: John Doe
    titlestringnullable

    Contact person title

    Example: Factory Manager
    emailstringnullable

    Contact person email

    phoneNumberstringnullable

    Contact person phone number

    Example: 1234567890
  • ]
  • siteStatusstringnullable

    Site status of the assessed organization

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

    Contact person title

    Example: Factory Manager
    emailstringnullable

    Contact person email

    phoneNumberstringnullable

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