go back Home

RowCashBatch

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.

<cash_batch company_id="..." id="..." amount="..." amount_c="..." amount_d="..." amount_n="..." amount_r="..." glid="..." receipt_date="..."/>

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":"cash_batch","company_id":"...","id":"...","amount":"...","amount_c":"...","amount_d":"...","amount_n":"...","amount_r":"...","glid":"...","receipt_date":"..."}

Fields

key name size type
company_id 4 String
id 8 String
amount 16.2 BigDecimal
amount_c 3 String
amount_d 19 Date
amount_n 16.2 BigDecimal
amount_r 8.4 BigDecimal
glid 20 String
receipt_date 10 Date