---
title: "Update a Specific Inventory Location"
slug: "update-a-specific-inventory-location"
updated: 2026-05-26T12:48:31Z
published: 2026-05-26T12:48:45Z
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='3d232b27-dd0d-45e5-9f46-e14b3e2d5afd'>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='55937a4b-1110-4405-a9de-ca50d93663a1'>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
