GET api/LinhaProduto/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LinhaProdutoName | Description | Type | Additional information |
---|---|---|---|
guid | globally unique identifier |
None. |
|
nome | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "guid": "e709888b-8f44-4c5e-b73b-2496a7bb1cd7", "nome": "sample string 2" }