POST api/v1/hR_ContractHour
Request Information
URI Parameters
None.
Body Parameters
HR_ContractHourVM| Name | Description | Type | Additional 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": "2025-10-27T09:18:52.7484416-07: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>2025-10-27T09:18:52.7484416-07: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.