POST jxc_api/Inventory/ExportExcel

Request Information

URI Parameters

None.

Body Parameters

InventorySearchConditions2
NameDescriptionTypeAdditional information
Id

integer

None.

LastCheckoutDate

date

None.

WhId

Collection of integer

None.

WhCatId

integer

None.

CatId

Collection of integer

None.

Keywords

string

None.

IsZeroProd

boolean

None.

DateFmt

string

None.

ProdIds

Collection of integer

None.

Brand

string

None.

ShowDisabled

boolean

None.

UsePager

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

KWCustIds

Collection of integer

None.

KWVendIds

Collection of integer

None.

KWUserIds

Collection of integer

None.

KWCatIds

Collection of integer

None.

KWCreatedBy

Collection of integer

None.

KWCheckedBy

Collection of integer

None.

ExportDetails

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:
{
  "Id": 1,
  "LastCheckoutDate": "2024-05-03 14:24:24",
  "WhId": [
    1,
    2
  ],
  "WhCatId": 4,
  "CatId": [
    1,
    2
  ],
  "Keywords": "sample string 5",
  "IsZeroProd": true,
  "DateFmt": "sample string 7",
  "ProdIds": [
    1,
    2
  ],
  "Brand": "sample string 8",
  "ShowDisabled": true,
  "UsePager": true,
  "PageIndex": 10,
  "PageSize": 11,
  "KWCustIds": [
    1,
    2
  ],
  "KWVendIds": [
    1,
    2
  ],
  "KWUserIds": [
    1,
    2
  ],
  "KWCatIds": [
    1,
    2
  ],
  "KWCreatedBy": [
    1,
    2
  ],
  "KWCheckedBy": [
    1,
    2
  ],
  "ExportDetails": true,
  "CurrUserSn": 13,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 16,
  "DocumentDateArr": [
    "2024-05-03 14:24:24",
    "2024-05-03 14:24:24"
  ],
  "DeliveryDateType": 17,
  "DeliveryDateArr": [
    "2024-05-03 14:24:24",
    "2024-05-03 14:24:24"
  ],
  "OffDateType": 18,
  "OffDateArr": [
    "2024-05-03 14:24:24",
    "2024-05-03 14:24:24"
  ],
  "InventoryDateType": 19,
  "InventoryDateArr": [
    "2024-05-03 14:24:24",
    "2024-05-03 14:24:24"
  ]
}

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.