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": "625e3ec1-9624-4da4-bae0-9e65c86373da",
"nome": "sample string 2"
},
{
"guid": "625e3ec1-9624-4da4-bae0-9e65c86373da",
"nome": "sample string 2"
}
]