Assign Accounts To Pricing Group

Assign multiple accounts to a pricing group. The pricing group's current rate structure will be copied to all assigned accounts. If accounts are already assigned to a different pricing group, they will be reassigned and receive the new rates.

Authentication

AuthorizationBearer

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

Path parameters

pricing_group_idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
account_idslist of stringsRequired
List of account IDs to assign to this pricing group
effective_atstringOptionalformat: "date-time"
When the pricing group rates become effective for these accounts. Defaults to now if not provided.
submitted_bystring or nullOptional<=128 characters

Response

Successful Response

Errors