Plan Associations
Edit schedules of an account.
This API let’s you to detach/attach one or more price plans from/to an existing account
POST
/
accounts
/
{account_id}
/
edit_schedules
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
account_id
string
requiredaccount_id corresponding to an account
Maximum length:
50
Query Parameters
dry_run
boolean
Body
application/json
Request to dis/associate one or more schedules to an account
edits
object[]
requiredResponse
200 - application/json
accountId
string
requiredIdentifier of the account
Maximum length:
50
accountName
string
requiredName of the Account
pricingSchedules
object[]
required