POST api/ReminderDetails/CreateReminder/{SCN_ID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
SCNReminderModel
No documentation available.

Define this parameter in the request body.

SCN_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": "2024-09-08T08:34:49.2984176+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": "2024-09-08T08:34:49.2984176+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": "2024-09-08T08:34:49.2984176+05:30",
  "Reply": "sample string 14",
  "Additional": "sample string 15",
  "Remarks": "sample string 16"
}

application/xml, text/xml

Sample:
<SCNReminderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <Additional>sample string 15</Additional>
  <COMPLAINT_ID>1</COMPLAINT_ID>
  <COMPLAINT_TYPE>sample string 7</COMPLAINT_TYPE>
  <DATE>2024-09-08T08:34:49.2984176+05:30</DATE>
  <DGO_NAME>sample string 8</DGO_NAME>
  <DOC_CODE>sample string 3</DOC_CODE>
  <DOC_CODE1>sample string 5</DOC_CODE1>
  <DOC_DATE>2024-09-08T08:34:49.2984176+05:30</DOC_DATE>
  <DOC_STATUS>sample string 1</DOC_STATUS>
  <EMP_EMPLOYEE_CODE>sample string 2</EMP_EMPLOYEE_CODE>
  <EMP_EMPLOYEE_ID>6</EMP_EMPLOYEE_ID>
  <OM_UPLOAD_PATH>sample string 9</OM_UPLOAD_PATH>
  <REMARKS>sample string 10</REMARKS>
  <Remarks>sample string 16</Remarks>
  <Reply>sample string 14</Reply>
  <SCN_ADDL_DTL>sample string 12</SCN_ADDL_DTL>
  <SCN_ID>1</SCN_ID>
  <SCN_MODE_REPLY>sample string 11</SCN_MODE_REPLY>
  <SCN_REMARKS>sample string 13</SCN_REMARKS>
  <SCN_REMINDER_ID>1</SCN_REMINDER_ID>
  <SCN_REPLY_DUE_DATE>2024-09-08T08:34:49.2984176+05:30</SCN_REPLY_DUE_DATE>
</SCNReminderModel>

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, application/xml, text/xml

Sample:

Sample not available.