Product EngineeringFeaturesB2B CollectionBackend

API Reference

Trip management URL patterns for crelio-app — b2b-logistics

👤 Utsav Katiyar📅 Updated: Apr 7, 2026🏷️ feature

API Reference (crelio-app trip management)

Prefix: api-v3/trip-management/<trip_type>/

For B2B Collection, trip_type = b2b-logistics.


Trips

From admin/trip_management/urls/trip_urls.py (relative to …/b2b-logistics/trips/):

MethodPatternNotes
GETlistTrip list
GET<trip_id>/detailsTrip detail
POSTnewCreate trip
POSTnew/bulkCreate scheduled series
PUT<trip_id>/updateUpdate trip
PUT<trip_id>/update/bulkUpdate series
PUT<trip_id>/<status>Status change (e.g. cancelled)
GET<trip_id>/<visiting_person_id>/trailTrail
POST<trip_id>/calculate-distanceInternal distance webhook

Nested: location/<trip_location_id>/details → trip stop detail.


Routes

From route_urls.py (relative to …/b2b-logistics/routes/):

MethodPattern
GETlist
GET<route_id>/details
POSTnew
PUT<route_id>/update
PATCH<route_id>/<action>

Locations (stops)

From location_urls.py (relative to …/b2b-logistics/location/):

MethodPattern
GETlist
GET<location_id>/details
POSTnew
PUT<location_id>/update
PATCH<location_id>/<action>

On this page