GET api/MobileApp/GetMobileTopUpAutoRefill/{customerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MobileTopUpAutoRefillResponseDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
AddedDate | date |
None. |
|
NextTopUpDate | date |
None. |
|
Status | string |
None. |
|
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. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "AddedDate": "2024-11-28T05:54:02.6153701-05:00", "NextTopUpDate": "2024-11-28T05:54:02.6153701-05:00", "Status": "sample string 3", "ProductId": "sample string 4", "CountryISOCode": "sample string 5", "OperatorName": "sample string 6", "DestinationNumber": "sample string 7", "TopUpAmount": 8.0, "DestinationAmount": 9.0, "DestinationCurrencyCode": "sample string 10", "TopUpFrequency": 11, "StartDate": "2024-11-28T05:54:02.6153701-05:00", "StoredCCSno": 13 }, { "Id": 1, "AddedDate": "2024-11-28T05:54:02.6153701-05:00", "NextTopUpDate": "2024-11-28T05:54:02.6153701-05:00", "Status": "sample string 3", "ProductId": "sample string 4", "CountryISOCode": "sample string 5", "OperatorName": "sample string 6", "DestinationNumber": "sample string 7", "TopUpAmount": 8.0, "DestinationAmount": 9.0, "DestinationCurrencyCode": "sample string 10", "TopUpFrequency": 11, "StartDate": "2024-11-28T05:54:02.6153701-05:00", "StoredCCSno": 13 } ]
application/xml, text/xml
Sample:
<ArrayOfMobileTopUpAutoRefillResponseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.MobileApp"> <MobileTopUpAutoRefillResponseDto> <CountryISOCode>sample string 5</CountryISOCode> <DestinationAmount>9</DestinationAmount> <DestinationCurrencyCode>sample string 10</DestinationCurrencyCode> <DestinationNumber>sample string 7</DestinationNumber> <OperatorName>sample string 6</OperatorName> <ProductId>sample string 4</ProductId> <StartDate>2024-11-28T05:54:02.6153701-05:00</StartDate> <StoredCCSno>13</StoredCCSno> <TopUpAmount>8</TopUpAmount> <TopUpFrequency>11</TopUpFrequency> <AddedDate>2024-11-28T05:54:02.6153701-05:00</AddedDate> <Id>1</Id> <NextTopUpDate>2024-11-28T05:54:02.6153701-05:00</NextTopUpDate> <Status>sample string 3</Status> </MobileTopUpAutoRefillResponseDto> <MobileTopUpAutoRefillResponseDto> <CountryISOCode>sample string 5</CountryISOCode> <DestinationAmount>9</DestinationAmount> <DestinationCurrencyCode>sample string 10</DestinationCurrencyCode> <DestinationNumber>sample string 7</DestinationNumber> <OperatorName>sample string 6</OperatorName> <ProductId>sample string 4</ProductId> <StartDate>2024-11-28T05:54:02.6153701-05:00</StartDate> <StoredCCSno>13</StoredCCSno> <TopUpAmount>8</TopUpAmount> <TopUpFrequency>11</TopUpFrequency> <AddedDate>2024-11-28T05:54:02.6153701-05:00</AddedDate> <Id>1</Id> <NextTopUpDate>2024-11-28T05:54:02.6153701-05:00</NextTopUpDate> <Status>sample string 3</Status> </MobileTopUpAutoRefillResponseDto> </ArrayOfMobileTopUpAutoRefillResponseDto>