CONTRACTService


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

UpdateREQUESTPAY_wpflag

测试

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

SOAP 1.1

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

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

<?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>
    <UpdateREQUESTPAY_wpflag xmlns="http://tempuri.org/">
      <entity>
        <REQUESTPAY_ID>int</REQUESTPAY_ID>
        <REQUESTPAY_DISPLAY_ID>string</REQUESTPAY_DISPLAY_ID>
        <OBJ_ID>int</OBJ_ID>
        <COMPANY_ID>int</COMPANY_ID>
        <CONTRACT_ID>int</CONTRACT_ID>
        <NO_CONTRACT_FLAG>string</NO_CONTRACT_FLAG>
        <REQUESTPAY_TYPE>string</REQUESTPAY_TYPE>
        <SUBITEM>string</SUBITEM>
        <PRODUCTION_VALUE>double</PRODUCTION_VALUE>
        <WITHHOLD_FLAG>string</WITHHOLD_FLAG>
        <REQUESTPAY_SUM>double</REQUESTPAY_SUM>
        <WITHHOLD_SUM>double</WITHHOLD_SUM>
        <REAL_SUM>double</REAL_SUM>
        <REMARK>string</REMARK>
        <K2_FLAG>string</K2_FLAG>
        <K2_TIME>string</K2_TIME>
        <OPER_ID>int</OPER_ID>
        <OPER_TIME>string</OPER_TIME>
        <OPER_NAME>string</OPER_NAME>
        <APPLY_SUM>double</APPLY_SUM>
        <PARTNERB_UNIT>string</PARTNERB_UNIT>
        <BANK_ACCOUNTB>string</BANK_ACCOUNTB>
        <PARTNERB_CARD_NO>string</PARTNERB_CARD_NO>
        <WEEKPLAN_FLAG>string</WEEKPLAN_FLAG>
        <TOTAL_PRODUCTION_VALUE>double</TOTAL_PRODUCTION_VALUE>
        <TOTAL_REAL_SUM>double</TOTAL_REAL_SUM>
        <TOTAL_WITHHOLD_SUM>double</TOTAL_WITHHOLD_SUM>
        <TOTAL_PAY_SUM>double</TOTAL_PAY_SUM>
        <PERSON_FLAG>string</PERSON_FLAG>
        <HS_TYPE>string</HS_TYPE>
        <SZ_TYPE>string</SZ_TYPE>
        <HS_NAME>string</HS_NAME>
        <SZ_NAME>string</SZ_NAME>
        <PAYMENT_TYPE>string</PAYMENT_TYPE>
        <RATE>string</RATE>
        <APPROVED_PAYABLE_SUM>double</APPROVED_PAYABLE_SUM>
        <PARTNERA_UNIT>string</PARTNERA_UNIT>
        <BANK_ACCOUNTB_CONTRACT>string</BANK_ACCOUNTB_CONTRACT>
        <PARTNERB_CARD_NO_CONTRACT>string</PARTNERB_CARD_NO_CONTRACT>
        <SUPPLY_SAP_ID>string</SUPPLY_SAP_ID>
        <SUPPLY_NMAE>string</SUPPLY_NMAE>
        <ISPURCHASE>string</ISPURCHASE>
        <PURCHASE_ID>string</PURCHASE_ID>
        <ISPREPAID>string</ISPREPAID>
        <TOTAL_DD_REAL_SUM>double</TOTAL_DD_REAL_SUM>
        <TOTAL_DD_APPLY_SUM>double</TOTAL_DD_APPLY_SUM>
        <ACCOUNT_CYCLE>string</ACCOUNT_CYCLE>
        <TAXRATE>string</TAXRATE>
        <TAXAMOUNT>double</TAXAMOUNT>
        <FKZY>string</FKZY>
        <PAY_SOURCE>string</PAY_SOURCE>
        <NCC_STATUS>string</NCC_STATUS>
        <NCC_COUNT>int</NCC_COUNT>
        <ASSET_TYPE>string</ASSET_TYPE>
      </entity>
    </UpdateREQUESTPAY_wpflag>
  </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>
    <UpdateREQUESTPAY_wpflagResponse xmlns="http://tempuri.org/">
      <UpdateREQUESTPAY_wpflagResult>
        <resultCode>string</resultCode>
        <resultMsg>string</resultMsg>
        <resultData>int</resultData>
      </UpdateREQUESTPAY_wpflagResult>
    </UpdateREQUESTPAY_wpflagResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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

POST /CONTRACTService.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>
    <UpdateREQUESTPAY_wpflag xmlns="http://tempuri.org/">
      <entity>
        <REQUESTPAY_ID>int</REQUESTPAY_ID>
        <REQUESTPAY_DISPLAY_ID>string</REQUESTPAY_DISPLAY_ID>
        <OBJ_ID>int</OBJ_ID>
        <COMPANY_ID>int</COMPANY_ID>
        <CONTRACT_ID>int</CONTRACT_ID>
        <NO_CONTRACT_FLAG>string</NO_CONTRACT_FLAG>
        <REQUESTPAY_TYPE>string</REQUESTPAY_TYPE>
        <SUBITEM>string</SUBITEM>
        <PRODUCTION_VALUE>double</PRODUCTION_VALUE>
        <WITHHOLD_FLAG>string</WITHHOLD_FLAG>
        <REQUESTPAY_SUM>double</REQUESTPAY_SUM>
        <WITHHOLD_SUM>double</WITHHOLD_SUM>
        <REAL_SUM>double</REAL_SUM>
        <REMARK>string</REMARK>
        <K2_FLAG>string</K2_FLAG>
        <K2_TIME>string</K2_TIME>
        <OPER_ID>int</OPER_ID>
        <OPER_TIME>string</OPER_TIME>
        <OPER_NAME>string</OPER_NAME>
        <APPLY_SUM>double</APPLY_SUM>
        <PARTNERB_UNIT>string</PARTNERB_UNIT>
        <BANK_ACCOUNTB>string</BANK_ACCOUNTB>
        <PARTNERB_CARD_NO>string</PARTNERB_CARD_NO>
        <WEEKPLAN_FLAG>string</WEEKPLAN_FLAG>
        <TOTAL_PRODUCTION_VALUE>double</TOTAL_PRODUCTION_VALUE>
        <TOTAL_REAL_SUM>double</TOTAL_REAL_SUM>
        <TOTAL_WITHHOLD_SUM>double</TOTAL_WITHHOLD_SUM>
        <TOTAL_PAY_SUM>double</TOTAL_PAY_SUM>
        <PERSON_FLAG>string</PERSON_FLAG>
        <HS_TYPE>string</HS_TYPE>
        <SZ_TYPE>string</SZ_TYPE>
        <HS_NAME>string</HS_NAME>
        <SZ_NAME>string</SZ_NAME>
        <PAYMENT_TYPE>string</PAYMENT_TYPE>
        <RATE>string</RATE>
        <APPROVED_PAYABLE_SUM>double</APPROVED_PAYABLE_SUM>
        <PARTNERA_UNIT>string</PARTNERA_UNIT>
        <BANK_ACCOUNTB_CONTRACT>string</BANK_ACCOUNTB_CONTRACT>
        <PARTNERB_CARD_NO_CONTRACT>string</PARTNERB_CARD_NO_CONTRACT>
        <SUPPLY_SAP_ID>string</SUPPLY_SAP_ID>
        <SUPPLY_NMAE>string</SUPPLY_NMAE>
        <ISPURCHASE>string</ISPURCHASE>
        <PURCHASE_ID>string</PURCHASE_ID>
        <ISPREPAID>string</ISPREPAID>
        <TOTAL_DD_REAL_SUM>double</TOTAL_DD_REAL_SUM>
        <TOTAL_DD_APPLY_SUM>double</TOTAL_DD_APPLY_SUM>
        <ACCOUNT_CYCLE>string</ACCOUNT_CYCLE>
        <TAXRATE>string</TAXRATE>
        <TAXAMOUNT>double</TAXAMOUNT>
        <FKZY>string</FKZY>
        <PAY_SOURCE>string</PAY_SOURCE>
        <NCC_STATUS>string</NCC_STATUS>
        <NCC_COUNT>int</NCC_COUNT>
        <ASSET_TYPE>string</ASSET_TYPE>
      </entity>
    </UpdateREQUESTPAY_wpflag>
  </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>
    <UpdateREQUESTPAY_wpflagResponse xmlns="http://tempuri.org/">
      <UpdateREQUESTPAY_wpflagResult>
        <resultCode>string</resultCode>
        <resultMsg>string</resultMsg>
        <resultData>int</resultData>
      </UpdateREQUESTPAY_wpflagResult>
    </UpdateREQUESTPAY_wpflagResponse>
  </soap12:Body>
</soap12:Envelope>