POST jxc_api/PurchaseOrderTrack/Export

Request Information

URI Parameters

None.

Body Parameters

PoTrackSearchCondition
NameDescriptionTypeAdditional information
StartBillFmt

string

None.

EndBillFmt

string

None.

VendorId

Collection of integer

None.

ProductIds

Collection of integer

None.

Status

Collection of integer

None.

VendType

Collection of integer

None.

Purchaser

Collection of integer

None.

ProdType

Collection of integer

None.

CreatedBy

Collection of integer

None.

AccountingItemId

Collection of integer

None.

DepartmentId

Collection of integer

None.

IsShowProdDetail

boolean

None.

IsAllFlowTrack

boolean

None.

Keywords

string

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:
{
  "StartBillFmt": "sample string 1",
  "EndBillFmt": "sample string 2",
  "VendorId": [
    1,
    2
  ],
  "ProductIds": [
    1,
    2
  ],
  "Status": [
    1,
    2
  ],
  "VendType": [
    1,
    2
  ],
  "Purchaser": [
    1,
    2
  ],
  "ProdType": [
    1,
    2
  ],
  "CreatedBy": [
    1,
    2
  ],
  "AccountingItemId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "IsShowProdDetail": true,
  "IsAllFlowTrack": true,
  "Keywords": "sample string 5",
  "CurrUserSn": 6,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 9,
  "DocumentDateArr": [
    "2024-05-03 16:20:17",
    "2024-05-03 16:20:17"
  ],
  "DeliveryDateType": 10,
  "DeliveryDateArr": [
    "2024-05-03 16:20:17",
    "2024-05-03 16:20:17"
  ],
  "OffDateType": 11,
  "OffDateArr": [
    "2024-05-03 16:20:17",
    "2024-05-03 16:20:17"
  ],
  "InventoryDateType": 12,
  "InventoryDateArr": [
    "2024-05-03 16:20:17",
    "2024-05-03 16:20:17"
  ]
}

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.