POST Admin_UpdateProfile

Request Information

URI Parameters

None.

Body Parameters

customadminupdate
NameDescriptionTypeAdditional information
name

string

None.

email

string

None.

phone

string

None.

image

string

None.

adminId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "email": "sample string 2",
  "phone": "sample string 3",
  "image": "sample string 4",
  "adminId": "3a446629-6062-4c87-b110-a9ae49ad80cd"
}

application/xml, text/xml

Sample:
<customadminupdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/COMIC.Controllers">
  <adminId>3a446629-6062-4c87-b110-a9ae49ad80cd</adminId>
  <email>sample string 2</email>
  <image>sample string 4</image>
  <name>sample string 1</name>
  <phone>sample string 3</phone>
</customadminupdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.