PUT api/LinhaProduto
Request Information
URI Parameters
None.
Body Parameters
LinhaProduto| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
None. |
|
| nome | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"guid": "883e47a0-d2af-4166-861e-f7e5df270525",
"nome": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.