Post /relocation/onboarding/rule

Post /relocation/onboarding/rule

Create service instance

Request
URI
POST
https://{api_host}/relocation/onboarding/rule
COPY
Request Body
{
    "disabled": false,
    "filters": [
        {
            "field": "string",
            "values": [
                "string"
            ]
        }
    ],
    "name": "string",
    "planLink": "string",
    "tenantLink": "string"
}
boolean
disabled
Optional

Rule disabled or not. False by default

filters
Optional

Filters associated with this rule

string
name
Optional

Rule name.

string
planLink
Optional

Link to the parent onboarding plan.

string
tenantLink
Optional

Link to a tenant

Authentication
This operation uses the following authentication methods.
Responses
200

Success

{
    "disabled": false,
    "filters": [
        {
            "field": "string",
            "values": [
                "string"
            ]
        }
    ],
    "name": "string",
    "planLink": "string",
    "tenantLink": "string"
}
boolean
disabled
Optional

Rule disabled or not. False by default

filters
Optional

Filters associated with this rule

string
name
Optional

Rule name.

string
planLink
Optional

Link to the parent onboarding plan.

string
tenantLink
Optional

Link to a tenant