PUT api/ReminderDetails/UpdateReminder/{SCN_REMINDER_ID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
SCNReminderModel
No documentation available.

Define this parameter in the request body.

SCN_REMINDER_ID
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "COMPLAINT_ID": 1,
  "SCN_ID": 1,
  "DOC_STATUS": "sample string 1",
  "EMP_EMPLOYEE_CODE": "sample string 2",
  "SCN_REMINDER_ID": 1,
  "DOC_CODE": "sample string 3",
  "DOC_DATE": "2025-12-07T07:58:28.7091329+05:30",
  "DOC_CODE1": "sample string 5",
  "EMP_EMPLOYEE_ID": 6,
  "COMPLAINT_TYPE": "sample string 7",
  "DGO_NAME": "sample string 8",
  "SCN_REPLY_DUE_DATE": "2025-12-07T07:58:28.7091329+05:30",
  "OM_UPLOAD_PATH": "sample string 9",
  "REMARKS": "sample string 10",
  "SCN_MODE_REPLY": "sample string 11",
  "SCN_ADDL_DTL": "sample string 12",
  "SCN_REMARKS": "sample string 13",
  "DATE": "2025-12-07T07:58:28.7091329+05:30",
  "Reply": "sample string 14",
  "Additional": "sample string 15",
  "Remarks": "sample string 16"
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.