POST doktor/OlcumOrderEkle

Request Information

URI Parameters

None.

Body Parameters

OlcumOrderEkleParams
NameDescriptionTypeAdditional information
HTEDAVITABELAID

integer

None.

YOLCUMID

integer

None.

BASLANGICSAAT

date

None.

GUNLUKOLCUMSAYISI

integer

None.

ORDERNOT

string

None.

PASIF

boolean

None.

PASIFZAMANI

date

None.

PASIFNEDENIID

integer

None.

PASIFYAPAN

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HTEDAVITABELAID": 1,
  "YOLCUMID": 1,
  "BASLANGICSAAT": "2024-09-24T03:30:06.7887346+03:00",
  "GUNLUKOLCUMSAYISI": 1,
  "ORDERNOT": "sample string 2",
  "PASIF": true,
  "PASIFZAMANI": "2024-09-24T03:30:06.7887346+03:00",
  "PASIFNEDENIID": 1,
  "PASIFYAPAN": "sample string 3"
}

text/html

Sample:
{"HTEDAVITABELAID":1,"YOLCUMID":1,"BASLANGICSAAT":"2024-09-24T03:30:06.7887346+03:00","GUNLUKOLCUMSAYISI":1,"ORDERNOT":"sample string 2","PASIF":true,"PASIFZAMANI":"2024-09-24T03:30:06.7887346+03:00","PASIFNEDENIID":1,"PASIFYAPAN":"sample string 3"}

application/xml, text/xml

Sample:
<OlcumOrderEkleParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB.Dtos">
  <BASLANGICSAAT>2024-09-24T03:30:06.7887346+03:00</BASLANGICSAAT>
  <GUNLUKOLCUMSAYISI>1</GUNLUKOLCUMSAYISI>
  <HTEDAVITABELAID>1</HTEDAVITABELAID>
  <ORDERNOT>sample string 2</ORDERNOT>
  <PASIF>true</PASIF>
  <PASIFNEDENIID>1</PASIFNEDENIID>
  <PASIFYAPAN>sample string 3</PASIFYAPAN>
  <PASIFZAMANI>2024-09-24T03:30:06.7887346+03:00</PASIFZAMANI>
  <YOLCUMID>1</YOLCUMID>
</OlcumOrderEkleParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of SPMED_OLCUMORDEREKLE_Result
NameDescriptionTypeAdditional 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_OLCUMORDEREKLE_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <SPMED_OLCUMORDEREKLE_Result>
    <ErMessage>sample string 1</ErMessage>
    <ErSeverity>1</ErSeverity>
    <ErState>1</ErState>
  </SPMED_OLCUMORDEREKLE_Result>
  <SPMED_OLCUMORDEREKLE_Result>
    <ErMessage>sample string 1</ErMessage>
    <ErSeverity>1</ErSeverity>
    <ErState>1</ErState>
  </SPMED_OLCUMORDEREKLE_Result>
</ArrayOfSPMED_OLCUMORDEREKLE_Result>