PUT eventlist/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Events| Name | Description | Type | Additional information |
|---|---|---|---|
| Kimlik | string |
None. |
|
| LB_SIRKET | string |
None. |
|
| ETK_ID | integer |
None. |
|
| ETK_TARIH | date |
None. |
|
| ETK_SAAT | time interval |
None. |
|
| ETK_SURESI | integer |
None. |
|
| ETK_ADI | string |
None. |
|
| ETK_YER | string |
None. |
|
| ETK_KISAACIKLAMA | string |
None. |
|
| ETK_ACIKLAMA | string |
None. |
|
| ETK_YASGRUBU | string |
None. |
|
| ETK_GRUP1 | string |
None. |
|
| ETK_GRUP2 | string |
None. |
|
| ETK_GRUP3 | string |
None. |
|
| ETK_GRUP4 | string |
None. |
|
| ETK_GRUP5 | string |
None. |
|
| ETK_GRUP6 | string |
None. |
|
| ETK_UCRETLIMI | string |
None. |
|
| ETK_UCRET | decimal number |
None. |
|
| ETK_LINK1 | string |
None. |
|
| ETK_LINK2 | string |
None. |
|
| ETK_LAT | decimal number |
None. |
|
| ETK_LON | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Kimlik": "sample string 1",
"LB_SIRKET": "sample string 2",
"ETK_ID": 3,
"ETK_TARIH": "2026-04-02T14:38:18.4433533+03:00",
"ETK_SAAT": "00:00:00.1234567",
"ETK_SURESI": 6,
"ETK_ADI": "sample string 7",
"ETK_YER": "sample string 8",
"ETK_KISAACIKLAMA": "sample string 9",
"ETK_ACIKLAMA": "sample string 10",
"ETK_YASGRUBU": "sample string 11",
"ETK_GRUP1": "sample string 12",
"ETK_GRUP2": "sample string 13",
"ETK_GRUP3": "sample string 14",
"ETK_GRUP4": "sample string 15",
"ETK_GRUP5": "sample string 16",
"ETK_GRUP6": "sample string 17",
"ETK_UCRETLIMI": "sample string 18",
"ETK_UCRET": 19.0,
"ETK_LINK1": "sample string 20",
"ETK_LINK2": "sample string 21",
"ETK_LAT": 22.1,
"ETK_LON": 23.1
}
application/xml, text/xml
Sample:
<Events xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CGuide_srv.Models"> <ETK_ACIKLAMA>sample string 10</ETK_ACIKLAMA> <ETK_ADI>sample string 7</ETK_ADI> <ETK_GRUP1>sample string 12</ETK_GRUP1> <ETK_GRUP2>sample string 13</ETK_GRUP2> <ETK_GRUP3>sample string 14</ETK_GRUP3> <ETK_GRUP4>sample string 15</ETK_GRUP4> <ETK_GRUP5>sample string 16</ETK_GRUP5> <ETK_GRUP6>sample string 17</ETK_GRUP6> <ETK_ID>3</ETK_ID> <ETK_KISAACIKLAMA>sample string 9</ETK_KISAACIKLAMA> <ETK_LAT>22.1</ETK_LAT> <ETK_LINK1>sample string 20</ETK_LINK1> <ETK_LINK2>sample string 21</ETK_LINK2> <ETK_LON>23.1</ETK_LON> <ETK_SAAT>PT0.1234567S</ETK_SAAT> <ETK_SURESI>6</ETK_SURESI> <ETK_TARIH>2026-04-02T14:38:18.4433533+03:00</ETK_TARIH> <ETK_UCRET>19</ETK_UCRET> <ETK_UCRETLIMI>sample string 18</ETK_UCRETLIMI> <ETK_YASGRUBU>sample string 11</ETK_YASGRUBU> <ETK_YER>sample string 8</ETK_YER> <Kimlik>sample string 1</Kimlik> <LB_SIRKET>sample string 2</LB_SIRKET> </Events>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.