GET cwm/tipilista/get/{Codice}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Codice | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CWMResultOfCWMTipiListaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| data | CWMTipiListaModel |
None. |
|
| error | CWMError |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"codice": "sample string 1",
"descrizione": "sample string 2",
"tipoDocumento": "sample string 3",
"automatica": true,
"eliminaMaterialeSuEvasione": true
},
"error": 0,
"message": "sample string 1"
}