POST doktor/TedaviOrderEkle

Request Information

URI Parameters

None.

Body Parameters

TedaviOrderEkleParamDto
NameDescriptionTypeAdditional information
HTEDAVITABELAID

integer

None.

DRID

integer

None.

HYATISID

integer

None.

ITEMID

integer

None.

BIRIMDEPOSUNDANKULLANIR

boolean

None.

HSTDANKULLANILIR

boolean

None.

GUNLUKKULLANIMSAYISI

integer

None.

PKULLANIMMIKTARI

decimal number

None.

KULSEKLIID

integer

None.

BASLANGICSAAT

date

None.

GEREKTIGINDE

boolean

None.

GEREKTIGINDENOTU

string

None.

EHUALINDI

boolean

None.

REUSE

boolean

None.

PASIF

boolean

None.

UYGSAATDEGISMESIN

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "HTEDAVITABELAID": 1,
  "DRID": 2,
  "HYATISID": 3,
  "ITEMID": 4,
  "BIRIMDEPOSUNDANKULLANIR": true,
  "HSTDANKULLANILIR": true,
  "GUNLUKKULLANIMSAYISI": 7,
  "PKULLANIMMIKTARI": 8.1,
  "KULSEKLIID": 9,
  "BASLANGICSAAT": "2024-09-24T03:26:06.8010834+03:00",
  "GEREKTIGINDE": true,
  "GEREKTIGINDENOTU": "sample string 12",
  "EHUALINDI": true,
  "REUSE": true,
  "PASIF": true,
  "UYGSAATDEGISMESIN": true
}

text/html

Sample:
{"HTEDAVITABELAID":1,"DRID":2,"HYATISID":3,"ITEMID":4,"BIRIMDEPOSUNDANKULLANIR":true,"HSTDANKULLANILIR":true,"GUNLUKKULLANIMSAYISI":7,"PKULLANIMMIKTARI":8.1,"KULSEKLIID":9,"BASLANGICSAAT":"2024-09-24T03:26:06.8010834+03:00","GEREKTIGINDE":true,"GEREKTIGINDENOTU":"sample string 12","EHUALINDI":true,"REUSE":true,"PASIF":true,"UYGSAATDEGISMESIN":true}

application/xml, text/xml

Sample:
<TedaviOrderEkleParamDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB.Dtos">
  <BASLANGICSAAT>2024-09-24T03:26:06.8010834+03:00</BASLANGICSAAT>
  <BIRIMDEPOSUNDANKULLANIR>true</BIRIMDEPOSUNDANKULLANIR>
  <DRID>2</DRID>
  <EHUALINDI>true</EHUALINDI>
  <GEREKTIGINDE>true</GEREKTIGINDE>
  <GEREKTIGINDENOTU>sample string 12</GEREKTIGINDENOTU>
  <GUNLUKKULLANIMSAYISI>7</GUNLUKKULLANIMSAYISI>
  <HSTDANKULLANILIR>true</HSTDANKULLANILIR>
  <HTEDAVITABELAID>1</HTEDAVITABELAID>
  <HYATISID>3</HYATISID>
  <ITEMID>4</ITEMID>
  <KULSEKLIID>9</KULSEKLIID>
  <PASIF>true</PASIF>
  <PKULLANIMMIKTARI>8.1</PKULLANIMMIKTARI>
  <REUSE>true</REUSE>
  <UYGSAATDEGISMESIN>true</UYGSAATDEGISMESIN>
</TedaviOrderEkleParamDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]

text/html

Sample:
[1,2]

application/xml, text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>