None.
Name | Description | Type | Additional information |
---|---|---|---|
AsId | integer |
None. |
|
Keyword | string |
None. |
|
ShowDisabled | boolean |
None. |
|
SelectIds | Collection of integer |
None. |
|
ParentDpeId | integer |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
{ "AsId": 1, "Keyword": "sample string 2", "ShowDisabled": true, "SelectIds": [ 1, 2 ], "ParentDpeId": 4, "PageIndex": 5, "PageSize": 6 }
<DepartmentSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ToAcc.ErpAccModel"> <AsId>1</AsId> <Keyword>sample string 2</Keyword> <PageIndex>5</PageIndex> <PageSize>6</PageSize> <ParentDpeId>4</ParentDpeId> <SelectIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </SelectIds> <ShowDisabled>true</ShowDisabled> </DepartmentSearchConditions>
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. |