PUT api/Licenza
Request Information
URI Parameters
None.
Body Parameters
DTOLicenza| Name | Description | Type | Additional information |
|---|---|---|---|
| Posizione | integer |
None. |
|
| Applicazione | string |
None. |
|
| Modulo | string |
None. |
|
| SottoModulo | string |
None. |
|
| Attivo | boolean |
None. |
|
| Note | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Posizione": 1,
"Applicazione": "sample string 2",
"Modulo": "sample string 3",
"SottoModulo": "sample string 4",
"Attivo": true,
"Note": "sample string 6"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.