Retrieves the billing record identified by the given ID.
name | description | type | default | type |
---|---|---|---|---|
id | ID of the billing record to be retrieved | path | String |
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
fieldRowOtherChargeBill
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