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-05-31T23:43:27.7599139+02:00",
"datumDo": "2026-05-31T23:43:27.7599139+02:00",
"klijentID": 3,
"operaterID": 4,
"kasaID": 5
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.