{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Invoices API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Invoices", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Billing/invoices", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription ID." }, { "name": "$expand", "value": "", "type": "query", "description": "May be used to expand the downloadUrl property within a list of invoices. This enables download links to be generated for multiple invoices at once. By default, downloadURLs are not included when listing invoices." }, { "name": "$filter", "value": "", "type": "query", "description": "May be used to filter invoices by invoicePeriodEndDate. 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 invoices." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request. The current version is 2017-02-27-preview." } ] }, "docs": "Lists the available invoices for a subscription in reverse chronological order beginning with the most recent invoice. In preview, invoices are available via this API only for invoice periods which end December 1, 2016 or later" }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Invoices Invoicename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Billing/invoices/:invoiceName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription ID." }, { "name": "invoiceName", "value": "", "type": "path", "description": "The name of an invoice resource." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request. The current version is 2017-02-27-preview." } ] }, "docs": "Gets a named invoice resource. When getting a single invoice, the downloadUrl property is expanded automatically." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Invoices Latest", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Billing/invoices/latest", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription ID." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request. The current version is 2017-02-27-preview." } ] }, "docs": "Gets the most recent invoice. When getting a single invoice, the downloadUrl property is expanded automatically." } ] } ], "bundled": true }