POST jxc_api/PurchasePayment/Print

Request Information

URI Parameters

None.

Body Parameters

PPLSearchConditions
NameDescriptionTypeAdditional information
BillStart

date

None.

BillEnd

date

None.

VendIds

Collection of integer

None.

VendType

Collection of integer

None.

BillType

Collection of integer

None.

Keyword

string

None.

AsStartDate

date

None.

Purchaser

Collection of integer

None.

PurchaserName

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:
{
  "BillStart": "2024-05-03 14:16:27",
  "BillEnd": "2024-05-03 14:16:27",
  "VendIds": [
    1,
    2
  ],
  "VendType": [
    1,
    2
  ],
  "BillType": [
    1,
    2
  ],
  "Keyword": "sample string 1",
  "AsStartDate": "2024-05-03 14:16:27",
  "Purchaser": [
    1,
    2
  ],
  "PurchaserName": "sample string 3",
  "CurrUserSn": 4,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 7,
  "DocumentDateArr": [
    "2024-05-03 14:16:27",
    "2024-05-03 14:16:27"
  ],
  "DeliveryDateType": 8,
  "DeliveryDateArr": [
    "2024-05-03 14:16:27",
    "2024-05-03 14:16:27"
  ],
  "OffDateType": 9,
  "OffDateArr": [
    "2024-05-03 14:16:27",
    "2024-05-03 14:16:27"
  ],
  "InventoryDateType": 10,
  "InventoryDateArr": [
    "2024-05-03 14:16:27",
    "2024-05-03 14:16:27"
  ]
}

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.