BillingStatement¶
A BillingStatement resource represents a billing statement.
Resource definition¶
{
"Items": [
{
"GroupId": 123456,
"Id": 098765,
"TotalSalesPrice": {
"Value": 1000.00,
"CurrencyCode": "EUR"
},
"InvoiceProfile": {
"Id": 1,
"Name": "My invoice profile Name"
},
"Organization": {
"Id": 1,
"Name": "My organization Name"
},
"StartDate": "2009-12-22T19:21:04+00:00",
"EndDate": "2018-12-22T19:21:04+00:00",
"ProvisionType": 1,
"OrderId": "1234567890"
}
],
"TotalHits": 10
}
Name | Type | Description |
---|---|---|
GroupId | int | |
Id | int | |
ProvisionType | Enum | None = 0, Seat = 1, Usage = 2, OneTime = 3, Crayon = 4, AzureMarketplace = 5 |
Organization | ObjectReference | The organization/reseller this BillingStatement is connected to. |
InvoiceProfile | ObjectReference | Invoice Profile used for billing. |
TotalSalesPrice | Price | |
StartDate | DateTimeOffset | |
EndDate | DateTimeOffset | |
OrderId | int | |
TotalHits | int | Total page iteration count |