azure.com

Billing client provides access to billing resources for Azure subscriptions.

🔑 oauth2 100 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Lists the transfers received by caller.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Billing/transfers
Lists all of the available billing REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Billing/operations
Lists all billing accounts for a user which he has access to.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Billing/billingAccounts
Endpoints (100 total)
GET
/providers/Microsoft.Billing/transfers
Lists the transfers received by caller.
GET
/providers/Microsoft.Billing/operations
Lists all of the available billing REST API operations.
GET
/providers/Microsoft.Billing/billingAccounts
Lists all billing accounts for a user which he has access to.
GET
/providers/Microsoft.Billing/transfers/{transferName}
Gets the transfer with given transfer Id.
GET
/providers/Microsoft.Billing/billingAccounts/{billingAccountName}
Get the billing account by id.
GET
/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices
List of invoices for a billing account.
GET
/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/products
Lists products by billing account name.
GET
/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers
Lists customers which the current user can work with on-behalf of a partner.
GET
/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/agreements
Lists all agreements for a billing account.
GET
/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/departments
Lists all departments for a user which he has access to.
GET
/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/transactions
Lists the transactions by billing account name for given start and end date.
GET
/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/paymentMethods
Lists the Payment Methods by billing account Id.
At a glance
Total SDKs9
Languages8
Endpoints100
Authoauth2
Categories1