Skip to main content
POST
Add an add-on to a subscription.

Authorizations

Authorization
string
header
required

Enter your access token (OAuth / JWT).

Body

application/json

The subscription add-on to create, including AddOn, BillingRenewalTerm, Quantity, and Subscription references

Uid
string | null
Maximum string length: 10
_objectType
string | null
ActivityEventData
unknown
BillingRenewalTerm
enum<integer>

1 - Monthly, 2 - Yearly, 3 - Quarterly, 4 - One Time

Available options:
1,
2,
3,
4
Required range: 1 <= x <= 4
Subscription
Subscription · object | null

Circular reference to Subscription (not expanded here).

AddOn
object | null
Quantity
integer<int32> | null
StartDate
string<date-time>
EndDate
string<date-time> | null
ExpirationDate
string<date-time> | null
RenewalDate
string<date-time> | null
NewRequiredQuantity
integer<int32> | null
Rate
number<decimal> | null

Response

The response is of type file.