POST api/v1/hR_LeaveDays
Request Information
URI Parameters
None.
Body Parameters
HR_LeaveDaysVMName | Description | Type | Additional information |
---|---|---|---|
leaveDaysId | integer |
None. |
|
leaveTypeId | integer |
None. |
|
days | integer |
None. |
|
tenantId | integer |
None. |
|
lastDateUpdated | date |
None. |
|
createdBy | integer |
None. |
|
leaveTypeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "leaveDaysId": 1, "leaveTypeId": 1, "days": 1, "tenantId": 1, "lastDateUpdated": "2024-11-24T08:56:49.8404464-08:00", "createdBy": 2, "leaveTypeName": "sample string 3" }
application/xml, text/xml
Sample:
<HR_LeaveDaysVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>2</createdBy> <days>1</days> <lastDateUpdated>2024-11-24T08:56:49.8404464-08:00</lastDateUpdated> <leaveDaysId>1</leaveDaysId> <leaveTypeId>1</leaveTypeId> <leaveTypeName>sample string 3</leaveTypeName> <tenantId>1</tenantId> </HR_LeaveDaysVM>
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.