GET api/Ubicazione/{id}
Ritorna l'ubicazione
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{
"IdUbicazione": 1,
"Ubicazione": "sample string 1",
"Locked": "sample string 2",
"Ordinamento": 1
}