WXASPSVC


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

ManAddCustomerInfo

厂家帮顾客建立客服资料及产品注册

测试

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

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/ManAddCustomerInfo"

<?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>
    <ManAddCustomerInfo xmlns="http://tempuriwx.org/">
      <DataEntity>
        <Company_Name>string</Company_Name>
        <RegisterID>string</RegisterID>
        <User_Name>string</User_Name>
        <User_PWD>string</User_PWD>
        <Contacts>string</Contacts>
        <Mobile>string</Mobile>
        <Email>string</Email>
        <Telephone>string</Telephone>
        <QQ>string</QQ>
        <Create_Time>dateTime</Create_Time>
        <Company_Addr>string</Company_Addr>
        <Entity_id>string</Entity_id>
      </DataEntity>
      <objProductEntity>
        <Serial_Num>string</Serial_Num>
        <Product_Type>string</Product_Type>
        <Production_Date>dateTime</Production_Date>
        <Ex_Factory_Date>dateTime</Ex_Factory_Date>
        <Purchase_Date>dateTime</Purchase_Date>
        <Create_Time>dateTime</Create_Time>
        <IsAttestation>boolean</IsAttestation>
        <IsPass>boolean</IsPass>
        <Vendor_ID>string</Vendor_ID>
        <Contact_Name>string</Contact_Name>
        <Contact_Mobile>string</Contact_Mobile>
        <Province>string</Province>
        <City>string</City>
        <County>string</County>
        <Address>string</Address>
        <Vendor_Name>string</Vendor_Name>
        <Product_ID>string</Product_ID>
        <Product_Name>string</Product_Name>
        <img_path1>string</img_path1>
        <img_path2>string</img_path2>
        <img_path4>string</img_path4>
        <img_path5>string</img_path5>
        <img_path3>string</img_path3>
        <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>
        <Contract_Period>dateTime</Contract_Period>
        <Product_Class>string</Product_Class>
        <Product_Series>string</Product_Series>
        <User_ID>string</User_ID>
        <User_Name>string</User_Name>
        <Company_ID>string</Company_ID>
        <Company_Name>string</Company_Name>
        <Valid_Flag>boolean</Valid_Flag>
        <Using_Time>dateTime</Using_Time>
      </objProductEntity>
      <strAttendID>string</strAttendID>
    </ManAddCustomerInfo>
  </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>
    <ManAddCustomerInfoResponse xmlns="http://tempuriwx.org/">
      <ManAddCustomerInfoResult>
        <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>
      </ManAddCustomerInfoResult>
    </ManAddCustomerInfoResponse>
  </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>
    <ManAddCustomerInfo xmlns="http://tempuriwx.org/">
      <DataEntity>
        <Company_Name>string</Company_Name>
        <RegisterID>string</RegisterID>
        <User_Name>string</User_Name>
        <User_PWD>string</User_PWD>
        <Contacts>string</Contacts>
        <Mobile>string</Mobile>
        <Email>string</Email>
        <Telephone>string</Telephone>
        <QQ>string</QQ>
        <Create_Time>dateTime</Create_Time>
        <Company_Addr>string</Company_Addr>
        <Entity_id>string</Entity_id>
      </DataEntity>
      <objProductEntity>
        <Serial_Num>string</Serial_Num>
        <Product_Type>string</Product_Type>
        <Production_Date>dateTime</Production_Date>
        <Ex_Factory_Date>dateTime</Ex_Factory_Date>
        <Purchase_Date>dateTime</Purchase_Date>
        <Create_Time>dateTime</Create_Time>
        <IsAttestation>boolean</IsAttestation>
        <IsPass>boolean</IsPass>
        <Vendor_ID>string</Vendor_ID>
        <Contact_Name>string</Contact_Name>
        <Contact_Mobile>string</Contact_Mobile>
        <Province>string</Province>
        <City>string</City>
        <County>string</County>
        <Address>string</Address>
        <Vendor_Name>string</Vendor_Name>
        <Product_ID>string</Product_ID>
        <Product_Name>string</Product_Name>
        <img_path1>string</img_path1>
        <img_path2>string</img_path2>
        <img_path4>string</img_path4>
        <img_path5>string</img_path5>
        <img_path3>string</img_path3>
        <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>
        <Contract_Period>dateTime</Contract_Period>
        <Product_Class>string</Product_Class>
        <Product_Series>string</Product_Series>
        <User_ID>string</User_ID>
        <User_Name>string</User_Name>
        <Company_ID>string</Company_ID>
        <Company_Name>string</Company_Name>
        <Valid_Flag>boolean</Valid_Flag>
        <Using_Time>dateTime</Using_Time>
      </objProductEntity>
      <strAttendID>string</strAttendID>
    </ManAddCustomerInfo>
  </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>
    <ManAddCustomerInfoResponse xmlns="http://tempuriwx.org/">
      <ManAddCustomerInfoResult>
        <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>
      </ManAddCustomerInfoResult>
    </ManAddCustomerInfoResponse>
  </soap12:Body>
</soap12:Envelope>