GET api/Inventory/APP_GetInventory_Warehouse_ByCIDOrPCID?CIDOrPCID={CIDOrPCID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CIDOrPCID

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseResultOfListOfPropertyInventory_Warehouse
NameDescriptionTypeAdditional information
Status

boolean

None.

Mesg

string

None.

Data

Collection of PropertyInventory_Warehouse

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Mesg": "sample string 2",
  "Data": [
    {
      "Platformlevel": 1,
      "CIDorPCID": "sample string 2",
      "Number": "sample string 3",
      "Title": "sample string 4",
      "WAddress": "sample string 5",
      "Remark": "sample string 6",
      "StaffID": "sample string 7",
      "TTamp2": 8,
      "GoodsNumberCnt": 9,
      "StaffName": "sample string 10",
      "AdminList": [
        {
          "Platformlevel": 1,
          "CIDorPCID": "sample string 2",
          "WarehouseID": "sample string 3",
          "StaffID": "sample string 4",
          "StaffName": "sample string 5",
          "Id": "sample string 6",
          "Created": "2025-12-07 04:20:16",
          "Updated": "2025-12-07 04:20:16"
        },
        {
          "Platformlevel": 1,
          "CIDorPCID": "sample string 2",
          "WarehouseID": "sample string 3",
          "StaffID": "sample string 4",
          "StaffName": "sample string 5",
          "Id": "sample string 6",
          "Created": "2025-12-07 04:20:16",
          "Updated": "2025-12-07 04:20:16"
        }
      ],
      "AdminStr": "sample string 11",
      "Id": "sample string 12",
      "Created": "2025-12-07 04:20:16",
      "Updated": "2025-12-07 04:20:16"
    },
    {
      "Platformlevel": 1,
      "CIDorPCID": "sample string 2",
      "Number": "sample string 3",
      "Title": "sample string 4",
      "WAddress": "sample string 5",
      "Remark": "sample string 6",
      "StaffID": "sample string 7",
      "TTamp2": 8,
      "GoodsNumberCnt": 9,
      "StaffName": "sample string 10",
      "AdminList": [
        {
          "Platformlevel": 1,
          "CIDorPCID": "sample string 2",
          "WarehouseID": "sample string 3",
          "StaffID": "sample string 4",
          "StaffName": "sample string 5",
          "Id": "sample string 6",
          "Created": "2025-12-07 04:20:16",
          "Updated": "2025-12-07 04:20:16"
        },
        {
          "Platformlevel": 1,
          "CIDorPCID": "sample string 2",
          "WarehouseID": "sample string 3",
          "StaffID": "sample string 4",
          "StaffName": "sample string 5",
          "Id": "sample string 6",
          "Created": "2025-12-07 04:20:16",
          "Updated": "2025-12-07 04:20:16"
        }
      ],
      "AdminStr": "sample string 11",
      "Id": "sample string 12",
      "Created": "2025-12-07 04:20:16",
      "Updated": "2025-12-07 04:20:16"
    }
  ]
}