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": "48afe39f-9fb9-494b-bbdc-a8a3da92800a",
"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:
"ef492c61-fbd9-45be-a2ca-d6b0163ff4d2"