POST pagelang/ekle

Request Information

URI Parameters

None.

Body Parameters

PageLang
NameDescriptionTypeAdditional information
id

string

None.

LB_SIRKET

string

None.

Pg_Index

string

None.

Pg_Lang

string

None.

Pg_AnaTıtle

string

None.

Pg_AltTıtle

string

None.

Pg_Govde

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "LB_SIRKET": "sample string 2",
  "Pg_Index": "sample string 3",
  "Pg_Lang": "sample string 4",
  "Pg_AnaTıtle": "sample string 5",
  "Pg_AltTıtle": "sample string 6",
  "Pg_Govde": "sample string 7"
}

application/xml, text/xml

Sample:
<PageLang xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CGuide_srv.Models">
  <LB_SIRKET>sample string 2</LB_SIRKET>
  <Pg_AltTıtle>sample string 6</Pg_AltTıtle>
  <Pg_AnaTıtle>sample string 5</Pg_AnaTıtle>
  <Pg_Govde>sample string 7</Pg_Govde>
  <Pg_Index>sample string 3</Pg_Index>
  <Pg_Lang>sample string 4</Pg_Lang>
  <id>sample string 1</id>
</PageLang>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.