POST api/Main/UtrosakArtikalaGet
Request Information
URI Parameters
None.
Body Parameters
UtrosakArtikalaBodyVM| Name | Description | Type | Additional information |
|---|---|---|---|
| datumOd | date |
None. |
|
| datumDo | date |
None. |
|
| klijentID | integer |
None. |
|
| operaterID | integer |
None. |
|
| crno | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"datumOd": "2026-03-14T09:51:24.9422747+01:00",
"datumDo": "2026-03-14T09:51:24.9422747+01:00",
"klijentID": 3,
"operaterID": 4,
"crno": 5
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.