---
title: "Update a Specific Inventory Location"
slug: "update-a-specific-inventory-location"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-a-specific-inventory-location"
---

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

# Update a Specific Inventory Location

Patch/ci-rest-api/rest/1/cilocation/F309D91D40421C71E05316821FAC6359

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='ea8cfcff-3139-49ec-b6b8-ab97f4ec0507'>application/json</option>
</select>object  Example{
  "CilocName": "Test"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='5162e65a-b72e-46f6-a309-b300fcbcbf12'>application/json</option>
</select>

```json
{
  "CilocCompCode": "001",
  "CilocCode": "ASPH",
  "CilocName": "Test",
  "CilocDeptCode": "056",
  "CilocTypeCode": null,
  "CilocCtrlCode": null,
  "CilocBinCtrlFlag": null,
  "CilocPctUsed": null,
  "CilocDeptDistFlag": "Y",
  "CilocHier": "001      .ASPH    .",
  "CilocInvSerCode": null,
  "CilocMszoneCode": null,
  "CilocIuCreateDate": "2023-01-24T21:11:43Z",
  "CilocIuUpdateDate": "2023-01-25T05:30:30Z",
  "CilocVUuid": "F309D91D40421C71E05316821FAC6359",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ci-rest-api/rest/1/cilocation/F309D91D40421C71E05316821FAC6359",
      "name": "cilocation",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ci-rest-api/rest/1/cilocation/F309D91D40421C71E05316821FAC6359",
      "name": "cilocation",
      "kind": "item"
    }
  ]
}
```

object
