POST api/account/GetUserNotifications

Request Information

URI Parameters

None.

Body Parameters

DTONotificationArg
NameDescriptionTypeAdditional 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": "73640122-3b3d-4952-a40f-1583110c363b",
  "BranchId": "59d90139-7972-4ba9-ad7a-11661897f722",
  "FromDate": "2025-06-14T12:29:30.4873346+05:00",
  "ToDate": "2025-06-14T12:29:30.4873346+05:00",
  "Token": "f6e0d161-94a3-46f5-9c32-fe7f18c3e874",
  "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>59d90139-7972-4ba9-ad7a-11661897f722</BranchId>
  <FromDate>2025-06-14T12:29:30.4873346+05:00</FromDate>
  <Length>5</Length>
  <OrderColumn>6</OrderColumn>
  <OrderDir>sample string 7</OrderDir>
  <Search>sample string 1</Search>
  <Start>4</Start>
  <ToDate>2025-06-14T12:29:30.4873346+05:00</ToDate>
  <Token>f6e0d161-94a3-46f5-9c32-fe7f18c3e874</Token>
  <UserId>73640122-3b3d-4952-a40f-1583110c363b</UserId>
</DTONotificationArg>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DTONotificationArg'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.