POST api/Materials/post/GetSearch

Request Information

URI Parameters

None.

Body Parameters

SearchMaterial
NameDescriptionTypeAdditional information
count

integer

None.

materialTypeId

integer

None.

materialId

integer

None.

date

date

None.

timeStart

date

None.

timeEnd

date

None.

Request Formats

application/json, text/json

Sample:
{
  "count": 1,
  "materialTypeId": 1,
  "materialId": 1,
  "date": "2025-12-11T17:10:53.8839109+01:00",
  "timeStart": "2025-12-11T17:10:53.8839109+01:00",
  "timeEnd": "2025-12-11T17:10:53.8839109+01:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}