POST doktor/TedaviTabelaKullanimOlustur

Request Information

URI Parameters

None.

Body Parameters

TedaviKullanimParamsDto
NameDescriptionTypeAdditional information
HTedaviTabelaDetayId

integer

None.

HKimlikId

integer

None.

Tarih

date

None.

User

string

None.

DrId

integer

None.

PlanlananTarihlar

string

None.

Delimiter

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HTedaviTabelaDetayId": 1,
  "HKimlikId": 2,
  "Tarih": "2024-09-24T03:35:15.9331124+03:00",
  "User": "sample string 4",
  "DrId": 5,
  "PlanlananTarihlar": "sample string 6",
  "Delimiter": "sample string 7"
}

text/html

Sample:
{"HTedaviTabelaDetayId":1,"HKimlikId":2,"Tarih":"2024-09-24T03:35:15.9331124+03:00","User":"sample string 4","DrId":5,"PlanlananTarihlar":"sample string 6","Delimiter":"sample string 7"}

application/xml, text/xml

Sample:
<TedaviKullanimParamsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB.Dtos">
  <Delimiter>sample string 7</Delimiter>
  <DrId>5</DrId>
  <HKimlikId>2</HKimlikId>
  <HTedaviTabelaDetayId>1</HTedaviTabelaDetayId>
  <PlanlananTarihlar>sample string 6</PlanlananTarihlar>
  <Tarih>2024-09-24T03:35:15.9331124+03:00</Tarih>
  <User>sample string 4</User>
</TedaviKullanimParamsDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

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/" />