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