PUT api/JobPayRate/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
JobPayRateParam| Name | Description | Type | Additional information |
|---|---|---|---|
| JobContractId | integer |
Required |
|
| PayRate | decimal number |
Required |
|
| Description | string |
None. |
|
| IsDefault | boolean |
None. |
|
| PayrollDepartmentId | integer |
None. |
|
| StartDate | string |
Required |
|
| EndDate | string |
None. |
|
| PayType | integer |
Required |
|
| PayTypeName | string |
None. |
|
| UserId | integer |
None. |
|
| PayRateOvertime | decimal number |
Required |
|
| PayRateHoliday | decimal number |
Required |
|
| RegularHours | decimal number |
None. |
|
| SalaryBase | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"JobContractId": 1,
"PayRate": 2.0,
"Description": "sample string 3",
"IsDefault": true,
"PayrollDepartmentId": 5,
"StartDate": "sample string 6",
"EndDate": "sample string 7",
"PayType": 8,
"PayTypeName": "sample string 9",
"UserId": 10,
"PayRateOvertime": 11.0,
"PayRateHoliday": 12.0,
"RegularHours": 13.0,
"SalaryBase": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.