POST api/OgrenciKonum
Request Information
URI Parameters
None.
Body Parameters
OgrenciKonumMobilDto| Name | Description | Type | Additional information |
|---|---|---|---|
| OGRENCI_ID | integer |
None. |
|
| OGR_LA | string |
None. |
|
| OGR_LO | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OGRENCI_ID": 1,
"OGR_LA": "sample string 2",
"OGR_LO": "sample string 3"
}
application/xml, text/xml
Sample:
<OgrenciKonumController.OgrenciKonumMobilDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MevaTurizmApi.Controllers"> <OGRENCI_ID>1</OGRENCI_ID> <OGR_LA>sample string 2</OGR_LA> <OGR_LO>sample string 3</OGR_LO> </OgrenciKonumController.OgrenciKonumMobilDto>
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/" />