PUT kategorilist/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Kategoriler
NameDescriptionTypeAdditional information
Kimlik

string

None.

KATEGORI_ID

string

None.

KATEGORI_TIPI

string

None.

KATEGORI_ADI

string

None.

KATEGORI_ACIKLAMA

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Kimlik": "sample string 1",
  "KATEGORI_ID": "sample string 2",
  "KATEGORI_TIPI": "sample string 3",
  "KATEGORI_ADI": "sample string 4",
  "KATEGORI_ACIKLAMA": "sample string 5"
}

application/xml, text/xml

Sample:
<Kategoriler xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CGuide_srv.Models">
  <KATEGORI_ACIKLAMA>sample string 5</KATEGORI_ACIKLAMA>
  <KATEGORI_ADI>sample string 4</KATEGORI_ADI>
  <KATEGORI_ID>sample string 2</KATEGORI_ID>
  <KATEGORI_TIPI>sample string 3</KATEGORI_TIPI>
  <Kimlik>sample string 1</Kimlik>
</Kategoriler>

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.