go back Home

RowOrderPostHist

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.

<order_post_hist company_id="..." id="..." attach_filename="..." attachment="..." carrier_id="..." comments="..." gps_accuracy="..." latitude="..." longitude="..." movement_id="..." order_id="..." parent_row_id="..." posted_by="..." posted_date="..." posted_type="..." reason_code="..." system_added="..."/>

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":"order_post_hist","company_id":"...","id":"...","attach_filename":"...","attachment":"...","carrier_id":"...","comments":"...","gps_accuracy":"...","latitude":"...","longitude":"...","movement_id":"...","order_id":"...","parent_row_id":"...","posted_by":"...","posted_date":"...","posted_type":"...","reason_code":"...","system_added":"..."}

Fields

key name size type
company_id 4 String
id 32 String
attach_filename 80 String
attachment 20 byte[]
carrier_id 8 String
comments -1 String
gps_accuracy 10.2 BigDecimal
latitude 10.7 BigDecimal
longitude 10.7 BigDecimal
movement_id 32 String
order_id 8 String
parent_row_id 32 String
posted_by 10 String
posted_date 19 Date
posted_type 8 String
reason_code 8 String
system_added 1 String