GET /billing/miscBilling/{id}
Retrieves details for the requested miscellaneous bill.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
ID of the miscellaneous bill to be retrieved |
path
|
|
String
|
Result
RowMiscBill
of type:
application/xml
application/json
a RowMiscBill 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; contains a __name
attribute equal to billingUser
RowCustomer
the customer associated with the bill; contains a __name
attribute equal to customer
Try It Out
Request