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