...
Added new optional fields (EffectiveStartDate, EffectiveEndDate, ReplacedRemoteInvIdReplacedByRemoteInvId
) for use when replacing faulty inverters.
...
Request | Request(中文版) |
EffectiveStartDate (optional) text - format Inverter’s effective start date. Rule:
Datetime in format: ex: 2023-01-10 | EffectiveStartDate (optional) text - format 逆变器生效开始日期(可选) 规则:
格式: 例如:2023-01-10 |
EffectiveEndDate (optional) text - format Inverter’s Effective End Date: The date set to indicate when the inverter has become inactive. Rule:
Datetime in format: ex: 2024-01-10 | EffectiveEndDate (optional) text - format 逆变器生效结束日期(可选) 逆变器的有效结束日期:一旦此字段被赋值,则表示该逆变器为已停用状态。 规则:
格式: 例如:2024-01-10 |
ReplacedRemoteInvId ReplacedByRemoteInvId (optional) - text - max length (100) Replaced By Remote Inverter Id Rule:
ex: INV1000000033862740 | ReplacedRemoteInvId ReplacedByRemoteInvId (optional) - text - max length (100) 替换为新的逆变器ID(可选) 规则:
|
Business Scenarios
...
Code Block | ||
---|---|---|
| ||
"Inverters": [
// the faulty inverter
{
"RemoteInvId": "OldRM1000020003386274014",
"ElectronicSerialNumber": "HW2343243244414",
"BrandCode": "HW21",
"OtherBrandName": "",
"InstalledCapacity": 10.9,
"EffectiveStartDate": "2022-01-01",
"EffectiveEndDate": "2024-02-01",
"ReplacedByRemoteInvId": "NewRM1000020898439275847"
},
// the replaced by inverter
{
"RemoteInvId": "NewRM1000020898439275847",
"ElectronicSerialNumber": "HW8984392758437",
"BrandCode": "HW21",
"OtherBrandName": "",
"InstalledCapacity": 9.9,
"EffectiveStartDate": "2024-02-02",
}
] |
Scenario 2
If a registered inverter in the Redex system fails during use, you can replace and register a new inverter in the Rehash system. Please contact our operations team for assistance.
...