Browse Plan

Post  https://api.businessonlinesolution.in/api/AOP/BrowsPlan


Click to view the steps to generate a public key and the signature.

Body Parameters
{
  "RegisterID": "AOP-554",
  "circle": "UP East",
  "op": "Airtel"
}
                        
Responses

200

200

Response

200

RESPONSE BODY

object

responsecode    integer

status    boolean

message    string

401

401

Response

401

RESPONSE BODY

object

response_code     integer

status     boolean

message     string


Did this page help you?     Yes    No

Language
shell Shell
python Python
node Node
c# C#
php PHP

cURL

curl --location 'https://api.businessonlinesolution.in/api/AOP/RechargesStatus' \
--header 'Content-Type: application/json' \
--data  '{
  "RegistrationID": "AOP-554",
  "circle": "UP East",
  "op": "Airtel"
}'
                                

RESPONSE

200

401

-Result

Example

{
  "status": true,
  "response_code": 1,
  "info":{
    "FULLTT": null,
    "TOPUP": [
      {
        "rs": "10",
        "desc": "Talktime of Rs. 7.47, Talktime validity Unrestricted, No Service Validity available with this Talktime Pack",
        "validity": "N/A",
        "last_update": "08-04-2021"
      },
  ]
 }
}
                                
 
{
  "response_code": 7,
  "status": false,
  "message": "Authentication failed."
}