POST api/EmployeeAllowFund/Search

Request Information

URI Parameters

None.

Body Parameters

EmployeeAllowFundSearchFilter
NameDescriptionTypeAdditional information
SearchText

string

None.

FinancialYearId

integer

None.

ActiveDateStart

date

None.

ActiveDateEnd

date

None.

PageSize

integer

None.

CurrentPage

integer

None.

SortBy

string

None.

SortType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SearchText": "sample string 1",
  "FinancialYearId": 2,
  "ActiveDateStart": "2026-04-01T16:51:40.9969843+07:00",
  "ActiveDateEnd": "2026-04-01T16:51:40.9969843+07:00",
  "PageSize": 3,
  "CurrentPage": 4,
  "SortBy": "sample string 5",
  "SortType": "sample string 6"
}

text/html

Sample:
{"SearchText":"sample string 1","FinancialYearId":2,"ActiveDateStart":"2026-04-01T16:51:40.9969843+07:00","ActiveDateEnd":"2026-04-01T16:51:40.9969843+07:00","PageSize":3,"CurrentPage":4,"SortBy":"sample string 5","SortType":"sample string 6"}

application/xml, text/xml

Sample:
<EmployeeAllowFundSearchFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TTMWM_MECLAIM_API.ViewModels">
  <ActiveDateEnd>2026-04-01T16:51:40.9969843+07:00</ActiveDateEnd>
  <ActiveDateStart>2026-04-01T16:51:40.9969843+07:00</ActiveDateStart>
  <CurrentPage>4</CurrentPage>
  <FinancialYearId>2</FinancialYearId>
  <PageSize>3</PageSize>
  <SearchText>sample string 1</SearchText>
  <SortBy>sample string 5</SortBy>
  <SortType>sample string 6</SortType>
</EmployeeAllowFundSearchFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResultTypedOfEmployeeAllowFundSearchResult
NameDescriptionTypeAdditional information
Code

integer

None.

Errors

Collection of string

None.

Data

EmployeeAllowFundSearchResult

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Errors": [
    "sample string 1",
    "sample string 2"
  ],
  "Data": {
    "TotalRows": 1,
    "EmployeeAllowFundList": [
      {
        "Id": 1,
        "EmployeeId": 2,
        "EmployeeNo": "sample string 3",
        "EmployeeTitleName": "sample string 4",
        "EmployeeFullName": "sample string 5",
        "FinancialYearId": 6,
        "FinancialYearName": "sample string 7",
        "FinancialYearShortName": "sample string 8",
        "FinancialYearStartDtm": "2026-04-01T16:51:40.999985+07:00",
        "FinancialYearEndDtm": "2026-04-01T16:51:40.999985+07:00",
        "ActiveDate": "2026-04-01T16:51:40.999985+07:00"
      },
      {
        "Id": 1,
        "EmployeeId": 2,
        "EmployeeNo": "sample string 3",
        "EmployeeTitleName": "sample string 4",
        "EmployeeFullName": "sample string 5",
        "FinancialYearId": 6,
        "FinancialYearName": "sample string 7",
        "FinancialYearShortName": "sample string 8",
        "FinancialYearStartDtm": "2026-04-01T16:51:40.999985+07:00",
        "FinancialYearEndDtm": "2026-04-01T16:51:40.999985+07:00",
        "ActiveDate": "2026-04-01T16:51:40.999985+07:00"
      }
    ]
  }
}

text/html

Sample:
{"Code":1,"Errors":["sample string 1","sample string 2"],"Data":{"TotalRows":1,"EmployeeAllowFundList":[{"Id":1,"EmployeeId":2,"EmployeeNo":"sample string 3","EmployeeTitleName":"sample string 4","EmployeeFullName":"sample string 5","FinancialYearId":6,"FinancialYearName":"sample string 7","FinancialYearShortName":"sample string 8","FinancialYearStartDtm":"2026-04-01T16:51:40.999985+07:00","FinancialYearEndDtm":"2026-04-01T16:51:40.999985+07:00","ActiveDate":"2026-04-01T16:51:40.999985+07:00"},{"Id":1,"EmployeeId":2,"EmployeeNo":"sample string 3","EmployeeTitleName":"sample string 4","EmployeeFullName":"sample string 5","FinancialYearId":6,"FinancialYearName":"sample string 7","FinancialYearShortName":"sample string 8","FinancialYearStartDtm":"2026-04-01T16:51:40.999985+07:00","FinancialYearEndDtm":"2026-04-01T16:51:40.999985+07:00","ActiveDate":"2026-04-01T16:51:40.999985+07:00"}]}}

application/xml, text/xml

Sample:
<ServiceResultTypedOfEmployeeAllowFundSearchResultYj8O1tFc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSW.Common.Models">
  <Code>1</Code>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/TTMWM_MECLAIM_API.ViewModels">
    <d2p1:EmployeeAllowFundList>
      <d2p1:EmployeeAllowFundDetail>
        <d2p1:ActiveDate>2026-04-01T16:51:40.999985+07:00</d2p1:ActiveDate>
        <d2p1:EmployeeFullName>sample string 5</d2p1:EmployeeFullName>
        <d2p1:EmployeeId>2</d2p1:EmployeeId>
        <d2p1:EmployeeNo>sample string 3</d2p1:EmployeeNo>
        <d2p1:EmployeeTitleName>sample string 4</d2p1:EmployeeTitleName>
        <d2p1:FinancialYearEndDtm>2026-04-01T16:51:40.999985+07:00</d2p1:FinancialYearEndDtm>
        <d2p1:FinancialYearId>6</d2p1:FinancialYearId>
        <d2p1:FinancialYearName>sample string 7</d2p1:FinancialYearName>
        <d2p1:FinancialYearShortName>sample string 8</d2p1:FinancialYearShortName>
        <d2p1:FinancialYearStartDtm>2026-04-01T16:51:40.999985+07:00</d2p1:FinancialYearStartDtm>
        <d2p1:Id>1</d2p1:Id>
      </d2p1:EmployeeAllowFundDetail>
      <d2p1:EmployeeAllowFundDetail>
        <d2p1:ActiveDate>2026-04-01T16:51:40.999985+07:00</d2p1:ActiveDate>
        <d2p1:EmployeeFullName>sample string 5</d2p1:EmployeeFullName>
        <d2p1:EmployeeId>2</d2p1:EmployeeId>
        <d2p1:EmployeeNo>sample string 3</d2p1:EmployeeNo>
        <d2p1:EmployeeTitleName>sample string 4</d2p1:EmployeeTitleName>
        <d2p1:FinancialYearEndDtm>2026-04-01T16:51:40.999985+07:00</d2p1:FinancialYearEndDtm>
        <d2p1:FinancialYearId>6</d2p1:FinancialYearId>
        <d2p1:FinancialYearName>sample string 7</d2p1:FinancialYearName>
        <d2p1:FinancialYearShortName>sample string 8</d2p1:FinancialYearShortName>
        <d2p1:FinancialYearStartDtm>2026-04-01T16:51:40.999985+07:00</d2p1:FinancialYearStartDtm>
        <d2p1:Id>1</d2p1:Id>
      </d2p1:EmployeeAllowFundDetail>
    </d2p1:EmployeeAllowFundList>
    <d2p1:TotalRows>1</d2p1:TotalRows>
  </Data>
  <Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Errors>
</ServiceResultTypedOfEmployeeAllowFundSearchResultYj8O1tFc>