GET api/LinhaProduto
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LinhaProduto| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
None. |
|
| nome | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"guid": "6acf5536-7154-464f-8d1f-90ffe4968732",
"nome": "sample string 2"
},
{
"guid": "6acf5536-7154-464f-8d1f-90ffe4968732",
"nome": "sample string 2"
}
]