POST api/Lookups/LookupsChanged
Request Information
URI Parameters
None.
Body Parameters
LookupsChangedRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| PatientID | globally unique identifier |
None. |
|
| WebApiVersion | integer |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2026-02-28T15:33:48.9431055+03:00",
"PatientID": "a58def63-65fc-43c2-8eb7-8773891d4b45",
"WebApiVersion": 3,
"Language": "sample string 4"
}
application/xml, text/xml
Sample:
<LookupsChangedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO"> <Language>sample string 4</Language> <PatientID>a58def63-65fc-43c2-8eb7-8773891d4b45</PatientID> <WebApiVersion>3</WebApiVersion> <FromDate>2026-02-28T15:33:48.9431055+03:00</FromDate> </LookupsChangedRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LookupChangedResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| LookupChanged | boolean |
None. |
|
| WebApiVersion | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"LookupChanged": true,
"WebApiVersion": 2
}
application/xml, text/xml
Sample:
<LookupChangedResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO"> <WebApiVersion>2</WebApiVersion> <LookupChanged>true</LookupChanged> </LookupChangedResponse>