v37

latestSwagger 2.0raw.githubusercontent.com2022-06-16119123294.9 KB

Moves a subscription's charges to a new invoice section. The new invoice section must belong to the same billing profile as the existing invoice section. This operation is supported only for products that are purchased with a recurring charge and for billing accounts with agreement type Microsoft Customer Agreement.

post/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingSubscriptions/{billingSubscriptionName}/transfer

Path parameters

billingAccountNamestring required

The ID that uniquely identifies a billing account.

billingProfileNamestring required

The ID that uniquely identifies a billing profile.

invoiceSectionNamestring required

The ID that uniquely identifies an invoice section.

billingSubscriptionNamestring required

The ID that uniquely identifies a subscription.

Request body

destinationInvoiceSectionIdstring

The destination invoice section id.

destinationBillingProfileIdstring

The destination billing profile id.

Response

OK. The request has succeeded.