GET api/WXMini/GetBusinessReport?parlorcode={parlorcode}&begindate={begindate}&enddate={enddate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
parlorcode

string

Required

begindate

string

Required

enddate

string

Required

Body Parameters

None.

Response Information

Resource Description

ReMsgOfDaoInputBusiness
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

DaoInputBusiness

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": {
    "part1": {
      "TakeMoney": 1.0,
      "BillCount": 2
    },
    "part2": [
      {
        "TypeName": "sample string 1",
        "TypeValue": 2.0
      },
      {
        "TypeName": "sample string 1",
        "TypeValue": 2.0
      }
    ],
    "part3": [
      {
        "TypeName": "sample string 1",
        "TypeValue": 2.0
      },
      {
        "TypeName": "sample string 1",
        "TypeValue": 2.0
      }
    ],
    "part4": [
      {
        "TypeName": "sample string 1",
        "TypeCount": 2,
        "TypeValue": 3.0
      },
      {
        "TypeName": "sample string 1",
        "TypeCount": 2,
        "TypeValue": 3.0
      }
    ],
    "part5": [
      {
        "TypeName": "sample string 1",
        "TypeCount": 2,
        "TypeValue": 3.0
      },
      {
        "TypeName": "sample string 1",
        "TypeCount": 2,
        "TypeValue": 3.0
      }
    ],
    "part6": {
      "AllTakeMoney": 1.0
    }
  }
}