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": "96d69175-8ed0-445f-8ad2-065a22949ed5",
"nome": "sample string 2"
},
{
"guid": "96d69175-8ed0-445f-8ad2-065a22949ed5",
"nome": "sample string 2"
}
]