GET api/LinhaProduto

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LinhaProduto
NameDescriptionTypeAdditional information
guid

globally unique identifier

None.

nome

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "guid": "d956ff6b-7def-4794-9d4b-f32c10ce7d0d",
    "nome": "sample string 2"
  },
  {
    "guid": "d956ff6b-7def-4794-9d4b-f32c10ce7d0d",
    "nome": "sample string 2"
  }
]