go back Home

RowMiscBillDetail

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<misc_bill_detail company_id="..." id="..." amount="..." amount_c="..." amount_d="..." amount_n="..." amount_r="..." charge_id="..." charge_method="..." charge_units="..." descr="..." is_taxable="..." misc_bill_id="..." rate="..." sequence="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"misc_bill_detail","company_id":"...","id":"...","amount":"...","amount_c":"...","amount_d":"...","amount_n":"...","amount_r":"...","charge_id":"...","charge_method":"...","charge_units":"...","descr":"...","is_taxable":"...","misc_bill_id":"...","rate":"...","sequence":"..."}

Fields

key name size type
company_id 4 String
id 32 String
amount 16.2 BigDecimal
amount_c 3 String
amount_d 19 Date
amount_n 16.2 BigDecimal
amount_r 10.6 BigDecimal
charge_id 4 String
charge_method 1 String
charge_units 12.4 BigDecimal
descr 28 String
is_taxable 1 String
misc_bill_id 32 String
rate 12.4 BigDecimal
sequence 10 int