POST jxc_api/Vendor/Search

Request Information

URI Parameters

None.

Body Parameters

VendorCondition
NameDescriptionTypeAdditional information
SearchText

string

None.

Status

boolean

None.

CategroryIds

Collection of integer

None.

AppAsId

string

None.

AccAsId

integer

None.

Ftype

integer

None.

CategoryKeyword

string

None.

PageIndex

integer

None.

PageSize

integer

None.

UsePager

boolean

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:
{
  "SearchText": "sample string 1",
  "Status": true,
  "CategroryIds": [
    1,
    2
  ],
  "AppAsId": "sample string 3",
  "AccAsId": 4,
  "Ftype": 1020,
  "CategoryKeyword": "sample string 5",
  "PageIndex": 6,
  "PageSize": 7,
  "UsePager": true,
  "CurrUserSn": 9,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 12,
  "DocumentDateArr": [
    "2024-04-20 09:44:21",
    "2024-04-20 09:44:21"
  ],
  "DeliveryDateType": 13,
  "DeliveryDateArr": [
    "2024-04-20 09:44:21",
    "2024-04-20 09:44:21"
  ],
  "OffDateType": 14,
  "OffDateArr": [
    "2024-04-20 09:44:21",
    "2024-04-20 09:44:21"
  ],
  "InventoryDateType": 15,
  "InventoryDateArr": [
    "2024-04-20 09:44:21",
    "2024-04-20 09:44:21"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfVendorListModel
NameDescriptionTypeAdditional information
Items

Collection of VendorListModel

None.

SumModel

VendorListModel

None.

PageIndex

integer

None.

PageSize

integer

None.

Total

integer

None.

UsePager

boolean

None.

CategoriesFounded

Collection of integer

None.

RDocumentStartDate

string

None.

RDocumentEndDate

string

None.

RDeliveryStartDate

string

None.

RDeliveryEndDate

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "SysId": 1,
      "AsId": 2,
      "VendId": 3,
      "VendNo": "sample string 4",
      "VendName": "sample string 5",
      "VendTypeId": 6,
      "VendTypeName": "sample string 7",
      "PayableDate": "2024-04-20 09:44:21",
      "Payable": 9.0,
      "Payed": 10.0,
      "InitAmount": 11.0,
      "LastAmount": 12.0,
      "TaxNo": "sample string 13",
      "TaxRate": 14.0,
      "Bank": "sample string 15",
      "AcNo": "sample string 16",
      "Address": "sample string 17",
      "Note": "sample string 18",
      "Status": 19,
      "CreatedBy": 20,
      "CreatedDate": "2024-04-20 09:44:21",
      "ModifiedBy": 22,
      "ModifiedDate": "2024-04-20 09:44:21",
      "LinkMan": "sample string 24",
      "LinkManTel": "sample string 25",
      "IM": "sample string 26",
      "Purchaser": 27,
      "PurchaserName": "sample string 28",
      "SettlePeriodId": 29,
      "SettlePeriodName": "sample string 30"
    },
    {
      "SysId": 1,
      "AsId": 2,
      "VendId": 3,
      "VendNo": "sample string 4",
      "VendName": "sample string 5",
      "VendTypeId": 6,
      "VendTypeName": "sample string 7",
      "PayableDate": "2024-04-20 09:44:21",
      "Payable": 9.0,
      "Payed": 10.0,
      "InitAmount": 11.0,
      "LastAmount": 12.0,
      "TaxNo": "sample string 13",
      "TaxRate": 14.0,
      "Bank": "sample string 15",
      "AcNo": "sample string 16",
      "Address": "sample string 17",
      "Note": "sample string 18",
      "Status": 19,
      "CreatedBy": 20,
      "CreatedDate": "2024-04-20 09:44:21",
      "ModifiedBy": 22,
      "ModifiedDate": "2024-04-20 09:44:21",
      "LinkMan": "sample string 24",
      "LinkManTel": "sample string 25",
      "IM": "sample string 26",
      "Purchaser": 27,
      "PurchaserName": "sample string 28",
      "SettlePeriodId": 29,
      "SettlePeriodName": "sample string 30"
    }
  ],
  "SumModel": {
    "SysId": 1,
    "AsId": 2,
    "VendId": 3,
    "VendNo": "sample string 4",
    "VendName": "sample string 5",
    "VendTypeId": 6,
    "VendTypeName": "sample string 7",
    "PayableDate": "2024-04-20 09:44:21",
    "Payable": 9.0,
    "Payed": 10.0,
    "InitAmount": 11.0,
    "LastAmount": 12.0,
    "TaxNo": "sample string 13",
    "TaxRate": 14.0,
    "Bank": "sample string 15",
    "AcNo": "sample string 16",
    "Address": "sample string 17",
    "Note": "sample string 18",
    "Status": 19,
    "CreatedBy": 20,
    "CreatedDate": "2024-04-20 09:44:21",
    "ModifiedBy": 22,
    "ModifiedDate": "2024-04-20 09:44:21",
    "LinkMan": "sample string 24",
    "LinkManTel": "sample string 25",
    "IM": "sample string 26",
    "Purchaser": 27,
    "PurchaserName": "sample string 28",
    "SettlePeriodId": 29,
    "SettlePeriodName": "sample string 30"
  },
  "PageIndex": 1,
  "PageSize": 2,
  "Total": 3,
  "UsePager": true,
  "CategoriesFounded": [
    1,
    2
  ],
  "RDocumentStartDate": "sample string 5",
  "RDocumentEndDate": "sample string 6",
  "RDeliveryStartDate": "sample string 7",
  "RDeliveryEndDate": "sample string 8"
}