POST api/Employees/{employeeId}/Photo
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeId | string |
Required |
Body Parameters
Image| Name | Description | Type | Additional information |
|---|---|---|---|
| ImageBytes | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"imageBytes": "QEA="
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.