PUT api/Notifications/PutDeactiveNotify

Request Information

URI Parameters

None.

Body Parameters

PropertyOneSignalNotificationDTO
NameDescriptionTypeAdditional information
Id

integer

None.

AccountId

integer

None.

ScheduleId

integer

None.

ScheduleDateId

integer

None.

ScheduleDate

string

None.

EmployeeId

integer

None.

NotificationType

integer

None.

NotificationHeader

string

None.

NotificationContent

string

None.

Active

boolean

None.

CreateUser

integer

None.

CreateDate

date

None.

UpdateUser

integer

None.

UpdateDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "AccountId": 1,
  "ScheduleId": 1,
  "ScheduleDateId": 1,
  "ScheduleDate": "sample string 1",
  "EmployeeId": 1,
  "NotificationType": 1,
  "NotificationHeader": "sample string 2",
  "NotificationContent": "sample string 3",
  "Active": true,
  "CreateUser": 1,
  "CreateDate": "2025-12-20T01:37:47.8791486-08:00",
  "UpdateUser": 1,
  "UpdateDate": "2025-12-20T01:37:47.8791486-08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.