POST doktor/MuayeneUpdate
Request Information
URI Parameters
None.
Body Parameters
MuayeneUpdateParametersDto| Name | Description | Type | Additional information |
|---|---|---|---|
| HMUAYENEID | integer |
None. |
|
| HMMUAYENE | string |
None. |
|
| HMTEDAVI | string |
None. |
|
| HMSIKAYETI | string |
None. |
|
| HMHKIKAYESI | string |
None. |
|
| HMSONUC | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"HMUAYENEID": 1,
"HMMUAYENE": "sample string 2",
"HMTEDAVI": "sample string 3",
"HMSIKAYETI": "sample string 4",
"HMHKIKAYESI": "sample string 5",
"HMSONUC": "sample string 6"
}
text/html
Sample:
{"HMUAYENEID":1,"HMMUAYENE":"sample string 2","HMTEDAVI":"sample string 3","HMSIKAYETI":"sample string 4","HMHKIKAYESI":"sample string 5","HMSONUC":"sample string 6"}
application/xml, text/xml
Sample:
<MuayeneUpdateParametersDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB.Dtos"> <HMHKIKAYESI>sample string 5</HMHKIKAYESI> <HMMUAYENE>sample string 2</HMMUAYENE> <HMSIKAYETI>sample string 4</HMSIKAYETI> <HMSONUC>sample string 6</HMSONUC> <HMTEDAVI>sample string 3</HMTEDAVI> <HMUAYENEID>1</HMUAYENEID> </MuayeneUpdateParametersDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, text/html
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/" />