Get Super Tenant Billing Reports

Get Super Tenant Billing Reports
Request
URI
POST
https://{api_host}/dt-rest/v100/reporting/manager/getSuperTenantBillingReports
COPY
Request Body
DtBillingReportFilterImpl of type(s) application/json
Optional
{
    "id": "string",
    "organizationIds": [
        0
    ],
    "customerIds": [
        "string"
    ],
    "location": "string",
    "DtLink": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
Responses
200

successful operation

[
    "DtSuperTenantBillingReport Object"
]

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/dt-rest/v100/reporting/manager/getSuperTenantBillingReports