POST api/Patient/PatientSupplimentUpdate
Request Information
URI Parameters
None.
Body Parameters
PatientSupplimentUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientSuppliment | PatientSuppliment |
None. |
|
| PatientID | globally unique identifier |
None. |
|
| WebApiVersion | integer |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientSuppliment": {
"PatientSupplimentID": "4a0aa473-01e9-4d9f-876f-8d8a06cee5ed",
"MedicineFrequencyID": "d1c2b316-64c3-475a-b1de-c9c4e6f2677f",
"MedicineUnitID": "69236861-9b52-4e5a-bf37-2ae845f68db8",
"SuplimentName": "sample string 2",
"Date": "2026-08-12T11:43:56.6618833+03:00",
"StartDate": "2026-08-12T11:43:56.6618833+03:00",
"EndDate": "2026-08-12T11:43:56.6618833+03:00",
"Times": 1,
"Quantity": 1.0,
"Time1": "sample string 3",
"Time2": "sample string 4",
"Time3": "sample string 5",
"Time4": "sample string 6",
"Time5": "sample string 7",
"Time6": "sample string 8"
},
"PatientID": "61629175-518f-4232-9e48-cad84939cef7",
"WebApiVersion": 2,
"Language": "sample string 3"
}
application/xml, text/xml
Sample:
<PatientSupplimentUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
<Language>sample string 3</Language>
<PatientID>61629175-518f-4232-9e48-cad84939cef7</PatientID>
<WebApiVersion>2</WebApiVersion>
<PatientSuppliment>
<Date>2026-08-12T11:43:56.6618833+03:00</Date>
<EndDate>2026-08-12T11:43:56.6618833+03:00</EndDate>
<MedicineFrequencyID>d1c2b316-64c3-475a-b1de-c9c4e6f2677f</MedicineFrequencyID>
<MedicineUnitID>69236861-9b52-4e5a-bf37-2ae845f68db8</MedicineUnitID>
<PatientSupplimentID>4a0aa473-01e9-4d9f-876f-8d8a06cee5ed</PatientSupplimentID>
<Quantity>1</Quantity>
<StartDate>2026-08-12T11:43:56.6618833+03:00</StartDate>
<SuplimentName>sample string 2</SuplimentName>
<Time1>sample string 3</Time1>
<Time2>sample string 4</Time2>
<Time3>sample string 5</Time3>
<Time4>sample string 6</Time4>
<Time5>sample string 7</Time5>
<Time6>sample string 8</Time6>
<Times>1</Times>
</PatientSuppliment>
</PatientSupplimentUpdateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PatientSupplimentResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientSuppliment | PatientSuppliment |
None. |
|
| WebApiVersion | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"PatientSuppliment": {
"PatientSupplimentID": "1d3de45e-b84c-460a-be41-069f9b3d33db",
"MedicineFrequencyID": "d0a67dae-1706-42f2-9f23-927ffdbea0ad",
"MedicineUnitID": "c99f175b-fe5c-41b3-aa99-a1b001e11d21",
"SuplimentName": "sample string 2",
"Date": "2026-08-12T11:43:56.6775083+03:00",
"StartDate": "2026-08-12T11:43:56.6775083+03:00",
"EndDate": "2026-08-12T11:43:56.6775083+03:00",
"Times": 1,
"Quantity": 1.0,
"Time1": "sample string 3",
"Time2": "sample string 4",
"Time3": "sample string 5",
"Time4": "sample string 6",
"Time5": "sample string 7",
"Time6": "sample string 8"
},
"WebApiVersion": 1
}
application/xml, text/xml
Sample:
<PatientSupplimentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
<WebApiVersion>1</WebApiVersion>
<PatientSuppliment>
<Date>2026-08-12T11:43:56.6775083+03:00</Date>
<EndDate>2026-08-12T11:43:56.6775083+03:00</EndDate>
<MedicineFrequencyID>d0a67dae-1706-42f2-9f23-927ffdbea0ad</MedicineFrequencyID>
<MedicineUnitID>c99f175b-fe5c-41b3-aa99-a1b001e11d21</MedicineUnitID>
<PatientSupplimentID>1d3de45e-b84c-460a-be41-069f9b3d33db</PatientSupplimentID>
<Quantity>1</Quantity>
<StartDate>2026-08-12T11:43:56.6775083+03:00</StartDate>
<SuplimentName>sample string 2</SuplimentName>
<Time1>sample string 3</Time1>
<Time2>sample string 4</Time2>
<Time3>sample string 5</Time3>
<Time4>sample string 6</Time4>
<Time5>sample string 7</Time5>
<Time6>sample string 8</Time6>
<Times>1</Times>
</PatientSuppliment>
</PatientSupplimentResponse>