IWsCommonGetBillingReport Method
|
The method search for billed resources in the specified period.
Is it possible to avoid passing the pagination object, in which case the method will returns the whole set of rows.
Namespace:
Aruba.Cloud.WsCommon
Assembly:
Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
WsResult<BillingReportData> GetBillingReport(
GetBillingReportRequest req
)
<OperationContractAttribute>
Function GetBillingReport (
req As GetBillingReportRequest
) As WsResult(Of BillingReportData)
[OperationContractAttribute]
WsResult<BillingReportData^>^ GetBillingReport(
GetBillingReportRequest^ req
)
[<OperationContractAttribute>]
abstract GetBillingReport :
req : GetBillingReportRequest -> WsResult<BillingReportData>
function GetBillingReport(
req : GetBillingReportRequest
) : WsResult<BillingReportData>
Parameters
- req
- Type: GetBillingReportRequest
An object of type GetBillingReportRequest, having filters (dateStart and dateEnd),
pagination (skip, take) and sorting (field, descending) properties.
If the pagination is not set, the method will returns all the rows.
Return Value
Type:
WsResultBillingReportData
The method returns an object of type BillingReportData, containing the list of billed
resources found on the specified period
See Also