POST api/User/UploadPhotoProfile
Request Information
URI Parameters
None.
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| phone | string |
Required String length: inclusive between 0 and 50 |
|
| file_name | string |
Required |
|
| data_file | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"phone": "sample string 1",
"file_name": "sample string 2",
"data_file": "sample string 3"
}
application/xml, text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apicrm.Entities"> <DataFile>sample string 3</DataFile> <FileName>sample string 2</FileName> <Phone>sample string 1</Phone> </User>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.