POST api/v1/hR_LeaveDays

Request Information

URI Parameters

None.

Body Parameters

HR_LeaveDaysVM
NameDescriptionTypeAdditional 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-09-19T10:59:19.5874203-07: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-09-19T10:59:19.5874203-07: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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.