---
title: "Create Subject Notification"
method: POST
path: "/order/{id}/subjectNotification"
tags: ["Order"]
---

# Create Subject Notification

`POST /order/{id}/subjectNotification`

Creates a subject notification search in the order indicated so a candidate will receive a copy of their background check report.

## Path parameters

- `id` string, required

## Query parameters

- `electronicNotification` true | false, required

## Response `200`

Success Response

- SubjectNotificationCreated
  - `resource` string
  - `orderID` string
  - `supportReferenceId` string
  - `productId` integer
  - `productType` string
  - `productStatus` string
  - `createdDate` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Response
- `500` — Internal Server error

---

[API](https://skmtc.dev/accuratebackground/apis/accurate-background-api.md) · [All operations](https://skmtc.dev/accuratebackground/apis/accurate-background-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/accuratebackground/accurate-background-api/revisions/a6ac3a5c01aa/schema)
