GET api/Hermes/FeatureEmpresa?AccountId={AccountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| ResponseValue | string |
None. |
|
| Code | integer |
None. |
|
| Description | string |
None. |
|
| ErrorException | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"ResponseValue": "sample string 2",
"Code": 3,
"Description": "sample string 4",
"ErrorException": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
}