go back Home

RowMcErrorCode

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_error_code company_id="..." id="..." mc_control_id="..." description="..."/>

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_error_code","company_id":"...","id":"...","mc_control_id":"...","description":"..."}

Fields

key name size type
company_id 4 String
id 10 int
mc_control_id 10 String
description 255 String