GET api/UDT/MetodoObtenerFalla?U_inEquipoFK={U_inEquipoFK}&U_InEquipoInt={U_InEquipoInt}&DocEntry={DocEntry}&FlagSelected={FlagSelected}

MetodoObtenerFalla

Request Information

URI Parameters

NameDescriptionTypeAdditional information
U_inEquipoFK

string

Required

U_InEquipoInt

string

Required

DocEntry

integer

Required

FlagSelected

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RS_FALLAS_CORIAT
NameDescriptionTypeAdditional information
Code

integer

None.

Name

string

None.

U_inFalla

integer

None.

U_nvDescripcion

string

None.

U_inEquipo

integer

None.

U_InFallaInt

integer

None.

U_InEquipoInt

integer

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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