GET api/izvestaji/ukupno_po_beracu_na_dan?id={id}&beracId={beracId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| beracId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UkupnoPoBeracuNaDan_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Berac_Id | integer |
None. |
|
| Prezime | string |
None. |
|
| Ime | string |
None. |
|
| Kg | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Berac_Id": 1,
"Prezime": "sample string 2",
"Ime": "sample string 3",
"Kg": 1.0
},
{
"Berac_Id": 1,
"Prezime": "sample string 2",
"Ime": "sample string 3",
"Kg": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfUkupnoPoBeracuNaDan_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBarba_Api">
<UkupnoPoBeracuNaDan_Result>
<Berac_Id>1</Berac_Id>
<Ime>sample string 3</Ime>
<Kg>1</Kg>
<Prezime>sample string 2</Prezime>
</UkupnoPoBeracuNaDan_Result>
<UkupnoPoBeracuNaDan_Result>
<Berac_Id>1</Berac_Id>
<Ime>sample string 3</Ime>
<Kg>1</Kg>
<Prezime>sample string 2</Prezime>
</UkupnoPoBeracuNaDan_Result>
</ArrayOfUkupnoPoBeracuNaDan_Result>