Charges
Searches for a particular charge in Rev.io.
*Input**
- Bill (at least one of the following is required)
- ID As List(Of Integer) – A list of ChargeIDs of which to search.
- CustomerID As List(Of Integer) – A list of ChargeIDs of which to search.
- BillID As List(Of Integer) – A list of BillIDs of which to search.
- ServiceID As List(Of Integer) – A list of ServiceIDs of which to search.
- ProductID As List(Of Integer) – A list of ProductIDs of which to search.
- CustomerProductID As List(Of Integer) – A list of CustomerProductIDs of which to search.
Output
- Charges As List(Of Charge)
- Charge As Charge
- ID As Integer – the ID of the particular charge.
- Amount As Decimal – the amount charged of the particular charge.
- ProductID As Integer – the ProductID of the particular charge.
- CustomerProductID As Integer – the CustomerProductID of the particular charge.
- BillID As Integer – the BillID of the particular charge.
- ServiceID As Integer – the ServiceID of the particular charge.
- CustomerID As Integer – the CustomerID of the particular charge.
- TaxAmount As Decimal – the Tax Amount of the particular charge.
Updated over 6 years ago