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

Complete Order

POST {{ BASE_URL }}/api/order/complete

Request Body

Name
Type
Description

orderId*

Int

{
  "isSuccessful": true,
  "message": "string",
  "code": "string",
  "data": {
    "id": 0,
    "dispatcher": {
      "id": 0,
      "firstName": "string",
      "lastName": "string",
      "phone": "string",
      "email": "string",
      "photoUrl": "string",
      "addedDate": "2023-11-09T18:54:16.461Z",
      "lastKnownLocation": {
        "longitude": 0,
        "latitude": 0
      },
      "locationLastUpdated": "2023-11-09T18:54:16.461Z",
      "isOnline": true,
      "rating": 0
    },
    "productType": "string",
    "status": "string",
    "requestTime": "2023-11-09T18:54:16.461Z",
    "deploymentTime": "2023-11-09T18:54:16.461Z",
    "arrivalTime": "2023-11-09T18:54:16.461Z",
    "completionTime": "2023-11-09T18:54:16.461Z",
    "cancelationTime": "2023-11-09T18:54:16.461Z",
    "deliveryLocation": "string",
    "additionalInfo": "string",
    "deliveryCoordinates": {
      "longitude": 0,
      "latitude": 0
    },
    "route": [
      {
        "location": {
          "longitude": 0,
          "latitude": 0
        }
      }
    ],
    "baseFare": 0,
    "quantity": 0,
    "productUnitCost": 0,
    "totalProductCost": 0,
    "unitDistanceRate": 0,
    "distance": 0,
    "totalDistanceCost": 0,
    "unitTimeCost": 0,
    "totalTimeCost": 0,
    "totalDeliveryCharge": 0,
    "totalCost": 0,
    "rating": 0,
    "estimatedDistance": "string",
    "estimatedTime": "string",
    "paymentType": "string",
    "deliveryFee": 0,
    "size": 0
  }
}
PreviousGet Available DispatchersNextCancel Order

Last updated 1 year ago