GET api/UDT/MetodoObtenerDiagnostico?U_inFallaFK={U_inFallaFK}&U_InFallaInt={U_InFallaInt}&DocEntry={DocEntry}&FlagSelected={FlagSelected}

MetodoObtenerDiagnostico

Request Information

URI Parameters

NameDescriptionTypeAdditional information
U_inFallaFK

string

Required

U_InFallaInt

string

Required

DocEntry

integer

Required

FlagSelected

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RS_DIAGNOSTICOS_CORIAT
NameDescriptionTypeAdditional information
Code

integer

None.

Name

string

None.

U_inDiagnostico

integer

None.

U_nvDescripcion

string

None.

U_inFalla

integer

None.

U_InDiagnosticoInt

integer

None.

U_InFallaInt

integer

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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