POST api/{version}/MessageCenter/GetWarningInfoByID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
WarningInfoName | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
|
sn | string |
None. |
|
warning_code | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "sn": "sample string 2", "warning_code": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |