POST api/YolcuSifreGuncelle
Request Information
URI Parameters
None.
Body Parameters
YolcuSifreGuncelleSifreDto| Name | Description | Type | Additional information |
|---|---|---|---|
| m_sifre | string |
None. |
|
| y_sifre | string |
None. |
|
| yolcu_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"m_sifre": "sample string 1",
"y_sifre": "sample string 2",
"yolcu_id": 3
}
application/xml, text/xml
Sample:
<YolcuSifreGuncelleController.YolcuSifreGuncelleSifreDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AkyilApi.Controllers"> <m_sifre>sample string 1</m_sifre> <y_sifre>sample string 2</y_sifre> <yolcu_id>3</yolcu_id> </YolcuSifreGuncelleController.YolcuSifreGuncelleSifreDto>
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/" />