Parallel Works
Back to overview

Allocations

Endpoints related to budget allocations

19 endpoints

get
/api/allocations

List allocations

get
/api/organizations/{organization}/allocations

List all organization allocations

post
/api/organizations/{organization}/allocations

Create a budget allocation

delete
/api/organizations/{organization}/allocations/{name}

Delete a budget allocation

get
/api/organizations/{organization}/allocations/{name}/permissions

Get allocation permissions

patch
/api/organizations/{organization}/allocations/{name}/permissions

Update allocation permissions

get
/api/organizations/{organization}/allocations/{name}/usage

List usage events for an allocation

post
/api/organizations/{organization}/allocations/{name}/usage

Create an allocation usage event

delete
/api/organizations/{organization}/allocations/{name}/usage

Delete usage events for an allocation

delete
/api/organizations/{organization}/allocations/{name}/usage/all

Delete all usage events for an allocation

get
/api/organizations/{organization}/reports/allocations/{allocation}/usage/by-day

Get summarized usage events for an allocation

get
/api/organizations/{organization}/reports/allocations/{allocation}/usage/filter-options

Get filter options for usage events

get
/api/organizations/{organization}/units

List units

post
/api/organizations/{organization}/units

Create a unit

get
/api/organizations/{organization}/units/{unit}

Get unit details

post
/api/organizations/{organization}/units/{unit}/rules

Create a new unit pricing rule

get
/api/organizations/{organization}/units/{unit}/skus

List SKUs for a unit

post
/api/organizations/{organization}/units/{unit}/skus

Create a SKU for a unit

delete
/api/organizations/{organization}/units/{unit}/skus/{sku}

Archive a SKU from a unit