REST API HTTP responses SUCCESS object
April 13, 2023 at 2:39 AMSUCCESS object
When a request to the REST API does not have any specific data to return to the client, this object is returned.
Object definition
| Field name | Type | Status | Description |
|---|---|---|---|
Result |
string | always | Constant value: success |
Remark
If the Result field is not success, this must be an ERROR object and not a SUCCESS object!