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": "bf42b992-ea7e-4837-853e-56b2dd18dc3c",
"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:
"238984e2-8a1c-43a2-935e-1354ce9bb01f"