REST Api Response

interface RestApiResponseStatusModel {
    operationDetails?: any;
    operationId?: string;
    percentageCompleted?: number;
    status?: RestApiResponseStatus;
    statusMessage?: string;
}

Properties

operationDetails?: any

Gets or sets the operation details

operationId?: string

Gets or sets the operation id

percentageCompleted?: number

Gets or sets the completed status percentage

Gets or sets the status

statusMessage?: string

Gets or sets the status message