POST api/Materials/get/GetSearch
Request Information
URI Parameters
None.
Body Parameters
SearchMaterial| Name | Description | Type | Additional 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:10.3042008+01:00",
"timeStart": "2025-12-11T17:10:10.3042008+01:00",
"timeEnd": "2025-12-11T17:10:10.3042008+01:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}