Enterprise


Click here for a complete list of operations.

GetEnterpriseDetails_ent_no_ser

Returns a Dataset of the Enterprise Data by submitting the Enterprise number.

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/GetEnterpriseDetails_ent_no_ser"

<?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>
    <GetEnterpriseDetails_ent_no_ser xmlns="CIPC_WEB_SERVICES">
      <sUserName>string</sUserName>
      <sPassword>string</sPassword>
      <sBankID>string</sBankID>
      <Sent_no>string</Sent_no>
    </GetEnterpriseDetails_ent_no_ser>
  </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>
    <GetEnterpriseDetails_ent_no_serResponse xmlns="CIPC_WEB_SERVICES">
      <GetEnterpriseDetails_ent_no_serResult>
        <EnterpriseList>
          <ent_no>string</ent_no>
          <ent_no_old>string</ent_no_old>
          <ent_name>string</ent_name>
          <ent_status_code>string</ent_status_code>
          <country_code>string</country_code>
          <ent_type_code>string</ent_type_code>
          <sic_code>string</sic_code>
          <ent_short_name>string</ent_short_name>
          <ent_trading_name>string</ent_trading_name>
          <ent_transl_name>string</ent_transl_name>
          <reg_date>string</reg_date>
          <bus_start_date>string</bus_start_date>
          <fin_year_end>string</fin_year_end>
          <fin_eff_date>string</fin_eff_date>
          <tax_no>string</tax_no>
          <tel_code>string</tel_code>
          <tel_no>string</tel_no>
          <fax_code>string</fax_code>
          <fax_no>string</fax_no>
          <phys_addr1>string</phys_addr1>
          <phys_addr2>string</phys_addr2>
          <phys_addr3>string</phys_addr3>
          <phys_addr4>string</phys_addr4>
          <phys_code>string</phys_code>
          <post_addr1>string</post_addr1>
          <post_addr2>string</post_addr2>
          <post_addr3>string</post_addr3>
          <post_addr4>string</post_addr4>
          <post_code>string</post_code>
          <email>string</email>
          <conv_ent_no>string</conv_ent_no>
          <auth_capital>string</auth_capital>
          <auth_shares>string</auth_shares>
          <iss_capital>string</iss_capital>
          <iss_shares>string</iss_shares>
          <country_of_origin>string</country_of_origin>
          <capitalfee>string</capitalfee>
          <regfee>string</regfee>
          <cell_no>string</cell_no>
        </EnterpriseList>
        <EnterpriseList>
          <ent_no>string</ent_no>
          <ent_no_old>string</ent_no_old>
          <ent_name>string</ent_name>
          <ent_status_code>string</ent_status_code>
          <country_code>string</country_code>
          <ent_type_code>string</ent_type_code>
          <sic_code>string</sic_code>
          <ent_short_name>string</ent_short_name>
          <ent_trading_name>string</ent_trading_name>
          <ent_transl_name>string</ent_transl_name>
          <reg_date>string</reg_date>
          <bus_start_date>string</bus_start_date>
          <fin_year_end>string</fin_year_end>
          <fin_eff_date>string</fin_eff_date>
          <tax_no>string</tax_no>
          <tel_code>string</tel_code>
          <tel_no>string</tel_no>
          <fax_code>string</fax_code>
          <fax_no>string</fax_no>
          <phys_addr1>string</phys_addr1>
          <phys_addr2>string</phys_addr2>
          <phys_addr3>string</phys_addr3>
          <phys_addr4>string</phys_addr4>
          <phys_code>string</phys_code>
          <post_addr1>string</post_addr1>
          <post_addr2>string</post_addr2>
          <post_addr3>string</post_addr3>
          <post_addr4>string</post_addr4>
          <post_code>string</post_code>
          <email>string</email>
          <conv_ent_no>string</conv_ent_no>
          <auth_capital>string</auth_capital>
          <auth_shares>string</auth_shares>
          <iss_capital>string</iss_capital>
          <iss_shares>string</iss_shares>
          <country_of_origin>string</country_of_origin>
          <capitalfee>string</capitalfee>
          <regfee>string</regfee>
          <cell_no>string</cell_no>
        </EnterpriseList>
      </GetEnterpriseDetails_ent_no_serResult>
    </GetEnterpriseDetails_ent_no_serResponse>
  </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>
    <GetEnterpriseDetails_ent_no_ser xmlns="CIPC_WEB_SERVICES">
      <sUserName>string</sUserName>
      <sPassword>string</sPassword>
      <sBankID>string</sBankID>
      <Sent_no>string</Sent_no>
    </GetEnterpriseDetails_ent_no_ser>
  </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>
    <GetEnterpriseDetails_ent_no_serResponse xmlns="CIPC_WEB_SERVICES">
      <GetEnterpriseDetails_ent_no_serResult>
        <EnterpriseList>
          <ent_no>string</ent_no>
          <ent_no_old>string</ent_no_old>
          <ent_name>string</ent_name>
          <ent_status_code>string</ent_status_code>
          <country_code>string</country_code>
          <ent_type_code>string</ent_type_code>
          <sic_code>string</sic_code>
          <ent_short_name>string</ent_short_name>
          <ent_trading_name>string</ent_trading_name>
          <ent_transl_name>string</ent_transl_name>
          <reg_date>string</reg_date>
          <bus_start_date>string</bus_start_date>
          <fin_year_end>string</fin_year_end>
          <fin_eff_date>string</fin_eff_date>
          <tax_no>string</tax_no>
          <tel_code>string</tel_code>
          <tel_no>string</tel_no>
          <fax_code>string</fax_code>
          <fax_no>string</fax_no>
          <phys_addr1>string</phys_addr1>
          <phys_addr2>string</phys_addr2>
          <phys_addr3>string</phys_addr3>
          <phys_addr4>string</phys_addr4>
          <phys_code>string</phys_code>
          <post_addr1>string</post_addr1>
          <post_addr2>string</post_addr2>
          <post_addr3>string</post_addr3>
          <post_addr4>string</post_addr4>
          <post_code>string</post_code>
          <email>string</email>
          <conv_ent_no>string</conv_ent_no>
          <auth_capital>string</auth_capital>
          <auth_shares>string</auth_shares>
          <iss_capital>string</iss_capital>
          <iss_shares>string</iss_shares>
          <country_of_origin>string</country_of_origin>
          <capitalfee>string</capitalfee>
          <regfee>string</regfee>
          <cell_no>string</cell_no>
        </EnterpriseList>
        <EnterpriseList>
          <ent_no>string</ent_no>
          <ent_no_old>string</ent_no_old>
          <ent_name>string</ent_name>
          <ent_status_code>string</ent_status_code>
          <country_code>string</country_code>
          <ent_type_code>string</ent_type_code>
          <sic_code>string</sic_code>
          <ent_short_name>string</ent_short_name>
          <ent_trading_name>string</ent_trading_name>
          <ent_transl_name>string</ent_transl_name>
          <reg_date>string</reg_date>
          <bus_start_date>string</bus_start_date>
          <fin_year_end>string</fin_year_end>
          <fin_eff_date>string</fin_eff_date>
          <tax_no>string</tax_no>
          <tel_code>string</tel_code>
          <tel_no>string</tel_no>
          <fax_code>string</fax_code>
          <fax_no>string</fax_no>
          <phys_addr1>string</phys_addr1>
          <phys_addr2>string</phys_addr2>
          <phys_addr3>string</phys_addr3>
          <phys_addr4>string</phys_addr4>
          <phys_code>string</phys_code>
          <post_addr1>string</post_addr1>
          <post_addr2>string</post_addr2>
          <post_addr3>string</post_addr3>
          <post_addr4>string</post_addr4>
          <post_code>string</post_code>
          <email>string</email>
          <conv_ent_no>string</conv_ent_no>
          <auth_capital>string</auth_capital>
          <auth_shares>string</auth_shares>
          <iss_capital>string</iss_capital>
          <iss_shares>string</iss_shares>
          <country_of_origin>string</country_of_origin>
          <capitalfee>string</capitalfee>
          <regfee>string</regfee>
          <cell_no>string</cell_no>
        </EnterpriseList>
      </GetEnterpriseDetails_ent_no_serResult>
    </GetEnterpriseDetails_ent_no_serResponse>
  </soap12:Body>
</soap12:Envelope>