POST jxc_api/Dashbord/GetSellStatis

Request Information

URI Parameters

None.

Body Parameters

StatisCondition
NameDescriptionTypeAdditional information
Start

string

None.

End

string

None.

DateRange

DateRange

None.

CurrUserSn

integer

None.

CanViewAllBill

boolean

None.

CanOpeAllWh

boolean

None.

OpeWhList

Collection of integer

None.

DocumentDateType

integer

None.

DocumentDateArr

Collection of date

None.

DeliveryDateType

integer

None.

DeliveryDateArr

Collection of date

None.

OffDateType

integer

None.

OffDateArr

Collection of date

None.

InventoryDateType

integer

None.

InventoryDateArr

Collection of date

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": "2024-05-03",
  "End": "2024-05-03",
  "DateRange": 1010,
  "CurrUserSn": 3,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 6,
  "DocumentDateArr": [
    "2024-05-03 21:11:19",
    "2024-05-03 21:11:19"
  ],
  "DeliveryDateType": 7,
  "DeliveryDateArr": [
    "2024-05-03 21:11:19",
    "2024-05-03 21:11:19"
  ],
  "OffDateType": 8,
  "OffDateArr": [
    "2024-05-03 21:11:19",
    "2024-05-03 21:11:19"
  ],
  "InventoryDateType": 9,
  "InventoryDateArr": [
    "2024-05-03 21:11:19",
    "2024-05-03 21:11:19"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SellStatisModel
NameDescriptionTypeAdditional information
SellAmount

decimal number

None.

SellCount

integer

None.

GrossProfit

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "SellAmount": 1.0,
  "SellCount": 2,
  "GrossProfit": 3.0
}

application/xml, text/xml

Sample:
<SellStatisModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Mobile.Models">
  <GrossProfit>3</GrossProfit>
  <SellAmount>1</SellAmount>
  <SellCount>2</SellCount>
</SellStatisModel>