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": "5b40ad9a-8192-401e-9836-5b3693c65ada",
"BranchId": "0dcfae0e-aa88-4dbb-a86f-de5a271a7540",
"FromDate": "2025-12-12T17:33:12.3984947+05:00",
"ToDate": "2025-12-12T17:33:12.3984947+05:00",
"Token": "d46b230c-8b19-47ee-882f-740962062a19",
"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>0dcfae0e-aa88-4dbb-a86f-de5a271a7540</BranchId> <FromDate>2025-12-12T17:33:12.3984947+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:33:12.3984947+05:00</ToDate> <Token>d46b230c-8b19-47ee-882f-740962062a19</Token> <UserId>5b40ad9a-8192-401e-9836-5b3693c65ada</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.