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-08-12T13:56:45.7538814+03:00",
"PatientID": "1fb82972-513f-44c7-b698-e1d2ff9d257c",
"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>1fb82972-513f-44c7-b698-e1d2ff9d257c</PatientID> <WebApiVersion>3</WebApiVersion> <FromDate>2026-08-12T13:56:45.7538814+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>