Extras and Value Added Services

Extras are value added services the organisation offers customers to ease their trips.

Request

https://dodge-apis-c2btvqbhlq-uc.a.run.app/booking-service/booking/booking-organisation-profile/get_extras/
-H "Authorization: Bearer YOUR_PUBLIC_KEY" 
-H "Organisation: TRU_HOD4" 
-X GET
Response

{
    "status": "SUCCESS",
    "message": "Success",
     "data": [
        {
            "key": "loaders",
            "name": "LOADERS"
        },
        {
            "key": "packaging_boxes",
            "name": "PACKAGING BOXES",
            "price": 1300.0,
            "other_charges": 0.0
        },
        {
            "key": "cellotape",
            "name": "CELLOTAPE",
            "price": 700.0,
            "other_charges": 0.0
        },
        {
            "key": "shrink_wrap",
            "name": "SHRINK WRAP",
            "price": 5000.0,
            "other_charges": 0.0
        },
        {
            "key": "bubble_wrap",
            "name": "BUBBLE WRAP",
            "price": 5500.0,
            "other_charges": 0.0
        },
    ]
}

Last updated