POST jxc_api/VendorBrief/Export

Request Information

URI Parameters

None.

Body Parameters

VendListSearchConditions
NameDescriptionTypeAdditional information
VendIds

Collection of integer

None.

VendCat

integer

None.

AsStartDate

date

None.

AppAsId

string

None.

AccAsId

integer

None.

HideZeroVendor

boolean

None.

HideZeroAndNoBusiness

boolean

None.

StartDate

date

None.

EndDate

date

None.

ShowAgeList

boolean

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:
{
  "VendIds": [
    1,
    2
  ],
  "VendCat": 1,
  "AsStartDate": "2024-05-03 20:21:08",
  "AppAsId": "sample string 3",
  "AccAsId": 4,
  "HideZeroVendor": true,
  "HideZeroAndNoBusiness": true,
  "StartDate": "2024-05-03 20:21:08",
  "EndDate": "2024-05-03 20:21:08",
  "ShowAgeList": true,
  "Keywords": "sample string 8",
  "CurrUserSn": 9,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 12,
  "DocumentDateArr": [
    "2024-05-03 20:21:08",
    "2024-05-03 20:21:08"
  ],
  "DeliveryDateType": 13,
  "DeliveryDateArr": [
    "2024-05-03 20:21:08",
    "2024-05-03 20:21:08"
  ],
  "OffDateType": 14,
  "OffDateArr": [
    "2024-05-03 20:21:08",
    "2024-05-03 20:21:08"
  ],
  "InventoryDateType": 15,
  "InventoryDateArr": [
    "2024-05-03 20:21:08",
    "2024-05-03 20:21:08"
  ]
}

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.