Clones an existing pay condition rule set. The cloned rule set will have the same rules and settings as the original, but will not be associated with any award package. If no name is provided, the name will be '{original name} - Copy'.
POST http:///api/v2/business/{businessId}/payconditionruleset/clone
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| businessId | string | Required |
The request body takes a complete ClonePayConditionRuleSetRequest resource, containing the following writable properties:
{
"id": "int32",
"name": "string"
}
| Name | Type | Description |
|---|---|---|
| id | int32 | Int32 |
| name | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 201 | Created Created |
MyPayConditionRuleSetApiModel |
| 404 | Not Found Not Found |
ProblemDetails |
Powered by DapperDox