POST api/User/Update_UserProfile

Request Information

URI Parameters

None.

Body Parameters

UserProfile
NameDescriptionTypeAdditional information
email

string

None.

id

integer

None.

address

string

None.

avatar

string

None.

displayname

string

None.

low_bal_point

decimal number

None.

name

string

None.

notes

string

None.

notifylowbal

boolean

None.

notifyorders

boolean

None.

notifypromo

boolean

None.

mobile_nofications

boolean

None.

phone

string

None.

status

string

None.

type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "id": 2,
  "address": "sample string 3",
  "avatar": "sample string 4",
  "displayname": "sample string 5",
  "low_bal_point": 6.0,
  "name": "sample string 7",
  "notes": "sample string 8",
  "notifylowbal": true,
  "notifyorders": true,
  "notifypromo": true,
  "mobile_nofications": true,
  "phone": "sample string 13",
  "status": "sample string 14",
  "type": "sample string 15"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.