LicenseBasedReportRequest¶
A LicenseBasedReportRequest sends a payload to Azure Service Bus for generating an NCE custom report file.
Resource definition¶
{
"CustomerAccountId": 4014363,
"TimeRange": {
"From": "2015-01-01",
"To": "2024-05-22"
},
"CloudAccountId": null,
"InvoiceProfileId": null,
"IncludeOnlyActiveSubscriptions": false
}
Name |
Type |
Description |
|---|---|---|
CustomerAccountId |
int |
Customer Account identifier |
TimeRange |
TimeRangeReference |
Time range object indicating from-to period. Required when IncludeOnlyActiveSubscriptions is false or null. |
CloudAccountId |
int |
Cloud Account identifier |
InvoiceProfileId |
int |
Invoice Profile identifier |
IncludeOnlyActiveSubscriptions |
bool |
When true, returns only active subscriptions and TimeRange must be null. |