POST 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": "f2f0bdcc-df57-4c44-93d4-77003aa1afbb",
"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:
"271c6a07-5814-40c1-8951-9e6f63562d7e"