POST jxc_api/VendorStatement/InitData

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

VendStSearchConditions
NameDescriptionTypeAdditional information
AsStartDateFmt

string

None.

StartDateFmt

string

None.

EndDateFmt

string

None.

BillType

Collection of integer

None.

VendId

Collection of integer

None.

VendType

Collection of integer

None.

ProdIds

Collection of integer

None.

ProdCat

Collection of integer

None.

SearchAllVcs

boolean

None.

Keywords

string

None.

ShowProdDetails

boolean

None.

ShowAccDetails

boolean

None.

VendName

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.

Response Formats

application/json, text/json

Sample:
{
  "AsStartDateFmt": "sample string 1",
  "StartDateFmt": "sample string 2",
  "EndDateFmt": "sample string 3",
  "BillType": [
    1,
    2
  ],
  "VendId": [
    1,
    2
  ],
  "VendType": [
    1,
    2
  ],
  "ProdIds": [
    1,
    2
  ],
  "ProdCat": [
    1,
    2
  ],
  "SearchAllVcs": true,
  "Keywords": "sample string 5",
  "ShowProdDetails": true,
  "ShowAccDetails": true,
  "VendName": "sample string 8",
  "AppAsId": "sample string 9",
  "AccAsId": 10,
  "AccountingItemId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "CurrUserSn": 11,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 14,
  "DocumentDateArr": [
    "2024-05-03 21:40:41",
    "2024-05-03 21:40:41"
  ],
  "DeliveryDateType": 15,
  "DeliveryDateArr": [
    "2024-05-03 21:40:41",
    "2024-05-03 21:40:41"
  ],
  "OffDateType": 16,
  "OffDateArr": [
    "2024-05-03 21:40:41",
    "2024-05-03 21:40:41"
  ],
  "InventoryDateType": 17,
  "InventoryDateArr": [
    "2024-05-03 21:40:41",
    "2024-05-03 21:40:41"
  ]
}