Get the status of job push in DMS.
Get the status of job push in DMS.
Path Parameters
department_token string required
Uuid of the department (Unique token issued to the Vendor of each dealership)
orderUuid string required
Uuid of the RepairOrder
jobRequestId string required
RequestId provided at the time of adding or updating job.
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
requestId string
statusCode int32
jobDMSDTO object
errors object[]
warnings object[]
{
"requestId": "string",
"statusCode": 0,
"jobDMSDTO": {
"jobRequestId": "string",
"fortellisRequestId": "string",
"fortellisSubscriptionId": "string",
"dmsPushStatus": "PUSHED",
"dmsPushResponse": "string",
"job": {
"status": {
"code": "string",
"description": "string"
},
"job": {
"jobNumberString": "string",
"lopSeqNumber": "string",
"laborOpCode": "string",
"laborOpCodeDesc": "string",
"laborType": "string",
"laborSale": "string",
"soldHours": "string",
"actualHours": "string",
"partsSale": "string",
"miscSale": "string",
"bookerNo": "string",
"dispatchLineStatus": "string",
"techNo": "string",
"campaignCode": "string",
"parts": [
{
"partNumber": "string",
"description": "string",
"seqNo": "string",
"quantityOrdered": "string",
"quantitySold": "string",
"cost": "string",
"salePrice": "string",
"saleTotal": "string",
"laborType": "string"
}
],
"gog": [
{
"itemType": "string",
"itemDescription": "string",
"jobNumber": "string",
"quantity": "string",
"saleTotal": "string",
"salePrice": "string",
"laborType": "string"
}
],
"techHours": [
{
"techNo": "string",
"partSeqNo": "string",
"laborCost": "string",
"laborSale": "string",
"soldHours": "string",
"otherHours": "string",
"laborType": "string"
}
],
"comments": [
{
"comment": "string",
"lastUpdatedBy": "string",
"updateDate": "string",
"updateTime": "string"
}
],
"ccc": {
"complaint": "string",
"complaintCode": "string",
"cause": "string",
"correction": "string"
},
"CCC": {
"complaint": "string",
"complaintCode": "string",
"cause": "string",
"correction": "string"
}
},
"workorder": {
"printWorkorder": true,
"workorderPrinter": "string",
"workorderCopies": "string",
"partsPrinter": "string"
}
},
"dealerid": "string"
},
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
GET /department/:department_token/order/:orderUuid/job/status/:jobRequestId
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X GET '/order/v2/department/:department_token/order/:orderUuid/job/status/:jobRequestId' \
-H 'Accept: */*'
python / requests
curl -L -X GET '/order/v2/department/:department_token/order/:orderUuid/job/status/:jobRequestId' \
-H 'Accept: */*'
go / native
curl -L -X GET '/order/v2/department/:department_token/order/:orderUuid/job/status/:jobRequestId' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '/order/v2/department/:department_token/order/:orderUuid/job/status/:jobRequestId' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X GET '/order/v2/department/:department_token/order/:orderUuid/job/status/:jobRequestId' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X GET '/order/v2/department/:department_token/order/:orderUuid/job/status/:jobRequestId' \
-H 'Accept: */*'
php / cURL
curl -L -X GET '/order/v2/department/:department_token/order/:orderUuid/job/status/:jobRequestId' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '/order/v2/department/:department_token/order/:orderUuid/job/status/:jobRequestId' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X GET '/order/v2/department/:department_token/order/:orderUuid/job/status/:jobRequestId' \
-H 'Accept: */*'