Enterprise


Click here for a complete list of operations.

GetCustomerLinkedEnterprises

Mobile - Get all enterprise linked to the customer profile

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

<?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>
    <GetCustomerLinkedEnterprises xmlns="CIPC_WEB_SERVICES">
      <sUserName>string</sUserName>
      <sPassword>string</sPassword>
      <sBankID>string</sBankID>
      <sIdNo>string</sIdNo>
    </GetCustomerLinkedEnterprises>
  </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>
    <GetCustomerLinkedEnterprisesResponse xmlns="CIPC_WEB_SERVICES">
      <GetCustomerLinkedEnterprisesResult>
        <EntObjects>
          <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>
        </EntObjects>
        <EntObjects>
          <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>
        </EntObjects>
      </GetCustomerLinkedEnterprisesResult>
    </GetCustomerLinkedEnterprisesResponse>
  </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>
    <GetCustomerLinkedEnterprises xmlns="CIPC_WEB_SERVICES">
      <sUserName>string</sUserName>
      <sPassword>string</sPassword>
      <sBankID>string</sBankID>
      <sIdNo>string</sIdNo>
    </GetCustomerLinkedEnterprises>
  </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>
    <GetCustomerLinkedEnterprisesResponse xmlns="CIPC_WEB_SERVICES">
      <GetCustomerLinkedEnterprisesResult>
        <EntObjects>
          <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>
        </EntObjects>
        <EntObjects>
          <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>
        </EntObjects>
      </GetCustomerLinkedEnterprisesResult>
    </GetCustomerLinkedEnterprisesResponse>
  </soap12:Body>
</soap12:Envelope>