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": "30f8e11f-f972-4fe2-9e44-ec48cbdf093c",
  "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:
"56470f82-6e4d-4dfd-b0c1-56168f3aa53f"