POST jxc_api/WarehousingList/Export

Request Information

URI Parameters

None.

Body Parameters

WhsSearchConditions
NameDescriptionTypeAdditional information
Start

date

None.

End

date

None.

VendorIds

Collection of integer

None.

WhsIds

Collection of integer

None.

WhsStatus

Collection of integer

None.

InvoiceStatus

Collection of integer

None.

Checked

Collection of integer

None.

Keywords

string

None.

AccountingItemId

Collection of integer

None.

DepartmentId

Collection of integer

None.

PageIndex

integer

None.

PageSize

integer

None.

ExportDetails

boolean

None.

Purchaser

Collection of integer

None.

ProdIds

Collection of integer

None.

WhIds

Collection of integer

None.

CreatedBy

Collection of integer

None.

CheckedBy

Collection of integer

None.

InvoiceType

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:
{
  "Start": "2024-05-03 15:29:45",
  "End": "2024-05-03 15:29:45",
  "VendorIds": [
    1,
    2
  ],
  "WhsIds": [
    1,
    2
  ],
  "WhsStatus": [
    1,
    2
  ],
  "InvoiceStatus": [
    1,
    2
  ],
  "Checked": [
    1,
    2
  ],
  "Keywords": "sample string 3",
  "AccountingItemId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "PageIndex": 4,
  "PageSize": 5,
  "ExportDetails": true,
  "Purchaser": [
    1,
    2
  ],
  "ProdIds": [
    1,
    2
  ],
  "WhIds": [
    1,
    2
  ],
  "CreatedBy": [
    1,
    2
  ],
  "CheckedBy": [
    1,
    2
  ],
  "InvoiceType": [
    1,
    2
  ],
  "CurrUserSn": 7,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 10,
  "DocumentDateArr": [
    "2024-05-03 15:29:45",
    "2024-05-03 15:29:45"
  ],
  "DeliveryDateType": 11,
  "DeliveryDateArr": [
    "2024-05-03 15:29:45",
    "2024-05-03 15:29:45"
  ],
  "OffDateType": 12,
  "OffDateArr": [
    "2024-05-03 15:29:45",
    "2024-05-03 15:29:45"
  ],
  "InventoryDateType": 13,
  "InventoryDateArr": [
    "2024-05-03 15:29:45",
    "2024-05-03 15:29:45"
  ]
}

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.