BASService


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

getWARNING_CONTRACTByParam

测试

若要使用 HTTP POST 协议对操作进行测试,请单击“调用”按钮。
参数
managementsystem:
condition_type:
company_name:
condition_level:
DateB:
DateE:
user_name:
contract_display_id:
contract_name:
status:
login_user:

SOAP 1.1

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

POST /BASService.asmx HTTP/1.1
Host: 58.213.109.124
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/getWARNING_CONTRACTByParam"

<?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:Header>
    <CostSoapHeader xmlns="http://tempuri.org/">
      <UserId>string</UserId>
      <UserPW>string</UserPW>
    </CostSoapHeader>
  </soap:Header>
  <soap:Body>
    <getWARNING_CONTRACTByParam xmlns="http://tempuri.org/">
      <managementsystem>string</managementsystem>
      <condition_type>string</condition_type>
      <company_name>string</company_name>
      <condition_level>string</condition_level>
      <DateB>string</DateB>
      <DateE>string</DateE>
      <user_name>string</user_name>
      <contract_display_id>string</contract_display_id>
      <contract_name>string</contract_name>
      <status>int</status>
      <login_user>string</login_user>
    </getWARNING_CONTRACTByParam>
  </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>
    <getWARNING_CONTRACTByParamResponse xmlns="http://tempuri.org/">
      <getWARNING_CONTRACTByParamResult>
        <resultCode>string</resultCode>
        <resultMsg>string</resultMsg>
        <resultData>
          <WARNING_CONTRACTEntity>
            <ID>string</ID>
            <CONTRACT_DISPLAY_ID>string</CONTRACT_DISPLAY_ID>
            <CONDITION_DETAIL_ID>string</CONDITION_DETAIL_ID>
            <MANAGEMENTSYSTEM>string</MANAGEMENTSYSTEM>
            <CONDITION_TYPE>string</CONDITION_TYPE>
            <COMPANY_NAME>string</COMPANY_NAME>
            <DEPT_NAME>string</DEPT_NAME>
            <CONDITION_LEVEL>string</CONDITION_LEVEL>
            <WARNING_CONTENT>string</WARNING_CONTENT>
            <END_DATE>string</END_DATE>
            <WARNING_DATE>string</WARNING_DATE>
            <USER_NAME>string</USER_NAME>
            <STATUS>string</STATUS>
            <OPER_ID>string</OPER_ID>
            <OPER_TIME>string</OPER_TIME>
            <CLOSE_USERNAME>string</CLOSE_USERNAME>
            <CLOSE_TIME>string</CLOSE_TIME>
            <NEW_CONTRACTID>string</NEW_CONTRACTID>
            <CLOSE_DESCRIPTION>string</CLOSE_DESCRIPTION>
          </WARNING_CONTRACTEntity>
          <WARNING_CONTRACTEntity>
            <ID>string</ID>
            <CONTRACT_DISPLAY_ID>string</CONTRACT_DISPLAY_ID>
            <CONDITION_DETAIL_ID>string</CONDITION_DETAIL_ID>
            <MANAGEMENTSYSTEM>string</MANAGEMENTSYSTEM>
            <CONDITION_TYPE>string</CONDITION_TYPE>
            <COMPANY_NAME>string</COMPANY_NAME>
            <DEPT_NAME>string</DEPT_NAME>
            <CONDITION_LEVEL>string</CONDITION_LEVEL>
            <WARNING_CONTENT>string</WARNING_CONTENT>
            <END_DATE>string</END_DATE>
            <WARNING_DATE>string</WARNING_DATE>
            <USER_NAME>string</USER_NAME>
            <STATUS>string</STATUS>
            <OPER_ID>string</OPER_ID>
            <OPER_TIME>string</OPER_TIME>
            <CLOSE_USERNAME>string</CLOSE_USERNAME>
            <CLOSE_TIME>string</CLOSE_TIME>
            <NEW_CONTRACTID>string</NEW_CONTRACTID>
            <CLOSE_DESCRIPTION>string</CLOSE_DESCRIPTION>
          </WARNING_CONTRACTEntity>
        </resultData>
      </getWARNING_CONTRACTByParamResult>
    </getWARNING_CONTRACTByParamResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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

POST /BASService.asmx HTTP/1.1
Host: 58.213.109.124
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:Header>
    <CostSoapHeader xmlns="http://tempuri.org/">
      <UserId>string</UserId>
      <UserPW>string</UserPW>
    </CostSoapHeader>
  </soap12:Header>
  <soap12:Body>
    <getWARNING_CONTRACTByParam xmlns="http://tempuri.org/">
      <managementsystem>string</managementsystem>
      <condition_type>string</condition_type>
      <company_name>string</company_name>
      <condition_level>string</condition_level>
      <DateB>string</DateB>
      <DateE>string</DateE>
      <user_name>string</user_name>
      <contract_display_id>string</contract_display_id>
      <contract_name>string</contract_name>
      <status>int</status>
      <login_user>string</login_user>
    </getWARNING_CONTRACTByParam>
  </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>
    <getWARNING_CONTRACTByParamResponse xmlns="http://tempuri.org/">
      <getWARNING_CONTRACTByParamResult>
        <resultCode>string</resultCode>
        <resultMsg>string</resultMsg>
        <resultData>
          <WARNING_CONTRACTEntity>
            <ID>string</ID>
            <CONTRACT_DISPLAY_ID>string</CONTRACT_DISPLAY_ID>
            <CONDITION_DETAIL_ID>string</CONDITION_DETAIL_ID>
            <MANAGEMENTSYSTEM>string</MANAGEMENTSYSTEM>
            <CONDITION_TYPE>string</CONDITION_TYPE>
            <COMPANY_NAME>string</COMPANY_NAME>
            <DEPT_NAME>string</DEPT_NAME>
            <CONDITION_LEVEL>string</CONDITION_LEVEL>
            <WARNING_CONTENT>string</WARNING_CONTENT>
            <END_DATE>string</END_DATE>
            <WARNING_DATE>string</WARNING_DATE>
            <USER_NAME>string</USER_NAME>
            <STATUS>string</STATUS>
            <OPER_ID>string</OPER_ID>
            <OPER_TIME>string</OPER_TIME>
            <CLOSE_USERNAME>string</CLOSE_USERNAME>
            <CLOSE_TIME>string</CLOSE_TIME>
            <NEW_CONTRACTID>string</NEW_CONTRACTID>
            <CLOSE_DESCRIPTION>string</CLOSE_DESCRIPTION>
          </WARNING_CONTRACTEntity>
          <WARNING_CONTRACTEntity>
            <ID>string</ID>
            <CONTRACT_DISPLAY_ID>string</CONTRACT_DISPLAY_ID>
            <CONDITION_DETAIL_ID>string</CONDITION_DETAIL_ID>
            <MANAGEMENTSYSTEM>string</MANAGEMENTSYSTEM>
            <CONDITION_TYPE>string</CONDITION_TYPE>
            <COMPANY_NAME>string</COMPANY_NAME>
            <DEPT_NAME>string</DEPT_NAME>
            <CONDITION_LEVEL>string</CONDITION_LEVEL>
            <WARNING_CONTENT>string</WARNING_CONTENT>
            <END_DATE>string</END_DATE>
            <WARNING_DATE>string</WARNING_DATE>
            <USER_NAME>string</USER_NAME>
            <STATUS>string</STATUS>
            <OPER_ID>string</OPER_ID>
            <OPER_TIME>string</OPER_TIME>
            <CLOSE_USERNAME>string</CLOSE_USERNAME>
            <CLOSE_TIME>string</CLOSE_TIME>
            <NEW_CONTRACTID>string</NEW_CONTRACTID>
            <CLOSE_DESCRIPTION>string</CLOSE_DESCRIPTION>
          </WARNING_CONTRACTEntity>
        </resultData>
      </getWARNING_CONTRACTByParamResult>
    </getWARNING_CONTRACTByParamResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /BASService.asmx/getWARNING_CONTRACTByParam?managementsystem=string&condition_type=string&company_name=string&condition_level=string&DateB=string&DateE=string&user_name=string&contract_display_id=string&contract_name=string&status=string&login_user=string HTTP/1.1
Host: 58.213.109.124
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<WARNING_CONTRACTList xmlns="http://tempuri.org/">
  <resultCode>string</resultCode>
  <resultMsg>string</resultMsg>
  <resultData>
    <WARNING_CONTRACTEntity>
      <ID>string</ID>
      <CONTRACT_DISPLAY_ID>string</CONTRACT_DISPLAY_ID>
      <CONDITION_DETAIL_ID>string</CONDITION_DETAIL_ID>
      <MANAGEMENTSYSTEM>string</MANAGEMENTSYSTEM>
      <CONDITION_TYPE>string</CONDITION_TYPE>
      <COMPANY_NAME>string</COMPANY_NAME>
      <DEPT_NAME>string</DEPT_NAME>
      <CONDITION_LEVEL>string</CONDITION_LEVEL>
      <WARNING_CONTENT>string</WARNING_CONTENT>
      <END_DATE>string</END_DATE>
      <WARNING_DATE>string</WARNING_DATE>
      <USER_NAME>string</USER_NAME>
      <STATUS>string</STATUS>
      <OPER_ID>string</OPER_ID>
      <OPER_TIME>string</OPER_TIME>
      <CLOSE_USERNAME>string</CLOSE_USERNAME>
      <CLOSE_TIME>string</CLOSE_TIME>
      <NEW_CONTRACTID>string</NEW_CONTRACTID>
      <CLOSE_DESCRIPTION>string</CLOSE_DESCRIPTION>
    </WARNING_CONTRACTEntity>
    <WARNING_CONTRACTEntity>
      <ID>string</ID>
      <CONTRACT_DISPLAY_ID>string</CONTRACT_DISPLAY_ID>
      <CONDITION_DETAIL_ID>string</CONDITION_DETAIL_ID>
      <MANAGEMENTSYSTEM>string</MANAGEMENTSYSTEM>
      <CONDITION_TYPE>string</CONDITION_TYPE>
      <COMPANY_NAME>string</COMPANY_NAME>
      <DEPT_NAME>string</DEPT_NAME>
      <CONDITION_LEVEL>string</CONDITION_LEVEL>
      <WARNING_CONTENT>string</WARNING_CONTENT>
      <END_DATE>string</END_DATE>
      <WARNING_DATE>string</WARNING_DATE>
      <USER_NAME>string</USER_NAME>
      <STATUS>string</STATUS>
      <OPER_ID>string</OPER_ID>
      <OPER_TIME>string</OPER_TIME>
      <CLOSE_USERNAME>string</CLOSE_USERNAME>
      <CLOSE_TIME>string</CLOSE_TIME>
      <NEW_CONTRACTID>string</NEW_CONTRACTID>
      <CLOSE_DESCRIPTION>string</CLOSE_DESCRIPTION>
    </WARNING_CONTRACTEntity>
  </resultData>
</WARNING_CONTRACTList>

HTTP POST

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

POST /BASService.asmx/getWARNING_CONTRACTByParam HTTP/1.1
Host: 58.213.109.124
Content-Type: application/x-www-form-urlencoded
Content-Length: length

managementsystem=string&condition_type=string&company_name=string&condition_level=string&DateB=string&DateE=string&user_name=string&contract_display_id=string&contract_name=string&status=string&login_user=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<WARNING_CONTRACTList xmlns="http://tempuri.org/">
  <resultCode>string</resultCode>
  <resultMsg>string</resultMsg>
  <resultData>
    <WARNING_CONTRACTEntity>
      <ID>string</ID>
      <CONTRACT_DISPLAY_ID>string</CONTRACT_DISPLAY_ID>
      <CONDITION_DETAIL_ID>string</CONDITION_DETAIL_ID>
      <MANAGEMENTSYSTEM>string</MANAGEMENTSYSTEM>
      <CONDITION_TYPE>string</CONDITION_TYPE>
      <COMPANY_NAME>string</COMPANY_NAME>
      <DEPT_NAME>string</DEPT_NAME>
      <CONDITION_LEVEL>string</CONDITION_LEVEL>
      <WARNING_CONTENT>string</WARNING_CONTENT>
      <END_DATE>string</END_DATE>
      <WARNING_DATE>string</WARNING_DATE>
      <USER_NAME>string</USER_NAME>
      <STATUS>string</STATUS>
      <OPER_ID>string</OPER_ID>
      <OPER_TIME>string</OPER_TIME>
      <CLOSE_USERNAME>string</CLOSE_USERNAME>
      <CLOSE_TIME>string</CLOSE_TIME>
      <NEW_CONTRACTID>string</NEW_CONTRACTID>
      <CLOSE_DESCRIPTION>string</CLOSE_DESCRIPTION>
    </WARNING_CONTRACTEntity>
    <WARNING_CONTRACTEntity>
      <ID>string</ID>
      <CONTRACT_DISPLAY_ID>string</CONTRACT_DISPLAY_ID>
      <CONDITION_DETAIL_ID>string</CONDITION_DETAIL_ID>
      <MANAGEMENTSYSTEM>string</MANAGEMENTSYSTEM>
      <CONDITION_TYPE>string</CONDITION_TYPE>
      <COMPANY_NAME>string</COMPANY_NAME>
      <DEPT_NAME>string</DEPT_NAME>
      <CONDITION_LEVEL>string</CONDITION_LEVEL>
      <WARNING_CONTENT>string</WARNING_CONTENT>
      <END_DATE>string</END_DATE>
      <WARNING_DATE>string</WARNING_DATE>
      <USER_NAME>string</USER_NAME>
      <STATUS>string</STATUS>
      <OPER_ID>string</OPER_ID>
      <OPER_TIME>string</OPER_TIME>
      <CLOSE_USERNAME>string</CLOSE_USERNAME>
      <CLOSE_TIME>string</CLOSE_TIME>
      <NEW_CONTRACTID>string</NEW_CONTRACTID>
      <CLOSE_DESCRIPTION>string</CLOSE_DESCRIPTION>
    </WARNING_CONTRACTEntity>
  </resultData>
</WARNING_CONTRACTList>