Skip to main content
Download PDF
curl --request GET \
  --url https://dev.api.fleets.usedora.com/api/v1/deliveries/download_pdf/{delivery_uuid}
{
"status": "success",
"message": "pdf generated."
}

๐Ÿ“ Summary

This endpoint allows users to download the delivery details in PDF format. The PDF will contain comprehensive information regarding the delivery, including status, pickup and dropoff locations, rider details, and any other relevant metadata. This is useful for generating physical or digital reports.

Responses

HTTP Status CodeMeaningDescriptionData schema
200OKnoneInline

Responses Data Schema

{
"status": "success",
"message": "pdf generated."
}