Skip to content

Creates a new suite with its initial ordered member list.

POST
/api/v1/provision/admin/suites
curl --request POST \
--url https://example.com/api/v1/provision/admin/suites \
--header 'Content-Type: application/json' \
--data '{ "code": "example", "name": "example", "description": "example", "memberProductIds": [ "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" ] }'

Suite creation payload.

Admin request to create a suite with its initial ordered member list.

object
code
string
name
string
description
string
memberProductIds
Array<string>
Examplegenerated
{
"code": "example",
"name": "example",
"description": "example",
"memberProductIds": [
"2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
]
}

OK

A suite: an ordered set of member products sold together, and the owner of the usage plan sets (tiers) that configure them.

object
id
string format: uuid
code
string
name
string
description
string
members
Array<object>

One member product of a suite, in sell order.

object
productId
string format: uuid
productCode
string
productName
string
sortOrder
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
isImplicit

True for the suite auto-created behind a product the first time it is priced, rather than one an operator built. Listing excludes these by default; pass includeImplicit to see them. Becomes false permanently once a second product joins.

boolean

Bad Request

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

Unauthorized

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string