content


Click here for a complete list of operations.

contact_allEntries_Complete

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 /Content/index.asmx HTTP/1.1
Host: dev.homais.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "Https://webservices.homais.com/contact_allEntries_Complete"

<?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>
    <contact_allEntries_Complete xmlns="Https://webservices.homais.com">
      <portalCode>int</portalCode>
      <userName>string</userName>
      <passWord>string</passWord>
      <contactID>long</contactID>
      <categoryID>long</categoryID>
      <nickname>string</nickname>
      <firstname>string</firstname>
      <lastname>string</lastname>
      <sex>int</sex>
      <address>string</address>
      <mobile>string</mobile>
      <email>string</email>
      <customer_password>string</customer_password>
      <active>boolean</active>
      <nationalCode>string</nationalCode>
      <action>int</action>
      <customerCode>string</customerCode>
      <FatherName>string</FatherName>
      <Shenasname>string</Shenasname>
      <Category>long</Category>
      <PersonType>long</PersonType>
      <MS>int</MS>
      <CompanyName>string</CompanyName>
      <CompanyRegisteryNo>string</CompanyRegisteryNo>
      <CompanyEconomicCode>string</CompanyEconomicCode>
      <JobTitle>string</JobTitle>
      <CompanyNationalCode>string</CompanyNationalCode>
      <Mobile2>string</Mobile2>
      <Mobile3>string</Mobile3>
      <Tell>string</Tell>
      <Extension>string</Extension>
      <Fax>string</Fax>
      <WebSite>string</WebSite>
      <PCode>string</PCode>
      <Comments>string</Comments>
      <SaleBuy>int</SaleBuy>
      <Tell2>string</Tell2>
      <Tell3>string</Tell3>
      <LinkContact>string</LinkContact>
      <Country>long</Country>
      <Province>long</Province>
      <City>long</City>
      <CustomerTitle>long</CustomerTitle>
      <CustomerPosition>long</CustomerPosition>
      <JobType>long</JobType>
      <CustomerDepartment>long</CustomerDepartment>
      <BirthDate>dateTime</BirthDate>
      <WeddingDate>dateTime</WeddingDate>
      <sejelserial>string</sejelserial>
      <sejelseri>string</sejelseri>
    </contact_allEntries_Complete>
  </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>
    <contact_allEntries_CompleteResponse xmlns="Https://webservices.homais.com">
      <contact_allEntries_CompleteResult>
        <result>boolean</result>
        <resID>long</resID>
        <retMessage>string</retMessage>
        <retCode>int</retCode>
        <resAmount>double</resAmount>
        <resultTable>xmlxml</resultTable>
      </contact_allEntries_CompleteResult>
    </contact_allEntries_CompleteResponse>
  </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 /Content/index.asmx HTTP/1.1
Host: dev.homais.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>
    <contact_allEntries_Complete xmlns="Https://webservices.homais.com">
      <portalCode>int</portalCode>
      <userName>string</userName>
      <passWord>string</passWord>
      <contactID>long</contactID>
      <categoryID>long</categoryID>
      <nickname>string</nickname>
      <firstname>string</firstname>
      <lastname>string</lastname>
      <sex>int</sex>
      <address>string</address>
      <mobile>string</mobile>
      <email>string</email>
      <customer_password>string</customer_password>
      <active>boolean</active>
      <nationalCode>string</nationalCode>
      <action>int</action>
      <customerCode>string</customerCode>
      <FatherName>string</FatherName>
      <Shenasname>string</Shenasname>
      <Category>long</Category>
      <PersonType>long</PersonType>
      <MS>int</MS>
      <CompanyName>string</CompanyName>
      <CompanyRegisteryNo>string</CompanyRegisteryNo>
      <CompanyEconomicCode>string</CompanyEconomicCode>
      <JobTitle>string</JobTitle>
      <CompanyNationalCode>string</CompanyNationalCode>
      <Mobile2>string</Mobile2>
      <Mobile3>string</Mobile3>
      <Tell>string</Tell>
      <Extension>string</Extension>
      <Fax>string</Fax>
      <WebSite>string</WebSite>
      <PCode>string</PCode>
      <Comments>string</Comments>
      <SaleBuy>int</SaleBuy>
      <Tell2>string</Tell2>
      <Tell3>string</Tell3>
      <LinkContact>string</LinkContact>
      <Country>long</Country>
      <Province>long</Province>
      <City>long</City>
      <CustomerTitle>long</CustomerTitle>
      <CustomerPosition>long</CustomerPosition>
      <JobType>long</JobType>
      <CustomerDepartment>long</CustomerDepartment>
      <BirthDate>dateTime</BirthDate>
      <WeddingDate>dateTime</WeddingDate>
      <sejelserial>string</sejelserial>
      <sejelseri>string</sejelseri>
    </contact_allEntries_Complete>
  </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>
    <contact_allEntries_CompleteResponse xmlns="Https://webservices.homais.com">
      <contact_allEntries_CompleteResult>
        <result>boolean</result>
        <resID>long</resID>
        <retMessage>string</retMessage>
        <retCode>int</retCode>
        <resAmount>double</resAmount>
        <resultTable>xmlxml</resultTable>
      </contact_allEntries_CompleteResult>
    </contact_allEntries_CompleteResponse>
  </soap12:Body>
</soap12:Envelope>