Replace Product Status API Operation toEdit

(ohi) replaces the product status update operation toEdit on the /products API with the Edit operation.

Current API/IP (toEdit) operation only allows to change the product status to Edit which are in Queued status.

Create a new IP i.e. edit operation to support changing the status back to edit for products with status as Queued, Review, Test and Approved

This deprecation note is specific for Oracle Health Insurance Product Definition.
Date of deprecation: 2023-01-05

What is Deprecated?

The current toEdit operation on the /products API only allows to change the product status to Edit for products which are in Queued status.

Oracle Health Insurance now deprecates the toEdit operation.

How is it replaced?

Oracle Health Insurance replaces the toEdit operation with the Edit operation which supports changing the status to Edit for products which are in status Queued, Review, Test or Approved.

Actions for the Customer to Take

Replace any interfaces using the toEdit operation on the products API with the Edit operation.

Instead of products/{id}/toEdit
use /products/{id}/edit.