Employee Budgets

Endpoints for Employee Budgets addon

Employee Budgets addon

List budget period types

post
Authorizations
sw-context-tokenstringRequired
Responses
chevron-right
200Success

No content

post
/budget-period-types
200Success

No content

List employee budgets

get
Responses
chevron-right
200Success

No content

get
/b2b/employee-budget
200Success

No content

List employees

get
Authorizations
sw-context-tokenstringRequired
Responses
chevron-right
200Success

No content

get
/budget-approval-employees
200Success

No content

Save a Budget

post

This route is used to create a new Budget

Body
anyOptional
Responses
chevron-right
200

Returns a success response indicating a successful update

application/json
anyOptional
post
/budget
200

Returns a success response indicating a successful update

No content

Fetch a Budget

get
Path parameters
BudgetIdstringRequired

ID of a Budget

Responses
chevron-right
200Success

No content

get
/budget/{id}
200Success

No content

Update a Budget

put
Path parameters
BudgetIdstringRequired

ID of Budget

Body
anyOptional
Responses
chevron-right
200

Returns a success response indicating a successful update

application/json
anyOptional
put
/budget/{id}
200

Returns a success response indicating a successful update

No content

Delete a Budget

delete
Path parameters
BudgetIdstringRequired

ID of Budget

Responses
chevron-right
200

Returns a success response indicating a successful update

application/json
anyOptional
delete
/budget/{id}
200

Returns a success response indicating a successful update

No content

Update a Budget

patch
Path parameters
BudgetIdstringRequired

ID of Budget

Body
anyOptional
Responses
chevron-right
200

Returns a success response indicating a successful update

application/json
anyOptional
patch
/budget/{id}
200

Returns a success response indicating a successful update

No content

List Budgets

post
Authorizations
sw-context-tokenstringRequired
Body
anyOptional
Responses
chevron-right
200Success

No content

post
/budget/list
200Success

No content

List Budget Orders

get

Get all orders that use the specified budget

Authorizations
sw-context-tokenstringRequired
Path parameters
budgetIdstringRequired

ID of the Budget

Responses
chevron-right
200

Returns a list of orders that use the specified budget

application/json
totalintegerRequired

Total number of orders

get
/budget/{budgetId}/orders
200

Returns a list of orders that use the specified budget

List Budget Orders with Criteria

post

Get all orders that use the specified budget with search criteria

Authorizations
sw-context-tokenstringRequired
Path parameters
budgetIdstringRequired

ID of the Budget

Body
anyOptional
Responses
chevron-right
200

Returns a list of orders that use the specified budget

application/json
totalintegerRequired

Total number of orders

post
/budget/{budgetId}/orders
200

Returns a list of orders that use the specified budget

Last updated

Was this helpful?