POST api/Multiverse_updatepic

Request Information

URI Parameters

None.

Body Parameters

user
NameDescriptionTypeAdditional information
referby

string

None.

refer

string

None.

email

string

None.

password

string

None.

name

string

None.

hashkey

string

None.

firstname

string

None.

dob

string

None.

presentaddress

string

None.

permanentaddress

string

None.

city

string

None.

postal

string

None.

country

string

None.

userid

string

None.

otp

string

None.

mobileno

string

None.

order_id

string

None.

createddate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "referby": "sample string 1",
  "refer": "sample string 2",
  "email": "sample string 3",
  "password": "sample string 4",
  "name": "sample string 5",
  "hashkey": "sample string 6",
  "firstname": "sample string 7",
  "dob": "sample string 8",
  "presentaddress": "sample string 9",
  "permanentaddress": "sample string 10",
  "city": "sample string 11",
  "postal": "sample string 12",
  "country": "sample string 13",
  "userid": "sample string 14",
  "otp": "sample string 15",
  "mobileno": "sample string 16",
  "order_id": "sample string 17",
  "createddate": "sample string 18"
}

application/xml, text/xml

Sample:
<user xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KG_API.Models">
  <city>sample string 11</city>
  <country>sample string 13</country>
  <createddate>sample string 18</createddate>
  <dob>sample string 8</dob>
  <email>sample string 3</email>
  <firstname>sample string 7</firstname>
  <hashkey>sample string 6</hashkey>
  <mobileno>sample string 16</mobileno>
  <name>sample string 5</name>
  <order_id>sample string 17</order_id>
  <otp>sample string 15</otp>
  <password>sample string 4</password>
  <permanentaddress>sample string 10</permanentaddress>
  <postal>sample string 12</postal>
  <presentaddress>sample string 9</presentaddress>
  <refer>sample string 2</refer>
  <referby>sample string 1</referby>
  <userid>sample string 14</userid>
</user>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.