POST doktor/TedaviOlcumKullanimOlustur
Request Information
URI Parameters
None.
Body Parameters
OlcumKullanimParamsDto| Name | Description | Type | Additional information | 
|---|---|---|---|
| HTEDAVITABELAOLCUMID | integer | 
                             None.  | 
                |
| DRID | integer | 
                             None.  | 
                |
| PLANLANANTARIHLAR | string | 
                             None.  | 
                |
| Delimiter | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "HTEDAVITABELAOLCUMID": 1,
  "DRID": 2,
  "PLANLANANTARIHLAR": "sample string 3",
  "Delimiter": "sample string 4"
}
        text/html
            Sample:
        
{"HTEDAVITABELAOLCUMID":1,"DRID":2,"PLANLANANTARIHLAR":"sample string 3","Delimiter":"sample string 4"}
        application/xml, text/xml
            Sample:
        <OlcumKullanimParamsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB.Dtos"> <DRID>2</DRID> <Delimiter>sample string 4</Delimiter> <HTEDAVITABELAOLCUMID>1</HTEDAVITABELAOLCUMID> <PLANLANANTARIHLAR>sample string 3</PLANLANANTARIHLAR> </OlcumKullanimParamsDto>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
Collection of SPMED_HTEDAVIOLCUMKULLANIMOLUSTUR_Result| Name | Description | Type | Additional information | 
|---|---|---|---|
| ErMessage | string | 
                             None.  | 
                |
| ErSeverity | integer | 
                             None.  | 
                |
| ErState | integer | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "ErMessage": "sample string 1",
    "ErSeverity": 1,
    "ErState": 1
  },
  {
    "ErMessage": "sample string 1",
    "ErSeverity": 1,
    "ErState": 1
  }
]
        text/html
            Sample:
        
[{"ErMessage":"sample string 1","ErSeverity":1,"ErState":1},{"ErMessage":"sample string 1","ErSeverity":1,"ErState":1}]
        application/xml, text/xml
            Sample:
<ArrayOfSPMED_HTEDAVIOLCUMKULLANIMOLUSTUR_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <SPMED_HTEDAVIOLCUMKULLANIMOLUSTUR_Result>
    <ErMessage>sample string 1</ErMessage>
    <ErSeverity>1</ErSeverity>
    <ErState>1</ErState>
  </SPMED_HTEDAVIOLCUMKULLANIMOLUSTUR_Result>
  <SPMED_HTEDAVIOLCUMKULLANIMOLUSTUR_Result>
    <ErMessage>sample string 1</ErMessage>
    <ErSeverity>1</ErSeverity>
    <ErState>1</ErState>
  </SPMED_HTEDAVIOLCUMKULLANIMOLUSTUR_Result>
</ArrayOfSPMED_HTEDAVIOLCUMKULLANIMOLUSTUR_Result>