IControler Service

<back to all web services

EnterpriseListRequest

The following routes are available for this service:
GET/Enterprises

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/EnterpriseListRequest HTTP/1.1 
Host: gc-test.splitvision.nl 
Content-Type: application/xml
Content-Length: length

<EnterpriseListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.EnterpriseActions">
  <Culture xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.CommonActions">String</Culture>
  <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.CommonActions">0</ModifiedBy>
  <OrgId xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.CommonActions">0</OrgId>
  <TenantId xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.CommonActions">String</TenantId>
  <CheckPerspectives>false</CheckPerspectives>
</EnterpriseListRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<EnterpriseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.EnterpriseActions">
  <StatusCode xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.CommonActions">String</StatusCode>
  <StatusMessage xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.CommonActions">String</StatusMessage>
  <Enterprise xmlns:d2p1="http://schemas.datacontract.org/2004/07/IControler.Common.Dto">
    <d2p1:BorderColor>String</d2p1:BorderColor>
    <d2p1:Color>String</d2p1:Color>
    <d2p1:Description>String</d2p1:Description>
    <d2p1:DisplayName>String</d2p1:DisplayName>
    <d2p1:Id>0</d2p1:Id>
    <d2p1:Image>
      <d2p1:Id>0</d2p1:Id>
      <d2p1:Name>String</d2p1:Name>
      <d2p1:Status i:nil="true" />
      <d2p1:Url>String</d2p1:Url>
    </d2p1:Image>
    <d2p1:Name>String</d2p1:Name>
    <d2p1:Shape>
      <d2p1:Category>String</d2p1:Category>
      <d2p1:Geometry>String</d2p1:Geometry>
      <d2p1:Id>0</d2p1:Id>
      <d2p1:Name>String</d2p1:Name>
      <d2p1:ParentId>0</d2p1:ParentId>
      <d2p1:Properties>String</d2p1:Properties>
      <d2p1:Status i:nil="true" />
    </d2p1:Shape>
    <d2p1:ShortName>String</d2p1:ShortName>
    <d2p1:SignificantName>String</d2p1:SignificantName>
    <d2p1:SignificantWordId>0</d2p1:SignificantWordId>
    <d2p1:Status i:nil="true" />
    <d2p1:Style>String</d2p1:Style>
  </Enterprise>
</EnterpriseResponse>