POST api/YolcuQrYoklama
Request Information
URI Parameters
None.
Body Parameters
QrYoklamaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| GD_ID | integer |
None. |
|
| YOLCU_ID | integer |
None. |
|
| OKUNAN_DEGER | integer |
None. |
|
| lat | string |
None. |
|
| lon | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GD_ID": 1,
"YOLCU_ID": 2,
"OKUNAN_DEGER": 3,
"lat": "sample string 4",
"lon": "sample string 5"
}
application/xml, text/xml
Sample:
<YolcuQrYoklamaController.QrYoklamaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TurdemApi.Controllers"> <GD_ID>1</GD_ID> <OKUNAN_DEGER>3</OKUNAN_DEGER> <YOLCU_ID>2</YOLCU_ID> <lat>sample string 4</lat> <lon>sample string 5</lon> </YolcuQrYoklamaController.QrYoklamaDto>
application/x-www-form-urlencoded
Sample:
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/" />