interface SetProperty {
    propertyKey: string;
    requestTypeId: number;
    serviceDeskId: string;
}

Properties

propertyKey: string

The key of the request type property. The maximum length of the key is 255 bytes.

requestTypeId: number

The ID of the request type on which the property will be set.

serviceDeskId: string

The ID of the service desk which contains the request type. This can alternatively be a project identifier.