POST api/Patient/PatientVitalScheduleUpdate
Request Information
URI Parameters
None.
Body Parameters
PatientVitalScheduleUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientVitalSchedule | PatientVitalSchedule |
None. |
|
| PatientID | globally unique identifier |
None. |
|
| WebApiVersion | integer |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientVitalSchedule": {
"PatientVitalScheduleID": "c6648076-df1a-42f4-84f9-792e7c9ee245",
"VitalID": "a6ab6c3f-2f41-4438-aabf-e9fe08e8a0ab",
"FrequencyID": "7f0be364-b810-411c-b710-797a58006910",
"NoOFTimes": 4,
"StartDate": "2025-12-11T14:41:10.7845884+03:00",
"Time1": "sample string 6",
"Time2": "sample string 7",
"Time3": "sample string 8",
"Time4": "sample string 9",
"Time5": "sample string 10",
"Time6": "sample string 11"
},
"PatientID": "5e0c1139-64dd-4520-92f4-fc361cba5aac",
"WebApiVersion": 2,
"Language": "sample string 3"
}
application/xml, text/xml
Sample:
<PatientVitalScheduleUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
<Language>sample string 3</Language>
<PatientID>5e0c1139-64dd-4520-92f4-fc361cba5aac</PatientID>
<WebApiVersion>2</WebApiVersion>
<PatientVitalSchedule>
<FrequencyID>7f0be364-b810-411c-b710-797a58006910</FrequencyID>
<NoOFTimes>4</NoOFTimes>
<PatientVitalScheduleID>c6648076-df1a-42f4-84f9-792e7c9ee245</PatientVitalScheduleID>
<StartDate>2025-12-11T14:41:10.7845884+03:00</StartDate>
<Time1>sample string 6</Time1>
<Time2>sample string 7</Time2>
<Time3>sample string 8</Time3>
<Time4>sample string 9</Time4>
<Time5>sample string 10</Time5>
<Time6>sample string 11</Time6>
<VitalID>a6ab6c3f-2f41-4438-aabf-e9fe08e8a0ab</VitalID>
</PatientVitalSchedule>
</PatientVitalScheduleUpdateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PatientVitalScheduleResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientVitalSchedule | PatientVitalSchedule |
None. |
|
| WebApiVersion | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"PatientVitalSchedule": {
"PatientVitalScheduleID": "2f6f7c4e-66d7-4905-8be4-bfcb5da6b047",
"VitalID": "c582cfdd-efe4-49a2-9bf0-7a0b60efa9a5",
"FrequencyID": "6cbc33cd-e440-4f3c-9ec2-be2969f589f6",
"NoOFTimes": 4,
"StartDate": "2025-12-11T14:41:10.7845884+03:00",
"Time1": "sample string 6",
"Time2": "sample string 7",
"Time3": "sample string 8",
"Time4": "sample string 9",
"Time5": "sample string 10",
"Time6": "sample string 11"
},
"WebApiVersion": 1
}
application/xml, text/xml
Sample:
<PatientVitalScheduleResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
<WebApiVersion>1</WebApiVersion>
<PatientVitalSchedule>
<FrequencyID>6cbc33cd-e440-4f3c-9ec2-be2969f589f6</FrequencyID>
<NoOFTimes>4</NoOFTimes>
<PatientVitalScheduleID>2f6f7c4e-66d7-4905-8be4-bfcb5da6b047</PatientVitalScheduleID>
<StartDate>2025-12-11T14:41:10.7845884+03:00</StartDate>
<Time1>sample string 6</Time1>
<Time2>sample string 7</Time2>
<Time3>sample string 8</Time3>
<Time4>sample string 9</Time4>
<Time5>sample string 10</Time5>
<Time6>sample string 11</Time6>
<VitalID>c582cfdd-efe4-49a2-9bf0-7a0b60efa9a5</VitalID>
</PatientVitalSchedule>
</PatientVitalScheduleResponse>