POST jxc_api/SellOrderList/Search

Request Information

URI Parameters

None.

Body Parameters

SoSearchConditions
NameDescriptionTypeAdditional information
Start

date

None.

End

date

None.

DeliveryDateStart

date

None.

DeliveryDateEnd

date

None.

UpdateTimeStart

date

None.

UpdateTimeEnd

date

None.

BillNo

string

None.

Sales

Collection of integer

None.

Sales1

integer

None.

Status

Collection of BillStatus

None.

BillType

integer

None.

Checked

Collection of integer

None.

Keywords

string

None.

SoIds

Collection of integer

None.

AccountingItemId

Collection of integer

None.

DepartmentId

Collection of integer

None.

PageIndex

integer

None.

PageSize

integer

None.

ExportDetails

boolean

None.

CustIds

Collection of integer

None.

CategoryId

integer

None.

ProductIds

Collection of integer

None.

WhIds

Collection of integer

None.

CreatedBy

Collection of integer

None.

CheckedBy

Collection of integer

None.

CategoryIds

Collection of integer

None.

MappingItems

ProdWhMapping

None.

SoeIds

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.

Request Formats

application/json, text/json

Sample:
{
  "Start": "2024-04-27 06:18:33",
  "End": "2024-04-27 06:18:33",
  "DeliveryDateStart": "2024-04-27 06:18:33",
  "DeliveryDateEnd": "2024-04-27 06:18:33",
  "UpdateTimeStart": "2024-04-27 06:18:33",
  "UpdateTimeEnd": "2024-04-27 06:18:33",
  "BillNo": "sample string 7",
  "Sales": [
    1,
    2
  ],
  "Sales1": 8,
  "Status": [
    1010,
    1010
  ],
  "BillType": 9,
  "Checked": [
    1,
    2
  ],
  "Keywords": "sample string 10",
  "SoIds": [
    1,
    2
  ],
  "AccountingItemId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "PageIndex": 11,
  "PageSize": 12,
  "ExportDetails": true,
  "CustIds": [
    1,
    2
  ],
  "CategoryId": 14,
  "ProductIds": [
    1,
    2
  ],
  "WhIds": [
    1,
    2
  ],
  "CreatedBy": [
    1,
    2
  ],
  "CheckedBy": [
    1,
    2
  ],
  "CategoryIds": [
    1,
    2
  ],
  "MappingItems": {
    "isLocked": true,
    "ProdId": 2,
    "WhId": 3
  },
  "SoeIds": [
    1,
    2
  ],
  "CurrUserSn": 15,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 18,
  "DocumentDateArr": [
    "2024-04-27 06:18:33",
    "2024-04-27 06:18:33"
  ],
  "DeliveryDateType": 19,
  "DeliveryDateArr": [
    "2024-04-27 06:18:33",
    "2024-04-27 06:18:33"
  ],
  "OffDateType": 20,
  "OffDateArr": [
    "2024-04-27 06:18:33",
    "2024-04-27 06:18:33"
  ],
  "InventoryDateType": 21,
  "InventoryDateArr": [
    "2024-04-27 06:18:33",
    "2024-04-27 06:18:33"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfSellOrderListModel
NameDescriptionTypeAdditional information
Items

Collection of SellOrderListModel

None.

SumModel

SellOrderListModel

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,
      "DoStatusStr": "sample string 4",
      "DoStatus": 1010,
      "LockedStatus": "sample string 5",
      "IsClosed": true,
      "DisplayStatus": "sample string 7",
      "Date": "sample string 8",
      "DateFmt": "sample string 8",
      "No": "sample string 9",
      "BTypeName": "sample string 10",
      "CustName": "sample string 11",
      "CustNo": "sample string 12",
      "LinkManTel": "sample string 13",
      "CustId": 14,
      "SalesName": "sample string 15",
      "SalesNo": "sample string 16",
      "SalesId": 17,
      "RelaSds": [
        {
          "Id": 1,
          "No": "sample string 2",
          "BType": 1010
        },
        {
          "Id": 1,
          "No": "sample string 2",
          "BType": 1010
        }
      ],
      "RelaPoWhs": [
        {
          "Id": 1,
          "No": "sample string 2",
          "BType": 1010
        },
        {
          "Id": 1,
          "No": "sample string 2",
          "BType": 1010
        }
      ],
      "QTY": 18.0,
      "AmountTax": 19.0,
      "DeliveryDate": "sample string 20",
      "DeliveryDateFmt": "sample string 20",
      "BillDiscRate": 21.0,
      "BillDiscAmount": 22.0,
      "AmountAfterDisc": 23.0,
      "Amount": 23.0,
      "AcNames": "sample string 24",
      "AmountFirst": 25.0,
      "PrintCount": "sample string 26",
      "CreatedByName": "sample string 27",
      "CheckedByName": "sample string 28",
      "Note": "sample string 29",
      "AccountingItemId": 30,
      "AccountingItemName": "sample string 31",
      "DepartmentId": 32,
      "DepartmentName": "sample string 33",
      "SettlePeriodName": "sample string 34",
      "SettlePeriodId": 35,
      "SettlePeriodDate": "sample string 36"
    },
    {
      "Id": 1,
      "CheckedStatus": "sample string 2",
      "IsChecked": 3,
      "DoStatusStr": "sample string 4",
      "DoStatus": 1010,
      "LockedStatus": "sample string 5",
      "IsClosed": true,
      "DisplayStatus": "sample string 7",
      "Date": "sample string 8",
      "DateFmt": "sample string 8",
      "No": "sample string 9",
      "BTypeName": "sample string 10",
      "CustName": "sample string 11",
      "CustNo": "sample string 12",
      "LinkManTel": "sample string 13",
      "CustId": 14,
      "SalesName": "sample string 15",
      "SalesNo": "sample string 16",
      "SalesId": 17,
      "RelaSds": [
        {
          "Id": 1,
          "No": "sample string 2",
          "BType": 1010
        },
        {
          "Id": 1,
          "No": "sample string 2",
          "BType": 1010
        }
      ],
      "RelaPoWhs": [
        {
          "Id": 1,
          "No": "sample string 2",
          "BType": 1010
        },
        {
          "Id": 1,
          "No": "sample string 2",
          "BType": 1010
        }
      ],
      "QTY": 18.0,
      "AmountTax": 19.0,
      "DeliveryDate": "sample string 20",
      "DeliveryDateFmt": "sample string 20",
      "BillDiscRate": 21.0,
      "BillDiscAmount": 22.0,
      "AmountAfterDisc": 23.0,
      "Amount": 23.0,
      "AcNames": "sample string 24",
      "AmountFirst": 25.0,
      "PrintCount": "sample string 26",
      "CreatedByName": "sample string 27",
      "CheckedByName": "sample string 28",
      "Note": "sample string 29",
      "AccountingItemId": 30,
      "AccountingItemName": "sample string 31",
      "DepartmentId": 32,
      "DepartmentName": "sample string 33",
      "SettlePeriodName": "sample string 34",
      "SettlePeriodId": 35,
      "SettlePeriodDate": "sample string 36"
    }
  ],
  "SumModel": {
    "Id": 1,
    "CheckedStatus": "sample string 2",
    "IsChecked": 3,
    "DoStatusStr": "sample string 4",
    "DoStatus": 1010,
    "LockedStatus": "sample string 5",
    "IsClosed": true,
    "DisplayStatus": "sample string 7",
    "Date": "sample string 8",
    "DateFmt": "sample string 8",
    "No": "sample string 9",
    "BTypeName": "sample string 10",
    "CustName": "sample string 11",
    "CustNo": "sample string 12",
    "LinkManTel": "sample string 13",
    "CustId": 14,
    "SalesName": "sample string 15",
    "SalesNo": "sample string 16",
    "SalesId": 17,
    "RelaSds": [
      {
        "Id": 1,
        "No": "sample string 2",
        "BType": 1010
      },
      {
        "Id": 1,
        "No": "sample string 2",
        "BType": 1010
      }
    ],
    "RelaPoWhs": [
      {
        "Id": 1,
        "No": "sample string 2",
        "BType": 1010
      },
      {
        "Id": 1,
        "No": "sample string 2",
        "BType": 1010
      }
    ],
    "QTY": 18.0,
    "AmountTax": 19.0,
    "DeliveryDate": "sample string 20",
    "DeliveryDateFmt": "sample string 20",
    "BillDiscRate": 21.0,
    "BillDiscAmount": 22.0,
    "AmountAfterDisc": 23.0,
    "Amount": 23.0,
    "AcNames": "sample string 24",
    "AmountFirst": 25.0,
    "PrintCount": "sample string 26",
    "CreatedByName": "sample string 27",
    "CheckedByName": "sample string 28",
    "Note": "sample string 29",
    "AccountingItemId": 30,
    "AccountingItemName": "sample string 31",
    "DepartmentId": 32,
    "DepartmentName": "sample string 33",
    "SettlePeriodName": "sample string 34",
    "SettlePeriodId": 35,
    "SettlePeriodDate": "sample string 36"
  },
  "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"
}