POST api/Employee/MakeResignation
Request Information
URI Parameters
None.
Body Parameters
NewResignationParamName | Description | Type | Additional information |
---|---|---|---|
EmployeeId | integer |
None. |
|
UserId | integer |
None. |
|
Resgdate | string |
None. |
|
Reason | string |
None. |
|
Notice | string |
None. |
|
LastWorking | string |
None. |
|
noticeprd_emply | string |
None. |
|
Lastwrking_Emplychoice | string |
None. |
|
DeviceId | string |
None. |
|
ResignationId | integer |
None. |
|
UserName | string |
None. |
|
Keyword | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "EmployeeId": 1, "UserId": 2, "Resgdate": "sample string 3", "Reason": "sample string 4", "Notice": "sample string 5", "LastWorking": "sample string 6", "noticeprd_emply": "sample string 7", "Lastwrking_Emplychoice": "sample string 8", "DeviceId": "sample string 9", "ResignationId": 1, "UserName": "sample string 10", "Keyword": "sample string 11" }
application/xml, text/xml
Sample:
<NewResignationParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models"> <Keyword>sample string 11</Keyword> <ResignationId>1</ResignationId> <UserName>sample string 10</UserName> <DeviceId>sample string 9</DeviceId> <EmployeeId>1</EmployeeId> <LastWorking>sample string 6</LastWorking> <Lastwrking_Emplychoice>sample string 8</Lastwrking_Emplychoice> <Notice>sample string 5</Notice> <Reason>sample string 4</Reason> <Resgdate>sample string 3</Resgdate> <UserId>2</UserId> <noticeprd_emply>sample string 7</noticeprd_emply> </NewResignationParam>
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.