POST api/LinhaProduto

Request Information

URI Parameters

None.

Body Parameters

LinhaProduto
NameDescriptionTypeAdditional information
guid

globally unique identifier

None.

nome

string

None.

Request Formats

application/json, text/json

Sample:
{
  "guid": "a1164bdd-ccb8-4cd8-8067-33741dc236a9",
  "nome": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
"24c4c6d8-4288-44ef-a509-b3be5f670e03"