POST api/MobileApp/UpdateMobileTopUpAutoRefill

Request Information

URI Parameters

None.

Body Parameters

MobileTopUpAutoRefillRequest
NameDescriptionTypeAdditional 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": "2024-11-30T22:12:35.6315221-05:00",
  "TopUpFrequency": 12,
  "StartDate": "2024-11-30T22:12:35.6315221-05:00",
  "NextTopUpDate": "2024-11-30T22:12:35.6315221-05:00",
  "LastTopUpDate": "2024-11-30T22:12:35.6315221-05: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>2024-11-30T22:12:35.6315221-05: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>2024-11-30T22:12:35.6315221-05:00</LastTopUpDate>
  <NextTopUpDate>2024-11-30T22:12:35.6315221-05:00</NextTopUpDate>
  <OperatorName>sample string 5</OperatorName>
  <ProductId>sample string 3</ProductId>
  <Remark>sample string 16</Remark>
  <StartDate>2024-11-30T22:12:35.6315221-05: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.