Servicio de ambulancia
Ambulance Service Model
Manages ambulance service records including patient and doctor signatures,
service details, and location information.
Header api token: X-API-TOKEN
Get api token in Your account settings
Allowed API methods: GET, POST, PUT, PATCH, OPTIONS
- List URL: /api/v1/medicine/ambulanceservice/
- Detail URL: /api/v1/medicine/ambulanceservice/:id/
Params
_page_size: (int) Number of results per page_page: (str|int) Number of page to get, set __all__ for get all results_ordering: (str) Field for ordering, if is descending set '-' Ex: -field_name_fields: (str) List of fields to return separed by comma
Showing OPTIONS method:
Loading API options...
Related objects:
Detalle de ubicaciones
Details Locations
Tracks each location point during an ambulance service including
origin, projected destination, and final service location.
- List URL: /api/v1/medicine/detailslocations/
- Detail URL: /api/v1/medicine/detailslocations/:id/
Showing OPTIONS method:
Loading API options...
Déjanos tus comentarios