Upload File for an Existing Claim

Upload a file with and attach it to a claim that has already been submitted

Upload File for an Existing Claim

POST https://staging.api.xclaim.xcover.com/partners/{partnerCode}/claims/{claimUuid}/files

Upload a file with and attach it to a claim that has already been submitted. Note that the section_field_id in this request can be obtained from the FNOL request for a given claim type.

Path Parameters

Headers

{
    "file": "dummy.pdf <file-resource>",
    "section_field_id": null
}

Last updated