GET api/prodotti/fornitori/{filter}
Get lista fornitori
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filter | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FornitoreModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DesNome | string |
None. |
|
| PrgAziendaFornitore | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DesNome": "sample string 1",
"PrgAziendaFornitore": 2
},
{
"DesNome": "sample string 1",
"PrgAziendaFornitore": 2
}
]