OGWUGO API DOCUMENTATION

  1. Home
  2. Docs
  3. OGWUGO API DOCUMENTATION
  4. Ogwugo Gas
  5. Gas Locations

Gas Locations

Ogwugo Gas can be served from seceral locations, in that case, the user need to set his location whereas gas profile and services from that location will be available to him.

… list all locations.

[GET]  /locations/list

Response Format..

{
"data": [
{
"id": 1,
"name": "ENUGU TOWN (Nigeria)",
"state": 12,
"country": "NG",
"latitude": "",
"longitude": "",
"status": 1,
"created_at": "2018-06-04 14:00:44",
"updated_at": "2018-06-19 11:01:21"
}
],
"status": "success",
"message": "locations listed",
"error": {
"detail": "all locations listed",
"code": "200"
}
}

 

Was this article helpful to you? Yes No

How can we help?