POST jxc_api/Account/Export

Request Information

URI Parameters

None.

Body Parameters

AccountCondition
NameDescriptionTypeAdditional information
SearchText

string

None.

Status

boolean

None.

SelectedIds

Collection of integer

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:
{
  "SearchText": "sample string 1",
  "Status": true,
  "SelectedIds": [
    1,
    2
  ],
  "PageIndex": 3,
  "PageSize": 4,
  "UsePager": true,
  "CurrUserSn": 6,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 9,
  "DocumentDateArr": [
    "2024-05-03 21:36:05",
    "2024-05-03 21:36:05"
  ],
  "DeliveryDateType": 10,
  "DeliveryDateArr": [
    "2024-05-03 21:36:05",
    "2024-05-03 21:36:05"
  ],
  "OffDateType": 11,
  "OffDateArr": [
    "2024-05-03 21:36:05",
    "2024-05-03 21:36:05"
  ],
  "InventoryDateType": 12,
  "InventoryDateArr": [
    "2024-05-03 21:36:05",
    "2024-05-03 21:36:05"
  ]
}

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.