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": "18ab08a7-4e92-4dc5-ba00-7fbc10dc1115",
"BranchId": "1058b140-e58c-451d-912d-4a57363eb43a",
"FromDate": "2025-12-11T16:01:01.6833326+05:00",
"ToDate": "2025-12-11T16:01:01.6833326+05:00",
"Token": "824f41e3-cc5a-4ed8-a673-53c53fac8149",
"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>1058b140-e58c-451d-912d-4a57363eb43a</BranchId> <FromDate>2025-12-11T16:01:01.6833326+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-11T16:01:01.6833326+05:00</ToDate> <Token>824f41e3-cc5a-4ed8-a673-53c53fac8149</Token> <UserId>18ab08a7-4e92-4dc5-ba00-7fbc10dc1115</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.