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": "39f33560-0794-45f3-b338-f0c5d17aa166",
"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:
"7d041816-9941-422f-9d7f-e7ae550c516c"