POST api/Masters/Savemob

Request Information

URI Parameters

None.

Body Parameters

MobRegEntity
NameDescriptionTypeAdditional information
rid

string

None.

mobno

string

None.

otpno

string

None.

Request Formats

application/json, text/json

Sample:
{
  "rid": "sample string 1",
  "mobno": "sample string 2",
  "otpno": "sample string 3"
}

application/xml, text/xml

Sample:
<MobRegEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models">
  <mobno>sample string 2</mobno>
  <otpno>sample string 3</otpno>
  <rid>sample string 1</rid>
</MobRegEntity>

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

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
Message

string

None.

status

integer

None.

Isupoad

boolean

None.

imageurl

string

None.

Data

Object

None.

IsSuccess

boolean

None.

StatusCode

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "status": 2,
  "Isupoad": true,
  "imageurl": "sample string 4",
  "Data": {},
  "IsSuccess": true,
  "StatusCode": 7
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models">
  <Data />
  <IsSuccess>true</IsSuccess>
  <Isupoad>true</Isupoad>
  <Message>sample string 1</Message>
  <StatusCode>7</StatusCode>
  <imageurl>sample string 4</imageurl>
  <status>2</status>
</Response>