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": "31b33bda-0075-4cf2-9308-9b0af5b66c06",
"OscarId": "sample string 1",
"ClaimReference": "sample string 2",
"ClaimFormValue": 1.0,
"ClaimTreatments": [
{
"OscarInvoiceLineId": "sample string 1",
"BenefitClaimedId": "3382aa63-5aec-492a-af89-c67a64351d0a",
"ConditionClaimedId": "00c25250-0e5a-4970-a50b-559ab9be8dcf",
"TreatmentClaimedId": "d6329d9b-9c31-4932-b34b-00f56f0e5c14",
"VetId": "0adb9f3e-f0ad-45c0-af7f-feb96a299084",
"TreatmentFrom": "2026-05-09T08:18:14.160065+01:00",
"TreatmentTo": "2026-05-09T08:18:14.160065+01:00",
"TreatmentCost": 1.0,
"OutOfHoursVet": true,
"IsAccident": true,
"Referral": true,
"Payee": "sample string 5",
"LinkedToPreviousClaimId": "71a5a5b7-e16f-4cb1-b164-7af24e896a0c",
"IsDeduction": true
},
{
"OscarInvoiceLineId": "sample string 1",
"BenefitClaimedId": "3382aa63-5aec-492a-af89-c67a64351d0a",
"ConditionClaimedId": "00c25250-0e5a-4970-a50b-559ab9be8dcf",
"TreatmentClaimedId": "d6329d9b-9c31-4932-b34b-00f56f0e5c14",
"VetId": "0adb9f3e-f0ad-45c0-af7f-feb96a299084",
"TreatmentFrom": "2026-05-09T08:18:14.160065+01:00",
"TreatmentTo": "2026-05-09T08:18:14.160065+01:00",
"TreatmentCost": 1.0,
"OutOfHoursVet": true,
"IsAccident": true,
"Referral": true,
"Payee": "sample string 5",
"LinkedToPreviousClaimId": "71a5a5b7-e16f-4cb1-b164-7af24e896a0c",
"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>31b33bda-0075-4cf2-9308-9b0af5b66c06</ClaimId>
<ClaimReference>sample string 2</ClaimReference>
<ClaimTreatments>
<ClaimTreatment>
<BenefitClaimedId>3382aa63-5aec-492a-af89-c67a64351d0a</BenefitClaimedId>
<ConditionClaimedId>00c25250-0e5a-4970-a50b-559ab9be8dcf</ConditionClaimedId>
<IsAccident>true</IsAccident>
<IsDeduction>true</IsDeduction>
<LinkedToPreviousClaimId>71a5a5b7-e16f-4cb1-b164-7af24e896a0c</LinkedToPreviousClaimId>
<OscarInvoiceLineId>sample string 1</OscarInvoiceLineId>
<OutOfHoursVet>true</OutOfHoursVet>
<Payee>sample string 5</Payee>
<Referral>true</Referral>
<TreatmentClaimedId>d6329d9b-9c31-4932-b34b-00f56f0e5c14</TreatmentClaimedId>
<TreatmentCost>1</TreatmentCost>
<TreatmentFrom>2026-05-09T08:18:14.160065+01:00</TreatmentFrom>
<TreatmentTo>2026-05-09T08:18:14.160065+01:00</TreatmentTo>
<VetId>0adb9f3e-f0ad-45c0-af7f-feb96a299084</VetId>
</ClaimTreatment>
<ClaimTreatment>
<BenefitClaimedId>3382aa63-5aec-492a-af89-c67a64351d0a</BenefitClaimedId>
<ConditionClaimedId>00c25250-0e5a-4970-a50b-559ab9be8dcf</ConditionClaimedId>
<IsAccident>true</IsAccident>
<IsDeduction>true</IsDeduction>
<LinkedToPreviousClaimId>71a5a5b7-e16f-4cb1-b164-7af24e896a0c</LinkedToPreviousClaimId>
<OscarInvoiceLineId>sample string 1</OscarInvoiceLineId>
<OutOfHoursVet>true</OutOfHoursVet>
<Payee>sample string 5</Payee>
<Referral>true</Referral>
<TreatmentClaimedId>d6329d9b-9c31-4932-b34b-00f56f0e5c14</TreatmentClaimedId>
<TreatmentCost>1</TreatmentCost>
<TreatmentFrom>2026-05-09T08:18:14.160065+01:00</TreatmentFrom>
<TreatmentTo>2026-05-09T08:18:14.160065+01:00</TreatmentTo>
<VetId>0adb9f3e-f0ad-45c0-af7f-feb96a299084</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": "9b99c06c-d9fc-48a5-8ac0-fccbf328bf1b",
"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>9b99c06c-d9fc-48a5-8ac0-fccbf328bf1b</ClaimId> <ClaimReference>sample string 1</ClaimReference> </ClaimResponse>