POST api/account/GetUserNotifications
Request Information
URI Parameters
None.
Body Parameters
DTONotificationArg| Name | Description | Type | Additional information |
|---|---|---|---|
| Search | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| BranchId | globally unique identifier |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| Token | globally unique identifier |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| OrderColumn | integer |
None. |
|
| OrderDir | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Search": "sample string 1",
"UserId": "1674fe1c-c5e7-4604-9608-171620aae19e",
"BranchId": "8c00e585-2893-46ae-9da8-e2e2a60ffd76",
"FromDate": "2025-12-12T17:36:29.9155+05:00",
"ToDate": "2025-12-12T17:36:29.9155+05:00",
"Token": "6f4b46c6-0aa5-4e7f-a67d-53908f93368b",
"Start": 4,
"Length": 5,
"OrderColumn": 6,
"OrderDir": "sample string 7"
}
application/xml, text/xml
Sample:
<DTONotificationArg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels"> <BranchId>8c00e585-2893-46ae-9da8-e2e2a60ffd76</BranchId> <FromDate>2025-12-12T17:36:29.9155+05:00</FromDate> <Length>5</Length> <OrderColumn>6</OrderColumn> <OrderDir>sample string 7</OrderDir> <Search>sample string 1</Search> <Start>4</Start> <ToDate>2025-12-12T17:36:29.9155+05:00</ToDate> <Token>6f4b46c6-0aa5-4e7f-a67d-53908f93368b</Token> <UserId>1674fe1c-c5e7-4604-9608-171620aae19e</UserId> </DTONotificationArg>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.