POST api/Main/GetUkupanIznos
Request Information
URI Parameters
None.
Body Parameters
RacuniBodyVM| Name | Description | Type | Additional information |
|---|---|---|---|
| datumOd | date |
None. |
|
| datumDo | date |
None. |
|
| klijentID | integer |
None. |
|
| operaterID | integer |
None. |
|
| kasaID | integer |
None. |
|
| crno | integer |
None. |
|
| akcija | string |
None. |
|
| page | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"datumOd": "2026-03-14T09:51:30.2709654+01:00",
"datumDo": "2026-03-14T09:51:30.2709654+01:00",
"klijentID": 3,
"operaterID": 4,
"kasaID": 5,
"crno": 6,
"akcija": "sample string 7",
"page": 8
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.