Change a Program Budget Transfer Status

put

/api/restapi/programBudgetTransfer/{programBudgetTransferId}/changeProgramBudgetTransferStatus

Send a request to this end point to modify the status of a program budget transfer.

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 Program Budget Transfer service. Verify the request contains valid data, then resubmit the request.

404 Response

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