POST api/ChargingInfo?message={message}&sevLvl={sevLvl}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| message | string |
Required |
|
| sevLvl | SeverityLevel |
Required |
Body Parameters
Dictionary of string [key] and string [value]Request Formats
application/json, text/json
Sample:
{
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
text/html
Sample:
{"sample string 1":"sample string 2","sample string 3":"sample string 4"}
Response Information
Resource Description
None.