POST jxc_api/PurchaseOrderDetail/Print

Request Information

URI Parameters

None.

Body Parameters

PoDetailSearchCondition
NameDescriptionTypeAdditional information
BillStart

string

None.

BillEnd

string

None.

VendorIds

Collection of integer

None.

ProductIds

Collection of integer

None.

ProductIdsCat

Collection of integer

None.

ProdType

Collection of integer

None.

Status

integer

None.

TypeIds

Collection of integer

None.

Purchasers

Collection of integer

None.

Keywords

string

None.

CategoryId

Collection of integer

None.

WhId

Collection of integer

None.

WhCat

Collection of integer

None.

PurchaserName

string

None.

BusinessOnly

boolean

None.

NoStockTransfer

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

CountRow

integer

None.

AccountingItemId

Collection of integer

None.

DepartmentId

Collection of integer

None.

KwProdIds

Collection of integer

None.

KwBillTypes

Collection of integer

None.

KwCustIds

Collection of integer

None.

KwVendIds

Collection of integer

None.

KwWhIds

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:
{
  "BillStart": "sample string 1",
  "BillEnd": "sample string 2",
  "VendorIds": [
    1,
    2
  ],
  "ProductIds": [
    1,
    2
  ],
  "ProductIdsCat": [
    1,
    2
  ],
  "ProdType": [
    1,
    2
  ],
  "Status": 3,
  "TypeIds": [
    1,
    2
  ],
  "Purchasers": [
    1,
    2
  ],
  "Keywords": "sample string 4",
  "CategoryId": [
    1,
    2
  ],
  "WhId": [
    1,
    2
  ],
  "WhCat": [
    1,
    2
  ],
  "PurchaserName": "sample string 5",
  "BusinessOnly": true,
  "NoStockTransfer": true,
  "PageIndex": 8,
  "PageSize": 9,
  "CountRow": 10,
  "AccountingItemId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "KwProdIds": [
    1,
    2
  ],
  "KwBillTypes": [
    1,
    2
  ],
  "KwCustIds": [
    1,
    2
  ],
  "KwVendIds": [
    1,
    2
  ],
  "KwWhIds": [
    1,
    2
  ],
  "CurrUserSn": 11,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 14,
  "DocumentDateArr": [
    "2024-05-03 14:12:33",
    "2024-05-03 14:12:33"
  ],
  "DeliveryDateType": 15,
  "DeliveryDateArr": [
    "2024-05-03 14:12:33",
    "2024-05-03 14:12:33"
  ],
  "OffDateType": 16,
  "OffDateArr": [
    "2024-05-03 14:12:33",
    "2024-05-03 14:12:33"
  ],
  "InventoryDateType": 17,
  "InventoryDateArr": [
    "2024-05-03 14:12:33",
    "2024-05-03 14:12:33"
  ]
}

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.