POST api/GoGo/ChangeICLock
变更IC锁定状态
Request Information
URI Parameters
None.
Body Parameters
ChangeICLockDtoName | Description | Type | Additional information |
---|---|---|---|
ICIdList |
pcbway IC的Id |
Collection of integer |
None. |
IsLock |
是否锁定 |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ICIdList": [ 1, 2 ], "IsLock": true }
Response Information
Resource Description
ResponseModelOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Data | boolean |
None. |
|
Status |
Request processing results ('ok' or 'error') |
string |
None. |
ErrorText |
Error Description ( Empty when request processing successfully ) |
string |
None. |
Code |
状态码 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": true, "Status": "sample string 2", "ErrorText": "sample string 3", "Code": 4 }