Create a Delivery Job
POST/delivery/jobs
This endpoint initiates a new delivery job and supports two job types: One-Stop job (job_type_id = 3) and Collection and Dropoff job (job_type_id = 1). For a One-Stop Delivery, it is required to specify only one destination. In contrast, the Collection and Dropoff job type necessitates exactly two designated points - one for collection and one for the final dropoff.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.