POST xuner/bi/synthetical/queryReceivableSummary

7、应收汇总

请求信息

URI 参数

无。

Body 参数

SyntheticalQueryReceivableSummaryRequest
名称描述类型附加信息
list

string

无。

beginDate

开始日期

string

无。

endDate

结束日期

string

无。

pageNum

取第几页的数据

integer

无。

PageSize

每页多少条数据,默认10

integer

无。

请求格式

application/json, text/json

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

响应信息

资源描述

7、应收汇总

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

Collection of synthetical_queryReceivableSummary

无。

desc

错误信息

string

无。

result

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

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": [
    {
      "code": "sample string 1",
      "name": "sample string 2",
      "qcje": 3.0,
      "jhsl": 4,
      "jhje": 5.0,
      "thsl": 6,
      "thje": 7.0,
      "tzje": 8.0,
      "fyje": 9.0,
      "bqyf": 10.0,
      "bqfk": 11.0,
      "qmje": 12.0,
      "xh": "sample string 13"
    },
    {
      "code": "sample string 1",
      "name": "sample string 2",
      "qcje": 3.0,
      "jhsl": 4,
      "jhje": 5.0,
      "thsl": 6,
      "thje": 7.0,
      "tzje": 8.0,
      "fyje": 9.0,
      "bqyf": 10.0,
      "bqfk": 11.0,
      "qmje": 12.0,
      "xh": "sample string 13"
    }
  ],
  "desc": "sample string 1",
  "result": 2
}