POST api/feedsubscriptions/updateUnsubscribedTopics

Request Information

URI Parameters

None.

Body Parameters

Collection of UserUnsubscribedFeedTopicDTO
NameDescriptionTypeAdditional information
FK_FeedTopic

integer

None.

DateUnsubscribed

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "FK_FeedTopic": 1,
    "DateUnsubscribed": "2026-05-30T12:38:53.4765421+00:00"
  },
  {
    "FK_FeedTopic": 1,
    "DateUnsubscribed": "2026-05-30T12:38:53.4765421+00:00"
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IList`1'.

Response Information

Resource Description

ResponseDataOfBoolean
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

IsError

boolean

None.

ResponseMessage

string

None.

ErrorCode

integer

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "IsError": true,
  "ResponseMessage": "sample string 3",
  "ErrorCode": 4,
  "Data": {}
}