POST api/PY_IlanKonumAl

Request Information

URI Parameters

None.

Body Parameters

PY_IlanKonumAlDto
NameDescriptionTypeAdditional information
PY_ID

integer

None.

PY_ILANSAHIBI_ENLEM

string

None.

PY_ILANSAHIBI_BOYLAM

string

None.

PY_BASVURAN_ENLEM

string

None.

PY_BASVURAN_BOYLAM

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PY_ID": 1,
  "PY_ILANSAHIBI_ENLEM": "sample string 2",
  "PY_ILANSAHIBI_BOYLAM": "sample string 3",
  "PY_BASVURAN_ENLEM": "sample string 4",
  "PY_BASVURAN_BOYLAM": "sample string 5"
}

application/xml, text/xml

Sample:
<PY_IlanKonumAlDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServisApi.Controllers">
  <PY_BASVURAN_BOYLAM>sample string 5</PY_BASVURAN_BOYLAM>
  <PY_BASVURAN_ENLEM>sample string 4</PY_BASVURAN_ENLEM>
  <PY_ID>1</PY_ID>
  <PY_ILANSAHIBI_BOYLAM>sample string 3</PY_ILANSAHIBI_BOYLAM>
  <PY_ILANSAHIBI_ENLEM>sample string 2</PY_ILANSAHIBI_ENLEM>
</PY_IlanKonumAlDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />