GET PageHeader/Get?p_iHorse1Id={p_iHorse1Id}&p_iHorse2Id={p_iHorse2Id}&p_sPath={p_sPath}&p_iLanguage={p_iLanguage}

Sayfa başlıklarında bulunması gereken içeriği dönderir. || Returns the content that should be in the page titles.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
p_iHorse1Id

Atların tekil idsidir. || It is the unique id of the horses.

integer

Required

p_iHorse2Id

Atların tekil idsidir. || It is the unique id of the horses.

integer

Required

p_sPath

Sayfaların tekil linkidir. || It is the unique link of the pages.

string

Required

p_iLanguage

Sistem dilinin idsidir. || It is the id of the system language.

integer

Required

Body Parameters

None.

Response Information

Resource Description

PAGE_HEADER
NameDescriptionTypeAdditional information
TITLE

string

None.

DESCRIPTION

string

None.

KEYWORD

string

None.

IMAGE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "TITLE": "sample string 1",
  "DESCRIPTION": "sample string 2",
  "KEYWORD": "sample string 3",
  "IMAGE": "sample string 4"
}

text/html

Sample:
{"TITLE":"sample string 1","DESCRIPTION":"sample string 2","KEYWORD":"sample string 3","IMAGE":"sample string 4"}

application/xml, text/xml

Sample:
<PAGE_HEADER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/bnfBLL.SYSTEM">
  <DESCRIPTION>sample string 2</DESCRIPTION>
  <IMAGE>sample string 4</IMAGE>
  <KEYWORD>sample string 3</KEYWORD>
  <TITLE>sample string 1</TITLE>
</PAGE_HEADER>