go back Home

RowStopNote

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.

<stop_note company_id="..." id="..." comment_type="..." comments="..." entered_user_id="..." location_id="..." order_id="..." sequence="..." stop_id="..." 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":"stop_note","company_id":"...","id":"...","comment_type":"...","comments":"...","entered_user_id":"...","location_id":"...","order_id":"...","sequence":"...","stop_id":"...","system_added":"..."}

Fields

key name size type
company_id 4 String
id 32 String
comment_type 2 String
comments -1 String
entered_user_id 10 String
location_id 8 String
order_id 8 String
sequence 10 int
stop_id 32 String
system_added 1 String