Send message about delivery
POST/api/delivery/msg/:serviceCode
Send a new message related to a specific delivery.
The message will be visible to:
- Users from the same company
- Assigned carriers (if applicable)
- Administrative staff with permissions
Requirements:
- The service code must exist
- The delivery must belong to the user's company
- The delivery must be active (can_message: true)
- The message body must not be empty
Usage examples:
- Report delivery incidents
- Provide additional instructions
- Confirm receipt or changes
Request
Responses
- 200
- 400
- 401
Message list
Request error
Unauthorized