POST v1/notifications/userview

Request Information

URI Parameters

None.

Body Parameters

NotificationViewModel
NameDescriptionTypeAdditional information
ID

integer

None.

ID_Customer

integer

None.

Title

string

None.

Description

string

None.

Details

NotificationDetails

None.

IDs_Users

Collection of integer

None.

NotificationCreatedDate

date

None.

Type

EnumNotification

None.

ID_Reference

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ID_Customer": 2,
  "Title": "sample string 3",
  "Description": "sample string 4",
  "Details": {
    "ID": 1,
    "Type": 0,
    "SecondaryIDs": [
      1,
      2
    ],
    "Url": "sample string 2"
  },
  "IDs_Users": [
    1,
    2
  ],
  "NotificationCreatedDate": "2025-12-11T08:37:30.3352007-03:00",
  "Type": 0,
  "ID_Reference": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.