Fields and additional metadata for creating a request that uses the request type

interface CustomerRequestCreateMetaDto {
    canAddRequestParticipants?: boolean;
    canRaiseOnBehalfOf?: boolean;
    requestTypeFields?: RequestTypeFieldDto[];
}

Properties

canAddRequestParticipants?: boolean

Flag indicating if participants can be added to a request (true) or not.

canRaiseOnBehalfOf?: boolean

Flag indicating if a request can be raised on behalf of another user (true) or not.

requestTypeFields?: RequestTypeFieldDto[]

List of the fields included in this request.