go back Home

RowAccidentCost

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.

<accident_cost company_id="..." id="..." cost="..." cost_c="..." cost_d="..." cost_n="..." cost_r="..." invoice="..." motoraccident_id="..." reimbursement="..." reimbursement_c="..." reimbursement_d="..." reimbursement_n="..." reimbursement_r="..." type_code="..." vendor="..."/>

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":"accident_cost","company_id":"...","id":"...","cost":"...","cost_c":"...","cost_d":"...","cost_n":"...","cost_r":"...","invoice":"...","motoraccident_id":"...","reimbursement":"...","reimbursement_c":"...","reimbursement_d":"...","reimbursement_n":"...","reimbursement_r":"...","type_code":"...","vendor":"..."}

Fields

key name size type
company_id 4 String
id 32 String
cost 16.2 BigDecimal
cost_c 3 String
cost_d 19 Date
cost_n 16.2 BigDecimal
cost_r 10.6 BigDecimal
invoice 12 String
motoraccident_id 32 String
reimbursement 16.2 BigDecimal
reimbursement_c 3 String
reimbursement_d 19 Date
reimbursement_n 16.2 BigDecimal
reimbursement_r 10.6 BigDecimal
type_code 8 String
vendor 40 String