List orders
List orders
Query Parameters
requestedFields string[]
Possible values: [CUSTOMER_IDENTIFIERS
, VEHICLE_IDENTIFIERS
, ORDER_IDENTIFIERS
, PAYMENT_IDENTIFIERS
]
getDetails boolean
application/json
Request Body required
orderUuidList string[]
customerUuidList string[]
vehicleUuidList string[]
orderStatus string[]
orderFilterLabels string[]
dealerUuid string
openDateRequest object
from string
to string
closeDateRequest object
from string
to string
updatedDateRequest object
from string
to string
createdDateRequest object
from string
to string
departmentUuid string
userUuid string[]
size string
pageNo string
Responses
- 200
- 400
- 500
Successful Request
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
dealerUuid string
customerUuid string
vehicleUuid string
dealerAssociateUuid string
dealerOrderUuid string
orderNumber string
orderStatus string
orderType string
orderDate string
closeDate string
description string
orderAmount number
createdDate string
tagOrHat string
dealerOrderStatusFilter string[]
updatedDate string
transactions object[]
tenderDataId int64
transactionId int64
deviceId int64
transactionTypeId int64
transactionAmount number
ccNumber string
[
{
"dealerUuid": "string",
"customerUuid": "string",
"vehicleUuid": "string",
"dealerAssociateUuid": "string",
"dealerOrderUuid": "string",
"orderNumber": "string",
"orderStatus": "string",
"orderType": "string",
"orderDate": "string",
"closeDate": "string",
"description": "string",
"orderAmount": 0,
"createdDate": "string",
"tagOrHat": "string",
"dealerOrderStatusFilter": [
"string"
],
"updatedDate": "string",
"transactions": [
{
"tenderDataId": 0,
"transactionId": 0,
"deviceId": 0,
"transactionTypeId": 0,
"transactionAmount": 0,
"ccNumber": "string"
}
]
}
]
Bad Request
application/json
Schema
Example (from schema)
Example
Schema
- any
{
"requestId": "3fb50bb6-3078-4d69-a1d1-a859e00bace2",
"statusCode": 400,
"errors": [
{
"errorCode": "INVALID_DATE_RANGE",
"errorDescription": "end date must be greater than start date",
"errorUID": null
}
],
"warnings": null
}
{
"requestId": "3fb50bb6-3078-4d69-a1d1-a859e00bace2",
"statusCode": 400,
"errors": [
{
"errorCode": "INVALID_DATE_RANGE",
"errorDescription": "end date must be greater than start date",
"errorUID": null
}
],
"warnings": null
}
Internal Server Error
application/json
Schema
Schema
- any
Loading...