PUT api/Ubicazione
Request Information
URI Parameters
None.
Body Parameters
DTOUbicazione| Name | Description | Type | Additional information |
|---|---|---|---|
| IdUbicazione | integer |
None. |
|
| Ubicazione | string |
String length: inclusive between 0 and 100 |
|
| Locked | string |
String length: inclusive between 0 and 255 |
|
| Ordinamento | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdUbicazione": 1,
"Ubicazione": "sample string 1",
"Locked": "sample string 2",
"Ordinamento": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.