Gets the overview for a billing period by its ID.
Set includeNonBillable to also report the period's non-billable cost. The existing totals stay billable-only; the non-billable amounts are reported in their own fields.
Path parameters
The ID of the billing period to retrieve.
Query parameters
Whether to also report non-billable cost.
Response
OK
Changes
Changed in 3 of the 6 revisions of this API.216
- ○
added the optional property
closeReasonto the response with the200statusresponse-optional-property-added
- ○
added the optional property
closedAtto the response with the200statusresponse-optional-property-added
- ○
added the optional property
closedByto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
Closedenum value to thestatus/allOf[BillingPeriodStatus]/response property for the response status200response-property-enum-value-added
- ●
added the new
PendingReviewenum value to thestatus/allOf[BillingPeriodStatus]/response property for the response status200response-property-enum-value-added
- ○
added the optional property
netInvoiceableAmountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
settledAtto the response with the200statusresponse-optional-property-added
- ○
added the optional property
settlementCurrencyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
voucherCoverageto the response with the200statusresponse-optional-property-added
- ○
added the required property
settlementStaleto the response with the200statusresponse-required-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the new optional
queryrequest parameterincludeNonBillablenew-optional-request-parameter
- ○
added the optional property
totalNonBillableCostto the response with the200statusresponse-optional-property-added
- ○
added the optional property
totalNonBillableResponseCountto the response with the200statusresponse-optional-property-added
- ○
added the required property
lineItems/allOf[subschema #1]/items/oneOf[ILineItemOtherCharge]/quantityto the response with the200statusresponse-required-property-added
- ○
added the required property
lineItems/allOf[subschema #1]/items/oneOf[ILineItemOtherCharge]/unitPriceto the response with the200statusresponse-required-property-added
- ○
added the required property
lineItems/allOf[subschema #1]/items/oneOf[ILineItemRefund]/quantityto the response with the200statusresponse-required-property-added
- ○
added the required property
lineItems/allOf[subschema #1]/items/oneOf[ILineItemRefund]/unitPriceto the response with the200statusresponse-required-property-added
- ○
added the required property
organizationIdto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○