ZKobject
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| lowExtreme (string) | 0/1 | The lowest extreme of the generated range of unique ids. |
| highExtreme (string) | 0/1 | The highest extreme of the generated range of unique ids. |
| id (string) | 0/1 | Returns the generated unique id. |
| requestStatus (status) | 0/1 | The status given in response to the REST request. |
JSON
| property | type | description |
|---|---|---|
| lowExtreme | lowExtreme (string) | The lowest extreme of the generated range of unique ids. |
| highExtreme | highExtreme (string) | The highest extreme of the generated range of unique ids. |
| id | id (string) | Returns the generated unique id. |
| requestStatus | requestStatus (status) | The status given in response to the REST request. |