POST api/Profile/UpdateUserProfilePhoto
Request Information
URI Parameters
None.
Body Parameters
vm_updateProfilePhotoReqDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| p_UserID | integer |
None. |
|
| p_ProfilePhoto | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"p_UserID": 1,
"p_ProfilePhoto": "sample string 2"
}
application/xml, text/xml
Sample:
<vm_updateProfilePhotoReqDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/initiateProject.Models.DTOs"> <p_ProfilePhoto>sample string 2</p_ProfilePhoto> <p_UserID>1</p_UserID> </vm_updateProfilePhotoReqDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.