POST jxc_api/SellOrderTrack/Export

Request Information

URI Parameters

None.

Body Parameters

SoTrackSearchCondition
NameDescriptionTypeAdditional information
BillStart

string

None.

BillEnd

string

None.

CustId

Collection of integer

None.

CustType

Collection of integer

None.

Sales

Collection of integer

None.

Status

Collection of integer

None.

ProductIds

Collection of integer

None.

ProdType

Collection of integer

None.

Keywords

string

None.

CreatedBy

Collection of integer

None.

AccountingItemId

Collection of integer

None.

DepartmentId

Collection of integer

None.

IsShowProdDetail

boolean

None.

IsAllFlowTrack

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:
{
  "BillStart": "sample string 1",
  "BillEnd": "sample string 2",
  "CustId": [
    1,
    2
  ],
  "CustType": [
    1,
    2
  ],
  "Sales": [
    1,
    2
  ],
  "Status": [
    1,
    2
  ],
  "ProductIds": [
    1,
    2
  ],
  "ProdType": [
    1,
    2
  ],
  "Keywords": "sample string 3",
  "CreatedBy": [
    1,
    2
  ],
  "AccountingItemId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "IsShowProdDetail": true,
  "IsAllFlowTrack": true,
  "CurrUserSn": 6,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 9,
  "DocumentDateArr": [
    "2024-05-03 14:53:52",
    "2024-05-03 14:53:52"
  ],
  "DeliveryDateType": 10,
  "DeliveryDateArr": [
    "2024-05-03 14:53:52",
    "2024-05-03 14:53:52"
  ],
  "OffDateType": 11,
  "OffDateArr": [
    "2024-05-03 14:53:52",
    "2024-05-03 14:53:52"
  ],
  "InventoryDateType": 12,
  "InventoryDateArr": [
    "2024-05-03 14:53:52",
    "2024-05-03 14:53:52"
  ]
}

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.