WebMethods


Click here for a complete list of operations.

SaveLeads

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
ClientCode:
sMode:
Company_Code:
Lead_No:
Branch:
Division:
Lead_Type:
Product_Type:
Exist_customer_Ind:
New_customer_Ind:
Customer_Code:
Customer_Name:
Existing_Address_Ind:
Customer_AddressCode:
Customer_AddressName:
Contact_PersonName:
Contact_Person_No:
Contact_Email:
Lead_Source:
Lead_GeneratedBy:
ReferenceBy:
Reference_ByContactNo:
Desc:
Attachment1_Ind:
fileExtension1:
Attachment1:
Attachment2_Ind:
fileExtension2:
Attachment2:
Lead_Conv_Chances:
Lead_Priority:
Send_Email:
Send_SMS:
Active:
userid:
Cancel_Ind:
Cancel_Remarks:
Lead_Owner:
TargetMonth:

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 /WebMethods.asmx HTTP/1.1
Host: katalystjayair.ducem.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://katalystjayair.ducem.in/SaveLeads"

<?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>
    <SaveLeads xmlns="https://katalystjayair.ducem.in/">
      <ClientCode>string</ClientCode>
      <sMode>string</sMode>
      <Company_Code>string</Company_Code>
      <Lead_No>string</Lead_No>
      <Branch>string</Branch>
      <Division>string</Division>
      <Lead_Type>string</Lead_Type>
      <Product_Type>string</Product_Type>
      <Exist_customer_Ind>string</Exist_customer_Ind>
      <New_customer_Ind>string</New_customer_Ind>
      <Customer_Code>string</Customer_Code>
      <Customer_Name>string</Customer_Name>
      <Existing_Address_Ind>string</Existing_Address_Ind>
      <Customer_AddressCode>string</Customer_AddressCode>
      <Customer_AddressName>string</Customer_AddressName>
      <Contact_PersonName>string</Contact_PersonName>
      <Contact_Person_No>string</Contact_Person_No>
      <Contact_Email>string</Contact_Email>
      <Lead_Source>string</Lead_Source>
      <Lead_GeneratedBy>string</Lead_GeneratedBy>
      <ReferenceBy>string</ReferenceBy>
      <Reference_ByContactNo>string</Reference_ByContactNo>
      <Desc>string</Desc>
      <Attachment1_Ind>string</Attachment1_Ind>
      <fileExtension1>string</fileExtension1>
      <Attachment1>string</Attachment1>
      <Attachment2_Ind>string</Attachment2_Ind>
      <fileExtension2>string</fileExtension2>
      <Attachment2>string</Attachment2>
      <Lead_Conv_Chances>string</Lead_Conv_Chances>
      <Lead_Priority>string</Lead_Priority>
      <Send_Email>string</Send_Email>
      <Send_SMS>string</Send_SMS>
      <Active>string</Active>
      <userid>string</userid>
      <Cancel_Ind>string</Cancel_Ind>
      <Cancel_Remarks>string</Cancel_Remarks>
      <Lead_Owner>string</Lead_Owner>
      <TargetMonth>string</TargetMonth>
    </SaveLeads>
  </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>
    <SaveLeadsResponse xmlns="https://katalystjayair.ducem.in/">
      <SaveLeadsResult>string</SaveLeadsResult>
    </SaveLeadsResponse>
  </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 /WebMethods.asmx HTTP/1.1
Host: katalystjayair.ducem.in
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>
    <SaveLeads xmlns="https://katalystjayair.ducem.in/">
      <ClientCode>string</ClientCode>
      <sMode>string</sMode>
      <Company_Code>string</Company_Code>
      <Lead_No>string</Lead_No>
      <Branch>string</Branch>
      <Division>string</Division>
      <Lead_Type>string</Lead_Type>
      <Product_Type>string</Product_Type>
      <Exist_customer_Ind>string</Exist_customer_Ind>
      <New_customer_Ind>string</New_customer_Ind>
      <Customer_Code>string</Customer_Code>
      <Customer_Name>string</Customer_Name>
      <Existing_Address_Ind>string</Existing_Address_Ind>
      <Customer_AddressCode>string</Customer_AddressCode>
      <Customer_AddressName>string</Customer_AddressName>
      <Contact_PersonName>string</Contact_PersonName>
      <Contact_Person_No>string</Contact_Person_No>
      <Contact_Email>string</Contact_Email>
      <Lead_Source>string</Lead_Source>
      <Lead_GeneratedBy>string</Lead_GeneratedBy>
      <ReferenceBy>string</ReferenceBy>
      <Reference_ByContactNo>string</Reference_ByContactNo>
      <Desc>string</Desc>
      <Attachment1_Ind>string</Attachment1_Ind>
      <fileExtension1>string</fileExtension1>
      <Attachment1>string</Attachment1>
      <Attachment2_Ind>string</Attachment2_Ind>
      <fileExtension2>string</fileExtension2>
      <Attachment2>string</Attachment2>
      <Lead_Conv_Chances>string</Lead_Conv_Chances>
      <Lead_Priority>string</Lead_Priority>
      <Send_Email>string</Send_Email>
      <Send_SMS>string</Send_SMS>
      <Active>string</Active>
      <userid>string</userid>
      <Cancel_Ind>string</Cancel_Ind>
      <Cancel_Remarks>string</Cancel_Remarks>
      <Lead_Owner>string</Lead_Owner>
      <TargetMonth>string</TargetMonth>
    </SaveLeads>
  </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>
    <SaveLeadsResponse xmlns="https://katalystjayair.ducem.in/">
      <SaveLeadsResult>string</SaveLeadsResult>
    </SaveLeadsResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /WebMethods.asmx/SaveLeads?ClientCode=string&sMode=string&Company_Code=string&Lead_No=string&Branch=string&Division=string&Lead_Type=string&Product_Type=string&Exist_customer_Ind=string&New_customer_Ind=string&Customer_Code=string&Customer_Name=string&Existing_Address_Ind=string&Customer_AddressCode=string&Customer_AddressName=string&Contact_PersonName=string&Contact_Person_No=string&Contact_Email=string&Lead_Source=string&Lead_GeneratedBy=string&ReferenceBy=string&Reference_ByContactNo=string&Desc=string&Attachment1_Ind=string&fileExtension1=string&Attachment1=string&Attachment2_Ind=string&fileExtension2=string&Attachment2=string&Lead_Conv_Chances=string&Lead_Priority=string&Send_Email=string&Send_SMS=string&Active=string&userid=string&Cancel_Ind=string&Cancel_Remarks=string&Lead_Owner=string&TargetMonth=string HTTP/1.1
Host: katalystjayair.ducem.in
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="https://katalystjayair.ducem.in/">string</string>

HTTP POST

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

POST /WebMethods.asmx/SaveLeads HTTP/1.1
Host: katalystjayair.ducem.in
Content-Type: application/x-www-form-urlencoded
Content-Length: length

ClientCode=string&sMode=string&Company_Code=string&Lead_No=string&Branch=string&Division=string&Lead_Type=string&Product_Type=string&Exist_customer_Ind=string&New_customer_Ind=string&Customer_Code=string&Customer_Name=string&Existing_Address_Ind=string&Customer_AddressCode=string&Customer_AddressName=string&Contact_PersonName=string&Contact_Person_No=string&Contact_Email=string&Lead_Source=string&Lead_GeneratedBy=string&ReferenceBy=string&Reference_ByContactNo=string&Desc=string&Attachment1_Ind=string&fileExtension1=string&Attachment1=string&Attachment2_Ind=string&fileExtension2=string&Attachment2=string&Lead_Conv_Chances=string&Lead_Priority=string&Send_Email=string&Send_SMS=string&Active=string&userid=string&Cancel_Ind=string&Cancel_Remarks=string&Lead_Owner=string&TargetMonth=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="https://katalystjayair.ducem.in/">string</string>