GET api/PDApmTRScm/GetBarcodeBill

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ParamModal
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "sgaId": 1,
  "khName": "sample string 2",
  "checker": "sample string 3",
  "checkBrief": "sample string 4",
  "expRcvtime": "sample string 5",
  "rows": [
    {
      "sgaId": 1,
      "sgbId": 2,
      "spId": 3,
      "spNo": "sample string 4",
      "spName": "sample string 5",
      "spSpec": "sample string 6",
      "unitId": "sample string 7",
      "unitName": "sample string 8",
      "pQty": 9.0,
      "puseQty": 10.0,
      "poNo": "sample string 11",
      "errorCode": 12,
      "errorMsg": "sample string 13"
    },
    {
      "sgaId": 1,
      "sgbId": 2,
      "spId": 3,
      "spNo": "sample string 4",
      "spName": "sample string 5",
      "spSpec": "sample string 6",
      "unitId": "sample string 7",
      "unitName": "sample string 8",
      "pQty": 9.0,
      "puseQty": 10.0,
      "poNo": "sample string 11",
      "errorCode": 12,
      "errorMsg": "sample string 13"
    },
    {
      "sgaId": 1,
      "sgbId": 2,
      "spId": 3,
      "spNo": "sample string 4",
      "spName": "sample string 5",
      "spSpec": "sample string 6",
      "unitId": "sample string 7",
      "unitName": "sample string 8",
      "pQty": 9.0,
      "puseQty": 10.0,
      "poNo": "sample string 11",
      "errorCode": 12,
      "errorMsg": "sample string 13"
    }
  ],
  "errorCode": 6,
  "errorMsg": "sample string 7"
}

application/xml, text/xml

Sample:
<PmSendGoodBRowsModal 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">6</errorCode>
  <errorMsg xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">sample string 7</errorMsg>
  <checkBrief>sample string 4</checkBrief>
  <checker>sample string 3</checker>
  <expRcvtime>sample string 5</expRcvtime>
  <khName>sample string 2</khName>
  <rows>
    <PmSendGoodBInfoModal>
      <errorCode xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">12</errorCode>
      <errorMsg xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">sample string 13</errorMsg>
      <pQty>9</pQty>
      <poNo>sample string 11</poNo>
      <puseQty>10</puseQty>
      <sgaId>1</sgaId>
      <sgbId>2</sgbId>
      <spId>3</spId>
      <spName>sample string 5</spName>
      <spNo>sample string 4</spNo>
      <spSpec>sample string 6</spSpec>
      <unitId>sample string 7</unitId>
      <unitName>sample string 8</unitName>
    </PmSendGoodBInfoModal>
    <PmSendGoodBInfoModal>
      <errorCode xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">12</errorCode>
      <errorMsg xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">sample string 13</errorMsg>
      <pQty>9</pQty>
      <poNo>sample string 11</poNo>
      <puseQty>10</puseQty>
      <sgaId>1</sgaId>
      <sgbId>2</sgbId>
      <spId>3</spId>
      <spName>sample string 5</spName>
      <spNo>sample string 4</spNo>
      <spSpec>sample string 6</spSpec>
      <unitId>sample string 7</unitId>
      <unitName>sample string 8</unitName>
    </PmSendGoodBInfoModal>
    <PmSendGoodBInfoModal>
      <errorCode xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">12</errorCode>
      <errorMsg xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">sample string 13</errorMsg>
      <pQty>9</pQty>
      <poNo>sample string 11</poNo>
      <puseQty>10</puseQty>
      <sgaId>1</sgaId>
      <sgbId>2</sgbId>
      <spId>3</spId>
      <spName>sample string 5</spName>
      <spNo>sample string 4</spNo>
      <spSpec>sample string 6</spSpec>
      <unitId>sample string 7</unitId>
      <unitName>sample string 8</unitName>
    </PmSendGoodBInfoModal>
  </rows>
  <sgaId>1</sgaId>
</PmSendGoodBRowsModal>