POST jxc_api/ReportReceiveDetailed/Print

Request Information

URI Parameters

None.

Body Parameters

RDDetailsSearchCondition
NameDescriptionTypeAdditional information
BillStart

date

None.

BillEnd

date

None.

ProductIds

Collection of integer

None.

ProdCatId

Collection of integer

None.

Spec

string

None.

WhIds

Collection of integer

None.

WhCatId

Collection of integer

None.

TypeIds

Collection of integer

None.

CustIds

Collection of integer

None.

VendIDs

Collection of integer

None.

BusinessOnly

boolean

None.

ShowDisableWarehousing

boolean

None.

CountRow

integer

None.

PageIndex

integer

None.

PageSize

integer

None.

Keywords

string

None.

OnlyIncludedInAcc

boolean

None.

NoneDataAfterWhCatFilter

boolean

None.

ShowDisableProd

boolean

None.

AccountingItemId

Collection of integer

None.

DepartmentId

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:
{
  "BillStart": "2024-05-03 13:45:00",
  "BillEnd": "2024-05-03 13:45:00",
  "ProductIds": [
    1,
    2
  ],
  "ProdCatId": [
    1,
    2
  ],
  "Spec": "sample string 3",
  "WhIds": [
    1,
    2
  ],
  "WhCatId": [
    1,
    2
  ],
  "TypeIds": [
    1,
    2
  ],
  "CustIds": [
    1,
    2
  ],
  "VendIDs": [
    1,
    2
  ],
  "BusinessOnly": true,
  "ShowDisableWarehousing": true,
  "CountRow": 6,
  "PageIndex": 7,
  "PageSize": 8,
  "Keywords": "sample string 9",
  "OnlyIncludedInAcc": true,
  "NoneDataAfterWhCatFilter": true,
  "ShowDisableProd": true,
  "AccountingItemId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "CurrUserSn": 13,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 16,
  "DocumentDateArr": [
    "2024-05-03 13:45:00",
    "2024-05-03 13:45:00"
  ],
  "DeliveryDateType": 17,
  "DeliveryDateArr": [
    "2024-05-03 13:45:00",
    "2024-05-03 13:45:00"
  ],
  "OffDateType": 18,
  "OffDateArr": [
    "2024-05-03 13:45:00",
    "2024-05-03 13:45:00"
  ],
  "InventoryDateType": 19,
  "InventoryDateArr": [
    "2024-05-03 13:45:00",
    "2024-05-03 13:45:00"
  ]
}

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.