How to Delete Code Type Assignments using Oracle Primavera Cloud REST API.
Hi,
I am trying to delete Code Type Assignments using Oracle Primavera Cloud REST API as given in the document https://docs.oracle.com/cd/E80480_01/English/integration/primavera_rest_api/op-codetype-codetypeid-assignments-delete.html.
Could any one send me code examples on how to send Delete request (Request Body).
I am getting following errors:
- Cannot deserialize instance of `java.util.ArrayList<com.oracle.pgbu.meta.codes.CodeTypeEntityType>` out of START_OBJECT token
at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 1]
- {
"errorCode": "000000002",
"localizedException": true,
"freeMemory": 0,
"message": "Request sent with invalid data. (PRM-000000002)",
"exceptionType": "ERROR"
}
Thanks
Raj