Get trip details in PDF
End-point to get trip details in a PDF. The URL expires after a week. Shouldn't be used for permanent storage.
Header Parameters
authorization string required
Base64 encoded basic auth
application/json
Request Body required
Request to fetch pdf format of a trip
dealerDepartmentUUIDList string[]
requesterUserUUID string
source string
Possible values: [DEALER_APP, WEB, PND_API, EXTERNAL_CONTROLLER]
tripUuids 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
htmlString string
pdfUrl string
statusCode int32
warnings object[]
warningCode string
warningDescription string
{
  "error": {
    "errorCode": "string",
    "errorDescription": "string",
    "metadata": {}
  },
  "htmlString": "string",
  "pdfUrl": "string",
  "statusCode": 0,
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Created
Unauthorized
Forbidden
Not Found
Loading...