GET /api/billing/service-group/{serviceGroupId}/billed-costs

Operation:
GET /api/billing/service-group/{serviceGroupId}/billed-costs
Description:
Represents billed value of cost items associated with the specified service group. Cost items are shown only for the month for which bill is generated. It supports the following cost items - Support Cost and Service Credit.

If query params are not specified, it will default to 'month={last billed month} and year={last billed year}'.

Input parameters:

serviceGroupId - contains the service group id.
month - contains the billing month of billed cost.
year - contains the billing year of billed cost.
Since:
5.7
Input parameters
Consume media type(s):
None
Input type:
None
Output parameters
the BilledCostsType

Produce media type(s):
application/json;class=com.vmware.vchs.billing.billedCosts;version=5.7
application/xml;class=com.vmware.vchs.billing.billedCosts;version=5.7
Output type:
BilledCostsType
Examples