POST api/Employe/GetDSAList

Request Information

URI Parameters

None.

Body Parameters

DsaEmployeVm
NameDescriptionTypeAdditional information
SearchName

string

None.

Gender

integer

None.

DepId

integer

None.

WorkingState

integer

None.

CreateUser

integer

None.

IsOpenDictionary

integer

None.

DelFlag

integer

None.

Second

integer

None.

OnLineState

integer

None.

ProductId

integer

None.

isReCord

integer

None.

RecordDate

date

None.

PageSize

integer

None.

PageIndex

integer

None.

OrderBy

string

None.

OrderSequence

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SearchName": "sample string 1",
  "Gender": 1,
  "DepId": 1,
  "WorkingState": 1,
  "CreateUser": 2,
  "IsOpenDictionary": 3,
  "DelFlag": 1,
  "Second": 4,
  "OnLineState": 1,
  "ProductId": 1,
  "isReCord": 1,
  "RecordDate": "2025-12-09T01:09:12.4915+08:00",
  "PageSize": 5,
  "PageIndex": 6,
  "OrderBy": "sample string 7",
  "OrderSequence": "sample string 8"
}

application/xml, text/xml

Sample:
<DsaEmployeVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.API">
  <OrderBy xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">sample string 7</OrderBy>
  <OrderSequence xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">sample string 8</OrderSequence>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">6</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">5</PageSize>
  <CreateUser>2</CreateUser>
  <DelFlag>1</DelFlag>
  <DepId>1</DepId>
  <Gender>1</Gender>
  <IsOpenDictionary>3</IsOpenDictionary>
  <OnLineState>1</OnLineState>
  <ProductId>1</ProductId>
  <RecordDate>2025-12-09T01:09:12.4915+08:00</RecordDate>
  <SearchName>sample string 1</SearchName>
  <Second>4</Second>
  <WorkingState>1</WorkingState>
  <isReCord>1</isReCord>
</DsaEmployeVm>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DsaEmployeVm'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.