My Oracle Support Banner

Unable To Delete Cashflow Via Unifier REST API (Doc ID 2905217.1)

Last updated on NOVEMBER 02, 2022

Applies to:

Primavera Unifier Cloud Service - Version 21.12.7.0 and later
Information in this document applies to any platform.

Symptoms

Unable to delete a cashflow via REST API/ integration.

Following are the details:

Cashflow Details in Unifier:
project_number : 1000001
cashflow_name : EXAMPLE_CASHFLOW

POSTMAN to send the request:
URL : https://ABC.unifier.oraclecloud.com/XXXX/ws/rest/service/v1/cashflow/1000001
Method : DELETE
Request Payload :
{
  "data": {
  "names": ["EXAMPLE_CASHFLOW"]
  }
}

Response received from API:
{
  "data": [],
  "message": [
  "Empty or Invalid JSON data."
  ],
  "status": 1101
}

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.