GET api/CalidadControlDespanojadoSectoresAPI/GetActivosDTOCombo

GetActivosDTOCombo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CalidadControlDespanojadoSectoresDTOCombo
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Descripcion

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "2d28db7b-5df4-4c75-9a09-d34fcaeacf71",
    "Descripcion": "sample string 2"
  },
  {
    "Id": "2d28db7b-5df4-4c75-9a09-d34fcaeacf71",
    "Descripcion": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCalidadControlDespanojadoSectoresDTOCombo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
  <CalidadControlDespanojadoSectoresDTOCombo>
    <Descripcion>sample string 2</Descripcion>
    <Id>2d28db7b-5df4-4c75-9a09-d34fcaeacf71</Id>
  </CalidadControlDespanojadoSectoresDTOCombo>
  <CalidadControlDespanojadoSectoresDTOCombo>
    <Descripcion>sample string 2</Descripcion>
    <Id>2d28db7b-5df4-4c75-9a09-d34fcaeacf71</Id>
  </CalidadControlDespanojadoSectoresDTOCombo>
</ArrayOfCalidadControlDespanojadoSectoresDTOCombo>