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": "50b9ed08-42d4-4bea-9454-c3d4fb7479cc",
"MedicineFrequencyID": "55a2ee55-a547-468f-b51a-d4dea3b869a7",
"MedicineUnitID": "b645ecef-a8cd-431a-8d93-d092202886a6",
"SuplimentName": "sample string 2",
"Date": "2026-02-28T15:38:07.3691812+03:00",
"StartDate": "2026-02-28T15:38:07.3691812+03:00",
"EndDate": "2026-02-28T15:38:07.3691812+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": "0b35826e-7b1c-4971-b5b4-71481d0a814a",
"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>0b35826e-7b1c-4971-b5b4-71481d0a814a</PatientID>
<WebApiVersion>2</WebApiVersion>
<PatientSuppliment>
<Date>2026-02-28T15:38:07.3691812+03:00</Date>
<EndDate>2026-02-28T15:38:07.3691812+03:00</EndDate>
<MedicineFrequencyID>55a2ee55-a547-468f-b51a-d4dea3b869a7</MedicineFrequencyID>
<MedicineUnitID>b645ecef-a8cd-431a-8d93-d092202886a6</MedicineUnitID>
<PatientSupplimentID>50b9ed08-42d4-4bea-9454-c3d4fb7479cc</PatientSupplimentID>
<Quantity>1</Quantity>
<StartDate>2026-02-28T15:38:07.3691812+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": "88b444f3-77e9-4b71-8da3-9e560819200a",
"MedicineFrequencyID": "0f6f9ee1-8fb2-4837-96b8-813a3856ac56",
"MedicineUnitID": "bd324234-db69-4057-9f7f-4280264d51ee",
"SuplimentName": "sample string 2",
"Date": "2026-02-28T15:38:07.3745528+03:00",
"StartDate": "2026-02-28T15:38:07.3745528+03:00",
"EndDate": "2026-02-28T15:38:07.3745528+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-02-28T15:38:07.3745528+03:00</Date>
<EndDate>2026-02-28T15:38:07.3745528+03:00</EndDate>
<MedicineFrequencyID>0f6f9ee1-8fb2-4837-96b8-813a3856ac56</MedicineFrequencyID>
<MedicineUnitID>bd324234-db69-4057-9f7f-4280264d51ee</MedicineUnitID>
<PatientSupplimentID>88b444f3-77e9-4b71-8da3-9e560819200a</PatientSupplimentID>
<Quantity>1</Quantity>
<StartDate>2026-02-28T15:38:07.3745528+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>