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": "9411883c-d1df-474d-b3c6-e5cdc6ff1d72",
"nome": "sample string 2"
},
{
"guid": "9411883c-d1df-474d-b3c6-e5cdc6ff1d72",
"nome": "sample string 2"
}
]