POST jxc_api/ReceiveSendSummary/Export

Request Information

URI Parameters

None.

Body Parameters

RSSSearchConditions
NameDescriptionTypeAdditional information
TypeIds

Collection of integer

None.

BillType

Collection of integer

None.

BillStart

date

None.

BillEnd

date

None.

ProdIds

Collection of integer

None.

ProdCatId

Collection of integer

None.

Spec

string

None.

WhIds

Collection of integer

None.

WhCatId

Collection of integer

None.

BusinessOnly

boolean

None.

Keyword

string

None.

NoneDataAfterWhCatFilter

boolean

None.

ShowDisableProd

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

UsePager

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:
{
  "TypeIds": [
    1,
    2
  ],
  "BillType": [
    1,
    2
  ],
  "BillStart": "2024-11-25 02:52:34",
  "BillEnd": "2024-11-25 02:52:34",
  "ProdIds": [
    1,
    2
  ],
  "ProdCatId": [
    1,
    2
  ],
  "Spec": "sample string 1",
  "WhIds": [
    1,
    2
  ],
  "WhCatId": [
    1,
    2
  ],
  "BusinessOnly": true,
  "Keyword": "sample string 3",
  "NoneDataAfterWhCatFilter": true,
  "ShowDisableProd": true,
  "PageIndex": 6,
  "PageSize": 7,
  "UsePager": true,
  "CurrUserSn": 9,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 12,
  "DocumentDateArr": [
    "2024-11-25 02:52:34",
    "2024-11-25 02:52:34"
  ],
  "DeliveryDateType": 13,
  "DeliveryDateArr": [
    "2024-11-25 02:52:34",
    "2024-11-25 02:52:34"
  ],
  "OffDateType": 14,
  "OffDateArr": [
    "2024-11-25 02:52:34",
    "2024-11-25 02:52:34"
  ],
  "InventoryDateType": 15,
  "InventoryDateArr": [
    "2024-11-25 02:52:34",
    "2024-11-25 02:52:34"
  ]
}

application/xml, text/xml

Sample:
<RSSSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Stock">
  <_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:52:34.5929696+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:52:34.5929696+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">13</_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:52:34.5929696+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:52:34.5929696+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">12</_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:52:34.5929696+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:52:34.5929696+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">15</_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:52:34.5929696+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:52:34.5929696+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">14</_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">9</_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>
  <_x003C_BillEnd_x003E_k__BackingField>2024-11-25T02:52:34.5929696+08:00</_x003C_BillEnd_x003E_k__BackingField>
  <_x003C_BillStart_x003E_k__BackingField>2024-11-25T02:52:34.5929696+08:00</_x003C_BillStart_x003E_k__BackingField>
  <_x003C_BillType_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_BillType_x003E_k__BackingField>
  <_x003C_BusinessOnly_x003E_k__BackingField>true</_x003C_BusinessOnly_x003E_k__BackingField>
  <_x003C_Keyword_x003E_k__BackingField>sample string 3</_x003C_Keyword_x003E_k__BackingField>
  <_x003C_NoneDataAfterWhCatFilter_x003E_k__BackingField>true</_x003C_NoneDataAfterWhCatFilter_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField>6</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>7</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_ProdCatId_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_ProdCatId_x003E_k__BackingField>
  <_x003C_ProdIds_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_ProdIds_x003E_k__BackingField>
  <_x003C_ShowDisableProd_x003E_k__BackingField>true</_x003C_ShowDisableProd_x003E_k__BackingField>
  <_x003C_Spec_x003E_k__BackingField>sample string 1</_x003C_Spec_x003E_k__BackingField>
  <_x003C_TypeIds_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_TypeIds_x003E_k__BackingField>
  <_x003C_UsePager_x003E_k__BackingField>true</_x003C_UsePager_x003E_k__BackingField>
  <_x003C_WhCatId_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_WhCatId_x003E_k__BackingField>
  <_x003C_WhIds_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_WhIds_x003E_k__BackingField>
</RSSSearchConditions>

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.