POST jxc_api/ReceivableWarning/Export

Request Information

URI Parameters

None.

Body Parameters

ReceivableWarningSearchCondition
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

CustIds

Collection of integer

None.

Sales

Collection of integer

None.

SalesName

string

None.

DepartmentIds

Collection of integer

None.

DepartmentName

Collection of integer

None.

Keywords

string

None.

ShowSubtotal

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

UsePager

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:
{
  "StartDate": "2024-05-03 21:45:51",
  "EndDate": "2024-05-03 21:45:51",
  "CustIds": [
    1,
    2
  ],
  "Sales": [
    1,
    2
  ],
  "SalesName": "sample string 1",
  "DepartmentIds": [
    1,
    2
  ],
  "DepartmentName": [
    1,
    2
  ],
  "Keywords": "sample string 2",
  "ShowSubtotal": true,
  "PageIndex": 4,
  "PageSize": 5,
  "UsePager": true,
  "CurrUserSn": 7,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 10,
  "DocumentDateArr": [
    "2024-05-03 21:45:51",
    "2024-05-03 21:45:51"
  ],
  "DeliveryDateType": 11,
  "DeliveryDateArr": [
    "2024-05-03 21:45:51",
    "2024-05-03 21:45:51"
  ],
  "OffDateType": 12,
  "OffDateArr": [
    "2024-05-03 21:45:51",
    "2024-05-03 21:45:51"
  ],
  "InventoryDateType": 13,
  "InventoryDateArr": [
    "2024-05-03 21:45:51",
    "2024-05-03 21:45:51"
  ]
}

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.