POST api/MobileApp/UpdateMobileTopUpAutoRefill
Request Information
URI Parameters
None.
Body Parameters
MobileTopUpAutoRefillRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| ProductId | string |
None. |
|
| CountryISOCode | string |
None. |
|
| OperatorName | string |
None. |
|
| DestinationNumber | string |
None. |
|
| TopUpAmount | decimal number |
None. |
|
| DestinationAmount | decimal number |
None. |
|
| DestinationCurrencyCode | string |
None. |
|
| AddedBy | string |
None. |
|
| AddedDate | date |
None. |
|
| TopUpFrequency | integer |
None. |
|
| StartDate | date |
None. |
|
| NextTopUpDate | date |
None. |
|
| LastTopUpDate | date |
None. |
|
| Status | string |
None. |
|
| StoredCCSno | integer |
None. |
|
| Remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomerId": 2,
"ProductId": "sample string 3",
"CountryISOCode": "sample string 4",
"OperatorName": "sample string 5",
"DestinationNumber": "sample string 6",
"TopUpAmount": 7.0,
"DestinationAmount": 8.0,
"DestinationCurrencyCode": "sample string 9",
"AddedBy": "sample string 10",
"AddedDate": "2026-06-25T22:11:24.648259-04:00",
"TopUpFrequency": 12,
"StartDate": "2026-06-25T22:11:24.648259-04:00",
"NextTopUpDate": "2026-06-25T22:11:24.648259-04:00",
"LastTopUpDate": "2026-06-25T22:11:24.648259-04:00",
"Status": "sample string 14",
"StoredCCSno": 15,
"Remark": "sample string 16"
}
application/xml, text/xml
Sample:
<MobileTopUpAutoRefillRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Objects.Business.Transactions"> <AddedBy>sample string 10</AddedBy> <AddedDate>2026-06-25T22:11:24.648259-04:00</AddedDate> <CountryISOCode>sample string 4</CountryISOCode> <CustomerId>2</CustomerId> <DestinationAmount>8</DestinationAmount> <DestinationCurrencyCode>sample string 9</DestinationCurrencyCode> <DestinationNumber>sample string 6</DestinationNumber> <Id>1</Id> <LastTopUpDate>2026-06-25T22:11:24.648259-04:00</LastTopUpDate> <NextTopUpDate>2026-06-25T22:11:24.648259-04:00</NextTopUpDate> <OperatorName>sample string 5</OperatorName> <ProductId>sample string 3</ProductId> <Remark>sample string 16</Remark> <StartDate>2026-06-25T22:11:24.648259-04:00</StartDate> <Status>sample string 14</Status> <StoredCCSno>15</StoredCCSno> <TopUpAmount>7</TopUpAmount> <TopUpFrequency>12</TopUpFrequency> </MobileTopUpAutoRefillRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.