Marketplace Offering Groups
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/marketplace-offering-groups/ |
List Marketplace Offering Groups |
| GET | /api/marketplace-offering-groups/{uuid}/ |
Retrieve |
| POST | /api/marketplace-offering-groups/ |
Create |
| PUT | /api/marketplace-offering-groups/{uuid}/ |
Update |
| PATCH | /api/marketplace-offering-groups/{uuid}/ |
Partial Update |
| DELETE | /api/marketplace-offering-groups/{uuid}/ |
Delete |
List Marketplace Offering Groups
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 | |
- Model Source:
OfferingGroupFieldEnum - API Source:
marketplace_offering_groups_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
customer_uuid |
string (uuid) | Customer UUID |
field |
array | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
title |
string |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
created |
string (date-time) |
title |
string |
description |
string |
icon |
string (uri) |
customer |
string (uri) |
customer_uuid |
string (uuid) |
customer_name |
string |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
- Model Source:
OfferingGroupFieldEnum - API Source:
marketplace_offering_groups_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Name | Type |
|---|---|
field |
array |
200 -
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
created |
string (date-time) |
title |
string |
description |
string |
icon |
string (uri) |
customer |
string (uri) |
customer_uuid |
string (uuid) |
customer_name |
string |
Create
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
- Model Source:
OfferingGroupRequest - API Source:
marketplace_offering_groups_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
| Field | Type | Required |
|---|---|---|
title |
string | ✓ |
description |
string | |
icon |
string (binary) | |
customer |
string (uri) | ✓ |
201 -
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
created |
string (date-time) |
title |
string |
description |
string |
icon |
string (uri) |
customer |
string (uri) |
customer_uuid |
string (uuid) |
customer_name |
string |
Update
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
- Model Source:
OfferingGroupRequest - API Source:
marketplace_offering_groups_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required |
|---|---|---|
title |
string | ✓ |
description |
string | |
icon |
string (binary) | |
customer |
string (uri) | ✓ |
200 -
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
created |
string (date-time) |
title |
string |
description |
string |
icon |
string (uri) |
customer |
string (uri) |
customer_uuid |
string (uuid) |
customer_name |
string |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedOfferingGroupRequest - API Source:
marketplace_offering_groups_partial_update
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required |
|---|---|---|
title |
string | |
description |
string | |
icon |
string (binary) |
200 -
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
created |
string (date-time) |
title |
string |
description |
string |
icon |
string (uri) |
customer |
string (uri) |
customer_uuid |
string (uuid) |
customer_name |
string |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
marketplace_offering_groups_destroy
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
204 - No response body