POST api/{version}/v2/PowerStation/IsTrafficOverdueNew?sn={sn}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sn | string |
Required |
|
| version | string |
None. |
Body Parameters
Collection of InverterDeadlineTime| Name | Description | Type | Additional information |
|---|---|---|---|
| sn | string |
None. |
|
| deadline_time | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"sn": "sample string 1",
"deadline_time": "2025-12-15 01:04:13"
},
{
"sn": "sample string 1",
"deadline_time": "2025-12-15 01:04:13"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1