POST api/UserProfileNotification/Post

Request Information

URI Parameters

None.

Body Parameters

UserProfileNotificationModel
NameDescriptionTypeAdditional 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": "c8de8324-719b-447f-9e18-44bd32746cb6",
  "UserProfileId": "0c9438ae-8314-40e7-b4f9-9dfc7e6c9875",
  "Title": "sample string 3",
  "Message": "sample string 4",
  "IsRead": true,
  "Created": "2025-12-06T07:29:27.4575704+02:00",
  "Modified": "2025-12-06T07:29:27.4575704+02:00",
  "Deleted": "2025-12-06T07:29:27.4575704+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>2025-12-06T07:29:27.4575704+02:00</Created>
  <Deleted>2025-12-06T07:29:27.4575704+02:00</Deleted>
  <Id>c8de8324-719b-447f-9e18-44bd32746cb6</Id>
  <IsRead>true</IsRead>
  <Message>sample string 4</Message>
  <Modified>2025-12-06T07:29:27.4575704+02:00</Modified>
  <NotificationUrl>sample string 9</NotificationUrl>
  <Title>sample string 3</Title>
  <UserProfileId>0c9438ae-8314-40e7-b4f9-9dfc7e6c9875</UserProfileId>
</UserProfileNotificationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.