POST api/PY_SeferUpdate

Request Information

URI Parameters

None.

Body Parameters

PY_SeferUpdateDto
NameDescriptionTypeAdditional information
PYSEFER_AA_ID

integer

None.

PYSEFER_AV_ID

integer

None.

PYSEFER_AA_YOLCU_ID

integer

None.

PYSEFER_AV_YOLCU_ID

integer

None.

PYSEFER_AV_ENLEM

string

None.

PYSEFER_AV_BOYLAM

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PYSEFER_AA_ID": 1,
  "PYSEFER_AV_ID": 2,
  "PYSEFER_AA_YOLCU_ID": 3,
  "PYSEFER_AV_YOLCU_ID": 4,
  "PYSEFER_AV_ENLEM": "sample string 5",
  "PYSEFER_AV_BOYLAM": "sample string 6"
}

application/xml, text/xml

Sample:
<PY_SeferUpdateController.PY_SeferUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServisApi.Controllers">
  <PYSEFER_AA_ID>1</PYSEFER_AA_ID>
  <PYSEFER_AA_YOLCU_ID>3</PYSEFER_AA_YOLCU_ID>
  <PYSEFER_AV_BOYLAM>sample string 6</PYSEFER_AV_BOYLAM>
  <PYSEFER_AV_ENLEM>sample string 5</PYSEFER_AV_ENLEM>
  <PYSEFER_AV_ID>2</PYSEFER_AV_ID>
  <PYSEFER_AV_YOLCU_ID>4</PYSEFER_AV_YOLCU_ID>
</PY_SeferUpdateController.PY_SeferUpdateDto>

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/" />