Change Project Budget Change Status

put

/api/restapi/budgetChange/{id}/changeBudgetChangeStatus

Send a request to this endpoint to modify the status of a project budget change.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityStatusTransition
Type: object
Title: ApiEntityStatusTransition
Show Source
Nested Schema : userNames
Type: array
The users associated with the project budget.
Show Source
Back to Top

Response

204 Response

Successful operation with no content.

400 Response

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

404 Response

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