POST jxc_api/SellOrderSummary/ShareLinkByCust

Request Information

URI Parameters

None.

Body Parameters

SoSummarySearchCondition
NameDescriptionTypeAdditional information
SummaryType

SaleSummaryType

None.

ProductIds

Collection of integer

None.

Category

Collection of integer

None.

CustomerIds

Collection of integer

None.

CustTypeId

Collection of integer

None.

SalesId

Collection of integer

None.

DepartmentId

Collection of integer

None.

Keywords

string

None.

BillStart

string

None.

BillEnd

string

None.

WarehouseId

Collection of integer

None.

WhCat

Collection of integer

None.

ShowAP

boolean

None.

WithGrossProfit

boolean

None.

ShowSubtotalRows

boolean

None.

MaxRecCount

integer

None.

ApName

string

None.

ApIds

Collection of integer

None.

Spec

string

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:
{
  "SummaryType": 1010,
  "ProductIds": [
    1,
    2
  ],
  "Category": [
    1,
    2
  ],
  "CustomerIds": [
    1,
    2
  ],
  "CustTypeId": [
    1,
    2
  ],
  "SalesId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "Keywords": "sample string 1",
  "BillStart": "sample string 2",
  "BillEnd": "sample string 3",
  "WarehouseId": [
    1,
    2
  ],
  "WhCat": [
    1,
    2
  ],
  "ShowAP": true,
  "WithGrossProfit": true,
  "ShowSubtotalRows": true,
  "MaxRecCount": 7,
  "ApName": "sample string 8",
  "ApIds": [
    1,
    2
  ],
  "Spec": "sample string 9",
  "CurrUserSn": 10,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 13,
  "DocumentDateArr": [
    "2024-05-03 13:48:23",
    "2024-05-03 13:48:23"
  ],
  "DeliveryDateType": 14,
  "DeliveryDateArr": [
    "2024-05-03 13:48:23",
    "2024-05-03 13:48:23"
  ],
  "OffDateType": 15,
  "OffDateArr": [
    "2024-05-03 13:48:23",
    "2024-05-03 13:48:23"
  ],
  "InventoryDateType": 16,
  "InventoryDateArr": [
    "2024-05-03 13:48:23",
    "2024-05-03 13:48:23"
  ]
}

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>