Skip to content

Get motor quotations

GET
/quotations/motor

Returns a paginated list of motor quotations.

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Query Parameters

StartDate
Type
string
Format
"date-time"
EndDate
Type
string
Format
"date-time"
ClientId
Type
string
Query
Type
string
PageNumber
Type
integer
PageSize
Type
integer

Responses

Paginated list of motor quotations

application/json
JSON
{
  
"totalItems": 0,
  
"pageSize": 0,
  
"pageNumber": 0,
  
"totalPages": 0,
  
"data": [
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies