Director


Click here for a complete list of operations.

Get_Director_Details_ser

Get Director Details for Enterprise Number. Return dataset

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 /Director.asmx HTTP/1.1
Host: webservices1.cipc.co.za
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "CIPC_WEB_SERVICES/Get_Director_Details_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>
    <Get_Director_Details_ser xmlns="CIPC_WEB_SERVICES">
      <sUserName>string</sUserName>
      <sPassword>string</sPassword>
      <sBankID>string</sBankID>
      <str_ent_no>string</str_ent_no>
    </Get_Director_Details_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>
    <Get_Director_Details_serResponse xmlns="CIPC_WEB_SERVICES">
      <Get_Director_Details_serResult>
        <DirectorList>
          <ent_no>string</ent_no>
          <country_code>string</country_code>
          <dir_type_code>string</dir_type_code>
          <dir_status_code>string</dir_status_code>
          <surname>string</surname>
          <first_names>string</first_names>
          <initials>string</initials>
          <id_no>string</id_no>
          <res_addr1>string</res_addr1>
          <res_addr2>string</res_addr2>
          <res_addr3>string</res_addr3>
          <res_addr4>string</res_addr4>
          <res_post_code>string</res_post_code>
          <bus_addr1>string</bus_addr1>
          <bus_addr2>string</bus_addr2>
          <bus_addr3>string</bus_addr3>
          <bus_addr4>string</bus_addr4>
          <bus_post_code>string</bus_post_code>
          <post_addr1>string</post_addr1>
          <post_addr2>string</post_addr2>
          <post_addr3>string</post_addr3>
          <post_addr4>string</post_addr4>
          <post_post_code>string</post_post_code>
          <rsa_resident>string</rsa_resident>
          <fine_expiry_date>string</fine_expiry_date>
          <status_date>string</status_date>
          <dir_birth_date>string</dir_birth_date>
          <dir_appoint_date>string</dir_appoint_date>
          <profession>string</profession>
          <dir_res_date>string</dir_res_date>
          <cell_no>string</cell_no>
          <tel_no>string</tel_no>
          <tel_code>string</tel_code>
          <fax_no>string</fax_no>
          <fax_code>string</fax_code>
          <email_address>string</email_address>
          <ischildperson>string</ischildperson>
        </DirectorList>
        <DirectorList>
          <ent_no>string</ent_no>
          <country_code>string</country_code>
          <dir_type_code>string</dir_type_code>
          <dir_status_code>string</dir_status_code>
          <surname>string</surname>
          <first_names>string</first_names>
          <initials>string</initials>
          <id_no>string</id_no>
          <res_addr1>string</res_addr1>
          <res_addr2>string</res_addr2>
          <res_addr3>string</res_addr3>
          <res_addr4>string</res_addr4>
          <res_post_code>string</res_post_code>
          <bus_addr1>string</bus_addr1>
          <bus_addr2>string</bus_addr2>
          <bus_addr3>string</bus_addr3>
          <bus_addr4>string</bus_addr4>
          <bus_post_code>string</bus_post_code>
          <post_addr1>string</post_addr1>
          <post_addr2>string</post_addr2>
          <post_addr3>string</post_addr3>
          <post_addr4>string</post_addr4>
          <post_post_code>string</post_post_code>
          <rsa_resident>string</rsa_resident>
          <fine_expiry_date>string</fine_expiry_date>
          <status_date>string</status_date>
          <dir_birth_date>string</dir_birth_date>
          <dir_appoint_date>string</dir_appoint_date>
          <profession>string</profession>
          <dir_res_date>string</dir_res_date>
          <cell_no>string</cell_no>
          <tel_no>string</tel_no>
          <tel_code>string</tel_code>
          <fax_no>string</fax_no>
          <fax_code>string</fax_code>
          <email_address>string</email_address>
          <ischildperson>string</ischildperson>
        </DirectorList>
      </Get_Director_Details_serResult>
    </Get_Director_Details_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 /Director.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>
    <Get_Director_Details_ser xmlns="CIPC_WEB_SERVICES">
      <sUserName>string</sUserName>
      <sPassword>string</sPassword>
      <sBankID>string</sBankID>
      <str_ent_no>string</str_ent_no>
    </Get_Director_Details_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>
    <Get_Director_Details_serResponse xmlns="CIPC_WEB_SERVICES">
      <Get_Director_Details_serResult>
        <DirectorList>
          <ent_no>string</ent_no>
          <country_code>string</country_code>
          <dir_type_code>string</dir_type_code>
          <dir_status_code>string</dir_status_code>
          <surname>string</surname>
          <first_names>string</first_names>
          <initials>string</initials>
          <id_no>string</id_no>
          <res_addr1>string</res_addr1>
          <res_addr2>string</res_addr2>
          <res_addr3>string</res_addr3>
          <res_addr4>string</res_addr4>
          <res_post_code>string</res_post_code>
          <bus_addr1>string</bus_addr1>
          <bus_addr2>string</bus_addr2>
          <bus_addr3>string</bus_addr3>
          <bus_addr4>string</bus_addr4>
          <bus_post_code>string</bus_post_code>
          <post_addr1>string</post_addr1>
          <post_addr2>string</post_addr2>
          <post_addr3>string</post_addr3>
          <post_addr4>string</post_addr4>
          <post_post_code>string</post_post_code>
          <rsa_resident>string</rsa_resident>
          <fine_expiry_date>string</fine_expiry_date>
          <status_date>string</status_date>
          <dir_birth_date>string</dir_birth_date>
          <dir_appoint_date>string</dir_appoint_date>
          <profession>string</profession>
          <dir_res_date>string</dir_res_date>
          <cell_no>string</cell_no>
          <tel_no>string</tel_no>
          <tel_code>string</tel_code>
          <fax_no>string</fax_no>
          <fax_code>string</fax_code>
          <email_address>string</email_address>
          <ischildperson>string</ischildperson>
        </DirectorList>
        <DirectorList>
          <ent_no>string</ent_no>
          <country_code>string</country_code>
          <dir_type_code>string</dir_type_code>
          <dir_status_code>string</dir_status_code>
          <surname>string</surname>
          <first_names>string</first_names>
          <initials>string</initials>
          <id_no>string</id_no>
          <res_addr1>string</res_addr1>
          <res_addr2>string</res_addr2>
          <res_addr3>string</res_addr3>
          <res_addr4>string</res_addr4>
          <res_post_code>string</res_post_code>
          <bus_addr1>string</bus_addr1>
          <bus_addr2>string</bus_addr2>
          <bus_addr3>string</bus_addr3>
          <bus_addr4>string</bus_addr4>
          <bus_post_code>string</bus_post_code>
          <post_addr1>string</post_addr1>
          <post_addr2>string</post_addr2>
          <post_addr3>string</post_addr3>
          <post_addr4>string</post_addr4>
          <post_post_code>string</post_post_code>
          <rsa_resident>string</rsa_resident>
          <fine_expiry_date>string</fine_expiry_date>
          <status_date>string</status_date>
          <dir_birth_date>string</dir_birth_date>
          <dir_appoint_date>string</dir_appoint_date>
          <profession>string</profession>
          <dir_res_date>string</dir_res_date>
          <cell_no>string</cell_no>
          <tel_no>string</tel_no>
          <tel_code>string</tel_code>
          <fax_no>string</fax_no>
          <fax_code>string</fax_code>
          <email_address>string</email_address>
          <ischildperson>string</ischildperson>
        </DirectorList>
      </Get_Director_Details_serResult>
    </Get_Director_Details_serResponse>
  </soap12:Body>
</soap12:Envelope>