CostPlan REST API error
search cancel

CostPlan REST API error

book

Article ID: 248224

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

In trying to perform a GET request against the CostPlan, a 400 error is received and the following errors are noted: "revmgr.invalidvaluesinrequest" and "Invalid value(s) in request for planType."

Environment

Release : ANY

Cause

CostPlan requires the investmentId and PlanType to be included in the REST request for CostPlan.

 

Please be aware that these values are case sensitive.

Resolution

This is an example of what the format would look like:

http://HOSTNAME/ppm/rest/v1/costPlans?filter=(investmentId%20%3D%205003000)%20and%20(planType%20%3D%20'FORECAST')