Map trip and internal note
End-point to map a trip with an internal note. Identifiers passed in this end-point are mapped to each other. Pass these carefully else wrong internal note 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 internal note
- Array [
 - ]
 - Array [
 - ]
 
customerUUID string
errors object[]
errorCode string
errorDescription string
metadata object
property name* string
messageUUID string
metaData object
property name* string
requestUUID string
status string
Possible values: [SUCCESS, FAILURE]
warnings object[]
warningCode string
warningDescription 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
messageUuid string
status boolean
statusCode int32
tripUuid string
warnings object[]
warningCode string
warningDescription string
{
  "error": {
    "errorCode": "string",
    "errorDescription": "string",
    "metadata": {}
  },
  "messageUuid": "string",
  "status": true,
  "statusCode": 0,
  "tripUuid": "string",
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Created
Unauthorized
Forbidden
Not Found
Loading...