POST
/
api
/
v1
/
service
/
recharge
/
complaint
curl --request POST \
  --url https://eazype.com/api/v1/service/recharge/complaint \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "mobile": "8004007231",
  "clientRefId": "2345653347438",
  "remark": "recharge not received",
  "operatorTxnId": "MPR2404021320250055",
  "orderId": "REC2700893506461518E9D42",
  "code": "0x0200",
  "status": "SUCCESS",
  "message": "Recharge Success",
  "data": {
    "mobile": "8004007231",
    "operator": "BSNL Topup",
    "amount": 10,
    "status": "success",
    "circle": "UP(East)",
    "txnId": 4751864,
    "operatorTxnId": "6794198934",
    "orderId": "REC4087931046300320CC",
    "message": "Success",
    "clientRefId": "REC4087931046300320CC"
  }
}'
{
  "code": "0x0200",
  "status": "SUCCESS",
  "message": "Complaint Raised Successfully",
  "data": {
    "complaintId": "10878",
    "message": "Request is processed!"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

Content-Type
string

Body

application/json ยท object

Response

200
application/json
OK

The response is of type object.