POST api/Task/{ticketId}/ReadNotification

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ticketId

integer

Required

Body Parameters

PostMessageDto
NameDescriptionTypeAdditional information
Message

string

None.

Id

integer

None.

IsDeleted

boolean

None.

IsActive

boolean

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Id": 2,
  "IsDeleted": true,
  "IsActive": true,
  "CreatedBy": 5,
  "CreatedOn": "2025-12-08T15:40:16.222891+00:00",
  "ModifiedBy": 1,
  "ModifiedOn": "2025-12-08T15:40:16.222891+00:00"
}

application/xml, text/xml

Sample:
check

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 'PostMessageDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.