POST DataCenter/GetSideOfTheBuildings

Request Information

URI Parameters

None.

Body Parameters

DataRouterRequestBaseOfObject
NameDescriptionTypeAdditional information
ClientUser

string

None.

QueryModel

integer

None.

Payload

Object

None.

ZoneCode

string

None.

CompanyCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientUser": "sample string 1",
  "QueryModel": 1,
  "Payload": {},
  "ZoneCode": "sample string 3",
  "CompanyCode": "sample string 4"
}

application/xml, text/xml

Sample:
<DataRouterRequestBaseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
  <CompanyCode>sample string 4</CompanyCode>
  <ZoneCode>sample string 3</ZoneCode>
  <Payload />
  <ClientUser>sample string 1</ClientUser>
  <QueryModel>1</QueryModel>
</DataRouterRequestBaseOfanyType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfListOfSourceResultOfSideOfTheBuildingEntity
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

Collection of SourceResultOfSideOfTheBuildingEntity

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errors": "sample string 2",
  "unauthed": true,
  "result": [
    {
      "source": "sample string 1",
      "url": "sample string 2",
      "Host": "sample string 3",
      "result": {
        "Id": "sample string 1",
        "Name": "sample string 2"
      }
    },
    {
      "source": "sample string 1",
      "url": "sample string 2",
      "Host": "sample string 3",
      "result": {
        "Id": "sample string 1",
        "Name": "sample string 2"
      }
    }
  ]
}

application/xml, text/xml

Sample:
<RemoteResponseOfArrayOfSourceResultOfSideOfTheBuildingEntity_Pzo_SoPSEiaxCqoUW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
  <Errors>sample string 2</Errors>
  <Result>
    <SourceResultOfSideOfTheBuildingEntity_Pzo_SoPSE>
      <Host>sample string 3</Host>
      <Result xmlns:d4p1="http://schemas.datacontract.org/2004/07/GJ.EDC.Biz.Model">
        <d4p1:Id>sample string 1</d4p1:Id>
        <d4p1:Name>sample string 2</d4p1:Name>
      </Result>
      <SourceCode>sample string 1</SourceCode>
      <Url>sample string 2</Url>
    </SourceResultOfSideOfTheBuildingEntity_Pzo_SoPSE>
    <SourceResultOfSideOfTheBuildingEntity_Pzo_SoPSE>
      <Host>sample string 3</Host>
      <Result xmlns:d4p1="http://schemas.datacontract.org/2004/07/GJ.EDC.Biz.Model">
        <d4p1:Id>sample string 1</d4p1:Id>
        <d4p1:Name>sample string 2</d4p1:Name>
      </Result>
      <SourceCode>sample string 1</SourceCode>
      <Url>sample string 2</Url>
    </SourceResultOfSideOfTheBuildingEntity_Pzo_SoPSE>
  </Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfArrayOfSourceResultOfSideOfTheBuildingEntity_Pzo_SoPSEiaxCqoUW>