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": "1bce9323-d207-42ec-bc54-51ac754b4757",
"OscarId": "sample string 1",
"ClaimReference": "sample string 2",
"ClaimFormValue": 1.0,
"ClaimTreatments": [
{
"OscarInvoiceLineId": "sample string 1",
"BenefitClaimedId": "ca50b4f5-f007-4d78-8ca9-9843889f192d",
"ConditionClaimedId": "cdc77527-b4e8-4dff-aba2-68af38302a1c",
"TreatmentClaimedId": "a838379e-7798-4e15-8cd3-a0b79dff9921",
"VetId": "6d661333-d299-4a69-b17f-ba3efdf51e3c",
"TreatmentFrom": "2026-06-24T01:35:52.8048866+01:00",
"TreatmentTo": "2026-06-24T01:35:52.8048866+01:00",
"TreatmentCost": 1.0,
"OutOfHoursVet": true,
"IsAccident": true,
"Referral": true,
"Payee": "sample string 5",
"LinkedToPreviousClaimId": "9f0ff6c7-a78a-4dd7-bdda-384f0df1dcb8",
"IsDeduction": true
},
{
"OscarInvoiceLineId": "sample string 1",
"BenefitClaimedId": "ca50b4f5-f007-4d78-8ca9-9843889f192d",
"ConditionClaimedId": "cdc77527-b4e8-4dff-aba2-68af38302a1c",
"TreatmentClaimedId": "a838379e-7798-4e15-8cd3-a0b79dff9921",
"VetId": "6d661333-d299-4a69-b17f-ba3efdf51e3c",
"TreatmentFrom": "2026-06-24T01:35:52.8048866+01:00",
"TreatmentTo": "2026-06-24T01:35:52.8048866+01:00",
"TreatmentCost": 1.0,
"OutOfHoursVet": true,
"IsAccident": true,
"Referral": true,
"Payee": "sample string 5",
"LinkedToPreviousClaimId": "9f0ff6c7-a78a-4dd7-bdda-384f0df1dcb8",
"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>1bce9323-d207-42ec-bc54-51ac754b4757</ClaimId>
<ClaimReference>sample string 2</ClaimReference>
<ClaimTreatments>
<ClaimTreatment>
<BenefitClaimedId>ca50b4f5-f007-4d78-8ca9-9843889f192d</BenefitClaimedId>
<ConditionClaimedId>cdc77527-b4e8-4dff-aba2-68af38302a1c</ConditionClaimedId>
<IsAccident>true</IsAccident>
<IsDeduction>true</IsDeduction>
<LinkedToPreviousClaimId>9f0ff6c7-a78a-4dd7-bdda-384f0df1dcb8</LinkedToPreviousClaimId>
<OscarInvoiceLineId>sample string 1</OscarInvoiceLineId>
<OutOfHoursVet>true</OutOfHoursVet>
<Payee>sample string 5</Payee>
<Referral>true</Referral>
<TreatmentClaimedId>a838379e-7798-4e15-8cd3-a0b79dff9921</TreatmentClaimedId>
<TreatmentCost>1</TreatmentCost>
<TreatmentFrom>2026-06-24T01:35:52.8048866+01:00</TreatmentFrom>
<TreatmentTo>2026-06-24T01:35:52.8048866+01:00</TreatmentTo>
<VetId>6d661333-d299-4a69-b17f-ba3efdf51e3c</VetId>
</ClaimTreatment>
<ClaimTreatment>
<BenefitClaimedId>ca50b4f5-f007-4d78-8ca9-9843889f192d</BenefitClaimedId>
<ConditionClaimedId>cdc77527-b4e8-4dff-aba2-68af38302a1c</ConditionClaimedId>
<IsAccident>true</IsAccident>
<IsDeduction>true</IsDeduction>
<LinkedToPreviousClaimId>9f0ff6c7-a78a-4dd7-bdda-384f0df1dcb8</LinkedToPreviousClaimId>
<OscarInvoiceLineId>sample string 1</OscarInvoiceLineId>
<OutOfHoursVet>true</OutOfHoursVet>
<Payee>sample string 5</Payee>
<Referral>true</Referral>
<TreatmentClaimedId>a838379e-7798-4e15-8cd3-a0b79dff9921</TreatmentClaimedId>
<TreatmentCost>1</TreatmentCost>
<TreatmentFrom>2026-06-24T01:35:52.8048866+01:00</TreatmentFrom>
<TreatmentTo>2026-06-24T01:35:52.8048866+01:00</TreatmentTo>
<VetId>6d661333-d299-4a69-b17f-ba3efdf51e3c</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": "dc78dc0d-2ccd-4714-8093-5bc34419dbbb",
"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>dc78dc0d-2ccd-4714-8093-5bc34419dbbb</ClaimId> <ClaimReference>sample string 1</ClaimReference> </ClaimResponse>