Map trip and appointment
End-point to map a trip with an appointment. Identifiers passed in this end-point are mapped to each other. Pass these carefully else wrong appointment could be mapped to a trip.
Header Parameters
authorization string required
Base64 encoded basic auth
application/json
Request Body required
Request to map trip with appointment
dealerDepartmentUUIDList string[]
dealerUuid string
mappingFallback boolean
markAsValid boolean
removeMapping boolean
requesterUserUUID string
sarUuid string
source string
Possible values: [DEALER_APP
, WEB
, PND_API
, EXTERNAL_CONTROLLER
]
tripUuid 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
sarUuid string
status boolean
statusCode int32
tripUuid string
warnings object[]
warningCode string
warningDescription string
{
"error": {
"errorCode": "string",
"errorDescription": "string",
"metadata": {}
},
"sarUuid": "string",
"status": true,
"statusCode": 0,
"tripUuid": "string",
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...