APIs to onboard and manage company.
Entity type for service charge
Entity ID for service charge e.g. trip ID for entityType = TRIP
curl -i -X POST \ 'https://developer.spotnana.com/_mock/openapi/companyapi/v2/service-charge/{entityType}/{entityId}/types/{type}/list' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Content-Type: application/json' \ -d '{ "serviceType": "ITINERARY_BOOKING" }'
{ "serviceCharges": [ { … } ] }