POST api/Member/PhotoUpload

Request Information

URI Parameters

None.

Body Parameters

ProfilePhoto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Picture

string

None.

FileName

string

None.

ContentType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "e25cd3a4-46ac-447b-89e9-c27a4a4cb3c9",
  "Picture": "sample string 2",
  "FileName": "sample string 3",
  "ContentType": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.