POST api/{version}/v3/MessageCenter/AddOneHealthCancelRemind
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
HealthCancelRemind_RequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| sId | string |
None. |
|
| inverterSn | string |
None. |
|
| Type | SubHealthType |
None. |
|
| remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"sId": "sample string 1",
"inverterSn": "sample string 2",
"type": 1,
"remark": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true