PUT /billing/miscBilling/create
Creates a miscellaneous bill. At least one detail records must be included.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
bill |
the RowMiscBill object; include child RowMiscBillDetail records as children of this
object with the __name attribute set to miscBillDetails |
body of type: application/xml application/json
|
|
RowMiscBill
|
Result
RowMiscBill
the created RowMiscBill object
Try It Out
Request