POST api/INGetItemLocations

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "ItemNumber": "sample string 1"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ItemLocation": [
    {
      "GL_ACCOUNT_CODE": "sample string 1",
      "GL_ACCOUNT_NAME": "sample string 2",
      "IN_ITEM_LOC_DESC": "sample string 3",
      "CC1_NAME": "sample string 4",
      "CC2_NAME": "sample string 5",
      "CC3_NAME": "sample string 6",
      "ORIG_HASH": "sample string 7",
      "ITEM_NUM": "sample string 8",
      "IN_ITEM_LOC1": "sample string 9",
      "FUND_NUM": 1,
      "CLASS_NUM": 1,
      "CATEGORY_NUM": 1,
      "OBJECT_NUM": 1,
      "CC1_CODE": "sample string 10",
      "CC2_CODE": "sample string 11",
      "CC3_CODE": "sample string 12",
      "IN_LOC_NOTE": "sample string 13",
      "INS_USER": "sample string 14",
      "INS_DATE": "2024-09-19T05:02:58.9126092-07:00",
      "UPD_USER": "sample string 15",
      "UPD_DATE": "2024-09-19T05:02:58.9126092-07:00"
    },
    {
      "GL_ACCOUNT_CODE": "sample string 1",
      "GL_ACCOUNT_NAME": "sample string 2",
      "IN_ITEM_LOC_DESC": "sample string 3",
      "CC1_NAME": "sample string 4",
      "CC2_NAME": "sample string 5",
      "CC3_NAME": "sample string 6",
      "ORIG_HASH": "sample string 7",
      "ITEM_NUM": "sample string 8",
      "IN_ITEM_LOC1": "sample string 9",
      "FUND_NUM": 1,
      "CLASS_NUM": 1,
      "CATEGORY_NUM": 1,
      "OBJECT_NUM": 1,
      "CC1_CODE": "sample string 10",
      "CC2_CODE": "sample string 11",
      "CC3_CODE": "sample string 12",
      "IN_LOC_NOTE": "sample string 13",
      "INS_USER": "sample string 14",
      "INS_DATE": "2024-09-19T05:02:58.9126092-07:00",
      "UPD_USER": "sample string 15",
      "UPD_DATE": "2024-09-19T05:02:58.9126092-07:00"
    },
    {
      "GL_ACCOUNT_CODE": "sample string 1",
      "GL_ACCOUNT_NAME": "sample string 2",
      "IN_ITEM_LOC_DESC": "sample string 3",
      "CC1_NAME": "sample string 4",
      "CC2_NAME": "sample string 5",
      "CC3_NAME": "sample string 6",
      "ORIG_HASH": "sample string 7",
      "ITEM_NUM": "sample string 8",
      "IN_ITEM_LOC1": "sample string 9",
      "FUND_NUM": 1,
      "CLASS_NUM": 1,
      "CATEGORY_NUM": 1,
      "OBJECT_NUM": 1,
      "CC1_CODE": "sample string 10",
      "CC2_CODE": "sample string 11",
      "CC3_CODE": "sample string 12",
      "IN_LOC_NOTE": "sample string 13",
      "INS_USER": "sample string 14",
      "INS_DATE": "2024-09-19T05:02:58.9126092-07:00",
      "UPD_USER": "sample string 15",
      "UPD_DATE": "2024-09-19T05:02:58.9126092-07:00"
    }
  ]
}