Link repair orders
End-point to link repair orders for all trips of the dealer sent in the request. This end-point would update all references of repair order for a trip.
Query Parameters
toReconcileAllROs boolean
Reconcile all ROs
Header Parameters
authorization string
Base64 encoded basic auth
application/json
Request Body
Link repair orders request
dealerDepartmentUUIDList string[]
dealerUuids string[]
endDate string
requesterUserUUID string
source string
Possible values: [DEALER_APP, WEB, PND_API, EXTERNAL_CONTROLLER]
startDate string
Responses
- 200
 - 201
 - 401
 - 403
 - 404
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 
error object
errorCode string
errorDescription string
metadata object
property name* string
resultMap object
property name* ResultMap
map object
property name* int32
statusCode int32
warnings object[]
warningCode string
warningDescription string
{
  "error": {
    "errorCode": "string",
    "errorDescription": "string",
    "metadata": {}
  },
  "resultMap": {},
  "statusCode": 0,
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Created
Unauthorized
Forbidden
Not Found
Loading...