Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

...

ParameterTypeMandatory/OptionalMaximum character length/limitDescription
inputGetTenantsInputMandatoryNot relevantGet Tenants Input


Request - input sample

<GetTenants>
  <MethodParameters>
    <UserAuthentication>
      <UserName>username</UserName>
      <Password>password</Password>
      <AnyAttr attr0="XmlAttributeArray" isNull="false">
        <XmlAttributeArray0>System.Xml.XmlAttribute</XmlAttributeArray0>
      </AnyAttr>
    </UserAuthentication>
    <input>
      <BuildingPlantId>7032</BuildingPlantId>
    </input>
    <applicationName>test</applicationName>
  </MethodParameters>
</GetTenants>

Response

TypeDescription
GetTenantsOutputTenants output


Response - output sample

GetTenants>
  <MethodParameters>
    <GetTenantsOutput>
      <Tenants attr0="TenantDetailsArray" isNull="false">
        <TenantDetailsArray0>
          <OrganizationNumber>964317828</OrganizationNumber>
          <CompanyName>MALERFIRMA TVILLINGENE AS</CompanyName>
          <TenantAddress attr0="StringArray" isNull="false">
            <StringArray0>Dalssvingen 19B, 1285 OSLO</StringArray0>
          </TenantAddress>
          <ConnectedBuildingPlantId><ConnectedBuildingId>7032</ConnectedBuildingPlantId>ConnectedBuildingId>
          <TenantPlantId><TenantCompanyId>23</TenantPlantId>TenantCompanyId>
          <CompanyOwners>BODIL HELLUM</CompanyOwners>
          <ContactPersonName isNull="true" />
          <ContactPersonPhone isNull="true" />
          <ContactPersonEmail isNull="true" />
          <Documentcount>1</Documentcount>
          <ConnectedDate>1/1/0001 12:00:00 AM</ConnectedDate>
          <UpdatedDate>1/1/0001 12:00:00 AM</UpdatedDate>
        </TenantDetailsArray0>
        <TenantDetailsArray1>
          <OrganizationNumber>982025435</OrganizationNumber>
          <CompanyName>EGIL KORSMO AS</CompanyName>
          <TenantAddress attr0="StringArray" isNull="false">
            <StringArray0>Dalssvingen 19B, 1285 OSLO</StringArray0>
          </TenantAddress>
          <ConnectedBuildingPlantId>7032<ConnectedBuildingId>7033</ConnectedBuildingPlantId>ConnectedBuildingId>
          <TenantPlantId>33<TenantCompanyId>24</TenantPlantId>TenantCompanyId>
          <CompanyOwners>EGIL KORSMO</CompanyOwners>
          <ContactPersonName>Egil Korsmo</ContactPersonName>
          <ContactPersonPhone isNull="true" />
          <ContactPersonEmail isNull="true" />
          <Documentcount>0</Documentcount>
          <ConnectedDate>1/1/0001 12:00:00 AM</ConnectedDate>
          <UpdatedDate>1/1/0001 12:00:00 AM</UpdatedDate>
        </TenantDetailsArray1>
      </Tenants>
    </GetTenantsOutput>
  </MethodParameters>
</GetTenants>

Exceptions

Error CodeDescription

123

An exception occurred while processing your request

138applicationName length has exceeded the maximum character limit allowed (10) 
146The applicationName is not set
398Either the building does not exist or a building plant has not been created for it

...