Replaces the old component subscription with a new one <remarks> Replacing a subscription means that the old subscription is ended and a the new one starts on the date specified </remarks>Ask AIpost https://sandbox.billwerk.com/api/v1/componentsubscriptions/{componentSubscriptionId}/replacePath ParamscomponentSubscriptionIdstringrequiredSubscription Id which is going to be replacedBody ParamsThe object containing a set of fields describing a replacementComponentIdstring | nullID of the componentQuantitydouble | nullOptional - Quantity of the subscribed componentStartDatedate-time | nullOptional - Date where the component subscription will start. Leave empty to start immediatelyBilledUntildate-time | nullOptional - Date until when the component subscription has been billed. Leave empty to force immediate billingProductOverrideobjectProductOverride objectEndDatedate-time | nullOptional - Date where the component subscription will endMemostring | nullMemo attached to the component subscriptionCustomFieldsobject | nullComponent subscription custom fieldsCustomFields object | nullResponses 200OK 401Unauthorized 404Not Found 422Unprocessable EntityUpdated 3 months ago