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": "41b10eef-89f7-4a8c-a151-5cf20b0fac84",
"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:
"72cd420e-c869-4d90-aec4-9031b63328b9"