POST kategorilang/ekle

Request Information

URI Parameters

None.

Body Parameters

KategoriLang
NameDescriptionTypeAdditional information
Kimlik

string

None.

KATLANG_ID

string

None.

KATLANG_LANG

string

None.

KATLANG_AD

string

None.

KATLANG_ACIKLAMA

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Kimlik": "sample string 1",
  "KATLANG_ID": "sample string 2",
  "KATLANG_LANG": "sample string 3",
  "KATLANG_AD": "sample string 4",
  "KATLANG_ACIKLAMA": "sample string 5"
}

application/xml, text/xml

Sample:
<KategoriLang xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CGuide_srv.Models">
  <KATLANG_ACIKLAMA>sample string 5</KATLANG_ACIKLAMA>
  <KATLANG_AD>sample string 4</KATLANG_AD>
  <KATLANG_ID>sample string 2</KATLANG_ID>
  <KATLANG_LANG>sample string 3</KATLANG_LANG>
  <Kimlik>sample string 1</Kimlik>
</KategoriLang>

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.