POST api/v2/PowerStation/IsTrafficOverdueNew?sn={sn}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sn | string |
Required |
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:05:46"
},
{
"sn": "sample string 1",
"deadline_time": "2025-12-15 01:05:46"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1