Deploy Eligibility Rule
post
/rest/v19/eligibilityRule/{id}/actions/deploy
This operation deploys an existing Eligibility Rule.
Request
Path Parameters
-
id(required): integer
The primary key of the Eligibility Rule to deploy
Response
Default Response
No content. This task does not return elements in the response body.
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