POST api/AnketList
Request Information
URI Parameters
None.
Body Parameters
AnketListData| Name | Description | Type | Additional information |
|---|---|---|---|
| surucu_id | integer |
None. |
|
| yolcu_id | integer |
None. |
|
| ogrenci_id | integer |
None. |
|
| hostes_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"surucu_id": 1,
"yolcu_id": 2,
"ogrenci_id": 3,
"hostes_id": 4
}
application/xml, text/xml
Sample:
<AnketListController.AnketListData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AkyilApi.Controllers"> <hostes_id>4</hostes_id> <ogrenci_id>3</ogrenci_id> <surucu_id>1</surucu_id> <yolcu_id>2</yolcu_id> </AnketListController.AnketListData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />