POST jxc_api/CashBank/ShareLink

Request Information

URI Parameters

None.

Body Parameters

MoneyFlowCondition
NameDescriptionTypeAdditional information
AcId

integer

None.

PageIndex

integer

None.

PageSize

integer

None.

Start

string

None.

End

string

None.

DateRange

DateRange

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:
{
  "AcId": 1,
  "PageIndex": 2,
  "PageSize": 3,
  "Start": "2024-05-03",
  "End": "2024-05-03",
  "DateRange": 1010,
  "CurrUserSn": 6,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 9,
  "DocumentDateArr": [
    "2024-05-03 21:42:11",
    "2024-05-03 21:42:11"
  ],
  "DeliveryDateType": 10,
  "DeliveryDateArr": [
    "2024-05-03 21:42:11",
    "2024-05-03 21:42:11"
  ],
  "OffDateType": 11,
  "OffDateArr": [
    "2024-05-03 21:42:11",
    "2024-05-03 21:42:11"
  ],
  "InventoryDateType": 12,
  "InventoryDateArr": [
    "2024-05-03 21:42:11",
    "2024-05-03 21:42:11"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SharedMessage
NameDescriptionTypeAdditional information
FileUrl

string

None.

Response Formats

application/json, text/json

Sample:
{
  "FileUrl": "sample string 1"
}

application/xml, text/xml

Sample:
<SharedMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Models">
  <FileUrl>sample string 1</FileUrl>
</SharedMessage>