Skip to main content

ContactRoles

data object[]required

Array of available contact roles

  • Array [
  • keystringrequired

    Internal identifier for the contact role used in API requests.

    Example: Chief Supply Chain Officer (CSCO)
    valuestringrequired

    Display the name of the contact role shown in the UI or API documentation.

    Example: Chief Supply Chain Officer (CSCO)
  • ]
  • ContactRoles
    {
    "data": [
    {
    "key": "Chief Supply Chain Officer (CSCO)",
    "value": "Chief Supply Chain Officer (CSCO)"
    }
    ]
    }