POST Usuarios/{idRede}/perfil/foto/crop
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idRede | string |
Required |
Body Parameters
CropImageInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ImgName | string |
None. |
|
| ImgWidth | integer |
None. |
|
| ImgHeight | integer |
None. |
|
| x1 | integer |
None. |
|
| x2 | integer |
None. |
|
| y1 | integer |
None. |
|
| y2 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ImgName": "sample string 1",
"ImgWidth": 2,
"ImgHeight": 3,
"x1": 4,
"x2": 5,
"y1": 6,
"y2": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.