POST api/leaveentry2/delete
Request Information
URI Parameters
None.
Body Parameters
DeleteLeaveEntry2RequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LeaveEntryID | integer |
None. |
|
| UserID | integer |
None. |
|
| FinancialYearID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeaveEntryID": 1,
"UserID": 2,
"FinancialYearID": 3
}
application/xml, text/xml
Sample:
<DeleteLeaveEntry2RequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrushMateBackendAPI.Controllers"> <FinancialYearID>3</FinancialYearID> <LeaveEntryID>1</LeaveEntryID> <UserID>2</UserID> </DeleteLeaveEntry2RequestModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.