POST api/PY_SeferBaslat
Request Information
URI Parameters
None.
Body Parameters
PY_SeferBaslatDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PYSEFER_AA_ID | integer |
None. |
|
| PYSEFER_AV_ID | integer |
None. |
|
| PYSEFER_AA_YOLCU_ID | integer |
None. |
|
| PYSEFER_ENLEM | string |
None. |
|
| PYSEFER_BOYLAM | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PYSEFER_AA_ID": 1,
"PYSEFER_AV_ID": 2,
"PYSEFER_AA_YOLCU_ID": 3,
"PYSEFER_ENLEM": "sample string 4",
"PYSEFER_BOYLAM": "sample string 5"
}
application/xml, text/xml
Sample:
<PY_SeferBaslatController.PY_SeferBaslatDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServisApi.Controllers"> <PYSEFER_AA_ID>1</PYSEFER_AA_ID> <PYSEFER_AA_YOLCU_ID>3</PYSEFER_AA_YOLCU_ID> <PYSEFER_AV_ID>2</PYSEFER_AV_ID> <PYSEFER_BOYLAM>sample string 5</PYSEFER_BOYLAM> <PYSEFER_ENLEM>sample string 4</PYSEFER_ENLEM> </PY_SeferBaslatController.PY_SeferBaslatDto>
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/" />