---
title: "Add a single attachment"
method: POST
path: "/placements/{placementId}/attachments/{attach}"
tags: ["Placement API:Attachments"]
---

# Add a single attachment

`POST /placements/{placementId}/attachments/{attach}`

## Path parameters

- `placementId` integer, required
- `attach` 'Other' | 'Resume' | 'FormattedResume' | 'CoverLetter' | 'Screening' | 'Check' | 'Reference' | 'License' | 'Terms' | 'CompanyTerms' | 'StandardTerms', string, required

## Response `201`

Created

- PlacementAttachmentRepresentation
  - `attachmentId` integer
  - `type` 'Other' | 'Resume' | 'FormattedResume' | 'CoverLetter' | 'Screening' | 'Check' | 'Reference' | 'License' | 'Terms' | 'CompanyTerms' | 'StandardTerms', string
  - `category` string, nullable
  - `fileName` string, nullable
  - `fileType` string, nullable
  - `expiry` string, date, nullable — Optional expiry date as listed on the document, e.g. a license expiry date
  - `createdBy` UserNameModel
    - `userId` integer, required
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `position` string, nullable
    - `email` string, nullable
    - `phone` string, nullable
    - `mobile` string, nullable
    - `inactive` boolean
    - `deleted` boolean
  - `createdAt` string, date-time, nullable
  - `updatedAt` string, date-time, nullable
  - `links` PlacementAttachmentLinks
    - `self` string, uri, nullable

## Other responses

- `404` — Placement was not found

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/versions/9f43f6a6ee6e/schema)
