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

Update a Specific Inventory Location

  • Dark
    Light

Article summary

Patch
/ci-rest-api/rest/1/cilocation/F309D91D40421C71E05316821FAC6359
Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "CilocName": "Test" }
Responses
200

OK

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