Response for an object property category load request.
name | data type | description |
---|---|---|
objectPropertyCategory | ObjectPropertyCategory | Object Property Category |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "objectPropertyCategory" : { "id" : 12345, "globalId" : "...", "name" : "...", "nameI18n" : { "property1" : "...", "property2" : "..." }, "sortOrder" : 12345 }, "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }