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": "cb498171-a04e-4d60-8eec-89f71cfcc877",
"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:
"386cce88-e49f-4d56-9259-6340fc72b9fb"