POST api/User_Registration/{ID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ID

string

Required

Body Parameters

User_Registration1
NameDescriptionTypeAdditional information
USER_ID

string

None.

FULL_NAME

string

None.

MOBILE_NO

string

None.

ENTITY_NAME

string

None.

LOCATION

string

None.

GST_NO

string

None.

ADDRESS

string

None.

EMAIL

string

None.

CONTACT_PERSON

string

None.

CONTACT_PERSON_NO

string

None.

LATITUDE

string

None.

LONGITUDE

string

None.

EXTRA

string

None.

USER_TYPE

string

None.

PROFILE_PHOTO

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_ID": "sample string 1",
  "FULL_NAME": "sample string 2",
  "MOBILE_NO": "sample string 3",
  "ENTITY_NAME": "sample string 4",
  "LOCATION": "sample string 5",
  "GST_NO": "sample string 6",
  "ADDRESS": "sample string 7",
  "EMAIL": "sample string 8",
  "CONTACT_PERSON": "sample string 9",
  "CONTACT_PERSON_NO": "sample string 10",
  "LATITUDE": "sample string 11",
  "LONGITUDE": "sample string 12",
  "EXTRA": "sample string 13",
  "USER_TYPE": "sample string 14",
  "PROFILE_PHOTO": "QEA="
}

application/xml, text/xml

Sample:
<User_Registration1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiDailyRMart.Models">
  <ADDRESS>sample string 7</ADDRESS>
  <CONTACT_PERSON>sample string 9</CONTACT_PERSON>
  <CONTACT_PERSON_NO>sample string 10</CONTACT_PERSON_NO>
  <EMAIL>sample string 8</EMAIL>
  <ENTITY_NAME>sample string 4</ENTITY_NAME>
  <EXTRA>sample string 13</EXTRA>
  <FULL_NAME>sample string 2</FULL_NAME>
  <GST_NO>sample string 6</GST_NO>
  <LATITUDE>sample string 11</LATITUDE>
  <LOCATION>sample string 5</LOCATION>
  <LONGITUDE>sample string 12</LONGITUDE>
  <MOBILE_NO>sample string 3</MOBILE_NO>
  <PROFILE_PHOTO>QEA=</PROFILE_PHOTO>
  <USER_ID>sample string 1</USER_ID>
  <USER_TYPE>sample string 14</USER_TYPE>
</User_Registration1>

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.