GET api/LinhaProduto/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LinhaProduto| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
None. |
|
| nome | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"guid": "31eec4d6-7736-4782-9223-76dfbd3ef6cf",
"nome": "sample string 2"
}