GET api/atpMmlGather/GetBillList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
BarcodeModal
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "jobId": 1,
  "jobNo": "sample string 2",
  "timestamp": "sample string 3",
  "taskId": 4,
  "mtNo": 5,
  "status": 6,
  "rows": [
    {
      "spId": "sample string 1",
      "spNo": "sample string 2",
      "spName": "sample string 3",
      "spSpec": "sample string 4",
      "packs": 5,
      "isLeftQuan": true,
      "lineNo": 7,
      "weighWay": 8,
      "originalCode": "sample string 9",
      "colorText": "sample string 10",
      "packWeight": "sample string 11"
    },
    {
      "spId": "sample string 1",
      "spNo": "sample string 2",
      "spName": "sample string 3",
      "spSpec": "sample string 4",
      "packs": 5,
      "isLeftQuan": true,
      "lineNo": 7,
      "weighWay": 8,
      "originalCode": "sample string 9",
      "colorText": "sample string 10",
      "packWeight": "sample string 11"
    },
    {
      "spId": "sample string 1",
      "spNo": "sample string 2",
      "spName": "sample string 3",
      "spSpec": "sample string 4",
      "packs": 5,
      "isLeftQuan": true,
      "lineNo": 7,
      "weighWay": 8,
      "originalCode": "sample string 9",
      "colorText": "sample string 10",
      "packWeight": "sample string 11"
    }
  ],
  "errorCode": 7,
  "errorMsg": "sample string 8"
}

application/xml, text/xml

Sample:
<ATPMmlGatherBillListModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <errorCode xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">7</errorCode>
  <errorMsg xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">sample string 8</errorMsg>
  <jobId>1</jobId>
  <jobNo>sample string 2</jobNo>
  <mtNo>5</mtNo>
  <rows>
    <ATPMmlGatherBillRowModal>
      <colorText>sample string 10</colorText>
      <isLeftQuan>true</isLeftQuan>
      <lineNo>7</lineNo>
      <originalCode>sample string 9</originalCode>
      <packWeight>sample string 11</packWeight>
      <packs>5</packs>
      <spId>sample string 1</spId>
      <spName>sample string 3</spName>
      <spNo>sample string 2</spNo>
      <spSpec>sample string 4</spSpec>
      <weighWay>8</weighWay>
    </ATPMmlGatherBillRowModal>
    <ATPMmlGatherBillRowModal>
      <colorText>sample string 10</colorText>
      <isLeftQuan>true</isLeftQuan>
      <lineNo>7</lineNo>
      <originalCode>sample string 9</originalCode>
      <packWeight>sample string 11</packWeight>
      <packs>5</packs>
      <spId>sample string 1</spId>
      <spName>sample string 3</spName>
      <spNo>sample string 2</spNo>
      <spSpec>sample string 4</spSpec>
      <weighWay>8</weighWay>
    </ATPMmlGatherBillRowModal>
    <ATPMmlGatherBillRowModal>
      <colorText>sample string 10</colorText>
      <isLeftQuan>true</isLeftQuan>
      <lineNo>7</lineNo>
      <originalCode>sample string 9</originalCode>
      <packWeight>sample string 11</packWeight>
      <packs>5</packs>
      <spId>sample string 1</spId>
      <spName>sample string 3</spName>
      <spNo>sample string 2</spNo>
      <spSpec>sample string 4</spSpec>
      <weighWay>8</weighWay>
    </ATPMmlGatherBillRowModal>
  </rows>
  <status>6</status>
  <taskId>4</taskId>
  <timestamp>sample string 3</timestamp>
</ATPMmlGatherBillListModal>