Change a Project Budget Transfer Status

put

/api/restapi/budgetTransfer/{id}/changeBudgetTransferStatus

Send a request to this endpoint to modify the status of a project 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 Project Budget Transfer service. Verify the request contains valid data, then resubmit the request.

404 Response

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