Deploy Multiple Eligibility Rules

post

/rest/v16/eligibilityRule/actions/deploy

This operation deploys multiple Eligibility Rules.

Request

Body ()
Root Schema : eligibilityRule-deployRequest
Type: object
Show Source
Nested Schema : selections
Type: array
Show Source
Back to Top

Response

Default Response

No content. This task does not return elements in the response body.
Back to Top

Examples

The following example shows how to deploy multiple Eligibility Rules by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl - X POST - i - H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v16/eligibilityRule/actions/deploy

Request Body Sample

{
  "selections": ["36624477", "36624664"]
}
Back to Top