POST api/Registration

Request Information

URI Parameters

None.

Body Parameters

tbl_Person
NameDescriptionTypeAdditional information
Person_Id

integer

None.

Person_Mobile

string

None.

Person_Email

string

None.

Person_UserName

string

None.

Person_Password

string

None.

response

string

None.

OTP

string

None.

PropertyDetails_Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Person_Id": 1,
  "Person_Mobile": "sample string 2",
  "Person_Email": "sample string 3",
  "Person_UserName": "sample string 4",
  "Person_Password": "sample string 5",
  "response": "sample string 6",
  "OTP": "sample string 7",
  "PropertyDetails_Id": 8
}

application/xml, text/xml

Sample:
<tbl_Person xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalUlb_API_311.Models">
  <OTP>sample string 7</OTP>
  <Person_Email>sample string 3</Person_Email>
  <Person_Id>1</Person_Id>
  <Person_Mobile>sample string 2</Person_Mobile>
  <Person_Password>sample string 5</Person_Password>
  <Person_UserName>sample string 4</Person_UserName>
  <PropertyDetails_Id>8</PropertyDetails_Id>
  <response>sample string 6</response>
</tbl_Person>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.