GET /orders/{id}/deliveryReceipt
Retrieves a delivery receipt, in PDF format, for the specified orderId.
Roles that can access this endpoint are  Users, Drivers.
Parameters
| name | 
description | 
type | 
default | 
type | 
| id | 
ID of the order for which to produce a delivery receipt | 
		
		path
	 | 
 | 
		String
		
		
	 | 
Result
Response
of type: 
application/pdf
a response object containing the requested delivery receipt in PDF format
Try It Out
Request