GET /billing/miscBilling/history/{id}
Retrieves details for the requested miscellaneous bill history.
Roles that can access this endpoint are Users.
Parameters
| name |
description |
type |
default |
type |
| id |
ID of the miscellaneous bill history to be retrieved |
path
|
|
String
|
Result
RowMiscBillHist
of type:
application/xml
application/json
a RowMiscBillHist record for the requested miscellaneous bill
Additional attributes:
__billTypeDescr the description of the bill type, found in the bill_type field
__arCycleCodeDescr the description of the AR cycle code, found in the ar_cycle_code_id field
__twSegCodeDescr the description of the segment allocation code, found in the tw_seg_code field
Child elements:
RowMiscBillDetail the miscellaneous billing detail records associated with the bill; each containing a __name attribute equal to miscBillDetails
RowUsers the billing user associated with the bill; containing a __name attribute equal to billingUser
RowCustomer the customer associated with the bill; containing a __name attribute equal to customer
Try It Out
Request