POST Api/FinalReport/CreateUndetect/{Fir_id}/{FinalReportId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Fir_id

integer

Required

FinalReportId

integer

Required

Body Parameters

UndetectReportModel
NameDescriptionTypeAdditional information
Undetect_Id

integer

None.

Undetect_FirId_Fk

integer

None.

FinalReportId

integer

None.

Undetect_Off_Permission

string

None.

Undetect_offc_Note

string

None.

Undetect_Offc_Date

date

None.

Undetect_Offc_Upload

string

None.

Undetect_Court_Copy

string

None.

Undetect_Court_Date

date

None.

UndetectCourt_Upload

string

None.

Undetect_Court_Note

string

None.

Undetect_Judg_Date

date

None.

Undetect_Judge_Upload

string

None.

Undetect_Judgement

string

None.

Undetect_Judge_Desctpn

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Undetect_Id": 1,
  "Undetect_FirId_Fk": 2,
  "FinalReportId": 3,
  "Undetect_Off_Permission": "sample string 4",
  "Undetect_offc_Note": "sample string 5",
  "Undetect_Offc_Date": "2026-05-10T00:22:06.9962022+05:30",
  "Undetect_Offc_Upload": "sample string 7",
  "Undetect_Court_Copy": "sample string 8",
  "Undetect_Court_Date": "2026-05-10T00:22:06.9962022+05:30",
  "UndetectCourt_Upload": "sample string 10",
  "Undetect_Court_Note": "sample string 11",
  "Undetect_Judg_Date": "2026-05-10T00:22:06.9962022+05:30",
  "Undetect_Judge_Upload": "sample string 13",
  "Undetect_Judgement": "sample string 14",
  "Undetect_Judge_Desctpn": "sample string 15"
}

application/xml, text/xml

Sample:
<UndetectReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <FinalReportId>3</FinalReportId>
  <UndetectCourt_Upload>sample string 10</UndetectCourt_Upload>
  <Undetect_Court_Copy>sample string 8</Undetect_Court_Copy>
  <Undetect_Court_Date>2026-05-10T00:22:06.9962022+05:30</Undetect_Court_Date>
  <Undetect_Court_Note>sample string 11</Undetect_Court_Note>
  <Undetect_FirId_Fk>2</Undetect_FirId_Fk>
  <Undetect_Id>1</Undetect_Id>
  <Undetect_Judg_Date>2026-05-10T00:22:06.9962022+05:30</Undetect_Judg_Date>
  <Undetect_Judge_Desctpn>sample string 15</Undetect_Judge_Desctpn>
  <Undetect_Judge_Upload>sample string 13</Undetect_Judge_Upload>
  <Undetect_Judgement>sample string 14</Undetect_Judgement>
  <Undetect_Off_Permission>sample string 4</Undetect_Off_Permission>
  <Undetect_Offc_Date>2026-05-10T00:22:06.9962022+05:30</Undetect_Offc_Date>
  <Undetect_Offc_Upload>sample string 7</Undetect_Offc_Upload>
  <Undetect_offc_Note>sample string 5</Undetect_offc_Note>
</UndetectReportModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.