Subaccount report
GET https://www.digicert.com/services/v2/account/subaccount/{{subaccount_id}}/report
Use this endpoint to get total cost details for a subaccount’s certificate orders.
Example requests and responses
Response parameters
Name | Type | Description |
---|---|---|
subaccount_price | object | Details about the total cost to the subaccount for the orders in this report. If the subaccount has not placed any orders, this object is not returned. |
.. cost | number | Amount billed to the subaccount for the orders in this report. |
.. currency | string | Currency code for the amount billed to the subaccount. Possible values: See Glossary - Subaccount display currencies. |
order_price | object | Details about the total cost to the parent account for the orders in this report. If the subaccount has not placed any orders, this object is not returned. |
.. cost | number | Amount billed to the parent account for the orders in this report. |
.. currency | string | Currency code for the amount billed to the parent account. Possible values: See Glossary - DigiCert currencies. |
order_prices | array of objects | If you change the currency for the parent account, this endpoint returns an Note: The total amount billed to the parent account in the parent account's current currency is returned in the |
.. cost | number | Amount billed to the parent account in the corresponding |
.. currency | string | Currency unit for the corresponding Possible values: See Glossary - DigiCert currencies. |