Create a Inventory Location
  • 26 Sep 2024
  • 1 Minute to read
  • Dark
    Light

Create a Inventory Location

  • Dark
    Light

Article summary

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

Create Inventory Locations

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

Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "CilocDeptCode": "056", "CilocCompCode": "001", "CilocCode": "ASPH", "CilocName": "Main Warehouse", "CilocDeptDistFlag": "Y", "CilocVUuid": "" }
CilocName
string Required

Location Name

CilocCode
string Required

Location Code

CilocVUuid
string Required

Unique Row ID

CilocCompCode
string Required

Company Code

CilocDeptDistFlag
string Required

Dept. Dist. Flag

CilocDeptCode
string Required

Department Code

CilocMszoneCode
string

one Code

CilocHier
string

Location Hierarchy

CilocPctUsed
number

[Pct Code] PCT USED

DiscriminatorCode
string
CilocIuCreateDate
date
CilocTypeCode
string

Location Type B(Bin), W (Warehouse)

CilocIuUpdateDate
date
CilocCtrlCode
string

Control Location Code

CilocInvSerCode
string

Invoice Series Code

CilocBinCtrlFlag
string

Bin Control Flag

Responses
201

Created

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+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