POST api/Document/List

Request Information

URI Parameters

None.

Body Parameters

BindingModels
NameDescriptionTypeAdditional information
FromDate

date

Required

ToDate

date

Required

DTypeID

integer

Required

Count

integer

Required

Page

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "FromDate": "2025-12-09T21:25:41.8367026+02:00",
  "ToDate": "2025-12-09T21:25:41.8372034+02:00",
  "DTypeID": 3,
  "Count": 4,
  "Page": 5
}

application/xml, text/xml

Sample:
<BindingModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWIPIs">
  <Count>4</Count>
  <DTypeID>3</DTypeID>
  <FromDate>2025-12-09T21:25:41.8367026+02:00</FromDate>
  <Page>5</Page>
  <ToDate>2025-12-09T21:25:41.8372034+02:00</ToDate>
</BindingModels>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />