Cydene Bills API
  • Cydene Agents API Documentation
  • Authentication
    • API Authentication requirements
  • INTEGRATION FLOW
    • Requests
    • Response
  • AIRTIME
    • Airtime recharge providers
    • Purchase Airtime
  • DATA BUNDLES SERVICES
    • Bundle recharge providers
    • Bundle from a provider
    • Purchase Data Bundle
  • SMILE
    • Get Smile Bundle Options
    • Validate Smile Account
    • Purchase Smile Data Bundle
  • SPECTRANET
    • Get Spectranet Data Bundle Options
    • Purchase Spectranet Data Bundle
  • Power
    • Electricity Service Providers
    • Validate
    • Purchase Power
  • Cable Tv
    • Validate
    • Bouquets
    • Addons
    • Renewal
    • Update
  • Betting
    • Get Betting Providers
    • Validate Account
    • Fund Account
  • DSTV SHOWMAX
    • Get plans
    • Subscribe to a showtime plan
  • GAS
    • Create Order
    • Get Available Dispatchers
    • Complete Order
    • Cancel Order
    • Order Status
    • Get Order
  • Transactions
    • GetStatus
    • Get Balance
  • CONTACT US
    • Contact us
  • SMS
    • Send SMS
    • Get Delivery Status
Powered by GitBook
On this page
  1. GAS

Get Available Dispatchers

You can get the list of the available dispatchers here

POST {{ BASE_URL }}/api/order/dispatchers

Request Body

Name
Type
Description

longitude*

Decimal

longitude*

Decimal

{
  "isSuccessful": true,
  "message": "string",
  "code": "string",
  "data": [
    {
      "photo": {
        "cloudinaryId": "string",
        "url": "string"
      },
      "isOnline": true,
      "ratings": [
        {
          "id": 0,
          "value": 0,
          "comment": "string",
          "serviceType": "Petrol",
          "date": "2023-11-09T08:57:43.667Z"
        }
      ],
      "averageRating": 0,
      "dispatcherId": 0,
      "firstName": "string",
      "lastName": "string",
      "totalCost": 0,
      "merchantPrice": 0,
      "deliveryFee": 0,
      "longitude": 0,
      "latitude": 0,
      "totalDelivery": 0
    }
  ]
}
PreviousCreate OrderNextComplete Order

Last updated 1 year ago