POST api/Action/GetExpenseIncomeList

Request Information

URI Parameters

None.

Body Parameters

GetExpenseIncomeListDto
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

OrderBy

string

None.

DataCount

integer

None.

IsIncome

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "startDate": "2025-05-24T16:52:48.7592108+03:00",
  "endDate": "2025-05-24T16:52:48.7592108+03:00",
  "orderBy": "sample string 1",
  "dataCount": 2,
  "isIncome": true
}

application/xml, text/xml

Sample:
<GetExpenseIncomeListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs">
  <DataCount>2</DataCount>
  <EndDate>2025-05-24T16:52:48.7592108+03:00</EndDate>
  <IsIncome>true</IsIncome>
  <OrderBy>sample string 1</OrderBy>
  <StartDate>2025-05-24T16:52:48.7592108+03:00</StartDate>
</GetExpenseIncomeListDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"startDate":"2025-05-24T16:52:48.7592108+03:00","endDate":"2025-05-24T16:52:48.7592108+03:00","orderBy":"sample string 1","dataCount":2,"isIncome":true}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.