go back Home

RowContainer

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.

<container company_id="..." id="..." ap_amt1="..." ap_amt2="..." ap_freedays1="..." ap_freedays2="..." ap_method="..." ap_paiddays1="..." ap_paiddays2="..." ap_rateid="..." container_number="..." container_type_id="..." curr_movement_id="..." date_entered="..." entered_by="..." prior_movement="..." prior_respon_date="..." prior_return_date="..." responsible_date="..." returned_date="..." seal_number="..." ss_location_id="..." status="..." voucher_amt="..." voucher_id="..." xfer2ap_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":"container","company_id":"...","id":"...","ap_amt1":"...","ap_amt2":"...","ap_freedays1":"...","ap_freedays2":"...","ap_method":"...","ap_paiddays1":"...","ap_paiddays2":"...","ap_rateid":"...","container_number":"...","container_type_id":"...","curr_movement_id":"...","date_entered":"...","entered_by":"...","prior_movement":"...","prior_respon_date":"...","prior_return_date":"...","responsible_date":"...","returned_date":"...","seal_number":"...","ss_location_id":"...","status":"...","voucher_amt":"...","voucher_id":"...","xfer2ap_date":"..."}

Fields

key name size type
company_id 4 String
id 32 String
ap_amt1 8.2 BigDecimal
ap_amt2 8.2 BigDecimal
ap_freedays1 10 int
ap_freedays2 10 int
ap_method 1 String
ap_paiddays1 10 int
ap_paiddays2 10 int
ap_rateid 32 String
container_number 16 String
container_type_id 4 String
curr_movement_id 32 String
date_entered 19 Date
entered_by 10 String
prior_movement 32 String
prior_respon_date 19 Date
prior_return_date 19 Date
responsible_date 19 Date
returned_date 19 Date
seal_number 14 String
ss_location_id 8 String
status 1 String
voucher_amt 8.2 BigDecimal
voucher_id 10 int
xfer2ap_date 19 Date