go back Home

RowMmsMedia

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.

<mms_media company_id="..." id="..." media="..." media_type="..." parent_row_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":"mms_media","company_id":"...","id":"...","media":"...","media_type":"...","parent_row_id":"..."}

Fields

key name size type
company_id 4 String
id 32 String
media 20 byte[]
media_type 1 String
parent_row_id 32 String