POST eventlang/ekle
Request Information
URI Parameters
None.
Body Parameters
EventLang| Name | Description | Type | Additional information |
|---|---|---|---|
| Kimlik | integer |
None. |
|
| LB_SIRKET | string |
None. |
|
| ETK_ID | integer |
None. |
|
| ETK_LANG | string |
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. |
Request Formats
application/json, text/json
Sample:
{
"Kimlik": 1,
"LB_SIRKET": "sample string 2",
"ETK_ID": 3,
"ETK_LANG": "sample string 4",
"ETK_ADI": "sample string 5",
"ETK_YER": "sample string 6",
"ETK_KISAACIKLAMA": "sample string 7",
"ETK_ACIKLAMA": "sample string 8",
"ETK_YASGRUBU": "sample string 9",
"ETK_GRUP1": "sample string 10",
"ETK_GRUP2": "sample string 11",
"ETK_GRUP3": "sample string 12",
"ETK_GRUP4": "sample string 13",
"ETK_GRUP5": "sample string 14",
"ETK_GRUP6": "sample string 15"
}
application/xml, text/xml
Sample:
<EventLang xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CGuide_srv.Models"> <ETK_ACIKLAMA>sample string 8</ETK_ACIKLAMA> <ETK_ADI>sample string 5</ETK_ADI> <ETK_GRUP1>sample string 10</ETK_GRUP1> <ETK_GRUP2>sample string 11</ETK_GRUP2> <ETK_GRUP3>sample string 12</ETK_GRUP3> <ETK_GRUP4>sample string 13</ETK_GRUP4> <ETK_GRUP5>sample string 14</ETK_GRUP5> <ETK_GRUP6>sample string 15</ETK_GRUP6> <ETK_ID>3</ETK_ID> <ETK_KISAACIKLAMA>sample string 7</ETK_KISAACIKLAMA> <ETK_LANG>sample string 4</ETK_LANG> <ETK_YASGRUBU>sample string 9</ETK_YASGRUBU> <ETK_YER>sample string 6</ETK_YER> <Kimlik>1</Kimlik> <LB_SIRKET>sample string 2</LB_SIRKET> </EventLang>
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.