POST api/PY_IlanEkle
Request Information
URI Parameters
None.
Body Parameters
IlanDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ILAN_YOLCU_ID | integer |
None. |
|
| ILAN_ILANTUR_ID | integer |
None. |
|
| ILAN_SEFERTIPI_ID | integer |
None. |
|
| ILAN_IL_ID | integer |
None. |
|
| ILAN_ILCE_ID | integer |
None. |
|
| ILAN_MAHALLE_ID | integer |
None. |
|
| ILAN_YOLCU_SAYISI | integer |
None. |
|
| ILAN_ADRES | string |
None. |
|
| ILAN_BASLIK | string |
None. |
|
| ILAN_BASLANGIC_TARIHI | string |
None. |
|
| ILAN_BASLANGIC_SAATI | string |
None. |
|
| ILAN_BITIS_TARIHI | string |
None. |
|
| ILAN_PYDURUM_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ILAN_YOLCU_ID": 1,
"ILAN_ILANTUR_ID": 2,
"ILAN_SEFERTIPI_ID": 3,
"ILAN_IL_ID": 4,
"ILAN_ILCE_ID": 5,
"ILAN_MAHALLE_ID": 6,
"ILAN_YOLCU_SAYISI": 7,
"ILAN_ADRES": "sample string 8",
"ILAN_BASLIK": "sample string 9",
"ILAN_BASLANGIC_TARIHI": "sample string 10",
"ILAN_BASLANGIC_SAATI": "sample string 11",
"ILAN_BITIS_TARIHI": "sample string 12",
"ILAN_PYDURUM_ID": 13
}
application/xml, text/xml
Sample:
<PY_IlanEkleController.IlanDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServisApi.Controllers"> <ILAN_ADRES>sample string 8</ILAN_ADRES> <ILAN_BASLANGIC_SAATI>sample string 11</ILAN_BASLANGIC_SAATI> <ILAN_BASLANGIC_TARIHI>sample string 10</ILAN_BASLANGIC_TARIHI> <ILAN_BASLIK>sample string 9</ILAN_BASLIK> <ILAN_BITIS_TARIHI>sample string 12</ILAN_BITIS_TARIHI> <ILAN_ILANTUR_ID>2</ILAN_ILANTUR_ID> <ILAN_ILCE_ID>5</ILAN_ILCE_ID> <ILAN_IL_ID>4</ILAN_IL_ID> <ILAN_MAHALLE_ID>6</ILAN_MAHALLE_ID> <ILAN_PYDURUM_ID>13</ILAN_PYDURUM_ID> <ILAN_SEFERTIPI_ID>3</ILAN_SEFERTIPI_ID> <ILAN_YOLCU_ID>1</ILAN_YOLCU_ID> <ILAN_YOLCU_SAYISI>7</ILAN_YOLCU_SAYISI> </PY_IlanEkleController.IlanDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />