POST jxc_api/PayableDetails/Print

Request Information

URI Parameters

None.

Body Parameters

APDetailedSearchConditions
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

VendIds

Collection of integer

None.

VendCat

Collection of integer

None.

BillType

Collection of integer

None.

Purchaser

Collection of integer

None.

NoDebitVend

boolean

None.

Keywords

string

None.

AppAsId

string

None.

AccAsId

integer

None.

AccountingItemId

Collection of integer

None.

DepartmentId

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:
{
  "StartDate": "2024-05-03 13:55:06",
  "EndDate": "2024-05-03 13:55:06",
  "VendIds": [
    1,
    2
  ],
  "VendCat": [
    1,
    2
  ],
  "BillType": [
    1,
    2
  ],
  "Purchaser": [
    1,
    2
  ],
  "NoDebitVend": true,
  "Keywords": "sample string 2",
  "AppAsId": "sample string 3",
  "AccAsId": 4,
  "AccountingItemId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "CurrUserSn": 5,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 8,
  "DocumentDateArr": [
    "2024-05-03 13:55:06",
    "2024-05-03 13:55:06"
  ],
  "DeliveryDateType": 9,
  "DeliveryDateArr": [
    "2024-05-03 13:55:06",
    "2024-05-03 13:55:06"
  ],
  "OffDateType": 10,
  "OffDateArr": [
    "2024-05-03 13:55:06",
    "2024-05-03 13:55:06"
  ],
  "InventoryDateType": 11,
  "InventoryDateArr": [
    "2024-05-03 13:55:06",
    "2024-05-03 13:55:06"
  ]
}

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.