POST jxc_api/SellRankingsList/Export

Request Information

URI Parameters

None.

Body Parameters

SellRankingSearchConditions
NameDescriptionTypeAdditional information
SummaryType

integer

None.

StartDate

date

None.

EndDate

date

None.

CustIds

Collection of integer

None.

CustTypeId

integer

None.

Keyword

string

None.

SalesId

integer

None.

DepartmentId

integer

None.

ProductId

Collection of integer

None.

ProductTypeId

Collection of integer

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:
{
  "SummaryType": 1,
  "StartDate": "2024-05-03 19:24:42",
  "EndDate": "2024-05-03 19:24:42",
  "CustIds": [
    1,
    2
  ],
  "CustTypeId": 2,
  "Keyword": "sample string 3",
  "SalesId": 4,
  "DepartmentId": 5,
  "ProductId": [
    1,
    2
  ],
  "ProductTypeId": [
    1,
    2
  ],
  "CurrUserSn": 6,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 9,
  "DocumentDateArr": [
    "2024-05-03 19:24:42",
    "2024-05-03 19:24:42"
  ],
  "DeliveryDateType": 10,
  "DeliveryDateArr": [
    "2024-05-03 19:24:42",
    "2024-05-03 19:24:42"
  ],
  "OffDateType": 11,
  "OffDateArr": [
    "2024-05-03 19:24:42",
    "2024-05-03 19:24:42"
  ],
  "InventoryDateType": 12,
  "InventoryDateArr": [
    "2024-05-03 19:24:42",
    "2024-05-03 19:24:42"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.