Create Rule (Writeback)

POST {{apiPath}}/environments/{{envID}}/propagation/plans/{{planID}}/rules

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create Rule (Writeback).

Request Body

{"plan"=>{"id"=>"{{planID}}"}, "environment"=>{"id"=>"{{envID}}"}, "sourceStore"=>{"id"=>"{{writebackStoreID}}"}, "targetStore"=>{"id"=>"{{sourceStoreID}}"}, "name"=>"Workday Writeback Rule", "description"=>"Workday writeback rule description", "parentRule"=>{"id"=>"{{parentRuleID}}"}}