POST api/HpProUser/UploadImage
Request Information
URI Parameters
None.
Body Parameters
HPProProfilePicDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| HpProUserId | integer |
None. |
|
| FileName | string |
None. |
|
| ImageData | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"HpProUserId": 2,
"FileName": "sample string 3",
"ImageData": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true