> ## Documentation Index
> Fetch the complete documentation index at: https://developer.accessrc.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Import Program with Applications

> ⚠️ **Warning**\
> Not implemented yet.

## Request Payload

### Sample Request

multipart/form-data

```curl theme={null}
curl -X POST https://api.accessrc.org/api/ApplicationForm/Import \
  -H "x-api-key: your-api-key" \
  -F "programId=9e59b161-d5df-4207-a965-398e8378a8ff" \
  -F "providerImportId=ef46ec28-61cc-4a6c-a789-bf8f782758cc" \
  -F "file=@applications.json"
```
