GET /billing/{id}
Retrieves the billing record identified by the given ID.
Roles that can access this endpoint are Users.
Parameters
| name |
description |
type |
default |
type |
| id |
ID of the billing record to be retrieved |
path
|
|
String
|
Result
RowBilling
of type:
application/xml
application/json
a RowBilling record
Additional attributes:
__revenuTypeDescr the description of the revenue code, found in the revenue_id field
__rateTypeDescr the hard coded description of the rate type, found in the rate_type field
__billTypeDescr the hard coded description of the bill type, found in the bill_type field
__paymentMethodDescr the hard coded description of the payment method, found in the payment_method field
Child Elements:
RowOtherChargeBill the other charges associated with the bill; each containing a __name attribute equal to otherCharges
RowUsers the entered by user associated with the entered_user_id field; contains a __name attribute equal to enteredUser
RowUsers the billing user associated with the billing_user_id field; contains a __name attribute equal to billingUser
RowCustomer the customer associated with the customer_id field; contains a __name attribute equal to customer
Try It Out
Request