Release Pause task REST API to release pause in a order for specific Task Id
Summary:
We want to Release Pause task using Rest API as Soap API service for this operation is deprecating in 25D. As per the REST documentation this can be done using Sales Order Action Requests REST API as mentioned in the link
Release Pause Task on Large Volume of Sales Order Lines Across Orders
Like in SOAP service we have flexibility to use many parameters.
WSDL:- https://XXXX-****.fa.ZZZ.oraclecloud.com:443/soa-infra/services/default/DooDecompReceiveOrderExternalComposite/ReceiveOrderRequestService?WSDL- where XXXX-**** = Pod and ZZZ = data center
Operation:- ReleasedPausedTasks
But is there any other Rest API or any other process where we can release pause for the specific Pause Id for the particular order as input and not on some Fulfill Line Ids ?