Create a pricing plan subscription group
Requires the PRICING_PLAN_SUBSCRIPTION_GROUP.CREATE permission.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
version
version
Headers
x-platform-id
Platform ID.
Request
This endpoint expects an object.
reference
Unique reference for this subscription group
name
Optional name for this subscription group
description
Optional description for this subscription group
owner_customer_id
When provided, this subscription group can only be used for the customer that is linked to this ID and children of that customer
owner_customer
Response
Created
reference
Unique reference for this subscription group
object_type
id
name
Optional name for this subscription group
description
Optional description for this subscription group
owner_customer_id
When provided, this subscription group can only be used for the customer that is linked to this ID and children of that customer
owner_customer
pricing_plan_subscription_ids
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
500
Internal Server Error