responseInfo element

Type: responseInfo
Namespace: http://www.gentics.com/rest
XML Schema: ns0.xsd

Response information that contains a response code and a response message.

The response message should not be internationalized. If you want to provide a user friendly message use the message object instead.

Example JSON

{ "responseCode" : "OK", "responseMessage" : "...", "property" : "..." }