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": "77cd0892-0c5c-4d93-8c7f-24dfb2d8f1a8",
"nome": "sample string 2"
},
{
"guid": "77cd0892-0c5c-4d93-8c7f-24dfb2d8f1a8",
"nome": "sample string 2"
}
]