POST api/IC/SetICPurchaseProcess
设为/取消IC采购处理中
Request Information
URI Parameters
None.
Body Parameters
请求参数
ICPurchaseProcessRequestName | Description | Type | Additional information |
---|---|---|---|
Ids |
PCBWay系统采购唯一标识 示例:48556,48557,48558 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Ids": "sample string 1" }
Response Information
Resource Description
ICPurchaseProcessResponseName | Description | Type | Additional information |
---|---|---|---|
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:
{ "Status": "sample string 1", "ErrorText": "sample string 2", "Code": 3 }