go back Home

RowMcForm

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.

<mc_form company_id="..." form_type="..." id="..." mc_control_id="..." confirm_receipt="..." creation_date="..." delivery_priority="..." field_names="..." form_definition="..." image="..." is_active="..." remote_id="..." remote_timestamp="..." status="..." title="..." version_number="..."/>

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":"mc_form","company_id":"...","form_type":"...","id":"...","mc_control_id":"...","confirm_receipt":"...","creation_date":"...","delivery_priority":"...","field_names":"...","form_definition":"...","image":"...","is_active":"...","remote_id":"...","remote_timestamp":"...","status":"...","title":"...","version_number":"..."}

Fields

key name size type
company_id 4 String
form_type 1 String
id 10 int
mc_control_id 10 String
confirm_receipt 1 String
creation_date 19 Date
delivery_priority 1 String
field_names -1 String
form_definition -1 String
image 20 byte[]
is_active 1 String
remote_id 50 String
remote_timestamp 30 String
status 1 String
title 30 String
version_number 5 String