WXASPSVC


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

BatchDeleteCompanyProductBD

批量删除企业用户的产品

测试

测试窗体只能用于来自本地计算机的请求。

SOAP 1.1

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

POST /WXASPSVC.asmx HTTP/1.1
Host: swxapi.dxda.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuriwx.org/BatchDeleteCompanyProductBD"

<?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>
    <BatchDeleteCompanyProductBD xmlns="http://tempuriwx.org/">
      <RelationList>
        <Company_Product_DB_Relation>
          <ID>int</ID>
          <Serial_Num>string</Serial_Num>
          <Company_Name>string</Company_Name>
          <Contract_Period>dateTime</Contract_Period>
          <Using_Time>dateTime</Using_Time>
          <Warranty_Unit>string</Warranty_Unit>
          <Warranty_Time>int</Warranty_Time>
          <Company_ID>string</Company_ID>
          <IsPermit_Install>boolean</IsPermit_Install>
          <IsFree_Install>boolean</IsFree_Install>
          <Purchase_Date>dateTime</Purchase_Date>
          <Create_Time>dateTime</Create_Time>
          <Delivery_Number>string</Delivery_Number>
          <Valid_Flag>boolean</Valid_Flag>
          <Remark>string</Remark>
          <Defined_One>string</Defined_One>
          <Defined_Two>string</Defined_Two>
          <Defined_Three>string</Defined_Three>
          <Defined_Four>string</Defined_Four>
          <Defined_Five>string</Defined_Five>
          <Defined_Six>string</Defined_Six>
          <Defined_Seven>string</Defined_Seven>
          <Defined_Eight>string</Defined_Eight>
          <Defined_Nine>string</Defined_Nine>
          <Defined_Ten>string</Defined_Ten>
        </Company_Product_DB_Relation>
        <Company_Product_DB_Relation>
          <ID>int</ID>
          <Serial_Num>string</Serial_Num>
          <Company_Name>string</Company_Name>
          <Contract_Period>dateTime</Contract_Period>
          <Using_Time>dateTime</Using_Time>
          <Warranty_Unit>string</Warranty_Unit>
          <Warranty_Time>int</Warranty_Time>
          <Company_ID>string</Company_ID>
          <IsPermit_Install>boolean</IsPermit_Install>
          <IsFree_Install>boolean</IsFree_Install>
          <Purchase_Date>dateTime</Purchase_Date>
          <Create_Time>dateTime</Create_Time>
          <Delivery_Number>string</Delivery_Number>
          <Valid_Flag>boolean</Valid_Flag>
          <Remark>string</Remark>
          <Defined_One>string</Defined_One>
          <Defined_Two>string</Defined_Two>
          <Defined_Three>string</Defined_Three>
          <Defined_Four>string</Defined_Four>
          <Defined_Five>string</Defined_Five>
          <Defined_Six>string</Defined_Six>
          <Defined_Seven>string</Defined_Seven>
          <Defined_Eight>string</Defined_Eight>
          <Defined_Nine>string</Defined_Nine>
          <Defined_Ten>string</Defined_Ten>
        </Company_Product_DB_Relation>
      </RelationList>
    </BatchDeleteCompanyProductBD>
  </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>
    <BatchDeleteCompanyProductBDResponse xmlns="http://tempuriwx.org/">
      <BatchDeleteCompanyProductBDResult>
        <PageContent>
          <PageSize>long</PageSize>
          <CurrentPage>long</CurrentPage>
          <TotleRecords>long</TotleRecords>
          <TotlePage>long</TotlePage>
          <MaxSelectRecords>long</MaxSelectRecords>
          <IsFillTotleRecords>boolean</IsFillTotleRecords>
        </PageContent>
        <InfoList>
          <xsd:schema>schema</xsd:schema>xml</InfoList>
        <commonDic>string</commonDic>
        <DataInfo>string</DataInfo>
        <FileOne>string</FileOne>
        <FileTwo>string</FileTwo>
        <FileThree>string</FileThree>
        <FileFour>string</FileFour>
      </BatchDeleteCompanyProductBDResult>
    </BatchDeleteCompanyProductBDResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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

POST /WXASPSVC.asmx HTTP/1.1
Host: swxapi.dxda.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>
    <BatchDeleteCompanyProductBD xmlns="http://tempuriwx.org/">
      <RelationList>
        <Company_Product_DB_Relation>
          <ID>int</ID>
          <Serial_Num>string</Serial_Num>
          <Company_Name>string</Company_Name>
          <Contract_Period>dateTime</Contract_Period>
          <Using_Time>dateTime</Using_Time>
          <Warranty_Unit>string</Warranty_Unit>
          <Warranty_Time>int</Warranty_Time>
          <Company_ID>string</Company_ID>
          <IsPermit_Install>boolean</IsPermit_Install>
          <IsFree_Install>boolean</IsFree_Install>
          <Purchase_Date>dateTime</Purchase_Date>
          <Create_Time>dateTime</Create_Time>
          <Delivery_Number>string</Delivery_Number>
          <Valid_Flag>boolean</Valid_Flag>
          <Remark>string</Remark>
          <Defined_One>string</Defined_One>
          <Defined_Two>string</Defined_Two>
          <Defined_Three>string</Defined_Three>
          <Defined_Four>string</Defined_Four>
          <Defined_Five>string</Defined_Five>
          <Defined_Six>string</Defined_Six>
          <Defined_Seven>string</Defined_Seven>
          <Defined_Eight>string</Defined_Eight>
          <Defined_Nine>string</Defined_Nine>
          <Defined_Ten>string</Defined_Ten>
        </Company_Product_DB_Relation>
        <Company_Product_DB_Relation>
          <ID>int</ID>
          <Serial_Num>string</Serial_Num>
          <Company_Name>string</Company_Name>
          <Contract_Period>dateTime</Contract_Period>
          <Using_Time>dateTime</Using_Time>
          <Warranty_Unit>string</Warranty_Unit>
          <Warranty_Time>int</Warranty_Time>
          <Company_ID>string</Company_ID>
          <IsPermit_Install>boolean</IsPermit_Install>
          <IsFree_Install>boolean</IsFree_Install>
          <Purchase_Date>dateTime</Purchase_Date>
          <Create_Time>dateTime</Create_Time>
          <Delivery_Number>string</Delivery_Number>
          <Valid_Flag>boolean</Valid_Flag>
          <Remark>string</Remark>
          <Defined_One>string</Defined_One>
          <Defined_Two>string</Defined_Two>
          <Defined_Three>string</Defined_Three>
          <Defined_Four>string</Defined_Four>
          <Defined_Five>string</Defined_Five>
          <Defined_Six>string</Defined_Six>
          <Defined_Seven>string</Defined_Seven>
          <Defined_Eight>string</Defined_Eight>
          <Defined_Nine>string</Defined_Nine>
          <Defined_Ten>string</Defined_Ten>
        </Company_Product_DB_Relation>
      </RelationList>
    </BatchDeleteCompanyProductBD>
  </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>
    <BatchDeleteCompanyProductBDResponse xmlns="http://tempuriwx.org/">
      <BatchDeleteCompanyProductBDResult>
        <PageContent>
          <PageSize>long</PageSize>
          <CurrentPage>long</CurrentPage>
          <TotleRecords>long</TotleRecords>
          <TotlePage>long</TotlePage>
          <MaxSelectRecords>long</MaxSelectRecords>
          <IsFillTotleRecords>boolean</IsFillTotleRecords>
        </PageContent>
        <InfoList>
          <xsd:schema>schema</xsd:schema>xml</InfoList>
        <commonDic>string</commonDic>
        <DataInfo>string</DataInfo>
        <FileOne>string</FileOne>
        <FileTwo>string</FileTwo>
        <FileThree>string</FileThree>
        <FileFour>string</FileFour>
      </BatchDeleteCompanyProductBDResult>
    </BatchDeleteCompanyProductBDResponse>
  </soap12:Body>
</soap12:Envelope>