Link add-ons to a subscriptionAsk AIpost https://api.helcim.com/v2/subscriptions/{subscriptionId}/add-onsLink one or more add-ons to a subscription by subscription idPath ParamssubscriptionIdintegerrequiredThe subscription idBody ParamsInformation required to link one or more add-ons to the specified subscription. Provided add-ons must be linked to the subscription's payment plan.addOnsarray of objectsThe add-ons linked to the payment plan to apply to the subscriptionaddOnsADD objectHeadersapi-tokenstringrequiredYour API access token for authentication and access to the Helcim APIResponses 201Successful linking of add-ons to the subscription. The response body contains the data representation of all newly linked add-ons. 400You are initiating a request with invalid parameter and/or body values. 401You are not authorized to access this resource. Please ensure that you are authenticated, and that you are using the api-token header 403You do not have permission to access this resource. Please ensure you are both authenticated and that you have the required roles/permissions active. 500Helcim internal server error encountered.Updated about 1 year ago