POST api/ActionService/SiteFooter
Documentation for 'SiteFooter'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | Documentation for 'request'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ConceptId": 1
}
application/xml, text/xml
Sample:
<IndexFooterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages"> <ConceptId>1</ConceptId> </IndexFooterRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"Message": {
"Concept_Id": 1,
"Link1": "sample string 2",
"Link2": "sample string 3",
"Link3": "sample string 4",
"Link4": "sample string 5",
"Link5": "sample string 6",
"GooglePlusUrl": "sample string 7",
"FacebookUrl": "sample string 8",
"YoutubeUrl": "sample string 9",
"Phone": "sample string 10",
"TPDomainID": 11,
"IndexPageKeywords": "sample string 12",
"IndexPageDescription": "sample string 13",
"DemoVideoUrl": "sample string 14"
}
}
application/xml, text/xml
Sample:
<ResponseBaseOfIndexFooterResponseK8eNC3q0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
<Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages">
<d2p1:Concept_Id>1</d2p1:Concept_Id>
<d2p1:DemoVideoUrl>sample string 14</d2p1:DemoVideoUrl>
<d2p1:FacebookUrl>sample string 8</d2p1:FacebookUrl>
<d2p1:GooglePlusUrl>sample string 7</d2p1:GooglePlusUrl>
<d2p1:IndexPageDescription>sample string 13</d2p1:IndexPageDescription>
<d2p1:IndexPageKeywords>sample string 12</d2p1:IndexPageKeywords>
<d2p1:Link1>sample string 2</d2p1:Link1>
<d2p1:Link2>sample string 3</d2p1:Link2>
<d2p1:Link3>sample string 4</d2p1:Link3>
<d2p1:Link4>sample string 5</d2p1:Link4>
<d2p1:Link5>sample string 6</d2p1:Link5>
<d2p1:Phone>sample string 10</d2p1:Phone>
<d2p1:TPDomainID>11</d2p1:TPDomainID>
<d2p1:YoutubeUrl>sample string 9</d2p1:YoutubeUrl>
</Message>
<status>sample string 1</status>
</ResponseBaseOfIndexFooterResponseK8eNC3q0>