POST api/atpMixLinker/StartFirstQC

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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-05-22T16:24:59.8799789+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-05-22T16:24:59.8799789+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>