POST lastik-satici/i-wc
Request Information
URI Parameters
None.
Body Parameters
LastikSaticiCreateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| FIRMA_ID | integer |
None. |
|
| CARI_ID | integer |
None. |
|
| ADI | string |
None. |
|
| TEL | string |
None. |
|
| ADRES | string |
None. |
|
| YETKILI_ADSOYAD | string |
None. |
|
| CARI_AC | boolean |
None. |
|
| CARI_ADI | string |
None. |
|
| CARI_KISAADI | string |
None. |
|
| CARI_TEL | string |
None. |
|
| CARI_EMAIL | string |
None. |
|
| CARI_ADRES | string |
None. |
|
| CARI_YETKILI_ADSOYAD | string |
None. |
|
| CARI_VERGINO | string |
None. |
|
| CARI_VERGIDAIRESI | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"FIRMA_ID": 2,
"CARI_ID": 3,
"ADI": "sample string 4",
"TEL": "sample string 5",
"ADRES": "sample string 6",
"YETKILI_ADSOYAD": "sample string 7",
"CARI_AC": true,
"CARI_ADI": "sample string 9",
"CARI_KISAADI": "sample string 10",
"CARI_TEL": "sample string 11",
"CARI_EMAIL": "sample string 12",
"CARI_ADRES": "sample string 13",
"CARI_YETKILI_ADSOYAD": "sample string 14",
"CARI_VERGINO": "sample string 15",
"CARI_VERGIDAIRESI": "sample string 16"
}
application/xml, text/xml
Sample:
<LastikSaticiCreateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.Lastik"> <ADI>sample string 4</ADI> <ADRES>sample string 6</ADRES> <CARI_AC>true</CARI_AC> <CARI_ADI>sample string 9</CARI_ADI> <CARI_ADRES>sample string 13</CARI_ADRES> <CARI_EMAIL>sample string 12</CARI_EMAIL> <CARI_ID>3</CARI_ID> <CARI_KISAADI>sample string 10</CARI_KISAADI> <CARI_TEL>sample string 11</CARI_TEL> <CARI_VERGIDAIRESI>sample string 16</CARI_VERGIDAIRESI> <CARI_VERGINO>sample string 15</CARI_VERGINO> <CARI_YETKILI_ADSOYAD>sample string 14</CARI_YETKILI_ADSOYAD> <FIRMA_ID>2</FIRMA_ID> <ID>1</ID> <TEL>sample string 5</TEL> <YETKILI_ADSOYAD>sample string 7</YETKILI_ADSOYAD> </LastikSaticiCreateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfLASTIKSATICI| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | LASTIKSATICI |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-29T20:58:36.5714297+03:00",
"R": {
"ID": 1,
"FIRMA_ID": 2,
"CARI_ID": 3,
"ADI": "sample string 4",
"TEL": "sample string 5",
"ADRES": "sample string 6",
"YETKILI_ADSOYAD": "sample string 7"
}
}
application/xml, text/xml
Sample:
<ApiResultOfLASTIKSATICIQt03pHM1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.Request">
<DATE>2026-07-29T20:58:36.5714297+03:00</DATE>
<MESSAGE>sample string 3</MESSAGE>
<R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.DTO">
<d2p1:ADI>sample string 4</d2p1:ADI>
<d2p1:ADRES>sample string 6</d2p1:ADRES>
<d2p1:CARI_ID>3</d2p1:CARI_ID>
<d2p1:FIRMA_ID>2</d2p1:FIRMA_ID>
<d2p1:ID>1</d2p1:ID>
<d2p1:TEL>sample string 5</d2p1:TEL>
<d2p1:YETKILI_ADSOYAD>sample string 7</d2p1:YETKILI_ADSOYAD>
</R>
<STATUS>true</STATUS>
<STATUS_CODE>2</STATUS_CODE>
</ApiResultOfLASTIKSATICIQt03pHM1>