Change a Program Budget Status

put

/api/restapi/programBudget/program/{programId}/changeBudgetStatus

Send a request to this endpoint to update the status of a program budget that meet the following requirements:
  • The object is associated with a program with an ID value that matches the value of the {programId} 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

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
Examples

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 program budget does not exist, or you do not have access to it.
Back to Top