POST jxc_api/JournalReceipt/Export

Request Information

URI Parameters

None.

Body Parameters

JournalSearchSourceBillsExportPara
NameDescriptionTypeAdditional information
TypeIdPairs

Collection of TypeIdPair

None.

Start

date

None.

End

date

None.

VcIds

Collection of integer

None.

SearchText

string

None.

UsePager

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

KWCustIds

Collection of integer

None.

KWVendIds

Collection of integer

None.

KWUserIds

Collection of integer

None.

KWCatIds

Collection of integer

None.

KWCreatedBy

Collection of integer

None.

KWCheckedBy

Collection of integer

None.

ExportDetails

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:
{
  "TypeIdPairs": [
    {
      "BillType": 1,
      "BillId": 2
    },
    {
      "BillType": 1,
      "BillId": 2
    }
  ],
  "Start": "2024-05-03 20:32:39",
  "End": "2024-05-03 20:32:39",
  "VcIds": [
    1,
    2
  ],
  "SearchText": "sample string 3",
  "UsePager": true,
  "PageIndex": 4,
  "PageSize": 5,
  "KWCustIds": [
    1,
    2
  ],
  "KWVendIds": [
    1,
    2
  ],
  "KWUserIds": [
    1,
    2
  ],
  "KWCatIds": [
    1,
    2
  ],
  "KWCreatedBy": [
    1,
    2
  ],
  "KWCheckedBy": [
    1,
    2
  ],
  "ExportDetails": true,
  "CurrUserSn": 7,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 10,
  "DocumentDateArr": [
    "2024-05-03 20:32:39",
    "2024-05-03 20:32:39"
  ],
  "DeliveryDateType": 11,
  "DeliveryDateArr": [
    "2024-05-03 20:32:39",
    "2024-05-03 20:32:39"
  ],
  "OffDateType": 12,
  "OffDateArr": [
    "2024-05-03 20:32:39",
    "2024-05-03 20:32:39"
  ],
  "InventoryDateType": 13,
  "InventoryDateArr": [
    "2024-05-03 20:32:39",
    "2024-05-03 20:32:39"
  ]
}

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.