POST api/FidelityGuarantee/LodgeClaim

Request Information

URI Parameters

None.

Body Parameters

FidelityGuaranteeClaimDto
NameDescriptionTypeAdditional information
CustomerId

integer

None.

NameOfDefaulter

string

None.

AgeOfDefaulter

integer

None.

AddressOfDefaulter

string

None.

OccupationOfDefaulter

string

None.

LengthOfDefault

string

None.

HowDefaultWasDiscovered

string

None.

AmountOfDefault

decimal number

None.

DefaulterHasIrregularityHistory

boolean

None.

IrregularityParticulars

string

None.

LastDateOfDefaulterCorrectAccount

date

None.

DefaulterHasProperties

boolean

None.

DefaulterHasSalaryOrCommissionDue

boolean

None.

InsuredHasOtherSecurities

boolean

None.

DefaulterHasbeenDischargedOfService

boolean

None.

DateOfDischarge

date

None.

HasDefaulterProposedSettlement

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "NameOfDefaulter": "sample string 2",
  "AgeOfDefaulter": 3,
  "AddressOfDefaulter": "sample string 4",
  "OccupationOfDefaulter": "sample string 5",
  "LengthOfDefault": "sample string 6",
  "HowDefaultWasDiscovered": "sample string 7",
  "AmountOfDefault": 8.0,
  "DefaulterHasIrregularityHistory": true,
  "IrregularityParticulars": "sample string 10",
  "LastDateOfDefaulterCorrectAccount": "2026-09-01T05:42:39.9256577+01:00",
  "DefaulterHasProperties": true,
  "DefaulterHasSalaryOrCommissionDue": true,
  "InsuredHasOtherSecurities": true,
  "DefaulterHasbeenDischargedOfService": true,
  "DateOfDischarge": "2026-09-01T05:42:39.9256577+01:00",
  "HasDefaulterProposedSettlement": true
}

application/xml, text/xml

Sample:
<FidelityGuaranteeClaimDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CHICoreRestAPI.Core.Contracts.ViewModel">
  <AddressOfDefaulter>sample string 4</AddressOfDefaulter>
  <AgeOfDefaulter>3</AgeOfDefaulter>
  <AmountOfDefault>8</AmountOfDefault>
  <CustomerId>1</CustomerId>
  <DateOfDischarge>2026-09-01T05:42:39.9256577+01:00</DateOfDischarge>
  <DefaulterHasIrregularityHistory>true</DefaulterHasIrregularityHistory>
  <DefaulterHasProperties>true</DefaulterHasProperties>
  <DefaulterHasSalaryOrCommissionDue>true</DefaulterHasSalaryOrCommissionDue>
  <DefaulterHasbeenDischargedOfService>true</DefaulterHasbeenDischargedOfService>
  <HasDefaulterProposedSettlement>true</HasDefaulterProposedSettlement>
  <HowDefaultWasDiscovered>sample string 7</HowDefaultWasDiscovered>
  <InsuredHasOtherSecurities>true</InsuredHasOtherSecurities>
  <IrregularityParticulars>sample string 10</IrregularityParticulars>
  <LastDateOfDefaulterCorrectAccount>2026-09-01T05:42:39.9256577+01:00</LastDateOfDefaulterCorrectAccount>
  <LengthOfDefault>sample string 6</LengthOfDefault>
  <NameOfDefaulter>sample string 2</NameOfDefaulter>
  <OccupationOfDefaulter>sample string 5</OccupationOfDefaulter>
</FidelityGuaranteeClaimDto>

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

Response Information

Resource Description

FidelityGuaranteeClaimDto
NameDescriptionTypeAdditional information
CustomerId

integer

None.

NameOfDefaulter

string

None.

AgeOfDefaulter

integer

None.

AddressOfDefaulter

string

None.

OccupationOfDefaulter

string

None.

LengthOfDefault

string

None.

HowDefaultWasDiscovered

string

None.

AmountOfDefault

decimal number

None.

DefaulterHasIrregularityHistory

boolean

None.

IrregularityParticulars

string

None.

LastDateOfDefaulterCorrectAccount

date

None.

DefaulterHasProperties

boolean

None.

DefaulterHasSalaryOrCommissionDue

boolean

None.

InsuredHasOtherSecurities

boolean

None.

DefaulterHasbeenDischargedOfService

boolean

None.

DateOfDischarge

date

None.

HasDefaulterProposedSettlement

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "NameOfDefaulter": "sample string 2",
  "AgeOfDefaulter": 3,
  "AddressOfDefaulter": "sample string 4",
  "OccupationOfDefaulter": "sample string 5",
  "LengthOfDefault": "sample string 6",
  "HowDefaultWasDiscovered": "sample string 7",
  "AmountOfDefault": 8.0,
  "DefaulterHasIrregularityHistory": true,
  "IrregularityParticulars": "sample string 10",
  "LastDateOfDefaulterCorrectAccount": "2026-09-01T05:42:39.9412819+01:00",
  "DefaulterHasProperties": true,
  "DefaulterHasSalaryOrCommissionDue": true,
  "InsuredHasOtherSecurities": true,
  "DefaulterHasbeenDischargedOfService": true,
  "DateOfDischarge": "2026-09-01T05:42:39.9412819+01:00",
  "HasDefaulterProposedSettlement": true
}

application/xml, text/xml

Sample:
<FidelityGuaranteeClaimDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CHICoreRestAPI.Core.Contracts.ViewModel">
  <AddressOfDefaulter>sample string 4</AddressOfDefaulter>
  <AgeOfDefaulter>3</AgeOfDefaulter>
  <AmountOfDefault>8</AmountOfDefault>
  <CustomerId>1</CustomerId>
  <DateOfDischarge>2026-09-01T05:42:39.9412819+01:00</DateOfDischarge>
  <DefaulterHasIrregularityHistory>true</DefaulterHasIrregularityHistory>
  <DefaulterHasProperties>true</DefaulterHasProperties>
  <DefaulterHasSalaryOrCommissionDue>true</DefaulterHasSalaryOrCommissionDue>
  <DefaulterHasbeenDischargedOfService>true</DefaulterHasbeenDischargedOfService>
  <HasDefaulterProposedSettlement>true</HasDefaulterProposedSettlement>
  <HowDefaultWasDiscovered>sample string 7</HowDefaultWasDiscovered>
  <InsuredHasOtherSecurities>true</InsuredHasOtherSecurities>
  <IrregularityParticulars>sample string 10</IrregularityParticulars>
  <LastDateOfDefaulterCorrectAccount>2026-09-01T05:42:39.9412819+01:00</LastDateOfDefaulterCorrectAccount>
  <LengthOfDefault>sample string 6</LengthOfDefault>
  <NameOfDefaulter>sample string 2</NameOfDefaulter>
  <OccupationOfDefaulter>sample string 5</OccupationOfDefaulter>
</FidelityGuaranteeClaimDto>