How To Create A Contract Line Item Using REST API (JSON Format) Via CURL Client
(Doc ID 2498124.1)
Last updated on APRIL 03, 2023
Applies to:
Oracle Primavera Cloud Service - Version 19.1 and laterInformation in this document applies to any platform.
Symptoms
When attempting to add a contract line item via the Rest API, the following error occurs.
ERROR
Method Not Allowed
STEPS
The issue can be reproduced at will with the following steps:
- Start a curl command using the following - curl -u My user name:My password -H "Version:3" -X POST https://Host:Port/primeapi/restapi/contractLineItem/{"lineItemId":"xxxx","itemCode":"xxx","name":"Name","lineItemType":"LUMP_SUM","quantity":"1","UnitPrice":"85540"}
- Notice error.
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 |