-
Notifications
You must be signed in to change notification settings - Fork 8
API Endpoints
Anshul edited this page Aug 17, 2018
·
2 revisions
-
Search Sellers
GET
/search/sellers?longitude=77.8&latitude=13.2&searchText=captain
"result": [ { "id": 3, "name": "Varun3", "latitude": 13.2, "longitude": 77.6, "services": [ { "id": 3, "name": "test" } ] }
-
Update Seller
PUT
/auth/sellers/sellers/
Authentication required:
true
Params:
id
and what you want to update