POST api/Registration/RegisterNow

Request Information

URI Parameters

None.

Body Parameters

RegInfo
NameDescriptionTypeAdditional information
Flag

string

None.

MOBILENO

string

None.

OTP

string

None.

ASSETINSTID

string

None.

ENGAPPCODE

string

None.

SRNO

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Flag": "sample string 1",
  "MOBILENO": "sample string 2",
  "OTP": "sample string 3",
  "ASSETINSTID": "sample string 4",
  "ENGAPPCODE": "sample string 5",
  "SRNO": "sample string 6"
}

application/xml, text/xml

Sample:
<RegInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSSPortalAPI.Controllers">
  <ASSETINSTID>sample string 4</ASSETINSTID>
  <ENGAPPCODE>sample string 5</ENGAPPCODE>
  <Flag>sample string 1</Flag>
  <MOBILENO>sample string 2</MOBILENO>
  <OTP>sample string 3</OTP>
  <SRNO>sample string 6</SRNO>
</RegInfo>

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

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />