Skip to main content

Link attachments to an existing Claim.

PUT 

/v1/claims/:claim_id/attachments

Links created organization attachments to claims owned by the organization.

Request

Path Parameters

    claim_id int64required

    The ID of the claim belonging to user organization.

Body

required
    ids integer[]required

    An array of the IDs for the Attachments to be linked to the Claim. Must be owned by your organization.

Responses

Success

Schema
    message string
    attachments integer[]

    An array of ID belonging to all Attachments connected to the Claim.

Loading...