POST Api/FinalReport/CreateTransfer/{Fir_id}/{FinalReportId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Fir_id | integer |
Required |
|
| FinalReportId | integer |
Required |
Body Parameters
TransferReportModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Trnsfr_Id | integer |
None. |
|
| Trnsfr_FirId_Fk | integer |
None. |
|
| FinalReportId | integer |
None. |
|
| Trnsfr_Off_Permission | string |
None. |
|
| Trnsfr_offc_Note | string |
None. |
|
| Trnsfr_Offc_Date | date |
None. |
|
| Trnsfr_Offc_Upload | string |
None. |
|
| Trnsfr_Court_Copy | string |
None. |
|
| Trnsfr_Court_Date | date |
None. |
|
| TrnsfrCourt_Upload | string |
None. |
|
| Trnsfr_Court_Note | string |
None. |
|
| Trnsfr_Judg_Date | date |
None. |
|
| Trnsfr_Judge_Upload | string |
None. |
|
| Trnsfr_Judgement | string |
None. |
|
| Trnsfr_Judge_Desctpn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Trnsfr_Id": 1,
"Trnsfr_FirId_Fk": 2,
"FinalReportId": 3,
"Trnsfr_Off_Permission": "sample string 4",
"Trnsfr_offc_Note": "sample string 5",
"Trnsfr_Offc_Date": "2026-05-10T01:30:44.9771873+05:30",
"Trnsfr_Offc_Upload": "sample string 7",
"Trnsfr_Court_Copy": "sample string 8",
"Trnsfr_Court_Date": "2026-05-10T01:30:44.9771873+05:30",
"TrnsfrCourt_Upload": "sample string 10",
"Trnsfr_Court_Note": "sample string 11",
"Trnsfr_Judg_Date": "2026-05-10T01:30:44.9771873+05:30",
"Trnsfr_Judge_Upload": "sample string 13",
"Trnsfr_Judgement": "sample string 14",
"Trnsfr_Judge_Desctpn": "sample string 15"
}
application/xml, text/xml
Sample:
<TransferReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <FinalReportId>3</FinalReportId> <TrnsfrCourt_Upload>sample string 10</TrnsfrCourt_Upload> <Trnsfr_Court_Copy>sample string 8</Trnsfr_Court_Copy> <Trnsfr_Court_Date>2026-05-10T01:30:44.9771873+05:30</Trnsfr_Court_Date> <Trnsfr_Court_Note>sample string 11</Trnsfr_Court_Note> <Trnsfr_FirId_Fk>2</Trnsfr_FirId_Fk> <Trnsfr_Id>1</Trnsfr_Id> <Trnsfr_Judg_Date>2026-05-10T01:30:44.9771873+05:30</Trnsfr_Judg_Date> <Trnsfr_Judge_Desctpn>sample string 15</Trnsfr_Judge_Desctpn> <Trnsfr_Judge_Upload>sample string 13</Trnsfr_Judge_Upload> <Trnsfr_Judgement>sample string 14</Trnsfr_Judgement> <Trnsfr_Off_Permission>sample string 4</Trnsfr_Off_Permission> <Trnsfr_Offc_Date>2026-05-10T01:30:44.9771873+05:30</Trnsfr_Offc_Date> <Trnsfr_Offc_Upload>sample string 7</Trnsfr_Offc_Upload> <Trnsfr_offc_Note>sample string 5</Trnsfr_offc_Note> </TransferReportModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.