POST api/ClaimAutomation/RejectClaim
Request Information
URI Parameters
None.
Body Parameters
ClaimRejectRequest| 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. |
|
| RejectionReasonCode | string |
None. |
|
| RejectionReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClaimId": "e37e4a22-4420-43a0-b177-122cff511bf0",
"OscarId": "sample string 1",
"ClaimReference": "sample string 2",
"ClaimFormValue": 1.0,
"ClaimTreatments": [
{
"OscarInvoiceLineId": "sample string 1",
"BenefitClaimedId": "972c6757-3cd9-4046-a167-cd5d4c1821ad",
"ConditionClaimedId": "67c2e808-ba44-4414-a7ca-fd56ef1f4bcb",
"TreatmentClaimedId": "74d305f3-6277-4456-aeb2-6546ebd6b6e0",
"VetId": "35184db3-4c3d-4b6e-908c-ff7305a3e002",
"TreatmentFrom": "2026-08-14T18:44:08.1572979+01:00",
"TreatmentTo": "2026-08-14T18:44:08.1572979+01:00",
"TreatmentCost": 1.0,
"OutOfHoursVet": true,
"IsAccident": true,
"Referral": true,
"Payee": "sample string 5",
"LinkedToPreviousClaimId": "9e32b1b1-0d13-4302-8caa-d5468e4eb0a2",
"IsDeduction": true
},
{
"OscarInvoiceLineId": "sample string 1",
"BenefitClaimedId": "972c6757-3cd9-4046-a167-cd5d4c1821ad",
"ConditionClaimedId": "67c2e808-ba44-4414-a7ca-fd56ef1f4bcb",
"TreatmentClaimedId": "74d305f3-6277-4456-aeb2-6546ebd6b6e0",
"VetId": "35184db3-4c3d-4b6e-908c-ff7305a3e002",
"TreatmentFrom": "2026-08-14T18:44:08.1572979+01:00",
"TreatmentTo": "2026-08-14T18:44:08.1572979+01:00",
"TreatmentCost": 1.0,
"OutOfHoursVet": true,
"IsAccident": true,
"Referral": true,
"Payee": "sample string 5",
"LinkedToPreviousClaimId": "9e32b1b1-0d13-4302-8caa-d5468e4eb0a2",
"IsDeduction": true
}
],
"ConfidenceScore": 1.0,
"RejectionReasonCode": "sample string 3",
"RejectionReason": "sample string 4"
}
application/xml, text/xml
Sample:
<ClaimRejectRequest 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>e37e4a22-4420-43a0-b177-122cff511bf0</ClaimId>
<ClaimReference>sample string 2</ClaimReference>
<ClaimTreatments>
<ClaimTreatment>
<BenefitClaimedId>972c6757-3cd9-4046-a167-cd5d4c1821ad</BenefitClaimedId>
<ConditionClaimedId>67c2e808-ba44-4414-a7ca-fd56ef1f4bcb</ConditionClaimedId>
<IsAccident>true</IsAccident>
<IsDeduction>true</IsDeduction>
<LinkedToPreviousClaimId>9e32b1b1-0d13-4302-8caa-d5468e4eb0a2</LinkedToPreviousClaimId>
<OscarInvoiceLineId>sample string 1</OscarInvoiceLineId>
<OutOfHoursVet>true</OutOfHoursVet>
<Payee>sample string 5</Payee>
<Referral>true</Referral>
<TreatmentClaimedId>74d305f3-6277-4456-aeb2-6546ebd6b6e0</TreatmentClaimedId>
<TreatmentCost>1</TreatmentCost>
<TreatmentFrom>2026-08-14T18:44:08.1572979+01:00</TreatmentFrom>
<TreatmentTo>2026-08-14T18:44:08.1572979+01:00</TreatmentTo>
<VetId>35184db3-4c3d-4b6e-908c-ff7305a3e002</VetId>
</ClaimTreatment>
<ClaimTreatment>
<BenefitClaimedId>972c6757-3cd9-4046-a167-cd5d4c1821ad</BenefitClaimedId>
<ConditionClaimedId>67c2e808-ba44-4414-a7ca-fd56ef1f4bcb</ConditionClaimedId>
<IsAccident>true</IsAccident>
<IsDeduction>true</IsDeduction>
<LinkedToPreviousClaimId>9e32b1b1-0d13-4302-8caa-d5468e4eb0a2</LinkedToPreviousClaimId>
<OscarInvoiceLineId>sample string 1</OscarInvoiceLineId>
<OutOfHoursVet>true</OutOfHoursVet>
<Payee>sample string 5</Payee>
<Referral>true</Referral>
<TreatmentClaimedId>74d305f3-6277-4456-aeb2-6546ebd6b6e0</TreatmentClaimedId>
<TreatmentCost>1</TreatmentCost>
<TreatmentFrom>2026-08-14T18:44:08.1572979+01:00</TreatmentFrom>
<TreatmentTo>2026-08-14T18:44:08.1572979+01:00</TreatmentTo>
<VetId>35184db3-4c3d-4b6e-908c-ff7305a3e002</VetId>
</ClaimTreatment>
</ClaimTreatments>
<ConfidenceScore>1</ConfidenceScore>
<OscarId>sample string 1</OscarId>
<RejectionReason>sample string 4</RejectionReason>
<RejectionReasonCode>sample string 3</RejectionReasonCode>
</ClaimRejectRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.