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
- application/json
Path Parameters
-
id: integer(int64)
The system-generated identifier of a budget transfer.
A new status for the budget transfer.
Root Schema : ApiEntityStatusTransition
Type:
Show Source
object
-
budgetStatus(optional):
string
Allowed Values:
[ "DRAFT", "PENDING", "REJECTED", "APPROVED" ]
The current status of a budget. -
comment(optional):
string
Comments included by the user who modified the budget.
-
userNames(optional):
array userNames
The users associated with the project budget.
Response
Supported Media Types
- application/json
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.