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": "de6607ac-43fc-4a5f-9f55-cfc65b71af2c",
    "nome": "sample string 2"
  },
  {
    "guid": "de6607ac-43fc-4a5f-9f55-cfc65b71af2c",
    "nome": "sample string 2"
  }
]