POST lastik-satici/d
Request Information
URI Parameters
None.
Body Parameters
LASTIKSATICI| 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. |
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"
}
application/xml, text/xml
Sample:
<LASTIKSATICI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.DTO"> <ADI>sample string 4</ADI> <ADRES>sample string 6</ADRES> <CARI_ID>3</CARI_ID> <FIRMA_ID>2</FIRMA_ID> <ID>1</ID> <TEL>sample string 5</TEL> <YETKILI_ADSOYAD>sample string 7</YETKILI_ADSOYAD> </LASTIKSATICI>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-29T20:56:55.0290857+03:00",
"R": true
}
application/xml, text/xml
Sample:
<ApiResultOfboolean 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:56:55.0290857+03:00</DATE> <MESSAGE>sample string 3</MESSAGE> <R>true</R> <STATUS>true</STATUS> <STATUS_CODE>2</STATUS_CODE> </ApiResultOfboolean>