v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Reporting

Lists report-ready quote rows from the quote reporting view, including totals, cost, status, and lifecycle dates, so callers do not need to hand-assemble quote-level summary data.

post/api/reporting/quote/list

Query parameters

Sort.Fieldstring

Sort field

Sort.Dir'ascending' | 'descending'

Specify sorting direction.

Sort direction

Skipinteger

Number of records to skip.

Takeinteger

Number of records to return (maximum)

Request body

quotedDateFromstring date-time nullable

Inclusive lower bound applied to the quote's Quoted Date. Null means no lower bound.

quotedDateTostring date-time nullable

Inclusive upper bound applied to the quote's Quoted Date (the whole to day is included). Null means no upper bound.

statusstring nullable

Optional exact-match filter on the quote lifecycle status. Null means no status filter.

customerNamestring nullable

Optional exact-match filter on the customer name. Null means no customer filter.

Response

A page of quote report rows with the total matching count.

pageinteger required

The 1-indexed page

pageSizeinteger required

The page size

totalCountinteger required

The total count of records

totalPagesinteger required

The total pages

hasPreviousPageboolean required

True if there is a previous page

hasNextPageboolean required

True if there is a next page