POST api/Mytwinzzyatch/Check
Request Information
URI Parameters
None.
Body Parameters
MytwinzzRezervasyon| Name | Description | Type | Additional information |
|---|---|---|---|
| RezervasyonId | integer |
None. |
|
| AdSoyad | string |
None. |
|
| Eposta | string |
None. |
|
| Telefon | string |
None. |
|
| RandevuTarihi | string |
None. |
|
| Mesaj | string |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"RezervasyonId": 1,
"AdSoyad": "sample string 2",
"Eposta": "sample string 3",
"Telefon": "sample string 4",
"RandevuTarihi": "sample string 5",
"Mesaj": "sample string 6",
"CreatedDate": "2026-01-01T08:57:09.1234941+03:00"
}
application/xml, text/xml
Sample:
<MytwinzzRezervasyon xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZeytinPopupService"> <AdSoyad>sample string 2</AdSoyad> <CreatedDate>2026-01-01T08:57:09.1234941+03:00</CreatedDate> <Eposta>sample string 3</Eposta> <Mesaj>sample string 6</Mesaj> <RandevuTarihi>sample string 5</RandevuTarihi> <RezervasyonId>1</RezervasyonId> <Telefon>sample string 4</Telefon> </MytwinzzRezervasyon>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MytwinzzRezervasyon| Name | Description | Type | Additional information |
|---|---|---|---|
| RezervasyonId | integer |
None. |
|
| AdSoyad | string |
None. |
|
| Eposta | string |
None. |
|
| Telefon | string |
None. |
|
| RandevuTarihi | string |
None. |
|
| Mesaj | string |
None. |
|
| CreatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"RezervasyonId": 1,
"AdSoyad": "sample string 2",
"Eposta": "sample string 3",
"Telefon": "sample string 4",
"RandevuTarihi": "sample string 5",
"Mesaj": "sample string 6",
"CreatedDate": "2026-01-01T08:57:09.1374958+03:00"
}
application/xml, text/xml
Sample:
<MytwinzzRezervasyon xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZeytinPopupService"> <AdSoyad>sample string 2</AdSoyad> <CreatedDate>2026-01-01T08:57:09.1374958+03:00</CreatedDate> <Eposta>sample string 3</Eposta> <Mesaj>sample string 6</Mesaj> <RandevuTarihi>sample string 5</RandevuTarihi> <RezervasyonId>1</RezervasyonId> <Telefon>sample string 4</Telefon> </MytwinzzRezervasyon>