PUT api/v1/hR_ContractHour/{contractHourId}/contractHourId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contractHourId

integer

Required

Body Parameters

HR_ContractHourVM
NameDescriptionTypeAdditional information
contractHoursId

integer

None.

shiftScheduleId

integer

None.

hour

integer

None.

dateCreated

date

None.

tenantId

integer

None.

createdBy

integer

None.

shiftScheduleName

string

None.

employmentTypeId

integer

None.

numberOfWorkDays

integer

None.

employmentTypeName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "contractHoursId": 1,
  "shiftScheduleId": 1,
  "hour": 1,
  "dateCreated": "2024-11-24T08:41:40.6410923-08:00",
  "tenantId": 1,
  "createdBy": 2,
  "shiftScheduleName": "sample string 3",
  "employmentTypeId": 1,
  "numberOfWorkDays": 1,
  "employmentTypeName": "sample string 4"
}

application/xml, text/xml

Sample:
<HR_ContractHourVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <contractHoursId>1</contractHoursId>
  <createdBy>2</createdBy>
  <dateCreated>2024-11-24T08:41:40.6410923-08:00</dateCreated>
  <employmentTypeId>1</employmentTypeId>
  <employmentTypeName>sample string 4</employmentTypeName>
  <hour>1</hour>
  <numberOfWorkDays>1</numberOfWorkDays>
  <shiftScheduleId>1</shiftScheduleId>
  <shiftScheduleName>sample string 3</shiftScheduleName>
  <tenantId>1</tenantId>
</HR_ContractHourVM>

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.