Change a Budget Transfer Status

put

/primeapi/restapi/budgetTransfer/{id}/changeBudgetTransferStatus

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

Request

Supported Media Types
Path Parameters
Body ()
A new status for the budget transfer.
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 Transfer service. Verify the request contains valid data, then resubmit the request.

404 Response

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