Updates the pay condition rule set with the specified ID. Cannot modify locked award-based rule sets.
PUT http:///api/v2/business/{businessId}/payconditionruleset/{id}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| id | int32 | Required | |
| businessId | string | Required |
The request body takes a complete CreateUpdatePayConditionRuleSetRequest resource, containing the following writable properties:
{
"dayOfMonthEnding": "int32",
"dayOfWeekEnding": "string",
"description": "string",
"name": "string",
"periodEnding": "date-time",
"periodType": "string",
"shiftConsolidationMinutes": "int32",
"shiftConsolidationOption": "string"
}
| Name | Type | Description |
|---|---|---|
| dayOfMonthEnding | int32 |
Nullable |
| dayOfWeekEnding | string |
Nullable Possible values are:
|
| description | string | String |
| name | string | String |
| periodEnding | date-time |
Nullable |
| periodType | string |
RuleSetPeriodType
Possible values are:
|
| shiftConsolidationMinutes | int32 |
Nullable |
| shiftConsolidationOption | string |
ShiftConsolidationOption
Possible values are:
|
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
NzPayConditionRuleSetApiModel |
| 400 | Bad Request Bad Request |
ProblemDetails |
| 404 | Not Found Not Found |
ProblemDetails |
Powered by DapperDox