checurity


Click here for a complete list of operations.

Set_AgentThink

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /checurity.asmx HTTP/1.1
Host: checurity.co.kr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Set_AgentThink"

<?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>
    <Set_AgentThink xmlns="http://tempuri.org/">
      <strTID>string</strTID>
      <strMID>string</strMID>
      <strBIZ_ID>string</strBIZ_ID>
      <strAFFILIATE_NAME>string</strAFFILIATE_NAME>
      <strAFFILIATE_ORDER>string</strAFFILIATE_ORDER>
      <strAFFILIATE_TEL>string</strAFFILIATE_TEL>
      <strAFFILIATE_ADDRESS>string</strAFFILIATE_ADDRESS>
      <strAFFILIATE_PHONE>string</strAFFILIATE_PHONE>
      <strKEY_TAX>string</strKEY_TAX>
      <strKEY_TAX_KIND>string</strKEY_TAX_KIND>
      <strKEY_SERVICE_KIND>string</strKEY_SERVICE_KIND>
      <strKEY_SERVICE>string</strKEY_SERVICE>
      <strAPPVER>string</strAPPVER>
    </Set_AgentThink>
  </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>
    <Set_AgentThinkResponse xmlns="http://tempuri.org/">
      <Set_AgentThinkResult>string</Set_AgentThinkResult>
    </Set_AgentThinkResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /checurity.asmx HTTP/1.1
Host: checurity.co.kr
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>
    <Set_AgentThink xmlns="http://tempuri.org/">
      <strTID>string</strTID>
      <strMID>string</strMID>
      <strBIZ_ID>string</strBIZ_ID>
      <strAFFILIATE_NAME>string</strAFFILIATE_NAME>
      <strAFFILIATE_ORDER>string</strAFFILIATE_ORDER>
      <strAFFILIATE_TEL>string</strAFFILIATE_TEL>
      <strAFFILIATE_ADDRESS>string</strAFFILIATE_ADDRESS>
      <strAFFILIATE_PHONE>string</strAFFILIATE_PHONE>
      <strKEY_TAX>string</strKEY_TAX>
      <strKEY_TAX_KIND>string</strKEY_TAX_KIND>
      <strKEY_SERVICE_KIND>string</strKEY_SERVICE_KIND>
      <strKEY_SERVICE>string</strKEY_SERVICE>
      <strAPPVER>string</strAPPVER>
    </Set_AgentThink>
  </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>
    <Set_AgentThinkResponse xmlns="http://tempuri.org/">
      <Set_AgentThinkResult>string</Set_AgentThinkResult>
    </Set_AgentThinkResponse>
  </soap12:Body>
</soap12:Envelope>