Get Trip Receipt PDF
GET {{sandbox_base_url}}/v1/business/trips/{{trip_id}}/receipt/pdf_url
The Business Receipt PDF endpoint allows you to view the pdf of the receipt generated for that trip. This will return NULL unless specifically granted access.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept-Language | string | ||
Content-Type | string | ||
x-uber-organizationuuid | string | ||
x-uber-sandbox-runuuid | string | ||
User-Agent | string |
RESPONSES
status: OK
{"trip_uuid":"Redacted","organization_uuid":"Redacted","resource_url":null,"user_receipt_pdf_url":null}