Retrieve the Bill with the given UUID.
This endpoint retrieves the Bill with the given unique identifier (UUID) and specific Organization.
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 to retrieve.
Comma separated list of additional fields.
Returns the requested Bill
The UUID of the entity.
The version number:
DAILY, WEEKLY, MONTHLY, ANNUALLY, AD_HOC, MIXED "UTC"
PENDING, APPROVED An array of the Bill line items.
Purchase Order number linked to the Account the Bill is for.
The reference ID to use for external invoice.
For accounting purposes, the date set at Organization level to use for external invoicing with respect to billing periods - two options:
FIRST_DAY_OF_NEXT_PERIOD (Default).LAST_DAY_OF_ARREARSFor example, if the retrieved Bill was on a monthly billing frequency and the billing period for the Bill is September 2023 and the External invoice date is set at FIRST_DAY_OF_NEXT_PERIOD, then the externalInvoiceDate will be "2023-10-01".
NOTE: To change the externalInvoiceDate setting for your Organization, you can use the Update OrganizationConfig call.
Flag to indicate that the statement in JSON format has been generated for the Bill.
Flag to indicate that the statement in CSV format has been generated for the Bill.
True if the existing bill statement (JSON or CSV) is marked as stale/outdated.
The sum total for the Bill.
The sequential invoice number of the Bill.
NOTE: If you have not defined a billPrefix for your Organization, a sequentialInvoiceNumber is not returned in the response. See Update OrganizationConfig
The date and time (in ISO 8601 format) when the Bill was first created.
The date and time (in ISO 8601 format) when the Bill was last modified.
The unique identifier (UUID) for the user who created the Bill.
The unique identifier (UUID) for the user who last modified this Bill.
The DateTime when the bill was approved.
The id of the user who approved this bill.
The DateTime when the bill was locked.
The id of the user who locked this bill.