POST api/atpMixLinker/StartFirstQC
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| updDelta | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"workOrderCode": "sample string 1",
"startTime": "2025-12-03T20:25:26.107009+08:00"
}
application/xml, text/xml
Sample:
<MixLinkerJobInspectModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers"> <startTime>2025-12-03T20:25:26.107009+08:00</startTime> <workOrderCode>sample string 1</workOrderCode> </MixLinkerJobInspectModal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ErrorCode": 1,
"ErrorMsg": "sample string 2"
}
application/xml, text/xml
Sample:
<atpResultModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <ErrorCode>1</ErrorCode> <ErrorMsg>sample string 2</ErrorMsg> </atpResultModal>