WXASPSVC


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

CustomerUpdateRepairOrder

修改咨询单信息

测试

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

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

<?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>
    <CustomerUpdateRepairOrder xmlns="http://tempuriwx.org/">
      <objRepairOrderEntity>
        <ID>int</ID>
        <Repair_Order_ID>string</Repair_Order_ID>
        <User_ID>string</User_ID>
        <Serial_Num>string</Serial_Num>
        <Company_ID>string</Company_ID>
        <Repair_Person>string</Repair_Person>
        <Repair_Time>dateTime</Repair_Time>
        <Repair_Mobile>string</Repair_Mobile>
        <Soft_Version>string</Soft_Version>
        <Patch_Number>string</Patch_Number>
        <Belong_Module>string</Belong_Module>
        <Consult_Title>string</Consult_Title>
        <Handle_Status>string</Handle_Status>
        <Order_Type>string</Order_Type>
        <IsBlacklist>boolean</IsBlacklist>
        <Who_Close>string</Who_Close>
        <Attend_ID>string</Attend_ID>
        <Maintainer_ID>string</Maintainer_ID>
        <Repair_Point>string</Repair_Point>
        <Maintainer_Name>string</Maintainer_Name>
        <Maintainer_Mobile>string</Maintainer_Mobile>
        <Home_Time>dateTime</Home_Time>
        <IsSolve>boolean</IsSolve>
        <SL_Time>dateTime</SL_Time>
        <PD_Time>dateTime</PD_Time>
        <JD_Time>dateTime</JD_Time>
        <PG_Time>dateTime</PG_Time>
        <WG_Time>dateTime</WG_Time>
        <HF_Time>dateTime</HF_Time>
        <JA_Time>dateTime</JA_Time>
        <Finish_Time>dateTime</Finish_Time>
        <Province_Name>string</Province_Name>
        <City_Name>string</City_Name>
        <County_Name>string</County_Name>
        <Repair_Addr>string</Repair_Addr>
        <Customer_Return>string</Customer_Return>
        <Customer_Evaluation>string</Customer_Evaluation>
        <To_Developer>boolean</To_Developer>
        <Developer_Order_ID>string</Developer_Order_ID>
        <IsWriteRecord>boolean</IsWriteRecord>
        <Remark>string</Remark>
        <img_path1>string</img_path1>
        <img_path2>string</img_path2>
        <img_path3>string</img_path3>
        <img_path4>string</img_path4>
        <img_path5>string</img_path5>
      </objRepairOrderEntity>
    </CustomerUpdateRepairOrder>
  </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>
    <CustomerUpdateRepairOrderResponse xmlns="http://tempuriwx.org/">
      <CustomerUpdateRepairOrderResult>
        <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>
      </CustomerUpdateRepairOrderResult>
    </CustomerUpdateRepairOrderResponse>
  </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>
    <CustomerUpdateRepairOrder xmlns="http://tempuriwx.org/">
      <objRepairOrderEntity>
        <ID>int</ID>
        <Repair_Order_ID>string</Repair_Order_ID>
        <User_ID>string</User_ID>
        <Serial_Num>string</Serial_Num>
        <Company_ID>string</Company_ID>
        <Repair_Person>string</Repair_Person>
        <Repair_Time>dateTime</Repair_Time>
        <Repair_Mobile>string</Repair_Mobile>
        <Soft_Version>string</Soft_Version>
        <Patch_Number>string</Patch_Number>
        <Belong_Module>string</Belong_Module>
        <Consult_Title>string</Consult_Title>
        <Handle_Status>string</Handle_Status>
        <Order_Type>string</Order_Type>
        <IsBlacklist>boolean</IsBlacklist>
        <Who_Close>string</Who_Close>
        <Attend_ID>string</Attend_ID>
        <Maintainer_ID>string</Maintainer_ID>
        <Repair_Point>string</Repair_Point>
        <Maintainer_Name>string</Maintainer_Name>
        <Maintainer_Mobile>string</Maintainer_Mobile>
        <Home_Time>dateTime</Home_Time>
        <IsSolve>boolean</IsSolve>
        <SL_Time>dateTime</SL_Time>
        <PD_Time>dateTime</PD_Time>
        <JD_Time>dateTime</JD_Time>
        <PG_Time>dateTime</PG_Time>
        <WG_Time>dateTime</WG_Time>
        <HF_Time>dateTime</HF_Time>
        <JA_Time>dateTime</JA_Time>
        <Finish_Time>dateTime</Finish_Time>
        <Province_Name>string</Province_Name>
        <City_Name>string</City_Name>
        <County_Name>string</County_Name>
        <Repair_Addr>string</Repair_Addr>
        <Customer_Return>string</Customer_Return>
        <Customer_Evaluation>string</Customer_Evaluation>
        <To_Developer>boolean</To_Developer>
        <Developer_Order_ID>string</Developer_Order_ID>
        <IsWriteRecord>boolean</IsWriteRecord>
        <Remark>string</Remark>
        <img_path1>string</img_path1>
        <img_path2>string</img_path2>
        <img_path3>string</img_path3>
        <img_path4>string</img_path4>
        <img_path5>string</img_path5>
      </objRepairOrderEntity>
    </CustomerUpdateRepairOrder>
  </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>
    <CustomerUpdateRepairOrderResponse xmlns="http://tempuriwx.org/">
      <CustomerUpdateRepairOrderResult>
        <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>
      </CustomerUpdateRepairOrderResult>
    </CustomerUpdateRepairOrderResponse>
  </soap12:Body>
</soap12:Envelope>