POST api/UserRegistration

Request Information

URI Parameters

None.

Body Parameters

Login
NameDescriptionTypeAdditional information
FULL_NAME

string

None.

MOBILE_NO

string

None.

LATITTUDE

string

None.

LONGITUDE

string

None.

MAC_ADDRESS

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FULL_NAME": "sample string 1",
  "MOBILE_NO": "sample string 2",
  "LATITTUDE": "sample string 3",
  "LONGITUDE": "sample string 4",
  "MAC_ADDRESS": "sample string 5",
  "EXTRA1": "sample string 6",
  "EXTRA2": "sample string 7"
}

application/xml, text/xml

Sample:
<Login xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraftZone.Models">
  <EXTRA1>sample string 6</EXTRA1>
  <EXTRA2>sample string 7</EXTRA2>
  <FULL_NAME>sample string 1</FULL_NAME>
  <LATITTUDE>sample string 3</LATITTUDE>
  <LONGITUDE>sample string 4</LONGITUDE>
  <MAC_ADDRESS>sample string 5</MAC_ADDRESS>
  <MOBILE_NO>sample string 2</MOBILE_NO>
</Login>

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.