POST jxc_api/ReceiveSendSummary/Export

Request Information

URI Parameters

None.

Body Parameters

RSSSearchConditions
NameDescriptionTypeAdditional information
TypeIds

Collection of integer

None.

BillType

Collection of integer

None.

BillStart

date

None.

BillEnd

date

None.

ProdIds

Collection of integer

None.

ProdCatId

Collection of integer

None.

Spec

string

None.

WhIds

Collection of integer

None.

WhCatId

Collection of integer

None.

BusinessOnly

boolean

None.

Keyword

string

None.

NoneDataAfterWhCatFilter

boolean

None.

ShowDisableProd

boolean

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:
{
  "TypeIds": [
    1,
    2
  ],
  "BillType": [
    1,
    2
  ],
  "BillStart": "2024-05-03 19:36:38",
  "BillEnd": "2024-05-03 19:36:38",
  "ProdIds": [
    1,
    2
  ],
  "ProdCatId": [
    1,
    2
  ],
  "Spec": "sample string 1",
  "WhIds": [
    1,
    2
  ],
  "WhCatId": [
    1,
    2
  ],
  "BusinessOnly": true,
  "Keyword": "sample string 3",
  "NoneDataAfterWhCatFilter": true,
  "ShowDisableProd": true,
  "CurrUserSn": 6,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 9,
  "DocumentDateArr": [
    "2024-05-03 19:36:38",
    "2024-05-03 19:36:38"
  ],
  "DeliveryDateType": 10,
  "DeliveryDateArr": [
    "2024-05-03 19:36:38",
    "2024-05-03 19:36:38"
  ],
  "OffDateType": 11,
  "OffDateArr": [
    "2024-05-03 19:36:38",
    "2024-05-03 19:36:38"
  ],
  "InventoryDateType": 12,
  "InventoryDateArr": [
    "2024-05-03 19:36:38",
    "2024-05-03 19:36:38"
  ]
}

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.