How can I create Custom Investments via API call when auto-numbering is enabled for investment id?
Release : 15.8
Component : CA PPM SAAS INSTALLATION AND UPGRADE
When auto-numbering is enabled for investment id for custom investment you should just not include it in the POST call, for example you Body would look like this
{
"name": "test"
}
URL: http://your_server:1581/ppm/rest/v1/custKsCustInvs/
Request: POST