POST api/UserProfileNotification/Read
Request Information
URI Parameters
None.
Body Parameters
UserProfileNotificationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserProfileId | globally unique identifier |
None. |
|
| Title | string |
None. |
|
| Message | string |
None. |
|
| IsRead | boolean |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Deleted | date |
None. |
|
| NotificationUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "6f45b198-8eec-47d8-8b4b-87226e1ef8b9",
"UserProfileId": "e99ac22a-0031-4469-ba73-032de650f07d",
"Title": "sample string 3",
"Message": "sample string 4",
"IsRead": true,
"Created": "2026-01-20T20:36:31.2977383+02:00",
"Modified": "2026-01-20T20:36:31.2977383+02:00",
"Deleted": "2026-01-20T20:36:31.2977383+02:00",
"NotificationUrl": "sample string 9"
}
application/xml, text/xml
Sample:
<UserProfileNotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nozala.Model"> <Created>2026-01-20T20:36:31.2977383+02:00</Created> <Deleted>2026-01-20T20:36:31.2977383+02:00</Deleted> <Id>6f45b198-8eec-47d8-8b4b-87226e1ef8b9</Id> <IsRead>true</IsRead> <Message>sample string 4</Message> <Modified>2026-01-20T20:36:31.2977383+02:00</Modified> <NotificationUrl>sample string 9</NotificationUrl> <Title>sample string 3</Title> <UserProfileId>e99ac22a-0031-4469-ba73-032de650f07d</UserProfileId> </UserProfileNotificationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |