POST DataCenter/GetOrientation

Request Information

URI Parameters

None.

Body Parameters

DataRouterRequestBaseOfRegionQueryParam
NameDescriptionTypeAdditional information
ClientUser

string

None.

QueryModel

integer

None.

Payload

RegionQueryParam

None.

ZoneCode

string

None.

CompanyCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientUser": "sample string 1",
  "QueryModel": 1,
  "Payload": {
    "RegionType": 1,
    "Name": "sample string 1",
    "ZoneCode": "sample string 2",
    "PropertyType": "sample string 3"
  },
  "ZoneCode": "sample string 2",
  "CompanyCode": "sample string 3"
}

application/xml, text/xml

Sample:
<DataRouterRequestBaseOfRegionQueryParamp1meq4_S8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
  <CompanyCode>sample string 3</CompanyCode>
  <ZoneCode>sample string 2</ZoneCode>
  <Payload xmlns:d2p1="http://schemas.datacontract.org/2004/07/GJ.EDC.Biz.Model.QueryParam">
    <d2p1:Name>sample string 1</d2p1:Name>
    <d2p1:PropertyType>sample string 3</d2p1:PropertyType>
    <d2p1:RegionType>1</d2p1:RegionType>
    <d2p1:ZoneCode>sample string 2</d2p1:ZoneCode>
  </Payload>
  <ClientUser>sample string 1</ClientUser>
  <QueryModel>1</QueryModel>
</DataRouterRequestBaseOfRegionQueryParamp1meq4_S8>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfListOfSourceResultOfOrientationEntitiy
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

Collection of SourceResultOfOrientationEntitiy

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": {
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    },
    {
      "source": "sample string 1",
      "url": "sample string 2",
      "Host": "sample string 3",
      "result": {
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    }
  ]
}

application/xml, text/xml

Sample:
<RemoteResponseOfArrayOfSourceResultOfOrientationEntitiy_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>
    <SourceResultOfOrientationEntitiy_Pzo_SoPSE>
      <Host>sample string 3</Host>
      <Result xmlns:d4p1="http://schemas.datacontract.org/2004/07/GJ.EDC.Biz.Model">
        <d4p1:Name>sample string 1</d4p1:Name>
        <d4p1:Value>sample string 2</d4p1:Value>
      </Result>
      <SourceCode>sample string 1</SourceCode>
      <Url>sample string 2</Url>
    </SourceResultOfOrientationEntitiy_Pzo_SoPSE>
    <SourceResultOfOrientationEntitiy_Pzo_SoPSE>
      <Host>sample string 3</Host>
      <Result xmlns:d4p1="http://schemas.datacontract.org/2004/07/GJ.EDC.Biz.Model">
        <d4p1:Name>sample string 1</d4p1:Name>
        <d4p1:Value>sample string 2</d4p1:Value>
      </Result>
      <SourceCode>sample string 1</SourceCode>
      <Url>sample string 2</Url>
    </SourceResultOfOrientationEntitiy_Pzo_SoPSE>
  </Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfArrayOfSourceResultOfOrientationEntitiy_Pzo_SoPSEiaxCqoUW>