POST api/ClaimAutomation/RejectClaim
Request Information
URI Parameters
None.
Body Parameters
ClaimRejectRequestName | 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": "bf9cb5f9-b15b-44dd-b7c6-82a9fa34266f", "OscarId": "sample string 1", "ClaimReference": "sample string 2", "ClaimFormValue": 1.0, "ClaimTreatments": [ { "OscarInvoiceLineId": "sample string 1", "BenefitClaimedId": "39ab1902-499f-4fd1-ba64-1b93a432bd62", "ConditionClaimedId": "bf576f05-26cc-4e2e-8fbf-38d3fb4f53f3", "TreatmentClaimedId": "6978ba25-8173-4839-a80e-52945804428d", "VetId": "2c4b0ddd-6537-4736-9497-9ddfe7728fe0", "TreatmentFrom": "2025-09-13T03:10:11.661055+01:00", "TreatmentTo": "2025-09-13T03:10:11.661055+01:00", "TreatmentCost": 1.0, "OutOfHoursVet": true, "IsAccident": true, "Referral": true, "Payee": "sample string 5", "LinkedToPreviousClaimId": "efa8bdbe-7c56-4130-ad7f-f323ae1cf6fa", "IsDeduction": true }, { "OscarInvoiceLineId": "sample string 1", "BenefitClaimedId": "39ab1902-499f-4fd1-ba64-1b93a432bd62", "ConditionClaimedId": "bf576f05-26cc-4e2e-8fbf-38d3fb4f53f3", "TreatmentClaimedId": "6978ba25-8173-4839-a80e-52945804428d", "VetId": "2c4b0ddd-6537-4736-9497-9ddfe7728fe0", "TreatmentFrom": "2025-09-13T03:10:11.661055+01:00", "TreatmentTo": "2025-09-13T03:10:11.661055+01:00", "TreatmentCost": 1.0, "OutOfHoursVet": true, "IsAccident": true, "Referral": true, "Payee": "sample string 5", "LinkedToPreviousClaimId": "efa8bdbe-7c56-4130-ad7f-f323ae1cf6fa", "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>bf9cb5f9-b15b-44dd-b7c6-82a9fa34266f</ClaimId> <ClaimReference>sample string 2</ClaimReference> <ClaimTreatments> <ClaimTreatment> <BenefitClaimedId>39ab1902-499f-4fd1-ba64-1b93a432bd62</BenefitClaimedId> <ConditionClaimedId>bf576f05-26cc-4e2e-8fbf-38d3fb4f53f3</ConditionClaimedId> <IsAccident>true</IsAccident> <IsDeduction>true</IsDeduction> <LinkedToPreviousClaimId>efa8bdbe-7c56-4130-ad7f-f323ae1cf6fa</LinkedToPreviousClaimId> <OscarInvoiceLineId>sample string 1</OscarInvoiceLineId> <OutOfHoursVet>true</OutOfHoursVet> <Payee>sample string 5</Payee> <Referral>true</Referral> <TreatmentClaimedId>6978ba25-8173-4839-a80e-52945804428d</TreatmentClaimedId> <TreatmentCost>1</TreatmentCost> <TreatmentFrom>2025-09-13T03:10:11.661055+01:00</TreatmentFrom> <TreatmentTo>2025-09-13T03:10:11.661055+01:00</TreatmentTo> <VetId>2c4b0ddd-6537-4736-9497-9ddfe7728fe0</VetId> </ClaimTreatment> <ClaimTreatment> <BenefitClaimedId>39ab1902-499f-4fd1-ba64-1b93a432bd62</BenefitClaimedId> <ConditionClaimedId>bf576f05-26cc-4e2e-8fbf-38d3fb4f53f3</ConditionClaimedId> <IsAccident>true</IsAccident> <IsDeduction>true</IsDeduction> <LinkedToPreviousClaimId>efa8bdbe-7c56-4130-ad7f-f323ae1cf6fa</LinkedToPreviousClaimId> <OscarInvoiceLineId>sample string 1</OscarInvoiceLineId> <OutOfHoursVet>true</OutOfHoursVet> <Payee>sample string 5</Payee> <Referral>true</Referral> <TreatmentClaimedId>6978ba25-8173-4839-a80e-52945804428d</TreatmentClaimedId> <TreatmentCost>1</TreatmentCost> <TreatmentFrom>2025-09-13T03:10:11.661055+01:00</TreatmentFrom> <TreatmentTo>2025-09-13T03:10:11.661055+01:00</TreatmentTo> <VetId>2c4b0ddd-6537-4736-9497-9ddfe7728fe0</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.