Get Standard Order
Get Standard Order
Path Parameters
order_uuid string required
department_token string required
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
statusCode int32
order object
orderReadChecksum string
errors object[]
warnings object[]
{
"statusCode": 0,
"order": {
"id": 0,
"version": 0,
"dealerAssociateUUID": "string",
"vehicleUUID": "string",
"dealerUUID": "string",
"customerUUID": "string",
"dms": "ADP,0",
"orderNumber": "string",
"orderType": "string",
"amount": "string",
"deliveryAmount": "string",
"paidAmount": "string",
"orderDate": 0,
"printDate": 0,
"closeDate": 0,
"description": "string",
"orderStatus": "string",
"dmsRawStatus": "string",
"numberOfInvoices": 0,
"serviceAppointmentRequestUUID": "string",
"originalEstimate": "string",
"invoiceURL": "string",
"readyROData": "string",
"isPaymentRequestSent": true,
"isPaidOnline": true,
"isWaiter": true,
"isSuspicious": true,
"tagOrHat": "string",
"mileageText": "string",
"customerSignatureUrl": "string",
"transportOption": "string",
"departmentType": "string",
"labourOpTypes": "string",
"payTypes": "string",
"uuid": "string",
"updated_dt": 0,
"promiseTime": 0,
"created_dt": 0,
"dmsSyncDate": 0,
"dmsDealerAssociateUUID": "string",
"laborTypes": "string",
"isIndexed": true,
"advisorDetails": {
"userUuid": "string",
"departmentUuid": "string",
"firstName": "string",
"lastName": "string"
},
"creatorDetails": {
"userUuid": "string",
"departmentUuid": "string",
"firstName": "string",
"lastName": "string"
}
},
"orderReadChecksum": "string",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
GET /department/:department_token/standard_order/:order_uuid
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X GET '/order/v2/department/:department_token/standard_order/:order_uuid' \
-H 'Accept: */*'
python / requests
curl -L -X GET '/order/v2/department/:department_token/standard_order/:order_uuid' \
-H 'Accept: */*'
go / native
curl -L -X GET '/order/v2/department/:department_token/standard_order/:order_uuid' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '/order/v2/department/:department_token/standard_order/:order_uuid' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X GET '/order/v2/department/:department_token/standard_order/:order_uuid' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X GET '/order/v2/department/:department_token/standard_order/:order_uuid' \
-H 'Accept: */*'
php / cURL
curl -L -X GET '/order/v2/department/:department_token/standard_order/:order_uuid' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '/order/v2/department/:department_token/standard_order/:order_uuid' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X GET '/order/v2/department/:department_token/standard_order/:order_uuid' \
-H 'Accept: */*'