POST jxc_api/SellOrderSummary/PrinthByCust

Request Information

URI Parameters

None.

Body Parameters

SellOrderSummaryByCustCondition
NameDescriptionTypeAdditional information
SummaryType

SaleSummaryType

None.

BillStart

string

None.

BillEnd

string

None.

CustomerIds

Collection of integer

None.

CustTypeId

Collection of integer

None.

ProductIds

Collection of integer

None.

Category

Collection of integer

None.

WarehouseId

Collection of integer

None.

WhCat

Collection of integer

None.

Spec

string

None.

ShowAP

boolean

None.

WithGrossProfit

boolean

None.

ShowSubtotalRows

boolean

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,
  "BillStart": "sample string 1",
  "BillEnd": "sample string 2",
  "CustomerIds": [
    1,
    2
  ],
  "CustTypeId": [
    1,
    2
  ],
  "ProductIds": [
    1,
    2
  ],
  "Category": [
    1,
    2
  ],
  "WarehouseId": [
    1,
    2
  ],
  "WhCat": [
    1,
    2
  ],
  "Spec": "sample string 3",
  "ShowAP": true,
  "WithGrossProfit": true,
  "ShowSubtotalRows": true,
  "CurrUserSn": 7,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 10,
  "DocumentDateArr": [
    "2024-11-25 02:36:37",
    "2024-11-25 02:36:37"
  ],
  "DeliveryDateType": 11,
  "DeliveryDateArr": [
    "2024-11-25 02:36:37",
    "2024-11-25 02:36:37"
  ],
  "OffDateType": 12,
  "OffDateArr": [
    "2024-11-25 02:36:37",
    "2024-11-25 02:36:37"
  ],
  "InventoryDateType": 13,
  "InventoryDateArr": [
    "2024-11-25 02:36:37",
    "2024-11-25 02:36:37"
  ]
}

application/xml, text/xml

Sample:
<SellOrderSummaryByCustCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Business.ReportPrint.SellOrderSummary">
  <_x003C_DeliveryDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:36:37.2429862+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:36:37.2429862+08:00</d2p1:dateTime>
  </_x003C_DeliveryDateArr_x003E_k__BackingField>
  <_x003C_DeliveryDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">11</_x003C_DeliveryDateType_x003E_k__BackingField>
  <_x003C_DocumentDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:36:37.2429862+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:36:37.2429862+08:00</d2p1:dateTime>
  </_x003C_DocumentDateArr_x003E_k__BackingField>
  <_x003C_DocumentDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">10</_x003C_DocumentDateType_x003E_k__BackingField>
  <_x003C_InventoryDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:36:37.2429862+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:36:37.2429862+08:00</d2p1:dateTime>
  </_x003C_InventoryDateArr_x003E_k__BackingField>
  <_x003C_InventoryDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">13</_x003C_InventoryDateType_x003E_k__BackingField>
  <_x003C_OffDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:36:37.2429862+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:36:37.2429862+08:00</d2p1:dateTime>
  </_x003C_OffDateArr_x003E_k__BackingField>
  <_x003C_OffDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">12</_x003C_OffDateType_x003E_k__BackingField>
  <_x003C_CanOpeAllWh_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</_x003C_CanOpeAllWh_x003E_k__BackingField>
  <_x003C_CanViewAllBill_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</_x003C_CanViewAllBill_x003E_k__BackingField>
  <_x003C_CurrUserSn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">7</_x003C_CurrUserSn_x003E_k__BackingField>
  <_x003C_OpeWhList_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_OpeWhList_x003E_k__BackingField>
  <BillEnd>sample string 2</BillEnd>
  <BillStart>sample string 1</BillStart>
  <Category xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </Category>
  <CustTypeId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </CustTypeId>
  <CustomerIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </CustomerIds>
  <ProductIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ProductIds>
  <ShowAP>true</ShowAP>
  <ShowSubtotalRows>true</ShowSubtotalRows>
  <Spec>sample string 3</Spec>
  <SummaryType>ProductWarehouse</SummaryType>
  <WarehouseId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </WarehouseId>
  <WhCat xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </WhCat>
  <WithGrossProfit>true</WithGrossProfit>
</SellOrderSummaryByCustCondition>

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.