Http方法:POST
路由:api/Base_Storage/GetAll

获取当前货主的仓库数据

请求参数

None.

返回响应信息

获取当前货主的仓库数据

Collection of StorageModel
参数名称参数描述类型附加信息
Storage_Id

仓库ID

integer

None

StorageName

仓库名称

string

None

Response Formats

application/json, text/json

Sample:
[
  {
    "Storage_Id": 1,
    "StorageName": "sample string 2"
  },
  {
    "Storage_Id": 1,
    "StorageName": "sample string 2"
  },
  {
    "Storage_Id": 1,
    "StorageName": "sample string 2"
  }
]