POST api/Emp
Request Information
URI Parameters
None.
Body Parameters
imgdata| Name | Description | Type | Additional information |
|---|---|---|---|
| empName | string |
None. |
|
| pic | string |
None. |
|
| L | string |
None. |
|
| W | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"empName": "sample string 1",
"pic": "sample string 2",
"L": "sample string 3",
"W": "sample string 4"
}
application/xml, text/xml
Sample:
<imgdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FaceAtt.Models"> <L>sample string 3</L> <W>sample string 4</W> <empName>sample string 1</empName> <pic>sample string 2</pic> </imgdata>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |