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": "ba7c0c19-170b-458b-ab38-d5c8730ececd",
"nome": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.