POST api/Claim/GetPreviousClaims?policyNumber={policyNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
policyNumber

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PreviousClaim
NameDescriptionTypeAdditional information
ClaimId

globally unique identifier

None.

ClaimReference

string

None.

DateRecieved

date

None.

Condition

string

None.

ConditionVenomCodeId

globally unique identifier

None.

ClaimFormValue

decimal number

None.

SettlementAmount

decimal number

None.

ExcessPaid

decimal number

None.

AggregatedStatus

string

None.

AggregatedStatusMappingId

integer

None.

Payee

string

None.

DatePaid

date

None.

TreatmentPractice

string

None.

VetPracticeId

globally unique identifier

None.

ClaimsOutcomeLetter

globally unique identifier

None.

IsSplit

boolean

None.

TreatmentDate

date

None.

EffectiveFrom

date

None.

EffectiveTo

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ClaimId": "17759dd5-fa43-473f-8f09-bb126b34d8a5",
    "ClaimReference": "sample string 2",
    "DateRecieved": "2025-08-27T03:32:19.9820306+01:00",
    "Condition": "sample string 4",
    "ConditionVenomCodeId": "ebdfa67a-d9b9-478b-be4b-c2eaac66fdce",
    "ClaimFormValue": 5.0,
    "SettlementAmount": 1.0,
    "ExcessPaid": 1.0,
    "AggregatedStatus": "sample string 6",
    "AggregatedStatusMappingId": 7,
    "Payee": "sample string 8",
    "DatePaid": "2025-08-27T03:32:19.9820306+01:00",
    "TreatmentPractice": "sample string 9",
    "VetPracticeId": "76a34ac6-424d-411a-8161-3f7f3c48be3f",
    "ClaimsOutcomeLetter": "6bc170be-edad-441d-8370-1976eaa32d62",
    "IsSplit": true,
    "TreatmentDate": "2025-08-27T03:32:19.9820306+01:00",
    "EffectiveFrom": "2025-08-27T03:32:19.9820306+01:00",
    "EffectiveTo": "2025-08-27T03:32:19.9820306+01:00"
  },
  {
    "ClaimId": "17759dd5-fa43-473f-8f09-bb126b34d8a5",
    "ClaimReference": "sample string 2",
    "DateRecieved": "2025-08-27T03:32:19.9820306+01:00",
    "Condition": "sample string 4",
    "ConditionVenomCodeId": "ebdfa67a-d9b9-478b-be4b-c2eaac66fdce",
    "ClaimFormValue": 5.0,
    "SettlementAmount": 1.0,
    "ExcessPaid": 1.0,
    "AggregatedStatus": "sample string 6",
    "AggregatedStatusMappingId": 7,
    "Payee": "sample string 8",
    "DatePaid": "2025-08-27T03:32:19.9820306+01:00",
    "TreatmentPractice": "sample string 9",
    "VetPracticeId": "76a34ac6-424d-411a-8161-3f7f3c48be3f",
    "ClaimsOutcomeLetter": "6bc170be-edad-441d-8370-1976eaa32d62",
    "IsSplit": true,
    "TreatmentDate": "2025-08-27T03:32:19.9820306+01:00",
    "EffectiveFrom": "2025-08-27T03:32:19.9820306+01:00",
    "EffectiveTo": "2025-08-27T03:32:19.9820306+01:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPreviousClaim xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
  <PreviousClaim>
    <AggregatedStatus>sample string 6</AggregatedStatus>
    <AggregatedStatusMappingId>7</AggregatedStatusMappingId>
    <ClaimFormValue>5</ClaimFormValue>
    <ClaimId>17759dd5-fa43-473f-8f09-bb126b34d8a5</ClaimId>
    <ClaimReference>sample string 2</ClaimReference>
    <ClaimsOutcomeLetter>6bc170be-edad-441d-8370-1976eaa32d62</ClaimsOutcomeLetter>
    <Condition>sample string 4</Condition>
    <ConditionVenomCodeId>ebdfa67a-d9b9-478b-be4b-c2eaac66fdce</ConditionVenomCodeId>
    <DatePaid>2025-08-27T03:32:19.9820306+01:00</DatePaid>
    <DateRecieved>2025-08-27T03:32:19.9820306+01:00</DateRecieved>
    <EffectiveFrom>2025-08-27T03:32:19.9820306+01:00</EffectiveFrom>
    <EffectiveTo>2025-08-27T03:32:19.9820306+01:00</EffectiveTo>
    <ExcessPaid>1</ExcessPaid>
    <IsSplit>true</IsSplit>
    <Payee>sample string 8</Payee>
    <SettlementAmount>1</SettlementAmount>
    <TreatmentDate>2025-08-27T03:32:19.9820306+01:00</TreatmentDate>
    <TreatmentPractice>sample string 9</TreatmentPractice>
    <VetPracticeId>76a34ac6-424d-411a-8161-3f7f3c48be3f</VetPracticeId>
  </PreviousClaim>
  <PreviousClaim>
    <AggregatedStatus>sample string 6</AggregatedStatus>
    <AggregatedStatusMappingId>7</AggregatedStatusMappingId>
    <ClaimFormValue>5</ClaimFormValue>
    <ClaimId>17759dd5-fa43-473f-8f09-bb126b34d8a5</ClaimId>
    <ClaimReference>sample string 2</ClaimReference>
    <ClaimsOutcomeLetter>6bc170be-edad-441d-8370-1976eaa32d62</ClaimsOutcomeLetter>
    <Condition>sample string 4</Condition>
    <ConditionVenomCodeId>ebdfa67a-d9b9-478b-be4b-c2eaac66fdce</ConditionVenomCodeId>
    <DatePaid>2025-08-27T03:32:19.9820306+01:00</DatePaid>
    <DateRecieved>2025-08-27T03:32:19.9820306+01:00</DateRecieved>
    <EffectiveFrom>2025-08-27T03:32:19.9820306+01:00</EffectiveFrom>
    <EffectiveTo>2025-08-27T03:32:19.9820306+01:00</EffectiveTo>
    <ExcessPaid>1</ExcessPaid>
    <IsSplit>true</IsSplit>
    <Payee>sample string 8</Payee>
    <SettlementAmount>1</SettlementAmount>
    <TreatmentDate>2025-08-27T03:32:19.9820306+01:00</TreatmentDate>
    <TreatmentPractice>sample string 9</TreatmentPractice>
    <VetPracticeId>76a34ac6-424d-411a-8161-3f7f3c48be3f</VetPracticeId>
  </PreviousClaim>
</ArrayOfPreviousClaim>