POST api/Member/PhotoUpload
Request Information
URI Parameters
None.
Body Parameters
ProfilePhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Picture | string |
None. |
|
| FileName | string |
None. |
|
| ContentType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "bbe37f02-d728-4e67-b1d9-4b2f5916c5fb",
"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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.