POST api/employee/UploadEmpNOC
Request Information
URI Parameters
None.
Body Parameters
NOC| Name | Description | Type | Additional information |
|---|---|---|---|
| NOCPhoto | string |
None. |
|
| NOCPhotoExtension | string |
None. |
|
| ForEmployeeId | integer |
None. |
|
| ForEmployeeCode | string |
None. |
|
| EmployeeId | integer |
None. |
|
| SessionID | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NOCPhoto": "sample string 1",
"NOCPhotoExtension": "sample string 2",
"ForEmployeeId": 3,
"ForEmployeeCode": "sample string 4",
"EmployeeId": 5,
"SessionID": "sample string 6",
"DeviceID": "sample string 7"
}
application/xml, text/xml
Sample:
<NOC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.BE"> <DeviceID>sample string 7</DeviceID> <EmployeeId>5</EmployeeId> <SessionID>sample string 6</SessionID> <ForEmployeeCode>sample string 4</ForEmployeeCode> <ForEmployeeId>3</ForEmployeeId> <NOCPhoto>sample string 1</NOCPhoto> <NOCPhotoExtension>sample string 2</NOCPhotoExtension> </NOC>
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.