v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Budgets
Steps

Update Step

This request updates a Budget Step (sometimes called a PO Workflow Step).

Parameter: name, Type: String, Required?: Optional, Description: The title of this budget. Parameter: assignmentType, Type: Enum, Required?: Optional, Description: What type ('user' or 'team') should we interpret the assignment value as? This is required when the assignment property is present. Parameter: assignment, Type: Int or Array of Ints, Required?: Optional, Description: When POs belonging to this step's budget enter this step, who will they be assigned to? If awaitingAssignmentType is 'team' then this cannot be an array, and may only be one number. This is required when the assignmentType property is present. Parameter: emailSend, Type: Boolean, Required?: Optional, Description: When POs of this step's budget enter this step, should we send email notification(s)? Parameter: allowPOEdit, Type: Boolean, Required?: Optional, Description: When POs belonging to this step's budget are in this step, can the PO be edited? Parameter: allowPR, Type: Boolean, Required?: Optional, Description: When POs belonging to this step's budget are in this step, can items be received? Parameter: order, Type: Int, Required?: Optional, Description: For the order of steps in this step's budget, which position should this step be in?

patch/v2/budgets/{budgetID}/steps/{stepID}

Request body

namestring
assignmentTypestring
assignmentinteger
emailSendboolean
allowPOEditboolean
allowPRboolean
orderinteger

Response

The operation completed successfully. The response body is empty.