---
title: "Create a Inventory Location"
slug: "create-a-inventory-location"
updated: 2026-05-26T12:48:31Z
published: 2026-05-26T12:48:45Z
canonical: "developers.cmicglobal.com/create-a-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.

# Create a Inventory Location

Post/ci-rest-api/rest/1/cilocation

## Create Inventory Locations

UI Location: ASSET MANAGEMENT - Inventory - Setup - Local Tables - Inventory Locations

### 

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='4698f149-ae03-44bb-a338-70821994faa7'>application/json</option>
</select>object  Example{
  "CilocDeptCode": "056",
  "CilocCompCode": "001",
  "CilocCode": "ASPH",
  "CilocName": "Main Warehouse",
  "CilocDeptDistFlag": "Y",
  "CilocVUuid": ""
}CilocNamestring    Required

Location Name

💻 UI Fieldname: * Description

Max length60
CilocCodestring    Required

Location Code

💻 UI Fieldname: * Location Code

Max length7
CilocVUuidstring    Required

Unique Row ID

Max length64
CilocCompCodestring    Required

Company Code

Max length8
CilocDeptDistFlagstring    Required

Dept. Dist. Flag

Max length1
CilocDeptCodestring    Required

Department Code

💻 UI Fieldname: * Department

Max length6
CilocMszoneCodestring    

one Code

💻 UI Fieldname: Zone Code

Max length10
CilocHierstring    

Location Hierarchy

Max length255
CilocPctUsednumber    

[Pct Code] PCT USED

Max length6
DiscriminatorCodestring    
CilocIuCreateDatestring    
CilocTypeCodestring    

Location Type B(Bin), W (Warehouse)

💻 UI Fieldname: Type

Max length1
CilocIuUpdateDatestring    
CilocCtrlCodestring    

Control Location Code

💻 UI Fieldname: Control Location

Max length7
CilocInvSerCodestring    

Invoice Series Code

💻 UI Fieldname: Invoice Series

Max length4
CilocBinCtrlFlagstring    

Bin Control Flag

Max length1

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='37952312-0516-498d-84aa-1f794a7bebea'>application/json</option>
</select>

```json
{
  "CilocCompCode": "001",
  "CilocCode": "ASPH",
  "CilocName": "Main Warehouse",
  "CilocDeptCode": "056",
  "CilocTypeCode": null,
  "CilocCtrlCode": null,
  "CilocBinCtrlFlag": null,
  "CilocPctUsed": null,
  "CilocDeptDistFlag": "Y",
  "CilocHier": null,
  "CilocInvSerCode": null,
  "CilocMszoneCode": null,
  "CilocIuCreateDate": null,
  "CilocIuUpdateDate": null,
  "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
