POST api/GrupoProduto
Request Information
URI Parameters
None.
Body Parameters
GrupoProduto| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
None. |
|
| nome | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"guid": "4b6e57c7-b5ed-4fd0-81ce-2a709b6f7580",
"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:
"7d67f816-0414-44b7-a5bb-a88a39f0809e"