GET api/UDT/MetodoObtenerEquipo?U_inFamiliaFK={U_inFamiliaFK}&U_InFamiliaInt={U_InFamiliaInt}&DocEntry={DocEntry}&FlagSelected={FlagSelected}

MetodoObtenerEquipo

Request Information

URI Parameters

NameDescriptionTypeAdditional information
U_inFamiliaFK

string

Required

U_InFamiliaInt

string

Required

DocEntry

integer

Required

FlagSelected

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RS_EQUIPOS_CORIAT
NameDescriptionTypeAdditional information
Code

integer

None.

Name

string

None.

U_inEquipo

integer

None.

U_nvDescripcion

string

None.

U_InEquipoInt

integer

None.

U_inFamilia

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Code": 1,
    "Name": "sample string 2",
    "U_inEquipo": 3,
    "U_nvDescripcion": "sample string 4",
    "U_InEquipoInt": 5,
    "U_inFamilia": 6
  },
  {
    "Code": 1,
    "Name": "sample string 2",
    "U_inEquipo": 3,
    "U_nvDescripcion": "sample string 4",
    "U_InEquipoInt": 5,
    "U_inFamilia": 6
  }
]

application/xml, text/xml

Sample:
<ArrayOfRS_EQUIPOS_CORIAT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSG_SDK_10">
  <RS_EQUIPOS_CORIAT>
    <Code>1</Code>
    <Name>sample string 2</Name>
    <U_InEquipoInt>5</U_InEquipoInt>
    <U_inEquipo>3</U_inEquipo>
    <U_inFamilia>6</U_inFamilia>
    <U_nvDescripcion>sample string 4</U_nvDescripcion>
  </RS_EQUIPOS_CORIAT>
  <RS_EQUIPOS_CORIAT>
    <Code>1</Code>
    <Name>sample string 2</Name>
    <U_InEquipoInt>5</U_InEquipoInt>
    <U_inEquipo>3</U_inEquipo>
    <U_inFamilia>6</U_inFamilia>
    <U_nvDescripcion>sample string 4</U_nvDescripcion>
  </RS_EQUIPOS_CORIAT>
</ArrayOfRS_EQUIPOS_CORIAT>