POST jxc_api/CashBank/Print

Request Information

URI Parameters

None.

Body Parameters

CashBankSearchConditions
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

CustIds

Collection of integer

None.

VendIds

Collection of integer

None.

AcIds

Collection of integer

None.

EmpIds

Collection of integer

None.

AcId

integer

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:
{
  "StartDate": "2024-05-03 18:49:36",
  "EndDate": "2024-05-03 18:49:36",
  "CustIds": [
    1,
    2
  ],
  "VendIds": [
    1,
    2
  ],
  "AcIds": [
    1,
    2
  ],
  "EmpIds": [
    1,
    2
  ],
  "AcId": 1,
  "Keywords": "sample string 2",
  "CurrUserSn": 3,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 6,
  "DocumentDateArr": [
    "2024-05-03 18:49:36",
    "2024-05-03 18:49:36"
  ],
  "DeliveryDateType": 7,
  "DeliveryDateArr": [
    "2024-05-03 18:49:36",
    "2024-05-03 18:49:36"
  ],
  "OffDateType": 8,
  "OffDateArr": [
    "2024-05-03 18:49:36",
    "2024-05-03 18:49:36"
  ],
  "InventoryDateType": 9,
  "InventoryDateArr": [
    "2024-05-03 18:49:36",
    "2024-05-03 18:49:36"
  ]
}

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.