POST api/v2/Manufactor/SaveGroupStrand
Request Information
URI Parameters
None.
Body Parameters
GroupStrandModelsName | Description | Type | Additional information |
---|---|---|---|
Sn | string |
None. |
|
Range | integer |
None. |
|
StrandQty | integer |
None. |
|
GroupStrands | Collection of GroupStrandModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "sn": "sample string 1", "range": 2, "strandQty": 3, "groupStrands": [ { "id": "sample string 1", "moduleId": "sample string 2", "moduleName": "sample string 3", "manufactorId": "sample string 4", "manufactorName": "sample string 5", "manufactorValid": true, "route": 7, "strand": 8, "solarCellQuantity": 9.1, "numberOfByPassDiodes": 10.1, "numberOfcomponents": 11.1, "temperatureStc": 12.1, "mppCurrent": 13.1, "openCircuitVoltage": 14.1, "tempOfVocTKVoc": 15.1, "irradianceStc": 16.1, "mppVoltage": 17.1, "shortCircuitCurrent": 18.1, "tempOfIsc": 19.1, "status": 20 }, { "id": "sample string 1", "moduleId": "sample string 2", "moduleName": "sample string 3", "manufactorId": "sample string 4", "manufactorName": "sample string 5", "manufactorValid": true, "route": 7, "strand": 8, "solarCellQuantity": 9.1, "numberOfByPassDiodes": 10.1, "numberOfcomponents": 11.1, "temperatureStc": 12.1, "mppCurrent": 13.1, "openCircuitVoltage": 14.1, "tempOfVocTKVoc": 15.1, "irradianceStc": 16.1, "mppVoltage": 17.1, "shortCircuitCurrent": 18.1, "tempOfIsc": 19.1, "status": 20 } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InvokeReturnName | Description | Type | Additional information |
---|---|---|---|
HasError | boolean |
None. |
|
Code | string |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "hasError": true, "code": "sample string 2", "message": "sample string 3", "data": {} }