GET api/Claims?uploadDescription={uploadDescription}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
uploadDescription

string

Required

Body Parameters

Collection of Claim
NameDescriptionTypeAdditional information
ClaimID

integer

None.

ClaimNo

string

None.

MemberShipNo

string

None.

ClaimType

string

None.

LifeAssured

string

None.

IncidentDate

date

None.

ApprovalDate

date

None.

ClaimAmount

decimal number

None.

PolicyHolderName

string

None.

PolicyHolderSurname

string

None.

PolicyHolderID

string

None.

PrimaryBenName

string

None.

PrimaryBenSurname

string

None.

PrimaryBenID

string

None.

PrimaryBenCell1

string

None.

PrimaryBenCell2

string

None.

SecondaryBenName

string

None.

SecondaryBenSurname

string

None.

SecondaryBenID

string

None.

SecondaryBenCell1

string

None.

SecondaryBenCell2

string

None.

RelationShipPrimarySecondary

string

None.

ProviderID

integer

None.

ProviderName

string

None.

CallCentreVerified

string

None.

VerificationDate

date

None.

ConsecReceipts

integer

None.

CoreBenefit

decimal number

None.

LoyaltyBenefit

decimal number

None.

TotalMonthlyBenefit

decimal number

None.

CreatedUserID

integer

None.

CreatedDateTime

date

None.

UpdatedUserID

integer

None.

UpdatedDateTime

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ClaimID": 1,
    "ClaimNo": "sample string 2",
    "MemberShipNo": "sample string 3",
    "ClaimType": "sample string 4",
    "LifeAssured": "sample string 5",
    "IncidentDate": "2026-01-23T16:03:28.2220627+02:00",
    "ApprovalDate": "2026-01-23T16:03:28.2220627+02:00",
    "ClaimAmount": 8.0,
    "PolicyHolderName": "sample string 9",
    "PolicyHolderSurname": "sample string 10",
    "PolicyHolderID": "sample string 11",
    "PrimaryBenName": "sample string 12",
    "PrimaryBenSurname": "sample string 13",
    "PrimaryBenID": "sample string 14",
    "PrimaryBenCell1": "sample string 15",
    "PrimaryBenCell2": "sample string 16",
    "SecondaryBenName": "sample string 17",
    "SecondaryBenSurname": "sample string 18",
    "SecondaryBenID": "sample string 19",
    "SecondaryBenCell1": "sample string 20",
    "SecondaryBenCell2": "sample string 21",
    "RelationShipPrimarySecondary": "sample string 22",
    "ProviderID": 23,
    "ProviderName": "sample string 24",
    "CallCentreVerified": "sample string 25",
    "VerificationDate": "2026-01-23T16:03:28.2220627+02:00",
    "ConsecReceipts": 27,
    "CoreBenefit": 28.0,
    "LoyaltyBenefit": 29.0,
    "TotalMonthlyBenefit": 30.0,
    "CreatedUserID": 31,
    "CreatedDateTime": "2026-01-23T16:03:28.2220627+02:00",
    "UpdatedUserID": 1,
    "UpdatedDateTime": "2026-01-23T16:03:28.2220627+02:00"
  },
  {
    "ClaimID": 1,
    "ClaimNo": "sample string 2",
    "MemberShipNo": "sample string 3",
    "ClaimType": "sample string 4",
    "LifeAssured": "sample string 5",
    "IncidentDate": "2026-01-23T16:03:28.2220627+02:00",
    "ApprovalDate": "2026-01-23T16:03:28.2220627+02:00",
    "ClaimAmount": 8.0,
    "PolicyHolderName": "sample string 9",
    "PolicyHolderSurname": "sample string 10",
    "PolicyHolderID": "sample string 11",
    "PrimaryBenName": "sample string 12",
    "PrimaryBenSurname": "sample string 13",
    "PrimaryBenID": "sample string 14",
    "PrimaryBenCell1": "sample string 15",
    "PrimaryBenCell2": "sample string 16",
    "SecondaryBenName": "sample string 17",
    "SecondaryBenSurname": "sample string 18",
    "SecondaryBenID": "sample string 19",
    "SecondaryBenCell1": "sample string 20",
    "SecondaryBenCell2": "sample string 21",
    "RelationShipPrimarySecondary": "sample string 22",
    "ProviderID": 23,
    "ProviderName": "sample string 24",
    "CallCentreVerified": "sample string 25",
    "VerificationDate": "2026-01-23T16:03:28.2220627+02:00",
    "ConsecReceipts": 27,
    "CoreBenefit": 28.0,
    "LoyaltyBenefit": 29.0,
    "TotalMonthlyBenefit": 30.0,
    "CreatedUserID": 31,
    "CreatedDateTime": "2026-01-23T16:03:28.2220627+02:00",
    "UpdatedUserID": 1,
    "UpdatedDateTime": "2026-01-23T16:03:28.2220627+02:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfClaim xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Partner.Core.Models.Endurance">
  <Claim>
    <ApprovalDate>2026-01-23T16:03:28.2220627+02:00</ApprovalDate>
    <CallCentreVerified>sample string 25</CallCentreVerified>
    <ClaimAmount>8</ClaimAmount>
    <ClaimID>1</ClaimID>
    <ClaimNo>sample string 2</ClaimNo>
    <ClaimType>sample string 4</ClaimType>
    <ConsecReceipts>27</ConsecReceipts>
    <CoreBenefit>28</CoreBenefit>
    <CreatedDateTime>2026-01-23T16:03:28.2220627+02:00</CreatedDateTime>
    <CreatedUserID>31</CreatedUserID>
    <IncidentDate>2026-01-23T16:03:28.2220627+02:00</IncidentDate>
    <LifeAssured>sample string 5</LifeAssured>
    <LoyaltyBenefit>29</LoyaltyBenefit>
    <MemberShipNo>sample string 3</MemberShipNo>
    <PolicyHolderID>sample string 11</PolicyHolderID>
    <PolicyHolderName>sample string 9</PolicyHolderName>
    <PolicyHolderSurname>sample string 10</PolicyHolderSurname>
    <PrimaryBenCell1>sample string 15</PrimaryBenCell1>
    <PrimaryBenCell2>sample string 16</PrimaryBenCell2>
    <PrimaryBenID>sample string 14</PrimaryBenID>
    <PrimaryBenName>sample string 12</PrimaryBenName>
    <PrimaryBenSurname>sample string 13</PrimaryBenSurname>
    <ProviderID>23</ProviderID>
    <ProviderName>sample string 24</ProviderName>
    <RelationShipPrimarySecondary>sample string 22</RelationShipPrimarySecondary>
    <SecondaryBenCell1>sample string 20</SecondaryBenCell1>
    <SecondaryBenCell2>sample string 21</SecondaryBenCell2>
    <SecondaryBenID>sample string 19</SecondaryBenID>
    <SecondaryBenName>sample string 17</SecondaryBenName>
    <SecondaryBenSurname>sample string 18</SecondaryBenSurname>
    <TotalMonthlyBenefit>30</TotalMonthlyBenefit>
    <UpdatedDateTime>2026-01-23T16:03:28.2220627+02:00</UpdatedDateTime>
    <UpdatedUserID>1</UpdatedUserID>
    <VerificationDate>2026-01-23T16:03:28.2220627+02:00</VerificationDate>
  </Claim>
  <Claim>
    <ApprovalDate>2026-01-23T16:03:28.2220627+02:00</ApprovalDate>
    <CallCentreVerified>sample string 25</CallCentreVerified>
    <ClaimAmount>8</ClaimAmount>
    <ClaimID>1</ClaimID>
    <ClaimNo>sample string 2</ClaimNo>
    <ClaimType>sample string 4</ClaimType>
    <ConsecReceipts>27</ConsecReceipts>
    <CoreBenefit>28</CoreBenefit>
    <CreatedDateTime>2026-01-23T16:03:28.2220627+02:00</CreatedDateTime>
    <CreatedUserID>31</CreatedUserID>
    <IncidentDate>2026-01-23T16:03:28.2220627+02:00</IncidentDate>
    <LifeAssured>sample string 5</LifeAssured>
    <LoyaltyBenefit>29</LoyaltyBenefit>
    <MemberShipNo>sample string 3</MemberShipNo>
    <PolicyHolderID>sample string 11</PolicyHolderID>
    <PolicyHolderName>sample string 9</PolicyHolderName>
    <PolicyHolderSurname>sample string 10</PolicyHolderSurname>
    <PrimaryBenCell1>sample string 15</PrimaryBenCell1>
    <PrimaryBenCell2>sample string 16</PrimaryBenCell2>
    <PrimaryBenID>sample string 14</PrimaryBenID>
    <PrimaryBenName>sample string 12</PrimaryBenName>
    <PrimaryBenSurname>sample string 13</PrimaryBenSurname>
    <ProviderID>23</ProviderID>
    <ProviderName>sample string 24</ProviderName>
    <RelationShipPrimarySecondary>sample string 22</RelationShipPrimarySecondary>
    <SecondaryBenCell1>sample string 20</SecondaryBenCell1>
    <SecondaryBenCell2>sample string 21</SecondaryBenCell2>
    <SecondaryBenID>sample string 19</SecondaryBenID>
    <SecondaryBenName>sample string 17</SecondaryBenName>
    <SecondaryBenSurname>sample string 18</SecondaryBenSurname>
    <TotalMonthlyBenefit>30</TotalMonthlyBenefit>
    <UpdatedDateTime>2026-01-23T16:03:28.2220627+02:00</UpdatedDateTime>
    <UpdatedUserID>1</UpdatedUserID>
    <VerificationDate>2026-01-23T16:03:28.2220627+02:00</VerificationDate>
  </Claim>
</ArrayOfClaim>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>