Deploy Eligibility Rule

post

/rest/v19/eligibilityRule/{id}/actions/deploy

This operation deploys an existing Eligibility Rule.

Request

Path Parameters
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 an Eligibility Rules by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl - X POST -H "Authorization: Bearer <token>" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v19/eligibilityRule/36624477/actions/deploy
Back to Top