None.
Name | Description | Type | Additional information |
---|---|---|---|
SearchText | string |
None. |
|
Status | boolean |
None. |
|
CustomSearchAndOrderCondition | CustomSearchAndOrderCondition |
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. |
|
BillOrigins | Collection of integer |
None. |
{ "SearchText": "sample string 1", "Status": true, "CustomSearchAndOrderCondition": { "OrderColumnName": "sample string 1", "OrderType": 0, "CustomSearchParams": [ { "ColumnName": "sample string 1", "Params": [ {}, {} ] }, { "ColumnName": "sample string 1", "Params": [ {}, {} ] } ] }, "PageIndex": 3, "PageSize": 4, "UsePager": true, "CurrUserSn": 6, "CanViewAllBill": true, "CanOpeAllWh": true, "OpeWhList": [ 1, 2 ], "DocumentDateType": 9, "DocumentDateArr": [ "2025-04-04 03:36:00", "2025-04-04 03:36:00" ], "DeliveryDateType": 10, "DeliveryDateArr": [ "2025-04-04 03:36:00", "2025-04-04 03:36:00" ], "OffDateType": 11, "OffDateArr": [ "2025-04-04 03:36:00", "2025-04-04 03:36:00" ], "InventoryDateType": 12, "InventoryDateArr": [ "2025-04-04 03:36:00", "2025-04-04 03:36:00" ], "BillOrigins": [ 1, 2 ] }
<EmployeeCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi"> <_billOrigins xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </_billOrigins> <_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>2025-04-04T03:36:00.6064591+08:00</d2p1:dateTime> <d2p1:dateTime>2025-04-04T03:36:00.6064591+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">10</_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>2025-04-04T03:36:00.6064591+08:00</d2p1:dateTime> <d2p1:dateTime>2025-04-04T03:36:00.6064591+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">9</_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>2025-04-04T03:36:00.6064591+08:00</d2p1:dateTime> <d2p1:dateTime>2025-04-04T03:36:00.6064591+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">12</_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>2025-04-04T03:36:00.6064591+08:00</d2p1:dateTime> <d2p1:dateTime>2025-04-04T03:36:00.6064591+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">11</_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">6</_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_PageIndex_x003E_k__BackingField>3</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>4</_x003C_PageSize_x003E_k__BackingField> <_x003C_UsePager_x003E_k__BackingField>true</_x003C_UsePager_x003E_k__BackingField> <_x003C_CustomSearchAndOrderCondition_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.BaseData"> <d2p1:CustomSearchParams> <d2p1:CustomSearchParam> <d2p1:ColumnName>sample string 1</d2p1:ColumnName> <d2p1:Params xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:anyType /> <d5p1:anyType /> </d2p1:Params> </d2p1:CustomSearchParam> <d2p1:CustomSearchParam> <d2p1:ColumnName>sample string 1</d2p1:ColumnName> <d2p1:Params xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:anyType /> <d5p1:anyType /> </d2p1:Params> </d2p1:CustomSearchParam> </d2p1:CustomSearchParams> <d2p1:OrderColumnName>sample string 1</d2p1:OrderColumnName> <d2p1:OrderType>None</d2p1:OrderType> </_x003C_CustomSearchAndOrderCondition_x003E_k__BackingField> <_x003C_SearchText_x003E_k__BackingField>sample string 1</_x003C_SearchText_x003E_k__BackingField> <_x003C_Status_x003E_k__BackingField>true</_x003C_Status_x003E_k__BackingField> </EmployeeCondition>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
Items | Collection of EmployeeListModel |
None. |
|
SumModel | EmployeeListModel |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
Total | integer |
None. |
|
UsePager | boolean |
None. |
|
CategoriesFounded | Collection of integer |
None. |
|
RDocumentStartDate | string |
None. |
|
RDocumentEndDate | string |
None. |
|
RDeliveryStartDate | string |
None. |
|
RDeliveryEndDate | string |
None. |
{ "Items": [ { "AsId": 1, "UserId": 2, "UserNo": "sample string 3", "UserName": "sample string 4", "Mobile": "sample string 5", "Note": "sample string 6", "Status": 7, "CreatedBy": 8, "CreatedDate": "2025-04-04 03:36:00", "ModifiedBy": 10, "ModifiedDate": "2025-04-04 03:36:00" }, { "AsId": 1, "UserId": 2, "UserNo": "sample string 3", "UserName": "sample string 4", "Mobile": "sample string 5", "Note": "sample string 6", "Status": 7, "CreatedBy": 8, "CreatedDate": "2025-04-04 03:36:00", "ModifiedBy": 10, "ModifiedDate": "2025-04-04 03:36:00" } ], "SumModel": { "AsId": 1, "UserId": 2, "UserNo": "sample string 3", "UserName": "sample string 4", "Mobile": "sample string 5", "Note": "sample string 6", "Status": 7, "CreatedBy": 8, "CreatedDate": "2025-04-04 03:36:00", "ModifiedBy": 10, "ModifiedDate": "2025-04-04 03:36:00" }, "PageIndex": 1, "PageSize": 2, "Total": 3, "UsePager": true, "CategoriesFounded": [ 1, 2 ], "RDocumentStartDate": "sample string 5", "RDocumentEndDate": "sample string 6", "RDeliveryStartDate": "sample string 7", "RDeliveryEndDate": "sample string 8" }
<NewApiPagedListOfEmployeeListModelgCNEkBHC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi"> <_x003C_RDeliveryEndDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 8</_x003C_RDeliveryEndDate_x003E_k__BackingField> <_x003C_RDeliveryStartDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 7</_x003C_RDeliveryStartDate_x003E_k__BackingField> <_x003C_RDocumentEndDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 6</_x003C_RDocumentEndDate_x003E_k__BackingField> <_x003C_RDocumentStartDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 5</_x003C_RDocumentStartDate_x003E_k__BackingField> <_x003C_CategoriesFounded_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </_x003C_CategoriesFounded_x003E_k__BackingField> <_x003C_Items_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models"> <d2p1:EmployeeListModel> <d2p1:AsId>1</d2p1:AsId> <d2p1:CreatedBy>8</d2p1:CreatedBy> <d2p1:CreatedDate>2025-04-04T03:36:00.6221371+08:00</d2p1:CreatedDate> <d2p1:Mobile>sample string 5</d2p1:Mobile> <d2p1:ModifiedBy>10</d2p1:ModifiedBy> <d2p1:ModifiedDate>2025-04-04T03:36:00.6221371+08:00</d2p1:ModifiedDate> <d2p1:Note>sample string 6</d2p1:Note> <d2p1:Status>7</d2p1:Status> <d2p1:UserId>2</d2p1:UserId> <d2p1:UserName>sample string 4</d2p1:UserName> <d2p1:UserNo>sample string 3</d2p1:UserNo> </d2p1:EmployeeListModel> <d2p1:EmployeeListModel> <d2p1:AsId>1</d2p1:AsId> <d2p1:CreatedBy>8</d2p1:CreatedBy> <d2p1:CreatedDate>2025-04-04T03:36:00.6221371+08:00</d2p1:CreatedDate> <d2p1:Mobile>sample string 5</d2p1:Mobile> <d2p1:ModifiedBy>10</d2p1:ModifiedBy> <d2p1:ModifiedDate>2025-04-04T03:36:00.6221371+08:00</d2p1:ModifiedDate> <d2p1:Note>sample string 6</d2p1:Note> <d2p1:Status>7</d2p1:Status> <d2p1:UserId>2</d2p1:UserId> <d2p1:UserName>sample string 4</d2p1:UserName> <d2p1:UserNo>sample string 3</d2p1:UserNo> </d2p1:EmployeeListModel> </_x003C_Items_x003E_k__BackingField> <_x003C_PageIndex_x003E_k__BackingField>1</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>2</_x003C_PageSize_x003E_k__BackingField> <_x003C_SumModel_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models"> <d2p1:AsId>1</d2p1:AsId> <d2p1:CreatedBy>8</d2p1:CreatedBy> <d2p1:CreatedDate>2025-04-04T03:36:00.6221371+08:00</d2p1:CreatedDate> <d2p1:Mobile>sample string 5</d2p1:Mobile> <d2p1:ModifiedBy>10</d2p1:ModifiedBy> <d2p1:ModifiedDate>2025-04-04T03:36:00.6221371+08:00</d2p1:ModifiedDate> <d2p1:Note>sample string 6</d2p1:Note> <d2p1:Status>7</d2p1:Status> <d2p1:UserId>2</d2p1:UserId> <d2p1:UserName>sample string 4</d2p1:UserName> <d2p1:UserNo>sample string 3</d2p1:UserNo> </_x003C_SumModel_x003E_k__BackingField> <_x003C_Total_x003E_k__BackingField>3</_x003C_Total_x003E_k__BackingField> <_x003C_UsePager_x003E_k__BackingField>true</_x003C_UsePager_x003E_k__BackingField> </NewApiPagedListOfEmployeeListModelgCNEkBHC>