POST api/INGetItemSuppliers

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:
{
  "ItemSuppliers": [
    {
      "ITEM_NUM": "sample string 1",
      "ORDER_UNIT": "sample string 2",
      "SUPP_ACCT_NUM": "sample string 3",
      "ITEM_SUPP_PREF_FLAG": "sample string 4",
      "SUPP_PART_NUM": "sample string 5",
      "LAST_ORDERED_DATE": "2024-09-19T04:56:36.6274198-07:00",
      "SUPP_UNIT_COST": 1.0,
      "ECON_ORDER_QTY": 1.0,
      "OVERHEAD_PCT": 1.0,
      "SUPP_LAND_COST": 1.0,
      "CURRENCY_CODE": "sample string 6",
      "QUANTITY_IN_UNIT": 1.0,
      "INS_USER": "sample string 7",
      "INS_DATE": "2024-09-19T04:56:36.6274198-07:00",
      "UPD_USER": "sample string 9",
      "UPD_DATE": "2024-09-19T04:56:36.6274198-07:00",
      "SUPP_NAME": "sample string 11",
      "ORIG_ORDER_UNIT": "sample string 12",
      "ORIG_HASH": "sample string 13"
    },
    {
      "ITEM_NUM": "sample string 1",
      "ORDER_UNIT": "sample string 2",
      "SUPP_ACCT_NUM": "sample string 3",
      "ITEM_SUPP_PREF_FLAG": "sample string 4",
      "SUPP_PART_NUM": "sample string 5",
      "LAST_ORDERED_DATE": "2024-09-19T04:56:36.6274198-07:00",
      "SUPP_UNIT_COST": 1.0,
      "ECON_ORDER_QTY": 1.0,
      "OVERHEAD_PCT": 1.0,
      "SUPP_LAND_COST": 1.0,
      "CURRENCY_CODE": "sample string 6",
      "QUANTITY_IN_UNIT": 1.0,
      "INS_USER": "sample string 7",
      "INS_DATE": "2024-09-19T04:56:36.6274198-07:00",
      "UPD_USER": "sample string 9",
      "UPD_DATE": "2024-09-19T04:56:36.6274198-07:00",
      "SUPP_NAME": "sample string 11",
      "ORIG_ORDER_UNIT": "sample string 12",
      "ORIG_HASH": "sample string 13"
    },
    {
      "ITEM_NUM": "sample string 1",
      "ORDER_UNIT": "sample string 2",
      "SUPP_ACCT_NUM": "sample string 3",
      "ITEM_SUPP_PREF_FLAG": "sample string 4",
      "SUPP_PART_NUM": "sample string 5",
      "LAST_ORDERED_DATE": "2024-09-19T04:56:36.6274198-07:00",
      "SUPP_UNIT_COST": 1.0,
      "ECON_ORDER_QTY": 1.0,
      "OVERHEAD_PCT": 1.0,
      "SUPP_LAND_COST": 1.0,
      "CURRENCY_CODE": "sample string 6",
      "QUANTITY_IN_UNIT": 1.0,
      "INS_USER": "sample string 7",
      "INS_DATE": "2024-09-19T04:56:36.6274198-07:00",
      "UPD_USER": "sample string 9",
      "UPD_DATE": "2024-09-19T04:56:36.6274198-07:00",
      "SUPP_NAME": "sample string 11",
      "ORIG_ORDER_UNIT": "sample string 12",
      "ORIG_HASH": "sample string 13"
    }
  ]
}