POST api/LinhaProduto
Request Information
URI Parameters
None.
Body Parameters
LinhaProdutoName | Description | Type | Additional information |
---|---|---|---|
guid | globally unique identifier |
None. |
|
nome | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "guid": "fd2bcf70-b7c7-46b2-a2fb-93a8e51a3780", "nome": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"2edd2d3a-df80-4857-974a-cf3a33dea44d"