go back Home

RowEdiStatusComment

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.

<edistatus_comment company_id="..." id="..." comment_type="..." comments="..." edistatus_id="..." is_callin="..." sequence="..."/>

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":"edistatus_comment","company_id":"...","id":"...","comment_type":"...","comments":"...","edistatus_id":"...","is_callin":"...","sequence":"..."}

Fields

key name size type
company_id 4 String
id 32 String
comment_type 2 String
comments -1 String
edistatus_id 32 String
is_callin 1 String
sequence 10 int