---
title: "/claim/documents/add"
method: POST
path: "/claim/documents/add"
tags: ["Documents"]
---

# /claim/documents/add

`POST /claim/documents/add`

Use this endpoint to add a required document to an existing claim

## Request body

- object
  - `providerId` integer, required — Your unique provider identifier from SoFi Tech Solutions. Pattern: Max 10 digits Example: `9999`
  - `transactionId` string, required — Supply a globally unique ID to identify this endpoint request ("transaction"). Pattern: Max 60 characters Example: `"984513-395483653-4483483478"`
  - `ClaimId` string
  - `DocumentRequirementList` object[]
    - `DocumentStream` string — Document content stream
    - `Identifier` string — ID of document requirement to be fulfilled. Identifier is returned in /claim/documents/retrieveRequirements
    - `Category` 'Accountholder' | 'Association' | 'Internal' | 'SupportingDocumentation' — category of the document
    - `FileName` string — Name of the file being attached
    - `Label` string — Label for the document being added

## Response `200`

Successful document add

- object
  - `StatusList` object[]
    - `Type` 'Error' | 'Success' — Status of the request
    - `Message` string — Message about the status
    - `Code` string — Numeric code for the status
  - `rtoken` string, nullable — A system-generated ID used for tracking
  - `StatusCode` integer, nullable — The HTTP response status code

## Other responses

- `400` — Error claim document add request
- `500` — Error claim recovery details retrieve request

---

[API](https://skmtc.net/galileo-ft/apis/program-api.md) · [All operations](https://skmtc.net/galileo-ft/apis/program-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo-ft/program-api/revisions/bcd728f97a18/schema)
