GET {{baseUrl}}/report/billing/invoices?billing_id=<string>
Get department billing invoices reports for a specific billing period. Provide the Prerequisites: Scopes: Rate Limit Label: billing_id
of the billing period for which you would like to retrieve the invoices for. This ID can be retrieved from Get Billing Reports API.
report:read:admin
Heavy
Body
PARAM
Key | Datatype | Required | Description |
billing_id
|
string | (Required) Unique Identifier of the Billing Report. Retrieve this ID from the response of **Get Billing Reports** API request. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"currency": "<string>",
"invoices": [
{
"end_date": "<date>",
"invoice_charge_name": "<string>",
"invoice_number": "<string>",
"quantity": "<integer>",
"start_date": "<date>",
"tax_amount": "<string>",
"total_amount": "<string>"
},
{
"end_date": "<date>",
"invoice_charge_name": "<string>",
"invoice_number": "<string>",
"quantity": "<integer>",
"start_date": "<date>",
"tax_amount": "<string>",
"total_amount": "<string>"
}
]
} |
ENDPOINTS