Enterprise


Click here for a complete list of operations.

GetEnterpriseDetailsByEntNo

Mobile - Get enterprise details from a array list

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 /Enterprise.asmx HTTP/1.1
Host: webservices1.cipc.co.za
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "CIPC_WEB_SERVICES/GetEnterpriseDetailsByEntNo"

<?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>
    <GetEnterpriseDetailsByEntNo xmlns="CIPC_WEB_SERVICES">
      <sUserName>string</sUserName>
      <sPassword>string</sPassword>
      <sBankID>string</sBankID>
      <sEnterpriseNo>string</sEnterpriseNo>
    </GetEnterpriseDetailsByEntNo>
  </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>
    <GetEnterpriseDetailsByEntNoResponse xmlns="CIPC_WEB_SERVICES">
      <GetEnterpriseDetailsByEntNoResult>
        <EnterpriseNumber>string</EnterpriseNumber>
        <EnterpriseName>string</EnterpriseName>
        <RegistrationDate>dateTime</RegistrationDate>
        <EnterpriseStatus>string</EnterpriseStatus>
        <EnterpriseType>string</EnterpriseType>
        <EnterpriseStatusDesc>string</EnterpriseStatusDesc>
        <EnterpriseTypeDesc>string</EnterpriseTypeDesc>
        <RegionCode>string</RegionCode>
        <CountryCode>string</CountryCode>
        <FinYearEnd>int</FinYearEnd>
        <PPhysicalAddress1>string</PPhysicalAddress1>
        <PPhysicalAddress2>string</PPhysicalAddress2>
        <PPhysicalAddress3>string</PPhysicalAddress3>
        <PPhysicalAddress4>string</PPhysicalAddress4>
        <PPhysicalCode>string</PPhysicalCode>
        <PPostalAddress1>string</PPostalAddress1>
        <PPostalAddress2>string</PPostalAddress2>
        <PPostalAddress3>string</PPostalAddress3>
        <PPostalAddress4>string</PPostalAddress4>
        <PPostalCode>string</PPostalCode>
        <PEmail>string</PEmail>
      </GetEnterpriseDetailsByEntNoResult>
    </GetEnterpriseDetailsByEntNoResponse>
  </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 /Enterprise.asmx HTTP/1.1
Host: webservices1.cipc.co.za
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>
    <GetEnterpriseDetailsByEntNo xmlns="CIPC_WEB_SERVICES">
      <sUserName>string</sUserName>
      <sPassword>string</sPassword>
      <sBankID>string</sBankID>
      <sEnterpriseNo>string</sEnterpriseNo>
    </GetEnterpriseDetailsByEntNo>
  </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>
    <GetEnterpriseDetailsByEntNoResponse xmlns="CIPC_WEB_SERVICES">
      <GetEnterpriseDetailsByEntNoResult>
        <EnterpriseNumber>string</EnterpriseNumber>
        <EnterpriseName>string</EnterpriseName>
        <RegistrationDate>dateTime</RegistrationDate>
        <EnterpriseStatus>string</EnterpriseStatus>
        <EnterpriseType>string</EnterpriseType>
        <EnterpriseStatusDesc>string</EnterpriseStatusDesc>
        <EnterpriseTypeDesc>string</EnterpriseTypeDesc>
        <RegionCode>string</RegionCode>
        <CountryCode>string</CountryCode>
        <FinYearEnd>int</FinYearEnd>
        <PPhysicalAddress1>string</PPhysicalAddress1>
        <PPhysicalAddress2>string</PPhysicalAddress2>
        <PPhysicalAddress3>string</PPhysicalAddress3>
        <PPhysicalAddress4>string</PPhysicalAddress4>
        <PPhysicalCode>string</PPhysicalCode>
        <PPostalAddress1>string</PPostalAddress1>
        <PPostalAddress2>string</PPostalAddress2>
        <PPostalAddress3>string</PPostalAddress3>
        <PPostalAddress4>string</PPostalAddress4>
        <PPostalCode>string</PPostalCode>
        <PEmail>string</PEmail>
      </GetEnterpriseDetailsByEntNoResult>
    </GetEnterpriseDetailsByEntNoResponse>
  </soap12:Body>
</soap12:Envelope>