POST jxc_api/SellDeliveryList/Export

Request Information

URI Parameters

None.

Body Parameters

SdSearchConditions
NameDescriptionTypeAdditional information
BillType

integer

None.

BillNo

string

None.

Start

date

None.

End

date

None.

UpdateTimeStart

date

None.

UpdateTimeEnd

date

None.

CustIds

Collection of integer

None.

Sales

Collection of integer

None.

Status

Collection of integer

None.

InvoiceStatus

Collection of integer

None.

Checked

Collection of integer

None.

Keywords

string

None.

SdIds

Collection of integer

None.

AccountingItemId

Collection of integer

None.

DepartmentId

Collection of integer

None.

PageIndex

integer

None.

PageSize

integer

None.

ExportDetails

boolean

None.

ProductIds

Collection of integer

None.

WhIds

Collection of integer

None.

CreatedBy

Collection of integer

None.

CheckedBy

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:
{
  "BillType": 1,
  "BillNo": "sample string 2",
  "Start": "2024-05-03 20:36:48",
  "End": "2024-05-03 20:36:48",
  "UpdateTimeStart": "2024-05-03 20:36:48",
  "UpdateTimeEnd": "2024-05-03 20:36:48",
  "CustIds": [
    1,
    2
  ],
  "Sales": [
    1,
    2
  ],
  "Status": [
    1,
    2
  ],
  "InvoiceStatus": [
    1,
    2
  ],
  "Checked": [
    1,
    2
  ],
  "Keywords": "sample string 7",
  "SdIds": [
    1,
    2
  ],
  "AccountingItemId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "PageIndex": 8,
  "PageSize": 9,
  "ExportDetails": true,
  "ProductIds": [
    1,
    2
  ],
  "WhIds": [
    1,
    2
  ],
  "CreatedBy": [
    1,
    2
  ],
  "CheckedBy": [
    1,
    2
  ],
  "CurrUserSn": 11,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 14,
  "DocumentDateArr": [
    "2024-05-03 20:36:48",
    "2024-05-03 20:36:48"
  ],
  "DeliveryDateType": 15,
  "DeliveryDateArr": [
    "2024-05-03 20:36:48",
    "2024-05-03 20:36:48"
  ],
  "OffDateType": 16,
  "OffDateArr": [
    "2024-05-03 20:36:48",
    "2024-05-03 20:36:48"
  ],
  "InventoryDateType": 17,
  "InventoryDateArr": [
    "2024-05-03 20:36:48",
    "2024-05-03 20:36:48"
  ]
}

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.