GET api/Common/GetCorporateHomeContent/{managemenCompanyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
managemenCompanyId

integer

Required

Body Parameters

None.

Response Information

Resource Description

CorporateHomeModel
NameDescriptionTypeAdditional information
managementCompanyId

integer

None.

managementCompanyName

string

None.

managementCompanyLogoLocation

string

None.

managementCompanyFooterLogoLocation

string

None.

managementCompanyWebsiteURL

string

None.

facebookURL

string

None.

twitterURL

string

None.

googlePlusURL

string

None.

linkedInURL

string

None.

homeImage1Location

string

None.

homeImage1TagLineHeader

string

None.

homeImage1TagLineText

string

None.

homeImage2Location

string

None.

homeImage2TagLineHeader

string

None.

homeImage2TagLineText

string

None.

homeImage3Location

string

None.

homeImage3TagLineHeader

string

None.

homeImage3TagLineText

string

None.

homeImage4Location

string

None.

homeImage4TagLineHeader

string

None.

homeImage4TagLineText

string

None.

homeImage5Location

string

None.

homeImage5TagLineHeader

string

None.

homeImage5TagLineText

string

None.

homeImage6Location

string

None.

homeImage6TagLineHeader

string

None.

homeImage6TagLineText

string

None.

homeImage7Location

string

None.

homeImage7TagLineHeader

string

None.

homeImage7TagLineText

string

None.

youTubeTVHeader

string

None.

youTubeTVText

string

None.

youTubeMgmtURL

string

None.

youTubeProperty1LogoLocation

string

None.

youTubeProperty1Detail

string

None.

youTubeProperty1URL

string

None.

youTubeProperty2LogoLocation

string

None.

youTubeProperty2Detail

string

None.

youTubeProperty2URL

string

None.

youTubeProperty3LogoLocation

string

None.

youTubeProperty3Detail

string

None.

youTubeProperty3URL

string

None.

corporateContentHeader

string

None.

corporateContentText

string

None.

corporateContentTagText

string

None.

corporateContentTagURL

string

None.

copyRightInfo

string

None.

lastUpdatedBy

integer

None.

lastUpdatedDate

date

None.

showYoutubeTv

boolean

None.

head_Meta_Title

string

None.

head_Meta_Description

string

None.

head_Meta_Keywords

string

None.

GMapsKey

string

None.

analytics_Scripts

Collection of AnalyticsScriptModel

None.

Response Formats

application/json, text/json

Sample:
{
  "managementCompanyId": 1,
  "managementCompanyName": "sample string 1",
  "managementCompanyLogoLocation": "sample string 2",
  "managementCompanyFooterLogoLocation": "sample string 3",
  "managementCompanyWebsiteURL": "sample string 4",
  "facebookURL": "sample string 5",
  "twitterURL": "sample string 6",
  "googlePlusURL": "sample string 7",
  "linkedInURL": "sample string 8",
  "homeImage1Location": "sample string 9",
  "homeImage1TagLineHeader": "sample string 10",
  "homeImage1TagLineText": "sample string 11",
  "homeImage2Location": "sample string 12",
  "homeImage2TagLineHeader": "sample string 13",
  "homeImage2TagLineText": "sample string 14",
  "homeImage3Location": "sample string 15",
  "homeImage3TagLineHeader": "sample string 16",
  "homeImage3TagLineText": "sample string 17",
  "homeImage4Location": "sample string 18",
  "homeImage4TagLineHeader": "sample string 19",
  "homeImage4TagLineText": "sample string 20",
  "homeImage5Location": "sample string 21",
  "homeImage5TagLineHeader": "sample string 22",
  "homeImage5TagLineText": "sample string 23",
  "homeImage6Location": "sample string 24",
  "homeImage6TagLineHeader": "sample string 25",
  "homeImage6TagLineText": "sample string 26",
  "homeImage7Location": "sample string 27",
  "homeImage7TagLineHeader": "sample string 28",
  "homeImage7TagLineText": "sample string 29",
  "youTubeTVHeader": "sample string 30",
  "youTubeTVText": "sample string 31",
  "youTubeMgmtURL": "sample string 32",
  "youTubeProperty1LogoLocation": "sample string 33",
  "youTubeProperty1Detail": "sample string 34",
  "youTubeProperty1URL": "sample string 35",
  "youTubeProperty2LogoLocation": "sample string 36",
  "youTubeProperty2Detail": "sample string 37",
  "youTubeProperty2URL": "sample string 38",
  "youTubeProperty3LogoLocation": "sample string 39",
  "youTubeProperty3Detail": "sample string 40",
  "youTubeProperty3URL": "sample string 41",
  "corporateContentHeader": "sample string 42",
  "corporateContentText": "sample string 43",
  "corporateContentTagText": "sample string 44",
  "corporateContentTagURL": "sample string 45",
  "copyRightInfo": "sample string 46",
  "lastUpdatedBy": 1,
  "lastUpdatedDate": "2025-07-05T17:10:08.6186878-05:00",
  "showYoutubeTv": true,
  "head_Meta_Title": "sample string 48",
  "head_Meta_Description": "sample string 49",
  "head_Meta_Keywords": "sample string 50",
  "GMapsKey": "sample string 51",
  "analytics_Scripts": [
    {
      "innerHTML": "sample string 1",
      "src": "sample string 2",
      "async": true,
      "defer": true
    },
    {
      "innerHTML": "sample string 1",
      "src": "sample string 2",
      "async": true,
      "defer": true
    }
  ]
}

application/xml, text/xml

Sample:
<CorporateHomeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.YottaResident.WebAPIs.Models">
  <GMapsKey>sample string 51</GMapsKey>
  <analytics_Scripts>
    <AnalyticsScriptModel>
      <async>true</async>
      <defer>true</defer>
      <innerHTML>sample string 1</innerHTML>
      <src>sample string 2</src>
    </AnalyticsScriptModel>
    <AnalyticsScriptModel>
      <async>true</async>
      <defer>true</defer>
      <innerHTML>sample string 1</innerHTML>
      <src>sample string 2</src>
    </AnalyticsScriptModel>
  </analytics_Scripts>
  <copyRightInfo>sample string 46</copyRightInfo>
  <corporateContentHeader>sample string 42</corporateContentHeader>
  <corporateContentTagText>sample string 44</corporateContentTagText>
  <corporateContentTagURL>sample string 45</corporateContentTagURL>
  <corporateContentText>sample string 43</corporateContentText>
  <facebookURL>sample string 5</facebookURL>
  <googlePlusURL>sample string 7</googlePlusURL>
  <head_Meta_Description>sample string 49</head_Meta_Description>
  <head_Meta_Keywords>sample string 50</head_Meta_Keywords>
  <head_Meta_Title>sample string 48</head_Meta_Title>
  <homeImage1Location>sample string 9</homeImage1Location>
  <homeImage1TagLineHeader>sample string 10</homeImage1TagLineHeader>
  <homeImage1TagLineText>sample string 11</homeImage1TagLineText>
  <homeImage2Location>sample string 12</homeImage2Location>
  <homeImage2TagLineHeader>sample string 13</homeImage2TagLineHeader>
  <homeImage2TagLineText>sample string 14</homeImage2TagLineText>
  <homeImage3Location>sample string 15</homeImage3Location>
  <homeImage3TagLineHeader>sample string 16</homeImage3TagLineHeader>
  <homeImage3TagLineText>sample string 17</homeImage3TagLineText>
  <homeImage4Location>sample string 18</homeImage4Location>
  <homeImage4TagLineHeader>sample string 19</homeImage4TagLineHeader>
  <homeImage4TagLineText>sample string 20</homeImage4TagLineText>
  <homeImage5Location>sample string 21</homeImage5Location>
  <homeImage5TagLineHeader>sample string 22</homeImage5TagLineHeader>
  <homeImage5TagLineText>sample string 23</homeImage5TagLineText>
  <homeImage6Location>sample string 24</homeImage6Location>
  <homeImage6TagLineHeader>sample string 25</homeImage6TagLineHeader>
  <homeImage6TagLineText>sample string 26</homeImage6TagLineText>
  <homeImage7Location>sample string 27</homeImage7Location>
  <homeImage7TagLineHeader>sample string 28</homeImage7TagLineHeader>
  <homeImage7TagLineText>sample string 29</homeImage7TagLineText>
  <lastUpdatedBy>1</lastUpdatedBy>
  <lastUpdatedDate>2025-07-05T17:10:08.6186878-05:00</lastUpdatedDate>
  <linkedInURL>sample string 8</linkedInURL>
  <managementCompanyFooterLogoLocation>sample string 3</managementCompanyFooterLogoLocation>
  <managementCompanyId>1</managementCompanyId>
  <managementCompanyLogoLocation>sample string 2</managementCompanyLogoLocation>
  <managementCompanyName>sample string 1</managementCompanyName>
  <managementCompanyWebsiteURL>sample string 4</managementCompanyWebsiteURL>
  <showYoutubeTv>true</showYoutubeTv>
  <twitterURL>sample string 6</twitterURL>
  <youTubeMgmtURL>sample string 32</youTubeMgmtURL>
  <youTubeProperty1Detail>sample string 34</youTubeProperty1Detail>
  <youTubeProperty1LogoLocation>sample string 33</youTubeProperty1LogoLocation>
  <youTubeProperty1URL>sample string 35</youTubeProperty1URL>
  <youTubeProperty2Detail>sample string 37</youTubeProperty2Detail>
  <youTubeProperty2LogoLocation>sample string 36</youTubeProperty2LogoLocation>
  <youTubeProperty2URL>sample string 38</youTubeProperty2URL>
  <youTubeProperty3Detail>sample string 40</youTubeProperty3Detail>
  <youTubeProperty3LogoLocation>sample string 39</youTubeProperty3LogoLocation>
  <youTubeProperty3URL>sample string 41</youTubeProperty3URL>
  <youTubeTVHeader>sample string 30</youTubeTVHeader>
  <youTubeTVText>sample string 31</youTubeTVText>
</CorporateHomeModel>