Update repair order
End-point to update repair order for a trip. This end-point would update all references of repair order for a trip.
Path Parameters
dealerUuid string required
dealerUuid
tripUUID string required
Unique identifier for a trip
Header Parameters
authorization string required
Base64 encoded basic auth
application/json
Request Body required
Dealer Order data request
dealerDepartmentUUIDList string[]
dealerOrderUUID string
requesterUserUUID string
roNumber string
source string
Possible values: [DEALER_APP, WEB, PND_API, EXTERNAL_CONTROLLER]
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
eventUUID string
statusCode int32
warnings object[]
warningCode string
warningDescription string
{
  "error": {
    "errorCode": "string",
    "errorDescription": "string",
    "metadata": {}
  },
  "eventUUID": "string",
  "statusCode": 0,
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Created
Unauthorized
Forbidden
Not Found
Loading...