POST api/Users/NotificationRecievied
Request Information
URI Parameters
None.
Body Parameters
Collection of NotificationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsReaded | boolean |
None. |
|
| DBNo | integer |
None. |
|
| AppNo | integer |
None. |
|
| Notification_BufferID | integer |
None. |
|
| Notification_InID | integer |
None. |
|
| Notification_ReceivedID | integer |
None. |
|
| Notification_ReadID | integer |
None. |
|
| BusinessID | integer |
None. |
|
| Src | string |
None. |
|
| SenderProfessionCode | string |
None. |
|
| SenderUserProfileID | integer |
None. |
|
| RecieverProfessionCode | string |
None. |
|
| RecieverUserProfileID | Collection of integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| ApproveDate | date |
None. |
|
| ApprovedBy | integer |
None. |
|
| Notes | string |
None. |
|
| UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"IsReaded": true,
"DBNo": 1,
"AppNo": 1,
"Notification_BufferID": 1,
"Notification_InID": 1,
"Notification_ReceivedID": 1,
"Notification_ReadID": 1,
"BusinessID": 1,
"Src": "sample string 1",
"SenderProfessionCode": "sample string 2",
"SenderUserProfileID": 1,
"RecieverProfessionCode": "sample string 3",
"RecieverUserProfileID": [
1,
1
],
"Title": "sample string 4",
"Description": "sample string 5",
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-04-06T21:33:05.1432694-05:00",
"CreatedBy": 1,
"UpdatedDate": "2026-04-06T21:33:05.1432694-05:00",
"UpdatedBy": 1,
"ApproveDate": "2026-04-06T21:33:05.1432694-05:00",
"ApprovedBy": 1,
"Notes": "sample string 6",
"UserID": 1
},
{
"IsReaded": true,
"DBNo": 1,
"AppNo": 1,
"Notification_BufferID": 1,
"Notification_InID": 1,
"Notification_ReceivedID": 1,
"Notification_ReadID": 1,
"BusinessID": 1,
"Src": "sample string 1",
"SenderProfessionCode": "sample string 2",
"SenderUserProfileID": 1,
"RecieverProfessionCode": "sample string 3",
"RecieverUserProfileID": [
1,
1
],
"Title": "sample string 4",
"Description": "sample string 5",
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-04-06T21:33:05.1432694-05:00",
"CreatedBy": 1,
"UpdatedDate": "2026-04-06T21:33:05.1432694-05:00",
"UpdatedBy": 1,
"ApproveDate": "2026-04-06T21:33:05.1432694-05:00",
"ApprovedBy": 1,
"Notes": "sample string 6",
"UserID": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfNotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Model">
<NotificationModel>
<AppNo>1</AppNo>
<ApproveDate>2026-04-06T21:33:05.1432694-05:00</ApproveDate>
<ApprovedBy>1</ApprovedBy>
<BusinessID>1</BusinessID>
<CreatedBy>1</CreatedBy>
<CreatedDate>2026-04-06T21:33:05.1432694-05:00</CreatedDate>
<DBNo>1</DBNo>
<Description>sample string 5</Description>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsReaded>true</IsReaded>
<Notes>sample string 6</Notes>
<Notification_BufferID>1</Notification_BufferID>
<Notification_InID>1</Notification_InID>
<Notification_ReadID>1</Notification_ReadID>
<Notification_ReceivedID>1</Notification_ReceivedID>
<RecieverProfessionCode>sample string 3</RecieverProfessionCode>
<RecieverUserProfileID xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:int>1</d3p1:int>
<d3p1:int>1</d3p1:int>
</RecieverUserProfileID>
<SenderProfessionCode>sample string 2</SenderProfessionCode>
<SenderUserProfileID>1</SenderUserProfileID>
<Src>sample string 1</Src>
<Title>sample string 4</Title>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2026-04-06T21:33:05.1432694-05:00</UpdatedDate>
<UserID>1</UserID>
</NotificationModel>
<NotificationModel>
<AppNo>1</AppNo>
<ApproveDate>2026-04-06T21:33:05.1432694-05:00</ApproveDate>
<ApprovedBy>1</ApprovedBy>
<BusinessID>1</BusinessID>
<CreatedBy>1</CreatedBy>
<CreatedDate>2026-04-06T21:33:05.1432694-05:00</CreatedDate>
<DBNo>1</DBNo>
<Description>sample string 5</Description>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsReaded>true</IsReaded>
<Notes>sample string 6</Notes>
<Notification_BufferID>1</Notification_BufferID>
<Notification_InID>1</Notification_InID>
<Notification_ReadID>1</Notification_ReadID>
<Notification_ReceivedID>1</Notification_ReceivedID>
<RecieverProfessionCode>sample string 3</RecieverProfessionCode>
<RecieverUserProfileID xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:int>1</d3p1:int>
<d3p1:int>1</d3p1:int>
</RecieverUserProfileID>
<SenderProfessionCode>sample string 2</SenderProfessionCode>
<SenderUserProfileID>1</SenderUserProfileID>
<Src>sample string 1</Src>
<Title>sample string 4</Title>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2026-04-06T21:33:05.1432694-05:00</UpdatedDate>
<UserID>1</UserID>
</NotificationModel>
</ArrayOfNotificationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ResultStatus |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Generics"> <Data /> <Message>sample string 1</Message> <Status>Success</Status> </Result>