POST api/BurglaryClaim/LodgeClaim

Request Information

URI Parameters

None.

Body Parameters

BurglaryClaimDto
NameDescriptionTypeAdditional information
PolicyNo

string

None.

ClaimNo

string

None.

DateAndTimeOfOccurrence

date

None.

DateOfDiscovery

date

None.

LossDiscovererFullName

string

None.

AddressOfLoss

string

None.

DescriptionOfPremisesOfLoss

string

None.

ExactPlacePropertyWasStolen

string

None.

IsSoleOwnerOfProperty

boolean

None.

IsPremisesOccupied

boolean

None.

LengthOfNonOccupancy

string

None.

IsPropertyPutOnRent

boolean

None.

PremesisEffectDescription

string

None.

PoliceNotificationDate

string

None.

NameAndAddressOfPoliceStation

string

None.

TotalValueOfPremises

decimal number

None.

PropertyFireInsuranceDetails

string

None.

PropertyHasClaimWithOtherInsuranceCompany

boolean

None.

DetailsOfOtherClaims

string

None.

HasPreviouslySurfferedSimilarLoss

boolean

None.

DetailsOfPrevioudLoss

string

None.

HasMadePreviousClaim

boolean

None.

PreviousClaimDescription

string

None.

BurglaryClaimId

integer

None.

DescriptionOfProperty

string

None.

OwnerOfProperty

string

None.

WherePropertyIsbought

string

None.

WhenPropertyWasBought

date

None.

PropertyCostPrice

decimal number

None.

DeductionForDepreciation

decimal number

None.

AmountClaimed

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "PolicyNo": "sample string 1",
  "ClaimNo": "sample string 2",
  "DateAndTimeOfOccurrence": "2026-09-01T05:43:57.364387+01:00",
  "DateOfDiscovery": "2026-09-01T05:43:57.364387+01:00",
  "LossDiscovererFullName": "sample string 5",
  "AddressOfLoss": "sample string 6",
  "DescriptionOfPremisesOfLoss": "sample string 7",
  "ExactPlacePropertyWasStolen": "sample string 8",
  "IsSoleOwnerOfProperty": true,
  "IsPremisesOccupied": true,
  "LengthOfNonOccupancy": "sample string 11",
  "IsPropertyPutOnRent": true,
  "PremesisEffectDescription": "sample string 13",
  "PoliceNotificationDate": "sample string 14",
  "NameAndAddressOfPoliceStation": "sample string 15",
  "TotalValueOfPremises": 16.0,
  "PropertyFireInsuranceDetails": "sample string 17",
  "PropertyHasClaimWithOtherInsuranceCompany": true,
  "DetailsOfOtherClaims": "sample string 19",
  "HasPreviouslySurfferedSimilarLoss": true,
  "DetailsOfPrevioudLoss": "sample string 21",
  "HasMadePreviousClaim": true,
  "PreviousClaimDescription": "sample string 23",
  "BurglaryClaimId": 24,
  "DescriptionOfProperty": "sample string 25",
  "OwnerOfProperty": "sample string 26",
  "WherePropertyIsbought": "sample string 27",
  "WhenPropertyWasBought": "2026-09-01T05:43:57.364387+01:00",
  "PropertyCostPrice": 29.0,
  "DeductionForDepreciation": 30.0,
  "AmountClaimed": 31.0
}

application/xml, text/xml

Sample:
<BurglaryClaimDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CHICoreRestAPI.Core.Contracts.ViewModel">
  <AddressOfLoss>sample string 6</AddressOfLoss>
  <AmountClaimed>31</AmountClaimed>
  <BurglaryClaimId>24</BurglaryClaimId>
  <ClaimNo>sample string 2</ClaimNo>
  <DateAndTimeOfOccurrence>2026-09-01T05:43:57.364387+01:00</DateAndTimeOfOccurrence>
  <DateOfDiscovery>2026-09-01T05:43:57.364387+01:00</DateOfDiscovery>
  <DeductionForDepreciation>30</DeductionForDepreciation>
  <DescriptionOfPremisesOfLoss>sample string 7</DescriptionOfPremisesOfLoss>
  <DescriptionOfProperty>sample string 25</DescriptionOfProperty>
  <DetailsOfOtherClaims>sample string 19</DetailsOfOtherClaims>
  <DetailsOfPrevioudLoss>sample string 21</DetailsOfPrevioudLoss>
  <ExactPlacePropertyWasStolen>sample string 8</ExactPlacePropertyWasStolen>
  <HasMadePreviousClaim>true</HasMadePreviousClaim>
  <HasPreviouslySurfferedSimilarLoss>true</HasPreviouslySurfferedSimilarLoss>
  <IsPremisesOccupied>true</IsPremisesOccupied>
  <IsPropertyPutOnRent>true</IsPropertyPutOnRent>
  <IsSoleOwnerOfProperty>true</IsSoleOwnerOfProperty>
  <LengthOfNonOccupancy>sample string 11</LengthOfNonOccupancy>
  <LossDiscovererFullName>sample string 5</LossDiscovererFullName>
  <NameAndAddressOfPoliceStation>sample string 15</NameAndAddressOfPoliceStation>
  <OwnerOfProperty>sample string 26</OwnerOfProperty>
  <PoliceNotificationDate>sample string 14</PoliceNotificationDate>
  <PolicyNo>sample string 1</PolicyNo>
  <PremesisEffectDescription>sample string 13</PremesisEffectDescription>
  <PreviousClaimDescription>sample string 23</PreviousClaimDescription>
  <PropertyCostPrice>29</PropertyCostPrice>
  <PropertyFireInsuranceDetails>sample string 17</PropertyFireInsuranceDetails>
  <PropertyHasClaimWithOtherInsuranceCompany>true</PropertyHasClaimWithOtherInsuranceCompany>
  <TotalValueOfPremises>16</TotalValueOfPremises>
  <WhenPropertyWasBought>2026-09-01T05:43:57.364387+01:00</WhenPropertyWasBought>
  <WherePropertyIsbought>sample string 27</WherePropertyIsbought>
</BurglaryClaimDto>

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

Response Information

Resource Description

BaseResponse
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

Object

None.

StatusCode

integer

None.

Response Formats

application/json, text/json

Sample:

Sample not available.