POST api/register

POST Register function without JWTAuthorize

Request Information

URI Parameters

None.

Body Parameters

TRegister
NameDescriptionTypeAdditional information
ContactNo

string

None.

Password

string

None.

ReferBy

string

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ContactNo": "sample string 1",
  "Password": "sample string 2",
  "ReferBy": "sample string 3",
  "UserId": "sample string 4"
}

application/xml, text/xml

Sample:
<SQLFunction.TRegister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TDS.DAL">
  <ContactNo>sample string 1</ContactNo>
  <Password>sample string 2</Password>
  <ReferBy>sample string 3</ReferBy>
  <UserId>sample string 4</UserId>
</SQLFunction.TRegister>

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

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.