POST api/ClaimAutomation/UpdateClaim
Request Information
URI Parameters
None.
Body Parameters
OscarClaimName | 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": "d7094b12-cc98-48ff-ada5-5e044379d263", "OscarId": "sample string 1", "ClaimReference": "sample string 2", "ClaimFormValue": 1.0, "ClaimTreatments": [ { "OscarInvoiceLineId": "sample string 1", "BenefitClaimedId": "c1b8763e-e487-4e86-8210-1ef653ab7ac3", "ConditionClaimedId": "8139c092-d63c-47ae-bcd1-cae31a22e47c", "TreatmentClaimedId": "7cb26f0c-4e75-411e-8aaf-415d96ffc797", "VetId": "e4487ee5-7b7b-453f-864d-6bc3aa4bcb3b", "TreatmentFrom": "2025-09-13T03:06:02.2437541+01:00", "TreatmentTo": "2025-09-13T03:06:02.2437541+01:00", "TreatmentCost": 1.0, "OutOfHoursVet": true, "IsAccident": true, "Referral": true, "Payee": "sample string 5", "LinkedToPreviousClaimId": "e75d07b3-4b77-44fe-a413-54ae7a52433d", "IsDeduction": true }, { "OscarInvoiceLineId": "sample string 1", "BenefitClaimedId": "c1b8763e-e487-4e86-8210-1ef653ab7ac3", "ConditionClaimedId": "8139c092-d63c-47ae-bcd1-cae31a22e47c", "TreatmentClaimedId": "7cb26f0c-4e75-411e-8aaf-415d96ffc797", "VetId": "e4487ee5-7b7b-453f-864d-6bc3aa4bcb3b", "TreatmentFrom": "2025-09-13T03:06:02.2437541+01:00", "TreatmentTo": "2025-09-13T03:06:02.2437541+01:00", "TreatmentCost": 1.0, "OutOfHoursVet": true, "IsAccident": true, "Referral": true, "Payee": "sample string 5", "LinkedToPreviousClaimId": "e75d07b3-4b77-44fe-a413-54ae7a52433d", "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>d7094b12-cc98-48ff-ada5-5e044379d263</ClaimId> <ClaimReference>sample string 2</ClaimReference> <ClaimTreatments> <ClaimTreatment> <BenefitClaimedId>c1b8763e-e487-4e86-8210-1ef653ab7ac3</BenefitClaimedId> <ConditionClaimedId>8139c092-d63c-47ae-bcd1-cae31a22e47c</ConditionClaimedId> <IsAccident>true</IsAccident> <IsDeduction>true</IsDeduction> <LinkedToPreviousClaimId>e75d07b3-4b77-44fe-a413-54ae7a52433d</LinkedToPreviousClaimId> <OscarInvoiceLineId>sample string 1</OscarInvoiceLineId> <OutOfHoursVet>true</OutOfHoursVet> <Payee>sample string 5</Payee> <Referral>true</Referral> <TreatmentClaimedId>7cb26f0c-4e75-411e-8aaf-415d96ffc797</TreatmentClaimedId> <TreatmentCost>1</TreatmentCost> <TreatmentFrom>2025-09-13T03:06:02.2437541+01:00</TreatmentFrom> <TreatmentTo>2025-09-13T03:06:02.2437541+01:00</TreatmentTo> <VetId>e4487ee5-7b7b-453f-864d-6bc3aa4bcb3b</VetId> </ClaimTreatment> <ClaimTreatment> <BenefitClaimedId>c1b8763e-e487-4e86-8210-1ef653ab7ac3</BenefitClaimedId> <ConditionClaimedId>8139c092-d63c-47ae-bcd1-cae31a22e47c</ConditionClaimedId> <IsAccident>true</IsAccident> <IsDeduction>true</IsDeduction> <LinkedToPreviousClaimId>e75d07b3-4b77-44fe-a413-54ae7a52433d</LinkedToPreviousClaimId> <OscarInvoiceLineId>sample string 1</OscarInvoiceLineId> <OutOfHoursVet>true</OutOfHoursVet> <Payee>sample string 5</Payee> <Referral>true</Referral> <TreatmentClaimedId>7cb26f0c-4e75-411e-8aaf-415d96ffc797</TreatmentClaimedId> <TreatmentCost>1</TreatmentCost> <TreatmentFrom>2025-09-13T03:06:02.2437541+01:00</TreatmentFrom> <TreatmentTo>2025-09-13T03:06:02.2437541+01:00</TreatmentTo> <VetId>e4487ee5-7b7b-453f-864d-6bc3aa4bcb3b</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
ClaimResponseName | Description | Type | Additional information |
---|---|---|---|
ClaimId | globally unique identifier |
None. |
|
ClaimReference | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ClaimId": "5c6cbcf2-7c1f-4015-953f-c84f8e8a3243", "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>5c6cbcf2-7c1f-4015-953f-c84f8e8a3243</ClaimId> <ClaimReference>sample string 1</ClaimReference> </ClaimResponse>