POST api/Master/Wallet_Operations

Request Information

URI Parameters

None.

Body Parameters

WalletData
NameDescriptionTypeAdditional information
Condition

string

None.

Custid

string

None.

Amount

string

None.

Transtype

string

None.

TransFlag

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Condition": "sample string 1",
  "Custid": "sample string 2",
  "Amount": "sample string 3",
  "Transtype": "sample string 4",
  "TransFlag": "sample string 5"
}

application/xml, text/xml

Sample:
<WalletData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.ProductMaster">
  <Amount>sample string 3</Amount>
  <Condition>sample string 1</Condition>
  <Custid>sample string 2</Custid>
  <TransFlag>sample string 5</TransFlag>
  <Transtype>sample string 4</Transtype>
</WalletData>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WalletData'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.