POST NotificationMaster/GetNotificationMasterCount
Request Information
URI Parameters
None.
Body Parameters
tbl_NotificationMasterProp| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationCode | integer |
None. |
|
| NotificationHead | string |
None. |
|
| NotificationMessage | string |
None. |
|
| NotificationImages | string |
None. |
|
| RedirectURL | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDateTime | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDateTime | date |
None. |
|
| SearchBy | string |
None. |
|
| SearchVal | string |
None. |
|
| PageNo | integer |
None. |
|
| RecordCount | integer |
None. |
|
| UserCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotificationCode": 1,
"NotificationHead": "sample string 2",
"NotificationMessage": "sample string 3",
"NotificationImages": "sample string 4",
"RedirectURL": "sample string 5",
"CreatedBy": 6,
"CreatedDateTime": "2025-10-31T22:03:45.4551408-07:00",
"UpdatedBy": 8,
"UpdatedDateTime": "2025-10-31T22:03:45.4551408-07:00",
"SearchBy": "sample string 10",
"SearchVal": "sample string 11",
"PageNo": 12,
"RecordCount": 13,
"UserCode": 14
}
text/html
Sample:
{"NotificationCode":1,"NotificationHead":"sample string 2","NotificationMessage":"sample string 3","NotificationImages":"sample string 4","RedirectURL":"sample string 5","CreatedBy":6,"CreatedDateTime":"2025-10-31T22:03:45.4551408-07:00","UpdatedBy":8,"UpdatedDateTime":"2025-10-31T22:03:45.4551408-07:00","SearchBy":"sample string 10","SearchVal":"sample string 11","PageNo":12,"RecordCount":13,"UserCode":14}
application/xml, text/xml
Sample:
<tbl_NotificationMasterProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClaimManagementProp"> <CreatedBy>6</CreatedBy> <CreatedDateTime>2025-10-31T22:03:45.4551408-07:00</CreatedDateTime> <NotificationCode>1</NotificationCode> <NotificationHead>sample string 2</NotificationHead> <NotificationImages>sample string 4</NotificationImages> <NotificationMessage>sample string 3</NotificationMessage> <PageNo>12</PageNo> <RecordCount>13</RecordCount> <RedirectURL>sample string 5</RedirectURL> <SearchBy>sample string 10</SearchBy> <SearchVal>sample string 11</SearchVal> <UpdatedBy>8</UpdatedBy> <UpdatedDateTime>2025-10-31T22:03:45.4551408-07:00</UpdatedDateTime> <UserCode>14</UserCode> </tbl_NotificationMasterProp>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |