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": "6c141aa5-97f4-494f-b696-4cb52c4dabe6",
"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:
"1054676b-84fa-4a90-8b46-3b77ab165702"