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": "b1c5387b-1e86-446c-bf1a-8a285a4ede64", "nome": "sample string 2" }