None.
Name | Description | Type | Additional information |
---|---|---|---|
Keyword | string |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
CustIds | Collection of integer |
None. |
|
Sales | integer |
None. |
{ "Keyword": "sample string 1", "PageSize": 2, "PageIndex": 3, "CustIds": [ 1, 2 ], "Sales": 1 }
<CustomerInitialBalanceSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting.Cust"> <CustIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </CustIds> <Keyword>sample string 1</Keyword> <PageIndex>3</PageIndex> <PageSize>2</PageSize> <Sales>1</Sales> </CustomerInitialBalanceSearchConditions>
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. |