POST jxc_api/CustomerStatement/ShareExcel

Request Information

URI Parameters

None.

Body Parameters

CustStSearchConditions
NameDescriptionTypeAdditional information
AsStartDateFmt

string

None.

StartDateFmt

string

None.

EndDateFmt

string

None.

CustId

Collection of integer

None.

CustType

Collection of integer

None.

ProdIds

Collection of integer

None.

ProdCat

Collection of integer

None.

BillType

Collection of integer

None.

SearchAllVcs

boolean

None.

Keywords

string

None.

ShowProdDetails

boolean

None.

ShowAccDetails

boolean

None.

CustName

string

None.

AppAsId

string

None.

AccAsId

integer

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:
{
  "AsStartDateFmt": "sample string 1",
  "StartDateFmt": "sample string 2",
  "EndDateFmt": "sample string 3",
  "CustId": [
    1,
    2
  ],
  "CustType": [
    1,
    2
  ],
  "ProdIds": [
    1,
    2
  ],
  "ProdCat": [
    1,
    2
  ],
  "BillType": [
    1,
    2
  ],
  "SearchAllVcs": true,
  "Keywords": "sample string 5",
  "ShowProdDetails": true,
  "ShowAccDetails": true,
  "CustName": "sample string 8",
  "AppAsId": "sample string 9",
  "AccAsId": 10,
  "AccountingItemId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "CurrUserSn": 11,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 14,
  "DocumentDateArr": [
    "2024-05-03 13:09:36",
    "2024-05-03 13:09:36"
  ],
  "DeliveryDateType": 15,
  "DeliveryDateArr": [
    "2024-05-03 13:09:36",
    "2024-05-03 13:09:36"
  ],
  "OffDateType": 16,
  "OffDateArr": [
    "2024-05-03 13:09:36",
    "2024-05-03 13:09:36"
  ],
  "InventoryDateType": 17,
  "InventoryDateArr": [
    "2024-05-03 13:09:36",
    "2024-05-03 13:09:36"
  ]
}

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>