POST api/ClaimAutomation/UpdateClaim
Request Information
URI Parameters
None.
Body Parameters
OscarClaim| Name | Description | Type | Additional information |
|---|---|---|---|
| ClaimId | globally unique identifier |
None. |
|
| OscarId | string |
None. |
|
| ClaimReference | string |
None. |
|
| ClaimFormValue | decimal number |
None. |
|
| ClaimTreatments | Collection of ClaimTreatment |
None. |
|
| ConfidenceScore | decimal number |
None. |
|
| MicrochipNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClaimId": "db207da9-70b9-448e-b87f-1b9c10048918",
"OscarId": "sample string 1",
"ClaimReference": "sample string 2",
"ClaimFormValue": 1.0,
"ClaimTreatments": [
{
"OscarInvoiceLineId": "sample string 1",
"BenefitClaimedId": "81661a0f-8121-4989-a36e-c954ce09d2e7",
"ConditionClaimedId": "fec423d9-5713-4640-a594-38beb8adb541",
"TreatmentClaimedId": "4bd9dac9-9b14-4817-b778-8d8ae77dfa34",
"VetId": "9e0fdadc-4b53-4f5e-a927-6b6741777384",
"TreatmentFrom": "2026-08-15T10:52:02.0566343+01:00",
"TreatmentTo": "2026-08-15T10:52:02.0566343+01:00",
"TreatmentCost": 1.0,
"OutOfHoursVet": true,
"IsAccident": true,
"Referral": true,
"Payee": "sample string 5",
"LinkedToPreviousClaimId": "e4e67245-9d12-41c2-8469-76edba0c2d5d",
"IsDeduction": true
},
{
"OscarInvoiceLineId": "sample string 1",
"BenefitClaimedId": "81661a0f-8121-4989-a36e-c954ce09d2e7",
"ConditionClaimedId": "fec423d9-5713-4640-a594-38beb8adb541",
"TreatmentClaimedId": "4bd9dac9-9b14-4817-b778-8d8ae77dfa34",
"VetId": "9e0fdadc-4b53-4f5e-a927-6b6741777384",
"TreatmentFrom": "2026-08-15T10:52:02.0566343+01:00",
"TreatmentTo": "2026-08-15T10:52:02.0566343+01:00",
"TreatmentCost": 1.0,
"OutOfHoursVet": true,
"IsAccident": true,
"Referral": true,
"Payee": "sample string 5",
"LinkedToPreviousClaimId": "e4e67245-9d12-41c2-8469-76edba0c2d5d",
"IsDeduction": true
}
],
"ConfidenceScore": 1.0,
"MicrochipNumber": "sample string 3"
}
application/xml, text/xml
Sample:
<OscarClaim xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<ClaimFormValue>1</ClaimFormValue>
<ClaimId>db207da9-70b9-448e-b87f-1b9c10048918</ClaimId>
<ClaimReference>sample string 2</ClaimReference>
<ClaimTreatments>
<ClaimTreatment>
<BenefitClaimedId>81661a0f-8121-4989-a36e-c954ce09d2e7</BenefitClaimedId>
<ConditionClaimedId>fec423d9-5713-4640-a594-38beb8adb541</ConditionClaimedId>
<IsAccident>true</IsAccident>
<IsDeduction>true</IsDeduction>
<LinkedToPreviousClaimId>e4e67245-9d12-41c2-8469-76edba0c2d5d</LinkedToPreviousClaimId>
<OscarInvoiceLineId>sample string 1</OscarInvoiceLineId>
<OutOfHoursVet>true</OutOfHoursVet>
<Payee>sample string 5</Payee>
<Referral>true</Referral>
<TreatmentClaimedId>4bd9dac9-9b14-4817-b778-8d8ae77dfa34</TreatmentClaimedId>
<TreatmentCost>1</TreatmentCost>
<TreatmentFrom>2026-08-15T10:52:02.0566343+01:00</TreatmentFrom>
<TreatmentTo>2026-08-15T10:52:02.0566343+01:00</TreatmentTo>
<VetId>9e0fdadc-4b53-4f5e-a927-6b6741777384</VetId>
</ClaimTreatment>
<ClaimTreatment>
<BenefitClaimedId>81661a0f-8121-4989-a36e-c954ce09d2e7</BenefitClaimedId>
<ConditionClaimedId>fec423d9-5713-4640-a594-38beb8adb541</ConditionClaimedId>
<IsAccident>true</IsAccident>
<IsDeduction>true</IsDeduction>
<LinkedToPreviousClaimId>e4e67245-9d12-41c2-8469-76edba0c2d5d</LinkedToPreviousClaimId>
<OscarInvoiceLineId>sample string 1</OscarInvoiceLineId>
<OutOfHoursVet>true</OutOfHoursVet>
<Payee>sample string 5</Payee>
<Referral>true</Referral>
<TreatmentClaimedId>4bd9dac9-9b14-4817-b778-8d8ae77dfa34</TreatmentClaimedId>
<TreatmentCost>1</TreatmentCost>
<TreatmentFrom>2026-08-15T10:52:02.0566343+01:00</TreatmentFrom>
<TreatmentTo>2026-08-15T10:52:02.0566343+01:00</TreatmentTo>
<VetId>9e0fdadc-4b53-4f5e-a927-6b6741777384</VetId>
</ClaimTreatment>
</ClaimTreatments>
<ConfidenceScore>1</ConfidenceScore>
<MicrochipNumber>sample string 3</MicrochipNumber>
<OscarId>sample string 1</OscarId>
</OscarClaim>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ClaimResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ClaimId | globally unique identifier |
None. |
|
| ClaimReference | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ClaimId": "b0778837-6e12-4fad-b9dc-d71090364dd6",
"ClaimReference": "sample string 1"
}
application/xml, text/xml
Sample:
<ClaimResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models"> <ClaimId>b0778837-6e12-4fad-b9dc-d71090364dd6</ClaimId> <ClaimReference>sample string 1</ClaimReference> </ClaimResponse>