Retrieves a specific line item within a Bill.
This endpoint retrieves the line item given by its unique identifier (UUID) from a specific Bill.
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
The unique identifier (UUID) of the Bill containing the line item.
The unique identifier (UUID) of the line item you want to retrieve.
Comma separated list of additional fields.
Returns the requested line item from a Bill
The UUID of the entity.
The version number:
STANDING_CHARGE, USAGE, COUNTER_RUNNING_TOTAL_CHARGE, COUNTER_ADJUSTMENT_DEBIT, COUNTER_ADJUSTMENT_CREDIT, USAGE_CREDIT, MINIMUM_SPEND, MINIMUM_SPEND_REFUND, CREDIT_DEDUCTION, MANUAL_ADJUSTMENT, CREDIT_MEMO, DEBIT_MEMO, COMMITMENT_CONSUMED, COMMITMENT_FEE, OVERAGE_SURCHARGE, OVERAGE_USAGE, BALANCE_CONSUMED, BALANCE_FEE, AD_HOC The DateTime when the line item was created.
The DateTime when the line item was last modified.
The ID of the user who created this line item.
The ID of the user who last modified this line item.
The name of the Product associated with this line item.
The code of the Product associated with this line item.
The unique identifier (UUID) for the associated Accounting Product.
The name of the Accounting Product associated with this line item.
The code of the Accounting Product associated with this line item.
A unique identifier (UUID) for the Aggregation that contributes to this Bill line item.
A unique identifier (UUID) for the Compound Aggregation, if applicable.
The unique identifier (UUID) for the Counter associated with this line item.
The unique identifier (UUID) for the Charge associated with this line item.
Specifies the segment name or identifier when segmented Aggregation is used. This is relevant for more complex billing structures.
The unique identifier (UUID) of the Meter responsible for tracking usage.
A unique identifier (UUID) for the billing Plan associated with this line item.
The unique identifier (UUID) of the Plan Group associated with this line item.
The unique identifier (UUID) of the Commitment associated with this line item.
The unique identifier (UUID) for the Balance associated with this line item.
The unique identifier (UUID) for the Bill that includes this line item.
The amount of the product or service used in this line item.
The number of units rated in the line item, each of which is of the type specified in the unit field. For example: 400 api_calls.
In this example, the unit type of api_calls is read from the unit field.
Specifies the unit type. For example: MB, GB, api_calls, and so on.
The subtotal amount when not currency converted (in the cases where currency conversion is required).
The currency in which the line item is billed, represented as a currency code. For example, USD, GBP, or EUR.
The currency conversion rate (if used) for the line item.
The subtotal amount for this line item after currency conversion, if applicable.
The unique identifier (UUID) for the type of credit applied to this line item.
The unique identifier (UUID) of the Pricing used for this line item,
Array containing the pricing band information, which shows the details for each pricing band or tier.
A unique identifier (UUID) for the reason or justification for this line item, if applicable.
The unique identifier (UUID) for the Contract associated with this line item.
Boolean flag indicating whether the Bill line item has associated statement usage in JSON format. When a Bill statement is generated, usage line items have their usage stored in JSON format.
Represents the average unit price calculated across all pricing bands or tiers for this line item.
The line item sequence number.