Change a Project Budget Status

put

/primeapi/restapi/projectBudget/project/{id}/changeBudgetStatus

Send a request to this endpoint to update the status of a project budget that meet the following requirements:
  • The object has a project with an ID value that matches the value of the {projectId} path parameter.
An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.

Request

Supported Media Types
Path Parameters
Body ()
Status Transition Object with new Status and userIds to be notified.
Root Schema : ApiEntityStatusTransition
Type: object
Show Source
Nested Schema : userNames
Type: array
The users associated with the project budget.
Show Source

Response

Supported Media Types

204 Response

Successful operation with no content.

400 Response

Invalid input for the Budget Change service. Verify the request contains valid data, then resubmit the request.

404 Response

The requested project budget does not exist, or you do not have access to it.