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":"..."}