POST v1/log/list

Request Information

URI Parameters

None.

Body Parameters

LogListFilter
NameDescriptionTypeAdditional information
Date1

date

None.

Date2

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Date1": "2024-05-18T06:51:31.5216453+03:00",
  "Date2": "2024-05-18T06:51:31.5216453+03:00"
}

application/xml, text/xml

Sample:
<LogListFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SaldosEntegre.Models.Log">
  <Date1>2024-05-18T06:51:31.5216453+03:00</Date1>
  <Date2>2024-05-18T06:51:31.5216453+03:00</Date2>
</LogListFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.