POST jxc_api/BomList/Export

Request Information

URI Parameters

None.

Body Parameters

BomCondition
NameDescriptionTypeAdditional information
TpIds

Collection of integer

None.

SearchText

string

None.

IsChecked

integer

None.

ProdIds

Collection of integer

None.

TpNo

string

None.

SearchDetail

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

UsePager

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:
{
  "TpIds": [
    1,
    2
  ],
  "SearchText": "sample string 1",
  "IsChecked": 2,
  "ProdIds": [
    1,
    2
  ],
  "TpNo": "sample string 3",
  "SearchDetail": true,
  "PageIndex": 5,
  "PageSize": 6,
  "UsePager": true,
  "CurrUserSn": 8,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 11,
  "DocumentDateArr": [
    "2024-05-03 16:48:11",
    "2024-05-03 16:48:11"
  ],
  "DeliveryDateType": 12,
  "DeliveryDateArr": [
    "2024-05-03 16:48:11",
    "2024-05-03 16:48:11"
  ],
  "OffDateType": 13,
  "OffDateArr": [
    "2024-05-03 16:48:11",
    "2024-05-03 16:48:11"
  ],
  "InventoryDateType": 14,
  "InventoryDateArr": [
    "2024-05-03 16:48:11",
    "2024-05-03 16:48:11"
  ]
}

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.