POST api/employee/UploadEmpAppointmentLetter
Request Information
URI Parameters
None.
Body Parameters
AppointmentLetter| Name | Description | Type | Additional information |
|---|---|---|---|
| AppointmentLetterPhoto | string |
None. |
|
| AppointmentLetterExtension | string |
None. |
|
| DateOfJoining | string |
None. |
|
| EmployeeCode | string |
None. |
|
| EmployeeId | integer |
None. |
|
| SessionID | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppointmentLetterPhoto": "sample string 1",
"AppointmentLetterExtension": "sample string 2",
"DateOfJoining": "sample string 3",
"EmployeeCode": "sample string 4",
"EmployeeId": 5,
"SessionID": "sample string 6",
"DeviceID": "sample string 7"
}
application/xml, text/xml
Sample:
<AppointmentLetter 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> <AppointmentLetterExtension>sample string 2</AppointmentLetterExtension> <AppointmentLetterPhoto>sample string 1</AppointmentLetterPhoto> <DateOfJoining>sample string 3</DateOfJoining> <EmployeeCode>sample string 4</EmployeeCode> </AppointmentLetter>
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.