Marketplace Project Estimated Cost Policies
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| Core CRUD | ||
| GET | /api/marketplace-project-estimated-cost-policies/ |
List Marketplace Project Estimated Cost Policies |
| GET | /api/marketplace-project-estimated-cost-policies/{uuid}/ |
Retrieve |
| POST | /api/marketplace-project-estimated-cost-policies/ |
Create |
| PUT | /api/marketplace-project-estimated-cost-policies/{uuid}/ |
Update |
| PATCH | /api/marketplace-project-estimated-cost-policies/{uuid}/ |
Partial Update |
| DELETE | /api/marketplace-project-estimated-cost-policies/{uuid}/ |
Delete |
| Other Actions | ||
| GET | /api/marketplace-project-estimated-cost-policies/actions/ |
Actions |
Core CRUD
List Marketplace Project Estimated Cost Policies
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_project_estimated_cost_policies_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
customer |
string | |
customer_uuid |
string (uuid) | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
project |
string | |
project_uuid |
string (uuid) | |
scope |
string | |
scope_uuid |
string (uuid) |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
scope |
string (uri) | |
scope_name |
string | |
scope_uuid |
string (uuid) | |
actions |
string | |
created |
string (date-time) | |
created_by_full_name |
string | |
created_by_username |
string | |
has_fired |
boolean | |
fired_datetime |
string (date-time) | |
options |
any | Fields for saving actions extra data. Keys are name of actions. |
limit_cost |
integer | |
period |
any | |
period_name |
string | |
project_credit |
number (double) | |
customer_credit |
number (double) | |
billing_price_estimate |
any |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
scope |
string (uri) | |
scope_name |
string | |
scope_uuid |
string (uuid) | |
actions |
string | |
created |
string (date-time) | |
created_by_full_name |
string | |
created_by_username |
string | |
has_fired |
boolean | |
fired_datetime |
string (date-time) | |
options |
any | Fields for saving actions extra data. Keys are name of actions. |
limit_cost |
integer | |
period |
any | |
period_name |
string | |
project_credit |
number (double) | |
customer_credit |
number (double) | |
billing_price_estimate |
any |
Create
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
- Model Source:
ProjectEstimatedCostPolicyRequest - API Source:
marketplace_project_estimated_cost_policies_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
| Field | Type | Required | Description |
|---|---|---|---|
scope |
string (uri) | ✓ | |
actions |
string | ✓ | |
options |
any | Fields for saving actions extra data. Keys are name of actions. | |
limit_cost |
integer | ✓ | |
period |
any |
201 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
scope |
string (uri) | |
scope_name |
string | |
scope_uuid |
string (uuid) | |
actions |
string | |
created |
string (date-time) | |
created_by_full_name |
string | |
created_by_username |
string | |
has_fired |
boolean | |
fired_datetime |
string (date-time) | |
options |
any | Fields for saving actions extra data. Keys are name of actions. |
limit_cost |
integer | |
period |
any | |
period_name |
string | |
project_credit |
number (double) | |
customer_credit |
number (double) | |
billing_price_estimate |
any |
Update
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
- Model Source:
ProjectEstimatedCostPolicyRequest - API Source:
marketplace_project_estimated_cost_policies_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
scope |
string (uri) | ✓ | |
actions |
string | ✓ | |
options |
any | Fields for saving actions extra data. Keys are name of actions. | |
limit_cost |
integer | ✓ | |
period |
any |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
scope |
string (uri) | |
scope_name |
string | |
scope_uuid |
string (uuid) | |
actions |
string | |
created |
string (date-time) | |
created_by_full_name |
string | |
created_by_username |
string | |
has_fired |
boolean | |
fired_datetime |
string (date-time) | |
options |
any | Fields for saving actions extra data. Keys are name of actions. |
limit_cost |
integer | |
period |
any | |
period_name |
string | |
project_credit |
number (double) | |
customer_credit |
number (double) | |
billing_price_estimate |
any |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedProjectEstimatedCostPolicyRequest - API Source:
marketplace_project_estimated_cost_policies_partial_update
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
scope |
string (uri) | ||
actions |
string | ||
options |
any | Fields for saving actions extra data. Keys are name of actions. | |
limit_cost |
integer | ||
period |
any |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
scope |
string (uri) | |
scope_name |
string | |
scope_uuid |
string (uuid) | |
actions |
string | |
created |
string (date-time) | |
created_by_full_name |
string | |
created_by_username |
string | |
has_fired |
boolean | |
fired_datetime |
string (date-time) | |
options |
any | Fields for saving actions extra data. Keys are name of actions. |
limit_cost |
integer | |
period |
any | |
period_name |
string | |
project_credit |
number (double) | |
customer_credit |
number (double) | |
billing_price_estimate |
any |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
204 - No response body
Other Actions
Actions
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 | |
1 2 3 4 5 6 7 8 9 10 | |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
scope |
string (uri) | |
scope_name |
string | |
scope_uuid |
string (uuid) | |
actions |
string | |
created |
string (date-time) | |
created_by_full_name |
string | |
created_by_username |
string | |
has_fired |
boolean | |
fired_datetime |
string (date-time) | |
options |
any | Fields for saving actions extra data. Keys are name of actions. |
limit_cost |
integer | |
period |
any | |
period_name |
string | |
project_credit |
number (double) | |
customer_credit |
number (double) | |
billing_price_estimate |
any |