POST api/GruppoCategoria
Request Information
URI Parameters
None.
Body Parameters
DTOGruppoCategoria| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Campo DB: [ID]. Chiave primaria della tabella |
integer |
None. |
| Descrizione |
Campo DB: [Descrizione]. Descrizione del gruppo di categoria |
string |
None. |
| idCloud |
idCloud chiave per la piattaforma Zefiro |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Descrizione": "sample string 2",
"idCloud": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.