Skip to main content

Save notes about a delivery

PUT 

/truckers/deliveries/notes/:id

This endpoint allows saving private notes about a specific delivery.

Features:

  • Stores notes in plain text format
  • Automatically records creation/update timestamps
  • Notes are visible only to the carrier
  • Supports basic Markdown formatting for organization

Use cases:

  • Recording important observations about the delivery
  • Saving contact details or special instructions
  • Noting relevant information for future reference

Notes:

  • Requires valid JWT authentication
  • Only works for deliveries assigned to the carrier
  • Notes are stored in UTC format
  • Each update overwrites previous notes

Request

Responses

Notes saved correctly