WXASPSVC
单击此处,获取完整的操作列表。
SelectCompanyProductBD
根据条件查询企业用户的产品明细列表
测试
测试窗体只能用于来自本地计算机的请求。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/SelectCompanyProductBD"
<?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>
<SelectCompanyProductBD xmlns="http://tempuriwx.org/">
<strLoginUser>string</strLoginUser>
<objConditionEnity>
<Serial_Num>string</Serial_Num>
<Product_Name>string</Product_Name>
<Company_Name>string</Company_Name>
<Company_ID>string</Company_ID>
<Product_Class>string</Product_Class>
<Vendor_ID>string</Vendor_ID>
<Contract_Period>dateTime</Contract_Period>
<Product_Type>string</Product_Type>
<Product_Series>string</Product_Series>
<Production_Date>dateTime</Production_Date>
<Ex_Factory_Date>dateTime</Ex_Factory_Date>
<Remark>string</Remark>
<IsPermit_Install>boolean</IsPermit_Install>
<IsFree_Install>boolean</IsFree_Install>
<Create_Time>dateTime</Create_Time>
<Delivery_Number>string</Delivery_Number>
<Using_Time>dateTime</Using_Time>
<Valid_Flag>boolean</Valid_Flag>
<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>
<Purchase_Date>dateTime</Purchase_Date>
<Product_ID>string</Product_ID>
<ID>int</ID>
</objConditionEnity>
<SearchCondition>
<BeginDate>dateTime</BeginDate>
<EndDate>dateTime</EndDate>
<CompleteDate>dateTime</CompleteDate>
<BeginPlanDate>dateTime</BeginPlanDate>
<EndPlanDate>dateTime</EndPlanDate>
<keyWord>string</keyWord>
<other>string</other>
<OrderByType>string</OrderByType>
<HasSerialNum>boolean</HasSerialNum>
</SearchCondition>
<keyWord>string</keyWord>
<pageIndex>int</pageIndex>
<pageSize>int</pageSize>
</SelectCompanyProductBD>
</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>
<SelectCompanyProductBDResponse xmlns="http://tempuriwx.org/">
<SelectCompanyProductBDResult>
<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>
</SelectCompanyProductBDResult>
</SelectCompanyProductBDResponse>
</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>
<SelectCompanyProductBD xmlns="http://tempuriwx.org/">
<strLoginUser>string</strLoginUser>
<objConditionEnity>
<Serial_Num>string</Serial_Num>
<Product_Name>string</Product_Name>
<Company_Name>string</Company_Name>
<Company_ID>string</Company_ID>
<Product_Class>string</Product_Class>
<Vendor_ID>string</Vendor_ID>
<Contract_Period>dateTime</Contract_Period>
<Product_Type>string</Product_Type>
<Product_Series>string</Product_Series>
<Production_Date>dateTime</Production_Date>
<Ex_Factory_Date>dateTime</Ex_Factory_Date>
<Remark>string</Remark>
<IsPermit_Install>boolean</IsPermit_Install>
<IsFree_Install>boolean</IsFree_Install>
<Create_Time>dateTime</Create_Time>
<Delivery_Number>string</Delivery_Number>
<Using_Time>dateTime</Using_Time>
<Valid_Flag>boolean</Valid_Flag>
<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>
<Purchase_Date>dateTime</Purchase_Date>
<Product_ID>string</Product_ID>
<ID>int</ID>
</objConditionEnity>
<SearchCondition>
<BeginDate>dateTime</BeginDate>
<EndDate>dateTime</EndDate>
<CompleteDate>dateTime</CompleteDate>
<BeginPlanDate>dateTime</BeginPlanDate>
<EndPlanDate>dateTime</EndPlanDate>
<keyWord>string</keyWord>
<other>string</other>
<OrderByType>string</OrderByType>
<HasSerialNum>boolean</HasSerialNum>
</SearchCondition>
<keyWord>string</keyWord>
<pageIndex>int</pageIndex>
<pageSize>int</pageSize>
</SelectCompanyProductBD>
</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>
<SelectCompanyProductBDResponse xmlns="http://tempuriwx.org/">
<SelectCompanyProductBDResult>
<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>
</SelectCompanyProductBDResult>
</SelectCompanyProductBDResponse>
</soap12:Body>
</soap12:Envelope>