v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Budgets
Steps

New Step

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

Parameter: name, Type: String, Required?: Required, Description: The title of this budget. Parameter: assignmentType, Type: Enum, Required?: Required, Description: What type ('user' or 'team') should we interpret the assignment value as? Parameter: assignment, Type: Int or Array of Ints, Required?: Required, 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. Parameter: emailSend, Type: Boolean, Required?: Required, 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?: Required, Description: When POs belonging to this step's budget are in this step, can items be received?

post/v2/budgets/{budgetID}/steps

Request body

namestring
assignmentTypestring
assignmentinteger
emailSendboolean
allowPRboolean
allowPOEditboolean

Response

New Step

stepIDinteger