interface AddOrganization {
    organizationId: number;
    serviceDeskId: string;
}

Hierarchy (view full)

Properties

organizationId: number

List of organizations, specified by 'ID' field values, to add to or remove from the service desk.

serviceDeskId: string

The ID of the service desk to which the organization will be added. This can alternatively be a project identifier.