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
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
requestId string
statusCode int32
jobDMSDTO object
jobRequestId string
fortellisRequestId string
fortellisSubscriptionId string
dmsPushStatus string
Possible values: [PUSHED
, STARTED
, PASSED
, FAILED
, WARNING
]
dmsPushResponse string
job object
status object
code string
description string
job object
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 object[]
partNumber string
description string
seqNo string
quantityOrdered string
quantitySold string
cost string
salePrice string
saleTotal string
laborType string
gog object[]
itemType string
itemDescription string
jobNumber string
quantity string
saleTotal string
salePrice string
laborType string
techHours object[]
techNo string
partSeqNo string
laborCost string
laborSale string
soldHours string
otherHours string
laborType string
comments object[]
comment string
lastUpdatedBy string
updateDate string
updateTime string
ccc object
complaint string
complaintCode string
cause string
correction string
CCC object
complaint string
complaintCode string
cause string
correction string
workorder object
printWorkorder boolean
workorderPrinter string
workorderCopies string
partsPrinter string
dealerid string
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"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"
}
]
}
Loading...