WXASPSVC
单击此处,获取完整的操作列表。
pcMaintainerSelectOrderList
根据条件查询报修单列表(维修人员)
测试
测试窗体只能用于来自本地计算机的请求。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/pcMaintainerSelectOrderList" <?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> <pcMaintainerSelectOrderList xmlns="http://tempuriwx.org/"> <objConditionEntity> <ID>int</ID> <Repair_Order_ID>string</Repair_Order_ID> <User_ID>string</User_ID> <Serial_Num>string</Serial_Num> <Repair_Person>string</Repair_Person> <Repair_Time>dateTime</Repair_Time> <Repair_Mobile>string</Repair_Mobile> <Handle_Status>string</Handle_Status> <Order_Type>string</Order_Type> <Soft_Version>string</Soft_Version> <Patch_Number>string</Patch_Number> <Belong_Module>string</Belong_Module> <Consult_Title>string</Consult_Title> <Who_Close>string</Who_Close> <To_Developer>boolean</To_Developer> <Remark>string</Remark> <IsBlacklist>boolean</IsBlacklist> <Attend_ID>string</Attend_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> <Customer_Return>string</Customer_Return> <Customer_Evaluation>string</Customer_Evaluation> <Province_Name>string</Province_Name> <City_Name>string</City_Name> <County_Name>string</County_Name> <Repair_Addr>string</Repair_Addr> <IsWriteRecord>boolean</IsWriteRecord> <Product_Name>string</Product_Name> <Product_Type>string</Product_Type> <Production_Date>dateTime</Production_Date> <Ex_Factory_Date>dateTime</Ex_Factory_Date> <Vendor_ID>string</Vendor_ID> <Vendor_Name>string</Vendor_Name> <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> <Maintainer_ID>string</Maintainer_ID> <Product_Class>string</Product_Class> <Company_ID>string</Company_ID> <Company_Name>string</Company_Name> <Company_Grade>string</Company_Grade> <Repair_Point_Name>string</Repair_Point_Name> <Contract_Period>dateTime</Contract_Period> <Developer_Order_ID>string</Developer_Order_ID> </objConditionEntity> <SrarchCondition> <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> </SrarchCondition> <strType>string</strType> <pageIndex>int</pageIndex> <pageSize>int</pageSize> </pcMaintainerSelectOrderList> </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> <pcMaintainerSelectOrderListResponse xmlns="http://tempuriwx.org/"> <pcMaintainerSelectOrderListResult> <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> </pcMaintainerSelectOrderListResult> </pcMaintainerSelectOrderListResponse> </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> <pcMaintainerSelectOrderList xmlns="http://tempuriwx.org/"> <objConditionEntity> <ID>int</ID> <Repair_Order_ID>string</Repair_Order_ID> <User_ID>string</User_ID> <Serial_Num>string</Serial_Num> <Repair_Person>string</Repair_Person> <Repair_Time>dateTime</Repair_Time> <Repair_Mobile>string</Repair_Mobile> <Handle_Status>string</Handle_Status> <Order_Type>string</Order_Type> <Soft_Version>string</Soft_Version> <Patch_Number>string</Patch_Number> <Belong_Module>string</Belong_Module> <Consult_Title>string</Consult_Title> <Who_Close>string</Who_Close> <To_Developer>boolean</To_Developer> <Remark>string</Remark> <IsBlacklist>boolean</IsBlacklist> <Attend_ID>string</Attend_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> <Customer_Return>string</Customer_Return> <Customer_Evaluation>string</Customer_Evaluation> <Province_Name>string</Province_Name> <City_Name>string</City_Name> <County_Name>string</County_Name> <Repair_Addr>string</Repair_Addr> <IsWriteRecord>boolean</IsWriteRecord> <Product_Name>string</Product_Name> <Product_Type>string</Product_Type> <Production_Date>dateTime</Production_Date> <Ex_Factory_Date>dateTime</Ex_Factory_Date> <Vendor_ID>string</Vendor_ID> <Vendor_Name>string</Vendor_Name> <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> <Maintainer_ID>string</Maintainer_ID> <Product_Class>string</Product_Class> <Company_ID>string</Company_ID> <Company_Name>string</Company_Name> <Company_Grade>string</Company_Grade> <Repair_Point_Name>string</Repair_Point_Name> <Contract_Period>dateTime</Contract_Period> <Developer_Order_ID>string</Developer_Order_ID> </objConditionEntity> <SrarchCondition> <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> </SrarchCondition> <strType>string</strType> <pageIndex>int</pageIndex> <pageSize>int</pageSize> </pcMaintainerSelectOrderList> </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> <pcMaintainerSelectOrderListResponse xmlns="http://tempuriwx.org/"> <pcMaintainerSelectOrderListResult> <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> </pcMaintainerSelectOrderListResult> </pcMaintainerSelectOrderListResponse> </soap12:Body> </soap12:Envelope>