---
title: "Assign inventory items to a specified service"
method: PATCH
path: "/v1/InventoryItem/AssignService"
tags: ["InventoryItem"]
---

# Assign inventory items to a specified service

`PATCH /v1/InventoryItem/AssignService`

Assigns multiple inventory items to a service

## Request body

- RevAppModelsInventoryItemAssignServiceModel
  - `identifiers` string[], required — Identifiers for one or more inventory items that should be assigned.
  - `service_id` integer, required — Foreign identifier indicating which service to assign inventory to.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `200`

OK

- RevWebAPIModelsSuccess
  - `ok` boolean

## Other responses

- `500` — InternalServerError

---

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