POST jxc_api/SellReceipt/Print

Request Information

URI Parameters

None.

Body Parameters

SRLSearchConditions
NameDescriptionTypeAdditional information
BillStart

date

None.

BillEnd

date

None.

CustIds

Collection of integer

None.

CustType

Collection of integer

None.

BillType

Collection of integer

None.

SalesId

Collection of integer

None.

Keywords

string

None.

AsStartDate

date

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 12:06:25",
  "BillEnd": "2024-05-03 12:06:25",
  "CustIds": [
    1,
    2
  ],
  "CustType": [
    1,
    2
  ],
  "BillType": [
    1,
    2
  ],
  "SalesId": [
    1,
    2
  ],
  "Keywords": "sample string 1",
  "AsStartDate": "2024-05-03 12:06:25",
  "CurrUserSn": 3,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 6,
  "DocumentDateArr": [
    "2024-05-03 12:06:25",
    "2024-05-03 12:06:25"
  ],
  "DeliveryDateType": 7,
  "DeliveryDateArr": [
    "2024-05-03 12:06:25",
    "2024-05-03 12:06:25"
  ],
  "OffDateType": 8,
  "OffDateArr": [
    "2024-05-03 12:06:25",
    "2024-05-03 12:06:25"
  ],
  "InventoryDateType": 9,
  "InventoryDateArr": [
    "2024-05-03 12:06:25",
    "2024-05-03 12:06:25"
  ]
}

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.