POST api/v1/NotificationSubscribers/PostNotificationSubscriber

Request Information

URI Parameters

None.

Body Parameters

NotificationSubscribers
NameDescriptionTypeAdditional information
_NotificationSubscribersID

integer

None.

_ConnectionID

string

None.

_GroupName

string

None.

_UserName

string

None.

_UserID

integer

None.

_GroupId

integer

None.

_AccountID

integer

None.

_ConnectionStatus

string

None.

_LastUpdate

date

None.

_SysNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_NotificationSubscribersID": 1,
  "_ConnectionID": "sample string 2",
  "_GroupName": "sample string 3",
  "_UserName": "sample string 4",
  "_UserID": 5,
  "_GroupId": 6,
  "_AccountID": 7,
  "_ConnectionStatus": "sample string 8",
  "_LastUpdate": "2025-12-06T17:35:39.0980305+00:00",
  "_SysNumber": 10
}

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.