---
title: "Add bgv checks for a vendor"
method: POST
path: "/hris/bgv/vendors/{bgvId}/checks"
tags: ["BackgroundVerification"]
---

# Add bgv checks for a vendor

`POST /hris/bgv/vendors/{bgvId}/checks`

Add bgv checks for a vendor

## Path parameters

- `bgvId` string, uuid, required

## Request body

- BGVChecksCreateDto
  - `checks` BGVCheck[], nullable
    - `name` string, nullable
    - `description` string, nullable
    - `vendorCheckId` string, nullable
    - `hasMultiple` boolean, nullable

## Response `200`

OK

- boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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