Skip to main content

TimeAndActionOrgInfoSchemaV1

contactPersons object[]nullable

List of contact persons of the Organization

  • Array [
  • id stringnullable

    Unique identifier of the contact person

    Example: 1234
    name stringnullable

    Name of the contact person

    Example: John Doe
  • ]
  • localOrganizationId stringnullable

    Local Custom ID of the organization

    Example: 123
    localOrganizationIds string[]nullable

    The list of all connected Local Custom IDs of the organization

    Example: ["123","ABC"]
    organizationId stringnullable

    Unique identifier of the Organization

    Example: Acme Corp
    TimeAndActionOrgInfoSchemaV1
    {
    "contactPersons": [
    {
    "id": "1234",
    "name": "John Doe"
    }
    ],
    "localOrganizationId": "123",
    "localOrganizationIds": [
    "123",
    "ABC"
    ],
    "organizationId": "Acme Corp"
    }