This API let’s you to detach or attach a price plan with an existing account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
account_id corresponding to an account
50"ACC00001"
Payload to associate or dissociate a price plan to an account with actions
Request to associate or disassociate a price plan to an account with actions
Date of effectiveness of the association. The date is expected in YYYY-MM-DD format
retainStartOffset option.Date until which the association must be effective. The date is expected in YYYY-MM-DD format
Mode of request to create dis/association
ASSOCIATE, DISASSOCIATE Id of the price plan if association request
If this flag is true, current pricing cycle of the account on the date of association will continue rather
than the configurations of the newly associated price plan. Pricing cycle overrides specified using
pricePlanDetailsOverride will take precedence over the pricing cycle configurations of
the new price plan that the account needs to migrate to. PricingCycleInterval of the existing plan and
the new plan must be same for this to work. We'll return a 400 BadRequest otherwise.
Examples:
400 BadRequest as no existing price plan configuration found on date of associationPre actions to be performed before association or disassociation