POST jxc_api/UnitDebt/Export

Request Information

URI Parameters

None.

Body Parameters

UnitDebtSearchConditions
NameDescriptionTypeAdditional information
DateStart

date

None.

DateEnd

date

None.

UnitType

UnitTypes

None.

Keywords

string

None.

UseDate

boolean

None.

CustId

Collection of integer

None.

VendId

Collection of integer

None.

Sales

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:
{
  "DateStart": "2024-05-03 21:38:11",
  "DateEnd": "2024-05-03 21:38:11",
  "UnitType": 0,
  "Keywords": "sample string 1",
  "UseDate": true,
  "CustId": [
    1,
    2
  ],
  "VendId": [
    1,
    2
  ],
  "Sales": [
    1,
    2
  ],
  "CurrUserSn": 3,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 6,
  "DocumentDateArr": [
    "2024-05-03 21:38:11",
    "2024-05-03 21:38:11"
  ],
  "DeliveryDateType": 7,
  "DeliveryDateArr": [
    "2024-05-03 21:38:11",
    "2024-05-03 21:38:11"
  ],
  "OffDateType": 8,
  "OffDateArr": [
    "2024-05-03 21:38:11",
    "2024-05-03 21:38:11"
  ],
  "InventoryDateType": 9,
  "InventoryDateArr": [
    "2024-05-03 21:38:11",
    "2024-05-03 21:38:11"
  ]
}

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.