POST api/{version}/v1/PwInventers/AddScanParallelingEquipment
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
AddScanParamName | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
|
paralleldata | Collection of PostgreModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "paralleldata": [ { "parallel_code": "sample string 1", "parallelInverters": [ { "status": 1, "parallel_code": "sample string 2", "type": 3, "inventerSN": "sample string 4" }, { "status": 1, "parallel_code": "sample string 2", "type": 3, "inventerSN": "sample string 4" } ] }, { "parallel_code": "sample string 1", "parallelInverters": [ { "status": 1, "parallel_code": "sample string 2", "type": 3, "inventerSN": "sample string 4" }, { "status": 1, "parallel_code": "sample string 2", "type": 3, "inventerSN": "sample string 4" } ] } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true