POST api/Service4/getBundlesAddOn

Request Information

URI Parameters

None.

Body Parameters

bundleInp
NameDescriptionTypeAdditional information
iPhone

integer

None.

sUname

string

None.

sPwd

string

None.

Request Formats

application/json, text/json

Sample:
{
  "iPhone": 1,
  "sUname": "sample string 2",
  "sPwd": "sample string 3"
}

text/html

Sample:
{"iPhone":1,"sUname":"sample string 2","sPwd":"sample string 3"}

application/xml, text/xml

Sample:
<bundleInp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/selfcare.Models">
  <sPwd>sample string 3</sPwd>
  <sUname>sample string 2</sUname>
  <iPhone>1</iPhone>
</bundleInp>

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

Response Information

Resource Description

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>