POST SyriatelCheckForRecharge
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| syriatelRechargeModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MobileNumber": "sample string 1",
"VoucherId": 2,
"AccountDebRef": "sample string 3",
"FingerId": "sample string 4"
}
text/xml
Sample:
<SyriatelRechargeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChamBankWebservice.Models"> <AccountDebRef>sample string 3</AccountDebRef> <FingerId>sample string 4</FingerId> <MobileNumber>sample string 1</MobileNumber> <VoucherId>2</VoucherId> </SyriatelRechargeModel>
application/x-www-form-urlencoded
Sample:
Sample not available.