None.
Name | Description | Type | Additional information |
---|---|---|---|
BillStart | date |
None. |
|
BillEnd | date |
None. |
|
BatchNo | string |
None. |
|
SerialNo | string |
None. |
|
ProdIds | Collection of integer |
None. |
|
WhIds | Collection of integer |
None. |
|
BillTypes | Collection of integer |
None. |
|
InvStatus | Collection of integer |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
CustIds | Collection of integer |
None. |
|
VendIds | Collection of integer |
None. |
|
Keywords | string |
None. |
|
IsAp | boolean |
None. |
|
ShowDisabled | boolean |
None. |
|
WithZero | boolean |
None. |
|
IsShowSubTotal | boolean |
None. |
|
ProdDateStart | date |
None. |
|
ProdDateEnd | date |
None. |
{ "BillStart": "2024-11-25 02:30:45", "BillEnd": "2024-11-25 02:30:45", "BatchNo": "sample string 1", "SerialNo": "sample string 2", "ProdIds": [ 1, 2 ], "WhIds": [ 1, 2 ], "BillTypes": [ 1, 2 ], "InvStatus": [ 1, 2 ], "PageIndex": 3, "PageSize": 4, "CustIds": [ 1, 2 ], "VendIds": [ 1, 2 ], "Keywords": "sample string 5", "IsAp": true, "ShowDisabled": true, "WithZero": true, "IsShowSubTotal": true, "ProdDateStart": "2024-11-25 02:30:45", "ProdDateEnd": "2024-11-25 02:30:45" }
<TrackingConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Stock"> <BatchNo>sample string 1</BatchNo> <BillEnd>2024-11-25T02:30:45.4528029+08:00</BillEnd> <BillStart>2024-11-25T02:30:45.4528029+08:00</BillStart> <BillTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </BillTypes> <CustIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </CustIds> <InvStatus xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </InvStatus> <IsAp>true</IsAp> <IsShowSubTotal>true</IsShowSubTotal> <Keywords>sample string 5</Keywords> <PageIndex>3</PageIndex> <PageSize>4</PageSize> <ProdDateEnd>2024-11-25T02:30:45.4528029+08:00</ProdDateEnd> <ProdDateStart>2024-11-25T02:30:45.4528029+08:00</ProdDateStart> <ProdIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </ProdIds> <SerialNo>sample string 2</SerialNo> <ShowDisabled>true</ShowDisabled> <VendIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </VendIds> <WhIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </WhIds> <WithZero>true</WithZero> </TrackingConditions>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |