SapHanaService


单击此处,获取完整的操作列表。

GetBilLstToPrint

测试

若要使用 HTTP POST 协议对操作进行测试,请单击“调用”按钮。
参数
id:
bill:
CardCode:
itemcode:

SOAP 1.1

以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。

POST /SapHanaServiceLayer.asmx HTTP/1.1
Host: sap.chuangzhitz.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetBilLstToPrint"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetBilLstToPrint xmlns="http://tempuri.org/">
      <id>string</id>
      <bill>string</bill>
      <CardCode>string</CardCode>
      <itemcode>string</itemcode>
    </GetBilLstToPrint>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetBilLstToPrintResponse xmlns="http://tempuri.org/">
      <GetBilLstToPrintResult>
        <PrintCgModel>
          <Check>int</Check>
          <PiCiNo>string</PiCiNo>
          <PrdName>string</PrdName>
          <PrdNo>string</PrdNo>
          <QTY>double</QTY>
          <BrQTY>double</BrQTY>
          <BrQTYMax>double</BrQTYMax>
          <Bill>int</Bill>
          <BillNo>string</BillNo>
          <Itm>int</Itm>
          <PrintQTY>double</PrintQTY>
          <NoPrintQTY>double</NoPrintQTY>
          <NowQTY>double</NowQTY>
          <PiciID>string</PiciID>
          <Date>string</Date>
          <CardCode>string</CardCode>
          <CardName>string</CardName>
          <REM1>string</REM1>
          <REM2>string</REM2>
          <REM3>string</REM3>
          <REM4>string</REM4>
          <PrintDate>string</PrintDate>
          <AtcUser>string</AtcUser>
          <MachineNo>string</MachineNo>
          <param>string</param>
          <REM5>string</REM5>
          <createDate>string</createDate>
          <ShipDate>string</ShipDate>
          <QRType>string</QRType>
          <ValidDateTo>string</ValidDateTo>
          <ProduceDate>string</ProduceDate>
          <Date1>string</Date1>
          <Date2>string</Date2>
          <Date3>string</Date3>
          <Qty1>double</Qty1>
          <Qty2>double</Qty2>
          <Qty3>double</Qty3>
          <REM6>string</REM6>
          <REM7>string</REM7>
          <REM8>string</REM8>
          <REM9>string</REM9>
          <REM10>string</REM10>
          <WhsCode>string</WhsCode>
          <BinName>string</BinName>
          <BinEntry>string</BinEntry>
          <WhsName>string</WhsName>
          <ItmsGrpGod>int</ItmsGrpGod>
        </PrintCgModel>
        <PrintCgModel>
          <Check>int</Check>
          <PiCiNo>string</PiCiNo>
          <PrdName>string</PrdName>
          <PrdNo>string</PrdNo>
          <QTY>double</QTY>
          <BrQTY>double</BrQTY>
          <BrQTYMax>double</BrQTYMax>
          <Bill>int</Bill>
          <BillNo>string</BillNo>
          <Itm>int</Itm>
          <PrintQTY>double</PrintQTY>
          <NoPrintQTY>double</NoPrintQTY>
          <NowQTY>double</NowQTY>
          <PiciID>string</PiciID>
          <Date>string</Date>
          <CardCode>string</CardCode>
          <CardName>string</CardName>
          <REM1>string</REM1>
          <REM2>string</REM2>
          <REM3>string</REM3>
          <REM4>string</REM4>
          <PrintDate>string</PrintDate>
          <AtcUser>string</AtcUser>
          <MachineNo>string</MachineNo>
          <param>string</param>
          <REM5>string</REM5>
          <createDate>string</createDate>
          <ShipDate>string</ShipDate>
          <QRType>string</QRType>
          <ValidDateTo>string</ValidDateTo>
          <ProduceDate>string</ProduceDate>
          <Date1>string</Date1>
          <Date2>string</Date2>
          <Date3>string</Date3>
          <Qty1>double</Qty1>
          <Qty2>double</Qty2>
          <Qty3>double</Qty3>
          <REM6>string</REM6>
          <REM7>string</REM7>
          <REM8>string</REM8>
          <REM9>string</REM9>
          <REM10>string</REM10>
          <WhsCode>string</WhsCode>
          <BinName>string</BinName>
          <BinEntry>string</BinEntry>
          <WhsName>string</WhsName>
          <ItmsGrpGod>int</ItmsGrpGod>
        </PrintCgModel>
      </GetBilLstToPrintResult>
    </GetBilLstToPrintResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。

POST /SapHanaServiceLayer.asmx HTTP/1.1
Host: sap.chuangzhitz.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetBilLstToPrint xmlns="http://tempuri.org/">
      <id>string</id>
      <bill>string</bill>
      <CardCode>string</CardCode>
      <itemcode>string</itemcode>
    </GetBilLstToPrint>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetBilLstToPrintResponse xmlns="http://tempuri.org/">
      <GetBilLstToPrintResult>
        <PrintCgModel>
          <Check>int</Check>
          <PiCiNo>string</PiCiNo>
          <PrdName>string</PrdName>
          <PrdNo>string</PrdNo>
          <QTY>double</QTY>
          <BrQTY>double</BrQTY>
          <BrQTYMax>double</BrQTYMax>
          <Bill>int</Bill>
          <BillNo>string</BillNo>
          <Itm>int</Itm>
          <PrintQTY>double</PrintQTY>
          <NoPrintQTY>double</NoPrintQTY>
          <NowQTY>double</NowQTY>
          <PiciID>string</PiciID>
          <Date>string</Date>
          <CardCode>string</CardCode>
          <CardName>string</CardName>
          <REM1>string</REM1>
          <REM2>string</REM2>
          <REM3>string</REM3>
          <REM4>string</REM4>
          <PrintDate>string</PrintDate>
          <AtcUser>string</AtcUser>
          <MachineNo>string</MachineNo>
          <param>string</param>
          <REM5>string</REM5>
          <createDate>string</createDate>
          <ShipDate>string</ShipDate>
          <QRType>string</QRType>
          <ValidDateTo>string</ValidDateTo>
          <ProduceDate>string</ProduceDate>
          <Date1>string</Date1>
          <Date2>string</Date2>
          <Date3>string</Date3>
          <Qty1>double</Qty1>
          <Qty2>double</Qty2>
          <Qty3>double</Qty3>
          <REM6>string</REM6>
          <REM7>string</REM7>
          <REM8>string</REM8>
          <REM9>string</REM9>
          <REM10>string</REM10>
          <WhsCode>string</WhsCode>
          <BinName>string</BinName>
          <BinEntry>string</BinEntry>
          <WhsName>string</WhsName>
          <ItmsGrpGod>int</ItmsGrpGod>
        </PrintCgModel>
        <PrintCgModel>
          <Check>int</Check>
          <PiCiNo>string</PiCiNo>
          <PrdName>string</PrdName>
          <PrdNo>string</PrdNo>
          <QTY>double</QTY>
          <BrQTY>double</BrQTY>
          <BrQTYMax>double</BrQTYMax>
          <Bill>int</Bill>
          <BillNo>string</BillNo>
          <Itm>int</Itm>
          <PrintQTY>double</PrintQTY>
          <NoPrintQTY>double</NoPrintQTY>
          <NowQTY>double</NowQTY>
          <PiciID>string</PiciID>
          <Date>string</Date>
          <CardCode>string</CardCode>
          <CardName>string</CardName>
          <REM1>string</REM1>
          <REM2>string</REM2>
          <REM3>string</REM3>
          <REM4>string</REM4>
          <PrintDate>string</PrintDate>
          <AtcUser>string</AtcUser>
          <MachineNo>string</MachineNo>
          <param>string</param>
          <REM5>string</REM5>
          <createDate>string</createDate>
          <ShipDate>string</ShipDate>
          <QRType>string</QRType>
          <ValidDateTo>string</ValidDateTo>
          <ProduceDate>string</ProduceDate>
          <Date1>string</Date1>
          <Date2>string</Date2>
          <Date3>string</Date3>
          <Qty1>double</Qty1>
          <Qty2>double</Qty2>
          <Qty3>double</Qty3>
          <REM6>string</REM6>
          <REM7>string</REM7>
          <REM8>string</REM8>
          <REM9>string</REM9>
          <REM10>string</REM10>
          <WhsCode>string</WhsCode>
          <BinName>string</BinName>
          <BinEntry>string</BinEntry>
          <WhsName>string</WhsName>
          <ItmsGrpGod>int</ItmsGrpGod>
        </PrintCgModel>
      </GetBilLstToPrintResult>
    </GetBilLstToPrintResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP POST

以下是 HTTP POST 请求和响应示例。所显示的占位符需替换为实际值。

POST /SapHanaServiceLayer.asmx/GetBilLstToPrint HTTP/1.1
Host: sap.chuangzhitz.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

id=string&bill=string&CardCode=string&itemcode=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfPrintCgModel xmlns="http://tempuri.org/">
  <PrintCgModel>
    <Check>int</Check>
    <PiCiNo>string</PiCiNo>
    <PrdName>string</PrdName>
    <PrdNo>string</PrdNo>
    <QTY>double</QTY>
    <BrQTY>double</BrQTY>
    <BrQTYMax>double</BrQTYMax>
    <Bill>int</Bill>
    <BillNo>string</BillNo>
    <Itm>int</Itm>
    <PrintQTY>double</PrintQTY>
    <NoPrintQTY>double</NoPrintQTY>
    <NowQTY>double</NowQTY>
    <PiciID>string</PiciID>
    <Date>string</Date>
    <CardCode>string</CardCode>
    <CardName>string</CardName>
    <REM1>string</REM1>
    <REM2>string</REM2>
    <REM3>string</REM3>
    <REM4>string</REM4>
    <PrintDate>string</PrintDate>
    <AtcUser>string</AtcUser>
    <MachineNo>string</MachineNo>
    <param>string</param>
    <REM5>string</REM5>
    <createDate>string</createDate>
    <ShipDate>string</ShipDate>
    <QRType>string</QRType>
    <ValidDateTo>string</ValidDateTo>
    <ProduceDate>string</ProduceDate>
    <Date1>string</Date1>
    <Date2>string</Date2>
    <Date3>string</Date3>
    <Qty1>double</Qty1>
    <Qty2>double</Qty2>
    <Qty3>double</Qty3>
    <REM6>string</REM6>
    <REM7>string</REM7>
    <REM8>string</REM8>
    <REM9>string</REM9>
    <REM10>string</REM10>
    <WhsCode>string</WhsCode>
    <BinName>string</BinName>
    <BinEntry>string</BinEntry>
    <WhsName>string</WhsName>
    <ItmsGrpGod>int</ItmsGrpGod>
  </PrintCgModel>
  <PrintCgModel>
    <Check>int</Check>
    <PiCiNo>string</PiCiNo>
    <PrdName>string</PrdName>
    <PrdNo>string</PrdNo>
    <QTY>double</QTY>
    <BrQTY>double</BrQTY>
    <BrQTYMax>double</BrQTYMax>
    <Bill>int</Bill>
    <BillNo>string</BillNo>
    <Itm>int</Itm>
    <PrintQTY>double</PrintQTY>
    <NoPrintQTY>double</NoPrintQTY>
    <NowQTY>double</NowQTY>
    <PiciID>string</PiciID>
    <Date>string</Date>
    <CardCode>string</CardCode>
    <CardName>string</CardName>
    <REM1>string</REM1>
    <REM2>string</REM2>
    <REM3>string</REM3>
    <REM4>string</REM4>
    <PrintDate>string</PrintDate>
    <AtcUser>string</AtcUser>
    <MachineNo>string</MachineNo>
    <param>string</param>
    <REM5>string</REM5>
    <createDate>string</createDate>
    <ShipDate>string</ShipDate>
    <QRType>string</QRType>
    <ValidDateTo>string</ValidDateTo>
    <ProduceDate>string</ProduceDate>
    <Date1>string</Date1>
    <Date2>string</Date2>
    <Date3>string</Date3>
    <Qty1>double</Qty1>
    <Qty2>double</Qty2>
    <Qty3>double</Qty3>
    <REM6>string</REM6>
    <REM7>string</REM7>
    <REM8>string</REM8>
    <REM9>string</REM9>
    <REM10>string</REM10>
    <WhsCode>string</WhsCode>
    <BinName>string</BinName>
    <BinEntry>string</BinEntry>
    <WhsName>string</WhsName>
    <ItmsGrpGod>int</ItmsGrpGod>
  </PrintCgModel>
</ArrayOfPrintCgModel>