{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector BillingPeriods API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "BillingPeriods", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Billingperiods", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Billing/billingPeriods", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID that uniquely identifies an Azure subscription." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request. The current version is 2018-03-01-preview." }, { "name": "$filter", "value": "", "type": "query", "description": "May be used to filter billing periods by billingPeriodEndDate. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'." }, { "name": "$skiptoken", "value": "", "type": "query", "description": "Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls." }, { "name": "$top", "value": "", "type": "query", "description": "May be used to limit the number of results to the most recent N billing periods." } ] }, "docs": "Lists the available billing periods for a subscription in reverse chronological order. This is only supported for Azure Web-Direct subscriptions. Other subscription types which were not purchased directly through the Azure web portal are not supported through this preview API." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Billingperiods Billingperiodname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Billing/billingPeriods/:billingPeriodName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID that uniquely identifies an Azure subscription." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request. The current version is 2018-03-01-preview." }, { "name": "billingPeriodName", "value": "", "type": "path", "description": "The name of a BillingPeriod resource." } ] }, "docs": "Gets a named billing period. This is only supported for Azure Web-Direct subscriptions. Other subscription types which were not purchased directly through the Azure web portal are not supported through this preview API." } ] } ], "bundled": true }