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!"
}
}
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
OK
The response is of type object
.
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!"
}
}
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!"
}
}
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
OK
The response is of type object
.
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!"
}
}