POST api/Main/GetVrstePlacanjaPoDanima

Request Information

URI Parameters

None.

Body Parameters

PrometPoDanimaBodyVM
NameDescriptionTypeAdditional 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-06-10T15:24:48.5193319+02:00",
  "datumDo": "2026-06-10T15:24:48.5193319+02:00",
  "klijentID": 3,
  "operaterID": 4,
  "kasaID": 5
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.