POST api/MoneyInsurance/LodgeClaim

Request Information

URI Parameters

None.

Body Parameters

MoneyInsuranceDto
NameDescriptionTypeAdditional information
TimeOfIncident

date

None.

DateOfIncident

date

None.

IncidentDescription

string

None.

NameOfWitness

string

None.

DateOfLossDiscovery

date

None.

NameOfLossDiscoverer

string

None.

DatePoliceWasNotified

date

None.

NameOfPoliceStation

string

None.

StepsTakenToRecoverLoss

string

None.

AmountOfLoss

decimal number

None.

NameOfEmployeeInChargeOfLoss

string

None.

AddressOfEmployeeInChargeOfLoss

string

None.

CapacityOfEmployeeInChargeOfLoss

string

None.

YearsOfEmploymentOfEmployeeInChargeOfLoss

integer

None.

DoubtIntegrityOfEmployeeInChargeOfLoss

boolean

None.

SustainedPreviousLossFromSamePolicy

boolean

None.

DescriptionOfPreviousLoss

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TimeOfIncident": "2026-09-01T05:41:36.9372452+01:00",
  "DateOfIncident": "2026-09-01T05:41:36.9372452+01:00",
  "IncidentDescription": "sample string 3",
  "NameOfWitness": "sample string 4",
  "DateOfLossDiscovery": "2026-09-01T05:41:36.9372452+01:00",
  "NameOfLossDiscoverer": "sample string 6",
  "DatePoliceWasNotified": "2026-09-01T05:41:36.9372452+01:00",
  "NameOfPoliceStation": "sample string 8",
  "StepsTakenToRecoverLoss": "sample string 9",
  "AmountOfLoss": 1.0,
  "NameOfEmployeeInChargeOfLoss": "sample string 10",
  "AddressOfEmployeeInChargeOfLoss": "sample string 11",
  "CapacityOfEmployeeInChargeOfLoss": "sample string 12",
  "YearsOfEmploymentOfEmployeeInChargeOfLoss": 1,
  "DoubtIntegrityOfEmployeeInChargeOfLoss": true,
  "SustainedPreviousLossFromSamePolicy": true,
  "DescriptionOfPreviousLoss": "sample string 15"
}

application/xml, text/xml

Sample:
<MoneyInsuranceDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CHICoreRestAPI.Core.Contracts.ViewModel">
  <AddressOfEmployeeInChargeOfLoss>sample string 11</AddressOfEmployeeInChargeOfLoss>
  <AmountOfLoss>1</AmountOfLoss>
  <CapacityOfEmployeeInChargeOfLoss>sample string 12</CapacityOfEmployeeInChargeOfLoss>
  <DateOfIncident>2026-09-01T05:41:36.9372452+01:00</DateOfIncident>
  <DateOfLossDiscovery>2026-09-01T05:41:36.9372452+01:00</DateOfLossDiscovery>
  <DatePoliceWasNotified>2026-09-01T05:41:36.9372452+01:00</DatePoliceWasNotified>
  <DescriptionOfPreviousLoss>sample string 15</DescriptionOfPreviousLoss>
  <DoubtIntegrityOfEmployeeInChargeOfLoss>true</DoubtIntegrityOfEmployeeInChargeOfLoss>
  <IncidentDescription>sample string 3</IncidentDescription>
  <NameOfEmployeeInChargeOfLoss>sample string 10</NameOfEmployeeInChargeOfLoss>
  <NameOfLossDiscoverer>sample string 6</NameOfLossDiscoverer>
  <NameOfPoliceStation>sample string 8</NameOfPoliceStation>
  <NameOfWitness>sample string 4</NameOfWitness>
  <StepsTakenToRecoverLoss>sample string 9</StepsTakenToRecoverLoss>
  <SustainedPreviousLossFromSamePolicy>true</SustainedPreviousLossFromSamePolicy>
  <TimeOfIncident>2026-09-01T05:41:36.9372452+01:00</TimeOfIncident>
  <YearsOfEmploymentOfEmployeeInChargeOfLoss>1</YearsOfEmploymentOfEmployeeInChargeOfLoss>
</MoneyInsuranceDto>

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

Response Information

Resource Description

MoneyInsuranceDto
NameDescriptionTypeAdditional information
TimeOfIncident

date

None.

DateOfIncident

date

None.

IncidentDescription

string

None.

NameOfWitness

string

None.

DateOfLossDiscovery

date

None.

NameOfLossDiscoverer

string

None.

DatePoliceWasNotified

date

None.

NameOfPoliceStation

string

None.

StepsTakenToRecoverLoss

string

None.

AmountOfLoss

decimal number

None.

NameOfEmployeeInChargeOfLoss

string

None.

AddressOfEmployeeInChargeOfLoss

string

None.

CapacityOfEmployeeInChargeOfLoss

string

None.

YearsOfEmploymentOfEmployeeInChargeOfLoss

integer

None.

DoubtIntegrityOfEmployeeInChargeOfLoss

boolean

None.

SustainedPreviousLossFromSamePolicy

boolean

None.

DescriptionOfPreviousLoss

string

None.

Response Formats

application/json, text/json

Sample:
{
  "TimeOfIncident": "2026-09-01T05:41:36.9685005+01:00",
  "DateOfIncident": "2026-09-01T05:41:36.9685005+01:00",
  "IncidentDescription": "sample string 3",
  "NameOfWitness": "sample string 4",
  "DateOfLossDiscovery": "2026-09-01T05:41:36.9685005+01:00",
  "NameOfLossDiscoverer": "sample string 6",
  "DatePoliceWasNotified": "2026-09-01T05:41:36.9685005+01:00",
  "NameOfPoliceStation": "sample string 8",
  "StepsTakenToRecoverLoss": "sample string 9",
  "AmountOfLoss": 1.0,
  "NameOfEmployeeInChargeOfLoss": "sample string 10",
  "AddressOfEmployeeInChargeOfLoss": "sample string 11",
  "CapacityOfEmployeeInChargeOfLoss": "sample string 12",
  "YearsOfEmploymentOfEmployeeInChargeOfLoss": 1,
  "DoubtIntegrityOfEmployeeInChargeOfLoss": true,
  "SustainedPreviousLossFromSamePolicy": true,
  "DescriptionOfPreviousLoss": "sample string 15"
}

application/xml, text/xml

Sample:
<MoneyInsuranceDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CHICoreRestAPI.Core.Contracts.ViewModel">
  <AddressOfEmployeeInChargeOfLoss>sample string 11</AddressOfEmployeeInChargeOfLoss>
  <AmountOfLoss>1</AmountOfLoss>
  <CapacityOfEmployeeInChargeOfLoss>sample string 12</CapacityOfEmployeeInChargeOfLoss>
  <DateOfIncident>2026-09-01T05:41:36.9685005+01:00</DateOfIncident>
  <DateOfLossDiscovery>2026-09-01T05:41:36.9685005+01:00</DateOfLossDiscovery>
  <DatePoliceWasNotified>2026-09-01T05:41:36.9685005+01:00</DatePoliceWasNotified>
  <DescriptionOfPreviousLoss>sample string 15</DescriptionOfPreviousLoss>
  <DoubtIntegrityOfEmployeeInChargeOfLoss>true</DoubtIntegrityOfEmployeeInChargeOfLoss>
  <IncidentDescription>sample string 3</IncidentDescription>
  <NameOfEmployeeInChargeOfLoss>sample string 10</NameOfEmployeeInChargeOfLoss>
  <NameOfLossDiscoverer>sample string 6</NameOfLossDiscoverer>
  <NameOfPoliceStation>sample string 8</NameOfPoliceStation>
  <NameOfWitness>sample string 4</NameOfWitness>
  <StepsTakenToRecoverLoss>sample string 9</StepsTakenToRecoverLoss>
  <SustainedPreviousLossFromSamePolicy>true</SustainedPreviousLossFromSamePolicy>
  <TimeOfIncident>2026-09-01T05:41:36.9685005+01:00</TimeOfIncident>
  <YearsOfEmploymentOfEmployeeInChargeOfLoss>1</YearsOfEmploymentOfEmployeeInChargeOfLoss>
</MoneyInsuranceDto>