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": "b880be86-fcdf-4aab-aba7-bdb2b6011a9e",
"OscarId": "sample string 1",
"ClaimReference": "sample string 2",
"ClaimFormValue": 1.0,
"ClaimTreatments": [
{
"OscarInvoiceLineId": "sample string 1",
"BenefitClaimedId": "ca9883f8-ddbd-499c-b31c-1e45a33445b3",
"ConditionClaimedId": "310f3536-373c-477e-b457-46ae3da11c7f",
"TreatmentClaimedId": "d7ba653f-c9d3-412d-8f56-7a10bfa3e602",
"VetId": "7cde213f-3c04-4077-825c-9b4b316e9ec0",
"TreatmentFrom": "2026-03-23T20:15:48.1534985+00:00",
"TreatmentTo": "2026-03-23T20:15:48.1534985+00:00",
"TreatmentCost": 1.0,
"OutOfHoursVet": true,
"IsAccident": true,
"Referral": true,
"Payee": "sample string 5",
"LinkedToPreviousClaimId": "106ac3ab-e06e-4e19-9959-d614d1d88fe2",
"IsDeduction": true
},
{
"OscarInvoiceLineId": "sample string 1",
"BenefitClaimedId": "ca9883f8-ddbd-499c-b31c-1e45a33445b3",
"ConditionClaimedId": "310f3536-373c-477e-b457-46ae3da11c7f",
"TreatmentClaimedId": "d7ba653f-c9d3-412d-8f56-7a10bfa3e602",
"VetId": "7cde213f-3c04-4077-825c-9b4b316e9ec0",
"TreatmentFrom": "2026-03-23T20:15:48.1534985+00:00",
"TreatmentTo": "2026-03-23T20:15:48.1534985+00:00",
"TreatmentCost": 1.0,
"OutOfHoursVet": true,
"IsAccident": true,
"Referral": true,
"Payee": "sample string 5",
"LinkedToPreviousClaimId": "106ac3ab-e06e-4e19-9959-d614d1d88fe2",
"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>b880be86-fcdf-4aab-aba7-bdb2b6011a9e</ClaimId>
<ClaimReference>sample string 2</ClaimReference>
<ClaimTreatments>
<ClaimTreatment>
<BenefitClaimedId>ca9883f8-ddbd-499c-b31c-1e45a33445b3</BenefitClaimedId>
<ConditionClaimedId>310f3536-373c-477e-b457-46ae3da11c7f</ConditionClaimedId>
<IsAccident>true</IsAccident>
<IsDeduction>true</IsDeduction>
<LinkedToPreviousClaimId>106ac3ab-e06e-4e19-9959-d614d1d88fe2</LinkedToPreviousClaimId>
<OscarInvoiceLineId>sample string 1</OscarInvoiceLineId>
<OutOfHoursVet>true</OutOfHoursVet>
<Payee>sample string 5</Payee>
<Referral>true</Referral>
<TreatmentClaimedId>d7ba653f-c9d3-412d-8f56-7a10bfa3e602</TreatmentClaimedId>
<TreatmentCost>1</TreatmentCost>
<TreatmentFrom>2026-03-23T20:15:48.1534985+00:00</TreatmentFrom>
<TreatmentTo>2026-03-23T20:15:48.1534985+00:00</TreatmentTo>
<VetId>7cde213f-3c04-4077-825c-9b4b316e9ec0</VetId>
</ClaimTreatment>
<ClaimTreatment>
<BenefitClaimedId>ca9883f8-ddbd-499c-b31c-1e45a33445b3</BenefitClaimedId>
<ConditionClaimedId>310f3536-373c-477e-b457-46ae3da11c7f</ConditionClaimedId>
<IsAccident>true</IsAccident>
<IsDeduction>true</IsDeduction>
<LinkedToPreviousClaimId>106ac3ab-e06e-4e19-9959-d614d1d88fe2</LinkedToPreviousClaimId>
<OscarInvoiceLineId>sample string 1</OscarInvoiceLineId>
<OutOfHoursVet>true</OutOfHoursVet>
<Payee>sample string 5</Payee>
<Referral>true</Referral>
<TreatmentClaimedId>d7ba653f-c9d3-412d-8f56-7a10bfa3e602</TreatmentClaimedId>
<TreatmentCost>1</TreatmentCost>
<TreatmentFrom>2026-03-23T20:15:48.1534985+00:00</TreatmentFrom>
<TreatmentTo>2026-03-23T20:15:48.1534985+00:00</TreatmentTo>
<VetId>7cde213f-3c04-4077-825c-9b4b316e9ec0</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": "4be5fc6f-30e5-400b-9be9-6d44fb1e44f1",
"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>4be5fc6f-30e5-400b-9be9-6d44fb1e44f1</ClaimId> <ClaimReference>sample string 1</ClaimReference> </ClaimResponse>