go back Home

RowComments

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.

<comments company_id="..." id="..." attach_filename="..." attachment="..." comment_type_id="..." comments="..." copy_to_order="..." display_atdispatch="..." entered_date="..." entered_user_id="..." onboard_lock="..." order_comment_type="..." parent_row_id="..." parent_row_type="..." rmis_image_id="..."/>

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":"comments","company_id":"...","id":"...","attach_filename":"...","attachment":"...","comment_type_id":"...","comments":"...","copy_to_order":"...","display_atdispatch":"...","entered_date":"...","entered_user_id":"...","onboard_lock":"...","order_comment_type":"...","parent_row_id":"...","parent_row_type":"...","rmis_image_id":"..."}

Fields

key name size type
company_id 4 String
id 32 String
attach_filename 80 String
attachment 20 byte[]
comment_type_id 8 String
comments -1 String
copy_to_order 1 String
display_atdispatch 1 String
entered_date 19 Date
entered_user_id 10 String
onboard_lock 1 String
order_comment_type 2 String
parent_row_id 32 String
parent_row_type 1 String
rmis_image_id 10 String