GET api/Ubicacion/ObtenerUbicacion/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"idUbicacion": 1,
"nombre": "sample string 2",
"idEstado": 3,
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {
"$id": "3"
},
"OriginalValues": {
"$id": "4"
},
"ExtendedProperties": {
"$id": "5"
},
"ObjectsAddedToCollectionProperties": {
"$id": "6"
}
}
}
application/xml, text/xml
Sample:
<Ubicacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<idEstado>3</idEstado>
<idUbicacion>1</idUbicacion>
<nombre>sample string 2</nombre>
</Ubicacion>