POST xuner/bi/retail/getProductPurchase

库存查询-采购详情界面

请求信息

URI 参数

无。

Body 参数

RetailGetProductPurchaseRequset
名称描述类型附加信息
code

string

无。

list

string

无。

beginDate

开始日期

string

无。

endDate

结束日期

string

无。

pageNum

取第几页的数据

integer

无。

PageSize

每页多少条数据,默认10

integer

无。

请求格式

application/json, text/json

样例:
{
  "code": "sample string 1",
  "list": "sample string 2",
  "beginDate": "sample string 3",
  "endDate": "sample string 4",
  "pageNum": 5,
  "PageSize": 6
}

响应信息

资源描述

库存查询-采购详情界面

gXopResponseOfListOfretail_getProductPurchase
名称描述类型附加信息
data

Collection of retail_getProductPurchase

无。

desc

错误信息

string

无。

result

响应代码 1 成功 1011 令牌失效 0或其它 请求错误

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": [
    {
      "row_num": 2,
      "RQ": "2025-09-26T07:55:18.2590457+08:00",
      "DJMC": "sample string 4",
      "SL": 5,
      "DJ": 6.0,
      "JE": 7.0,
      "GHSMC": "sample string 8",
      "CKMC": "sample string 9",
      "DJBH": "sample string 10",
      "GHSDM": "sample string 11",
      "CKDM": "sample string 12"
    },
    {
      "row_num": 2,
      "RQ": "2025-09-26T07:55:18.2590457+08:00",
      "DJMC": "sample string 4",
      "SL": 5,
      "DJ": 6.0,
      "JE": 7.0,
      "GHSMC": "sample string 8",
      "CKMC": "sample string 9",
      "DJBH": "sample string 10",
      "GHSDM": "sample string 11",
      "CKDM": "sample string 12"
    }
  ],
  "desc": "sample string 1",
  "result": 2
}