POST api/Product/ListProNoIsFormalPI
产品是否正式报关
Request Information
URI Parameters
None.
Body Parameters
ListProNoIsFormalPIRequestName | Description | Type | Additional information |
---|---|---|---|
ProductName |
产品名称 多个编号 英文逗号分割 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductName": "sample string 1" }
Response Information
Resource Description
ProNoIsFormalPIResponseOfProNoIsFormalPIName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of ProNoIsFormalPI |
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": [ { "ProNo": "sample string 1", "GroupNo": "sample string 2", "IsFormalPI": true }, { "ProNo": "sample string 1", "GroupNo": "sample string 2", "IsFormalPI": true } ], "Status": "sample string 1", "ErrorText": "sample string 2", "Code": 3 }