POST jxc_api/SellOrderDetail/Search

Request Information

URI Parameters

None.

Body Parameters

SoDetailSearchCondition
NameDescriptionTypeAdditional information
BillStart

string

None.

BillEnd

string

None.

CustIds

Collection of integer

None.

CustType

Collection of integer

None.

Sales

Collection of integer

None.

TypeIds

Collection of integer

None.

ProdIds

Collection of integer

None.

ProdType

Collection of integer

None.

WhId

Collection of integer

None.

WhType

Collection of integer

None.

Keywords

string

None.

WithGrossProfit

boolean

None.

AccountingItemId

Collection of integer

None.

DepartmentId

Collection of integer

None.

ProjectIds

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:
{
  "BillStart": "sample string 1",
  "BillEnd": "sample string 2",
  "CustIds": [
    1,
    2
  ],
  "CustType": [
    1,
    2
  ],
  "Sales": [
    1,
    2
  ],
  "TypeIds": [
    1,
    2
  ],
  "ProdIds": [
    1,
    2
  ],
  "ProdType": [
    1,
    2
  ],
  "WhId": [
    1,
    2
  ],
  "WhType": [
    1,
    2
  ],
  "Keywords": "sample string 3",
  "WithGrossProfit": true,
  "AccountingItemId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "ProjectIds": [
    1,
    2
  ],
  "CurrUserSn": 5,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 8,
  "DocumentDateArr": [
    "2024-05-03 15:22:31",
    "2024-05-03 15:22:31"
  ],
  "DeliveryDateType": 9,
  "DeliveryDateArr": [
    "2024-05-03 15:22:31",
    "2024-05-03 15:22:31"
  ],
  "OffDateType": 10,
  "OffDateArr": [
    "2024-05-03 15:22:31",
    "2024-05-03 15:22:31"
  ],
  "InventoryDateType": 11,
  "InventoryDateArr": [
    "2024-05-03 15:22:31",
    "2024-05-03 15:22:31"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReportResultOfSDetailsModel
NameDescriptionTypeAdditional information
DataList

Collection of SDetailsModel

None.

TotalRow

SDetailsModel

None.

RDocumentStartDate

string

None.

RDocumentEndDate

string

None.

RDeliveryStartDate

string

None.

RDeliveryEndDate

string

None.

Response Formats

application/json, text/json

Sample:
{
  "DataList": [
    null,
    {
      "Date": "sample string 1",
      "Id": 2,
      "No": "sample string 3",
      "BusinessType": "sample string 4",
      "SalesName": "sample string 5",
      "CustName": "sample string 6",
      "CustNo": "sample string 7",
      "CustType": "sample string 8",
      "CustId": 9,
      "ProdNo": "sample string 10",
      "ProdName": "sample string 11",
      "CatName": "sample string 12",
      "Brand": "sample string 13",
      "ProdLocation": "sample string 14",
      "Spec": "sample string 15",
      "ApName": "sample string 16",
      "UnitName": "sample string 17",
      "BaseUnitName": "sample string 18",
      "MunitName": "sample string 19",
      "WhName": "sample string 20",
      "WhType": "sample string 21",
      "QTY": 22.0,
      "BaseUnitQTY": 23.0,
      "MunitQty": "sample string 24",
      "Price": 25.0,
      "Amount": 26.0,
      "TaxRate": 27.0,
      "Tax": 28.0,
      "AmountTax": 29.0,
      "UnitCost": 30.0,
      "SalesCost": 31.0,
      "GrossProfit": 32.0,
      "GrossProfitRate": "123.08%",
      "Note": "sample string 33",
      "StrValue1": "sample string 34",
      "StrValue2": "sample string 35",
      "StrValue3": "sample string 36",
      "StrValue4": "sample string 37",
      "StrValue5": "sample string 38",
      "StrValue6": "sample string 39",
      "StrValue7": "sample string 40",
      "StrValue8": "sample string 41",
      "BatchNo": "sample string 42",
      "ProductionDate": "",
      "LifeTime": 0,
      "LifeTimeUnit": 0,
      "LifeTimeUnitName": "",
      "ExpirationDate": "",
      "AccountingItemId": 0,
      "AccountingItemName": null,
      "DepartmentId": 0,
      "DepartmentName": null
    }
  ],
  "TotalRow": {
    "Date": "sample string 1",
    "Id": 2,
    "No": "sample string 3",
    "BusinessType": "sample string 4",
    "SalesName": "sample string 5",
    "CustName": "sample string 6",
    "CustNo": "sample string 7",
    "CustType": "sample string 8",
    "CustId": 9,
    "ProdNo": "sample string 10",
    "ProdName": "sample string 11",
    "CatName": "sample string 12",
    "Brand": "sample string 13",
    "ProdLocation": "sample string 14",
    "Spec": "sample string 15",
    "ApName": "sample string 16",
    "UnitName": "sample string 17",
    "BaseUnitName": "sample string 18",
    "MunitName": "sample string 19",
    "WhName": "sample string 20",
    "WhType": "sample string 21",
    "QTY": 22.0,
    "BaseUnitQTY": 23.0,
    "MunitQty": "sample string 24",
    "Price": 25.0,
    "Amount": 26.0,
    "TaxRate": 27.0,
    "Tax": 28.0,
    "AmountTax": 29.0,
    "UnitCost": 30.0,
    "SalesCost": 31.0,
    "GrossProfit": 32.0,
    "GrossProfitRate": "123.08%",
    "Note": "sample string 33",
    "StrValue1": "sample string 34",
    "StrValue2": "sample string 35",
    "StrValue3": "sample string 36",
    "StrValue4": "sample string 37",
    "StrValue5": "sample string 38",
    "StrValue6": "sample string 39",
    "StrValue7": "sample string 40",
    "StrValue8": "sample string 41",
    "BatchNo": "sample string 42",
    "ProductionDate": "",
    "LifeTime": 0,
    "LifeTimeUnit": 0,
    "LifeTimeUnitName": "",
    "ExpirationDate": "",
    "AccountingItemId": 0,
    "AccountingItemName": null,
    "DepartmentId": 0,
    "DepartmentName": null
  },
  "RDocumentStartDate": "sample string 1",
  "RDocumentEndDate": "sample string 2",
  "RDeliveryStartDate": "sample string 3",
  "RDeliveryEndDate": "sample string 4"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.