POST /app/services/delivery/update-collection
Description
This endpoint update service in curren medication collection service
TIP
user authentication is required to access this information.
Body
| Name | Type | Description | Required |
|---|---|---|---|
| location | string | location | Yes |
| service_id | string | service_id | Yes |
Response
json
{
"message": "Servicio Activo",
"status": 200
}