Organizations

Get the billing report for an organization

This endpoint may be changed or removed at any time. Don't use it in production environments.

post/organization/{organization_id}/billing-report

Path parameters

organization_idstring required

ID of an organization

Request body

billing_group_namestring

Name of the Billing Group to fetch invoice lines for

ending_datestring required

Date before which invoice lines should be returned (exclusive)

service_namestring

Name of the service to fetch invoice lines for

starting_datestring required

Date after which invoice lines should be returned (inclusive)

Response

Response

Changes

Changed in 1 of the 14 revisions of this API.12

  • b262b3b4c12712See the full diff
    • removed the request property billing_group_id

      request-property-removed

    • added the required property line_items/items/billing_group_id to the response with the 200 status

      response-required-property-added

    • added the required property line_items/items/list_price to the response with the 200 status

      response-required-property-added