POST AIQCAPI/StartInspection
扫码启动质检接口
Request请求信息
URI参数信息
None.
请求主体参数
ComRequest| 名称 | 描述 | 类型 | 详细约束信息 |
|---|---|---|---|
| OperateType | string(字符串) |
None. |
|
| OperateContent | ComRequestContent |
None. |
|
| ContentKey | string(字符串) |
None. |
Request 请求格式
application/json, text/json
Sample:
{
"OperateType": "sample string 1",
"OperateContent": {
"OrganizationCode": "sample string 1",
"DeliveryOrderNo": "sample string 2",
"lineNo": "sample string 3"
},
"ContentKey": "sample string 2"
}
application/xml, text/xml
Sample:
<ComRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DoBest.Model.zhongchengweiye">
<ContentKey>sample string 2</ContentKey>
<OperateContent>
<DeliveryOrderNo>sample string 2</DeliveryOrderNo>
<OrganizationCode>sample string 1</OrganizationCode>
<lineNo>sample string 3</lineNo>
</OperateContent>
<OperateType>sample string 1</OperateType>
</ComRequest>
Response返回信息
资源信息描述
扫码启动质检接口
ReturnComJson| 名称 | 描述 | 类型 | 详细约束信息 |
|---|---|---|---|
| Resulte |
是否成功 |
string(字符串) |
None. |
| Message |
消息 |
string(字符串) |
None. |
| MaterialNo |
物料ID |
string(字符串) |
None. |
| MaterialName |
物料名称 |
string(字符串) |
None. |
Response 返回格式
application/json, text/json
Sample:
{
"Resulte": "sample string 1",
"Message": "sample string 2",
"MaterialNo": "sample string 3",
"MaterialName": "sample string 4"
}
application/xml, text/xml
Sample:
<ReturnComJson xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DoBest.Model"> <MaterialName>sample string 4</MaterialName> <MaterialNo>sample string 3</MaterialNo> <Message>sample string 2</Message> <Resulte>sample string 1</Resulte> </ReturnComJson>