Charges
Searches for a particular charge in Rev.io.
*Input**
- Bill (at least one of the following is required)
 - IDAs List(Of Integer) – A list of ChargeIDs of which to search.
 - CustomerIDAs List(Of Integer) – A list of ChargeIDs of which to search.
 - BillIDAs List(Of Integer) – A list of BillIDs of which to search.
 - ServiceIDAs List(Of Integer) – A list of ServiceIDs of which to search.
 - ProductIDAs List(Of Integer) – A list of ProductIDs of which to search.
 - CustomerProductIDAs List(Of Integer) – A list of CustomerProductIDs of which to search.\ 
 
Output
- ChargesAs List(Of Charge)
 - ChargeAs Charge
- IDAs Integer – the ID of the particular charge.
 - AmountAs Decimal – the amount charged of the particular charge.
 - ProductIDAs Integer – the ProductID of the particular charge.
 - CustomerProductIDAs Integer – the CustomerProductID of the particular charge.
 - BillIDAs Integer – the BillID of the particular charge.
 - ServiceIDAs Integer – the ServiceID of the particular charge.
 - CustomerIDAs Integer – the CustomerID of the particular charge.
 - TaxAmountAs Decimal – the Tax Amount of the particular charge.
 
 
Updated about 1 month ago
