interface CreateRequestType {
    description?: string;
    helpText?: string;
    issueTypeId?: string;
    name?: string;
    serviceDeskId: string;
}

Hierarchy (view full)

Properties

description?: string

Description of the request type on the service desk.

helpText?: string

Help text for the request type on the service desk.

issueTypeId?: string

ID of the request type to add to the service desk.

name?: string

Name of the request type on the service desk.

serviceDeskId: string

The ID of the service desk where the customer request type is to be created. This can alternatively be a project identifier.