POST api/PostMobileIntLog_v4

Request Information

URI Parameters

None.

Body Parameters

MobileFTIntModel
NameDescriptionTypeAdditional information
customer_id

integer

None.

amount

decimal number

None.

payment_mode

string

None.

payment_type

string

None.

status

string

None.

offer_code

string

None.

ITC

string

None.

from_customer_id

integer

None.

VCNo

string

None.

utm

string

None.

initial_data

InitialData

None.

Request Formats

application/json, text/json

Sample:
{
  "customer_id": 1,
  "amount": 2.0,
  "payment_mode": "sample string 3",
  "payment_type": "sample string 4",
  "status": "sample string 5",
  "offer_code": "sample string 6",
  "ITC": "sample string 7",
  "from_customer_id": 8,
  "VCNo": "sample string 9",
  "utm": "sample string 10",
  "initial_data": {
    "name": "sample string 1",
    "financial_account_id": "sample string 2",
    "payment_mode": "sample string 3",
    "balance": 4,
    "amount": 5.0,
    "next_recharge_date": "sample string 6",
    "email": "sample string 7",
    "rechargeType": "sample string 8",
    "DeviceType": "sample string 9",
    "deviceId": "sample string 10"
  }
}

application/xml, text/xml

Sample:
<MobileFTIntModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/D2HApplication.API.Areas.InfinityAppAPI.Models">
  <ITC>sample string 7</ITC>
  <VCNo>sample string 9</VCNo>
  <amount>2</amount>
  <customer_id>1</customer_id>
  <from_customer_id>8</from_customer_id>
  <initial_data>
    <DeviceType>sample string 9</DeviceType>
    <amount>5</amount>
    <balance>4</balance>
    <deviceId>sample string 10</deviceId>
    <email>sample string 7</email>
    <financial_account_id>sample string 2</financial_account_id>
    <name>sample string 1</name>
    <next_recharge_date>sample string 6</next_recharge_date>
    <payment_mode>sample string 3</payment_mode>
    <rechargeType>sample string 8</rechargeType>
  </initial_data>
  <offer_code>sample string 6</offer_code>
  <payment_mode>sample string 3</payment_mode>
  <payment_type>sample string 4</payment_type>
  <status>sample string 5</status>
  <utm>sample string 10</utm>
</MobileFTIntModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.