POST api/FileReport/FilesReport_Insert
Request Information
URI Parameters
None.
Body Parameters
FilesReport_InsertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FileDetailsId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| FileNumber | string |
None. |
|
| InsuredId | string |
None. |
|
| InsuredName | string |
None. |
|
| InsuredMail | string |
None. |
|
| InsuredPhone | string |
None. |
|
| InsuredAddress | string |
None. |
|
| AgentName | string |
None. |
|
| ReportTypeSub | string |
None. |
|
| EventAddress | string |
None. |
|
| CheckDate | date |
Data type: DateTime |
|
| StructureType | integer |
None. |
|
| BuildingType | integer |
None. |
|
| RoofType | integer |
None. |
|
| BuildArea | string |
None. |
|
| LandArea | string |
None. |
|
| PropertyAge | string |
None. |
|
| LivingDuration | string |
None. |
|
| RentingOrOwner | boolean |
None. |
|
| Mortgage | integer |
None. |
|
| BondageToBankStructure | boolean |
None. |
|
| AnotherStructureInsurance | boolean |
None. |
|
| DurationOfClientsWithAgent | string |
None. |
|
| RecentSawsExist | boolean |
None. |
|
| RecentSawsDamageType | string |
None. |
|
| RecentSawsMoneyAmount | integer |
None. |
|
| TimeOfDamageDiscovery | date |
Data type: DateTime |
|
| PersonOfDamageDiscovery | string |
None. |
|
| LastToLeave | string |
None. |
|
| TimeOfLastToLeave | date |
Data type: DateTime |
|
| FirstToFindBreak | string |
None. |
|
| WhereWasTheBreach | string |
None. |
|
| BreachMarks | boolean |
None. |
|
| DamagesInPractice | string |
None. |
|
| DoorType | integer |
None. |
|
| DoorLockType | integer |
None. |
|
| WindowType | integer |
None. |
|
| WindowLockType | integer |
None. |
|
| WindowBars | boolean |
None. |
|
| AlarmSystem | boolean |
None. |
|
| AlarmCompany | string |
None. |
|
| AlarmConnectedTo | boolean |
None. |
|
| AlarmAccountName | string |
None. |
|
| AlarmWasOn | boolean |
None. |
|
| PolicyDemandsMatchReality | boolean |
None. |
|
| StructureDamage | string |
None. |
|
| ItemsDamage | string |
None. |
|
| ThirdSideDamage | string |
None. |
|
| ThirdSideName | string |
None. |
|
| ThirdSideId | string |
None. |
|
| ShibovExist | boolean |
None. |
|
| ShibovDetails | string |
None. |
|
| FreeText | string |
None. |
|
| EventCircumstances | string |
None. |
|
| HazerimDescription | string |
None. |
|
| PenetrationWay | string |
None. |
|
| CaseReason | string |
None. |
|
| PoliceInvestigation | string |
None. |
|
| Damages | string |
None. |
|
| AssessmentExplanations | string |
None. |
|
| AssessmentComment | string |
None. |
|
| TransactionId | string |
String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{
"FileDetailsId": 1,
"CustomerId": 1,
"FileNumber": "sample string 1",
"InsuredId": "sample string 2",
"InsuredName": "sample string 3",
"InsuredMail": "sample string 4",
"InsuredPhone": "sample string 5",
"InsuredAddress": "sample string 6",
"AgentName": "sample string 7",
"ReportTypeSub": "sample string 8",
"EventAddress": "sample string 9",
"CheckDate": "2026-07-15T18:44:10.2905088+00:00",
"StructureType": 1,
"BuildingType": 1,
"RoofType": 1,
"BuildArea": "sample string 10",
"LandArea": "sample string 11",
"PropertyAge": "sample string 12",
"LivingDuration": "sample string 13",
"RentingOrOwner": true,
"Mortgage": 1,
"BondageToBankStructure": true,
"AnotherStructureInsurance": true,
"DurationOfClientsWithAgent": "sample string 14",
"RecentSawsExist": true,
"RecentSawsDamageType": "sample string 15",
"RecentSawsMoneyAmount": 1,
"TimeOfDamageDiscovery": "2026-07-15T18:44:10.2905088+00:00",
"PersonOfDamageDiscovery": "sample string 16",
"LastToLeave": "sample string 17",
"TimeOfLastToLeave": "2026-07-15T18:44:10.2905088+00:00",
"FirstToFindBreak": "sample string 18",
"WhereWasTheBreach": "sample string 19",
"BreachMarks": true,
"DamagesInPractice": "sample string 20",
"DoorType": 1,
"DoorLockType": 1,
"WindowType": 1,
"WindowLockType": 1,
"WindowBars": true,
"AlarmSystem": true,
"AlarmCompany": "sample string 21",
"AlarmConnectedTo": true,
"AlarmAccountName": "sample string 22",
"AlarmWasOn": true,
"PolicyDemandsMatchReality": true,
"StructureDamage": "sample string 23",
"ItemsDamage": "sample string 24",
"ThirdSideDamage": "sample string 25",
"ThirdSideName": "sample string 26",
"ThirdSideId": "sample string 27",
"ShibovExist": true,
"ShibovDetails": "sample string 28",
"FreeText": "sample string 29",
"EventCircumstances": "sample string 30",
"HazerimDescription": "sample string 31",
"PenetrationWay": "sample string 32",
"CaseReason": "sample string 33",
"PoliceInvestigation": "sample string 34",
"Damages": "sample string 35",
"AssessmentExplanations": "sample string 36",
"AssessmentComment": "sample string 37",
"TransactionId": "sample string 38"
}
application/xml, text/xml
Sample:
<FilesReport_InsertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OmdanRestModels.Models.Binding_Models"> <TransactionId>sample string 38</TransactionId> <AgentName>sample string 7</AgentName> <AlarmAccountName>sample string 22</AlarmAccountName> <AlarmCompany>sample string 21</AlarmCompany> <AlarmConnectedTo>true</AlarmConnectedTo> <AlarmSystem>true</AlarmSystem> <AlarmWasOn>true</AlarmWasOn> <AnotherStructureInsurance>true</AnotherStructureInsurance> <AssessmentComment>sample string 37</AssessmentComment> <AssessmentExplanations>sample string 36</AssessmentExplanations> <BondageToBankStructure>true</BondageToBankStructure> <BreachMarks>true</BreachMarks> <BuildArea>sample string 10</BuildArea> <BuildingType>1</BuildingType> <CaseReason>sample string 33</CaseReason> <CheckDate>2026-07-15T18:44:10.2905088+00:00</CheckDate> <CustomerId>1</CustomerId> <Damages>sample string 35</Damages> <DamagesInPractice>sample string 20</DamagesInPractice> <DoorLockType>1</DoorLockType> <DoorType>1</DoorType> <DurationOfClientsWithAgent>sample string 14</DurationOfClientsWithAgent> <EventAddress>sample string 9</EventAddress> <EventCircumstances>sample string 30</EventCircumstances> <FileDetailsId>1</FileDetailsId> <FileNumber>sample string 1</FileNumber> <FirstToFindBreak>sample string 18</FirstToFindBreak> <FreeText>sample string 29</FreeText> <HazerimDescription>sample string 31</HazerimDescription> <InsuredAddress>sample string 6</InsuredAddress> <InsuredId>sample string 2</InsuredId> <InsuredMail>sample string 4</InsuredMail> <InsuredName>sample string 3</InsuredName> <InsuredPhone>sample string 5</InsuredPhone> <ItemsDamage>sample string 24</ItemsDamage> <LandArea>sample string 11</LandArea> <LastToLeave>sample string 17</LastToLeave> <LivingDuration>sample string 13</LivingDuration> <Mortgage>1</Mortgage> <PenetrationWay>sample string 32</PenetrationWay> <PersonOfDamageDiscovery>sample string 16</PersonOfDamageDiscovery> <PoliceInvestigation>sample string 34</PoliceInvestigation> <PolicyDemandsMatchReality>true</PolicyDemandsMatchReality> <PropertyAge>sample string 12</PropertyAge> <RecentSawsDamageType>sample string 15</RecentSawsDamageType> <RecentSawsExist>true</RecentSawsExist> <RecentSawsMoneyAmount>1</RecentSawsMoneyAmount> <RentingOrOwner>true</RentingOrOwner> <ReportTypeSub>sample string 8</ReportTypeSub> <RoofType>1</RoofType> <ShibovDetails>sample string 28</ShibovDetails> <ShibovExist>true</ShibovExist> <StructureDamage>sample string 23</StructureDamage> <StructureType>1</StructureType> <ThirdSideDamage>sample string 25</ThirdSideDamage> <ThirdSideId>sample string 27</ThirdSideId> <ThirdSideName>sample string 26</ThirdSideName> <TimeOfDamageDiscovery>2026-07-15T18:44:10.2905088+00:00</TimeOfDamageDiscovery> <TimeOfLastToLeave>2026-07-15T18:44:10.2905088+00:00</TimeOfLastToLeave> <WhereWasTheBreach>sample string 19</WhereWasTheBreach> <WindowBars>true</WindowBars> <WindowLockType>1</WindowLockType> <WindowType>1</WindowType> </FilesReport_InsertModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.