POST api/Event/EventReservationforVisitor
Request Information
URI Parameters
None.
Body Parameters
EventReservationInsertName | Description | Type | Additional information |
---|---|---|---|
KatilimTurNo | integer |
None. |
|
KullaniciProfilNo | integer |
None. |
|
UzmanMiDegilMiNo | integer |
None. |
|
EtkinlikNo | integer |
None. |
|
Adi | string |
None. |
|
Soyadi | string |
None. |
|
CepTel | string |
None. |
|
FirmaAdi | string |
None. |
|
Gorevi | string |
None. |
|
string |
None. |
||
Katilim | boolean |
None. |
|
KullaniciNo | integer |
None. |
|
KatilimciKullaniciNo | integer |
None. |
|
OturumListesi | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "KatilimTurNo": 1, "KullaniciProfilNo": 1, "UzmanMiDegilMiNo": 1, "EtkinlikNo": 1, "Adi": "sample string 2", "Soyadi": "sample string 3", "CepTel": "sample string 4", "FirmaAdi": "sample string 5", "Gorevi": "sample string 6", "Email": "sample string 7", "Katilim": true, "KullaniciNo": 1, "KatilimciKullaniciNo": 1, "OturumListesi": "sample string 8" }
text/html
Sample:
{"KatilimTurNo":1,"KullaniciProfilNo":1,"UzmanMiDegilMiNo":1,"EtkinlikNo":1,"Adi":"sample string 2","Soyadi":"sample string 3","CepTel":"sample string 4","FirmaAdi":"sample string 5","Gorevi":"sample string 6","Email":"sample string 7","Katilim":true,"KullaniciNo":1,"KatilimciKullaniciNo":1,"OturumListesi":"sample string 8"}
application/xml, text/xml
Sample:
<EventReservationInsert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PaydaslarPortaliAPI.ViewModel.Event"> <Adi>sample string 2</Adi> <CepTel>sample string 4</CepTel> <Email>sample string 7</Email> <EtkinlikNo>1</EtkinlikNo> <FirmaAdi>sample string 5</FirmaAdi> <Gorevi>sample string 6</Gorevi> <Katilim>true</Katilim> <KatilimTurNo>1</KatilimTurNo> <KatilimciKullaniciNo>1</KatilimciKullaniciNo> <KullaniciNo>1</KullaniciNo> <KullaniciProfilNo>1</KullaniciProfilNo> <OturumListesi>sample string 8</OturumListesi> <Soyadi>sample string 3</Soyadi> <UzmanMiDegilMiNo>1</UzmanMiDegilMiNo> </EventReservationInsert>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.