POST api/matka/save

Request Information

URI Parameters

None.

Body Parameters

MatkaRequest
NameDescriptionTypeAdditional information
MarketName

string

None.

Number

string

None.

Amount

integer

None.

Type

string

None.

CompID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MarketName": "sample string 1",
  "Number": "sample string 2",
  "Amount": 3,
  "Type": "sample string 4",
  "CompID": "sample string 5"
}

application/xml, text/xml

Sample:
<MatkaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WhatsAppAPI.Controllers">
  <Amount>3</Amount>
  <CompID>sample string 5</CompID>
  <MarketName>sample string 1</MarketName>
  <Number>sample string 2</Number>
  <Type>sample string 4</Type>
</MatkaRequest>

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 'MatkaRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.