POST jxc_api/AssemblyList/Search

Request Information

URI Parameters

None.

Body Parameters

AssCondition
NameDescriptionTypeAdditional information
Ids

Collection of integer

None.

SearchText

string

None.

StartDate

date

None.

EndDate

date

None.

IsChecked

Collection of integer

None.

AssProdIds

Collection of integer

None.

AssWhIds

Collection of integer

None.

ProdIds

Collection of integer

None.

WhIds

Collection of integer

None.

CreatedBy

Collection of integer

None.

CheckedBy

Collection of integer

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:
{
  "Ids": [
    1,
    2
  ],
  "SearchText": "sample string 1",
  "StartDate": "2024-03-30 00:01:17",
  "EndDate": "2024-03-30 00:01:17",
  "IsChecked": [
    1,
    2
  ],
  "AssProdIds": [
    1,
    2
  ],
  "AssWhIds": [
    1,
    2
  ],
  "ProdIds": [
    1,
    2
  ],
  "WhIds": [
    1,
    2
  ],
  "CreatedBy": [
    1,
    2
  ],
  "CheckedBy": [
    1,
    2
  ],
  "PageIndex": 4,
  "PageSize": 5,
  "UsePager": true,
  "CurrUserSn": 7,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 10,
  "DocumentDateArr": [
    "2024-03-30 00:01:17",
    "2024-03-30 00:01:17"
  ],
  "DeliveryDateType": 11,
  "DeliveryDateArr": [
    "2024-03-30 00:01:17",
    "2024-03-30 00:01:17"
  ],
  "OffDateType": 12,
  "OffDateArr": [
    "2024-03-30 00:01:17",
    "2024-03-30 00:01:17"
  ],
  "InventoryDateType": 13,
  "InventoryDateArr": [
    "2024-03-30 00:01:17",
    "2024-03-30 00:01:17"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfAssListModel
NameDescriptionTypeAdditional information
Items

Collection of AssListModel

None.

SumModel

AssListModel

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": [
    {
      "Id": 1,
      "CheckedStatus": "sample string 2",
      "IsChecked": 3,
      "No": "sample string 4",
      "Date": "sample string 5",
      "MainProdName": "sample string 6",
      "Spec": "sample string 7",
      "Brand": "sample string 8",
      "ProdLocation": "sample string 9",
      "QTY": 10.0,
      "UnitCost": 11.0,
      "Cost": 12.0,
      "CreatedByName": "sample string 13",
      "CheckedByName": "sample string 14",
      "PrintCount": "sample string 15",
      "Note": "sample string 16"
    },
    {
      "Id": 1,
      "CheckedStatus": "sample string 2",
      "IsChecked": 3,
      "No": "sample string 4",
      "Date": "sample string 5",
      "MainProdName": "sample string 6",
      "Spec": "sample string 7",
      "Brand": "sample string 8",
      "ProdLocation": "sample string 9",
      "QTY": 10.0,
      "UnitCost": 11.0,
      "Cost": 12.0,
      "CreatedByName": "sample string 13",
      "CheckedByName": "sample string 14",
      "PrintCount": "sample string 15",
      "Note": "sample string 16"
    }
  ],
  "SumModel": {
    "Id": 1,
    "CheckedStatus": "sample string 2",
    "IsChecked": 3,
    "No": "sample string 4",
    "Date": "sample string 5",
    "MainProdName": "sample string 6",
    "Spec": "sample string 7",
    "Brand": "sample string 8",
    "ProdLocation": "sample string 9",
    "QTY": 10.0,
    "UnitCost": 11.0,
    "Cost": 12.0,
    "CreatedByName": "sample string 13",
    "CheckedByName": "sample string 14",
    "PrintCount": "sample string 15",
    "Note": "sample string 16"
  },
  "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"
}