PUT 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": "5edf14d9-4f53-4d54-8eca-aae5b9449cf7", "nome": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.