POST api/MRide/UpdateProfilePicture
Request Information
URI Parameters
None.
Body Parameters
ProfilePicParams| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| UserType | integer |
None. |
|
| File | string |
None. |
|
| Name | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"UserType": 2,
"File": "sample string 3",
"Name": "sample string 4",
"Email": "sample string 5"
}
application/xml, text/xml
Sample:
<ProfilePicParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRide_API"> <Email>sample string 5</Email> <File>sample string 3</File> <ID>1</ID> <Name>sample string 4</Name> <UserType>2</UserType> </ProfilePicParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IAsyncResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsCompleted | boolean |
None. |
|
| AsyncWaitHandle | WaitHandle |
None. |
|
| AsyncState | Object |
None. |
|
| CompletedSynchronously | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.