POST
/
v2
/
accounts
/
{account_id}
/
finalize_schedules

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

account_id corresponding to an account

Maximum length: 50

Body

application/json

Request to finalize account schedules

mergeSchedules
boolean

If this flag is true, the schedules will be merged with the existing schedules of the account if possible. If this flag is false, the existing schedules will be replaced with the new schedules. Default value is false

preActions
object[]

Pre actions to be performed before association or disassociation

Response

200 - application/json
data
object[]
required
nextToken
string
previousToken
string