POST api/Task/{ticketId}/ReadNotification
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketId | integer |
Required |
Body Parameters
PostMessageDto| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.