PUT /billing/update
Updates a RowBilling record for the given data.
Roles that can access this endpoint are Users.
Parameters
| name |
description |
type |
default |
type |
| rowBilling |
the data use to update the given RowBilling record |
body of type: application/xml application/json
|
|
RowBilling
|
| includeUsers |
include user details with the returned RowBilling record |
query
|
|
boolean
|
| includeCustomer |
include Customer details with the returned RowBilling record |
query
|
|
boolean
|
Result
RowBilling
of type:
application/xml
application/json
a RowBilling record representing the updated values
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 field.
Child Elements:
RowOtherChargeBill 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 (included only when the includeUsers query parameter is true)
RowUsers the billing user associated with the billing_user_id field; contains a __name attribute equal to billingUser (included only when the includeUsers query parameter is true)
RowCustomer the customer associated with the customer_id field; contains a __name attribute equal to customer (included only when the includeCustomer query parameter is true)
Try It Out
Request