PUT api/IDEDetails/UpdateIDE/{ENQUIRY_ID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| InitiateDEModel | No documentation available. |
Define this parameter in the request body. |
| ENQUIRY_ID | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"COMPLAINT_ID": 1,
"WitnessModel": [
{
"WITNESS_ID": 1,
"COMPLAINT_ID": 2,
"Witnessname": "sample string 3",
"witnessadr": "sample string 4",
"witnesscontsct": 5,
"WITNESS_NAME": "sample string 6",
"WITNESS_ADD": "sample string 7",
"WITNESS_CONTACT_NO": 8
},
{
"WITNESS_ID": 1,
"COMPLAINT_ID": 2,
"Witnessname": "sample string 3",
"witnessadr": "sample string 4",
"witnesscontsct": 5,
"WITNESS_NAME": "sample string 6",
"WITNESS_ADD": "sample string 7",
"WITNESS_CONTACT_NO": 8
},
{
"WITNESS_ID": 1,
"COMPLAINT_ID": 2,
"Witnessname": "sample string 3",
"witnessadr": "sample string 4",
"witnesscontsct": 5,
"WITNESS_NAME": "sample string 6",
"WITNESS_ADD": "sample string 7",
"WITNESS_CONTACT_NO": 8
}
],
"SCN": 1,
"ENQ_PRVS_SUS": "sample string 2",
"DOC_STATUS": "sample string 3",
"ENQUIRY_ID": 1,
"DOC_CODE": "sample string 4",
"DOC_CODE1": "sample string 5",
"ENQ_REMARKS": "sample string 6",
"DOC_CODE2": "sample string 7",
"DGO_NAME": "sample string 8",
"Doc_Year": 9,
"ENQ_OFFICER1": "sample string 10",
"ENQ_PRESENTING_OFF1": "sample string 11",
"DOC_DATE": "2025-12-07T08:18:05.9123443+05:30",
"SCN_REPLY_ID": 13,
"SCN_ID": 1,
"ENQ_START_DATE": "2025-12-07T08:18:05.9123443+05:30",
"GetComp": {
"COMPLAINT_ID": 1,
"COMPLAINT_INITIATED_DATE": "2025-12-07T08:18:05.9123443+05:30",
"DOC_CODE1": "sample string 3",
"COMPLAINT_TYPE": "sample string 4",
"DGO_NAME": "sample string 5",
"EMP_EMPLOYEE_ID": 6
},
"GetSCNdetail": {
"SCN_REPLY_ID": 1,
"DOC_CODE2": "sample string 2",
"SCN_ID": 3,
"COMPLAINT_ID": 4
},
"GetSCNFull": {
"SCN_ID": 1,
"DOC_CODE2": "sample string 2",
"SCN_MODE_REPLY": "sample string 3",
"SCN_REPLY_DUE_DATE": "2025-12-07T08:18:05.9123443+05:30",
"DOC_DATE": "2025-12-07T08:18:05.9123443+05:30",
"COMPLAINT_ID": 6
},
"GetSck": {
"SCN_ID": 1,
"DGO_NAME": "sample string 1",
"COMPLAINT_ID": 1,
"SCNREPLY_MODE": "sample string 2",
"SCNREPLY_RECVD_DATE": "2025-12-07T08:18:05.9123443+05:30",
"DOC_DATE": "2025-12-07T08:18:05.9123443+05:30",
"SCNREPLY_REP_PRD": 1
},
"ChargeModel": [
{
"CHARGES_FRAMED": "sample string 1",
"ALLEGATIONS_RAISED": "sample string 2",
"REMARKS": "sample string 3"
},
{
"CHARGES_FRAMED": "sample string 1",
"ALLEGATIONS_RAISED": "sample string 2",
"REMARKS": "sample string 3"
},
{
"CHARGES_FRAMED": "sample string 1",
"ALLEGATIONS_RAISED": "sample string 2",
"REMARKS": "sample string 3"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.