POST api/MobileApp/AddMobileTopUpAutoRefill
Request Information
URI Parameters
None.
Body Parameters
MobileTopUpAutoRefillRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId | string |
None. |
|
| CountryISOCode | string |
None. |
|
| OperatorName | string |
None. |
|
| DestinationNumber | string |
None. |
|
| TopUpAmount | decimal number |
None. |
|
| DestinationAmount | decimal number |
None. |
|
| DestinationCurrencyCode | string |
None. |
|
| TopUpFrequency | integer |
None. |
|
| StartDate | date |
None. |
|
| StoredCCSno | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductId": "sample string 1",
"CountryISOCode": "sample string 2",
"OperatorName": "sample string 3",
"DestinationNumber": "sample string 4",
"TopUpAmount": 5.0,
"DestinationAmount": 6.0,
"DestinationCurrencyCode": "sample string 7",
"TopUpFrequency": 8,
"StartDate": "2026-06-25T22:11:23.9944295-04:00",
"StoredCCSno": 10
}
application/xml, text/xml
Sample:
<MobileTopUpAutoRefillRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.MobileApp"> <CountryISOCode>sample string 2</CountryISOCode> <DestinationAmount>6</DestinationAmount> <DestinationCurrencyCode>sample string 7</DestinationCurrencyCode> <DestinationNumber>sample string 4</DestinationNumber> <OperatorName>sample string 3</OperatorName> <ProductId>sample string 1</ProductId> <StartDate>2026-06-25T22:11:23.9944295-04:00</StartDate> <StoredCCSno>10</StoredCCSno> <TopUpAmount>5</TopUpAmount> <TopUpFrequency>8</TopUpFrequency> </MobileTopUpAutoRefillRequestDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.