None.
Name | Description | Type | Additional information |
---|---|---|---|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
Total | integer |
None. |
|
Items | Collection of Object |
None. |
|
SearchText | string |
None. |
|
Status | boolean |
None. |
|
Ids | Collection of string |
None. |
{ "PageIndex": 1, "PageSize": 2, "Total": 3, "Items": [ {}, {} ], "SearchText": "sample string 4", "Status": true, "Ids": [ "sample string 1", "sample string 2" ] }
<CustomerCodeExportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models"> <Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </Ids> <Items xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:anyType /> <d2p1:anyType /> </Items> <PageIndex>1</PageIndex> <PageSize>2</PageSize> <SearchText>sample string 4</SearchText> <Status>true</Status> <Total>3</Total> </CustomerCodeExportModel>
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. |