POST api/UserProfileNotification/Post
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": "d58bef4e-9123-4dcb-a40b-ddc29af6d394",
"UserProfileId": "93e4002c-0a83-402c-93b7-f260ae993b98",
"Title": "sample string 3",
"Message": "sample string 4",
"IsRead": true,
"Created": "2026-03-11T14:26:14.4883802+02:00",
"Modified": "2026-03-11T14:26:14.4883802+02:00",
"Deleted": "2026-03-11T14:26:14.4883802+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-03-11T14:26:14.4883802+02:00</Created> <Deleted>2026-03-11T14:26:14.4883802+02:00</Deleted> <Id>d58bef4e-9123-4dcb-a40b-ddc29af6d394</Id> <IsRead>true</IsRead> <Message>sample string 4</Message> <Modified>2026-03-11T14:26:14.4883802+02:00</Modified> <NotificationUrl>sample string 9</NotificationUrl> <Title>sample string 3</Title> <UserProfileId>93e4002c-0a83-402c-93b7-f260ae993b98</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. |