GET api/UDT/MetodoObtenerLinea?U_inMarcaFK={U_inMarcaFK}&U_InMarcaInt={U_InMarcaInt}&DocEntry={DocEntry}&FlagSelected={FlagSelected}

MetodoObtenerLinea

Request Information

URI Parameters

NameDescriptionTypeAdditional information
U_inMarcaFK

string

Required

U_InMarcaInt

string

Required

DocEntry

integer

Required

FlagSelected

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RS_LINEAS_CORIAT
NameDescriptionTypeAdditional information
Code

integer

None.

Name

string

None.

U_inLinea

integer

None.

U_nvDescripcion

string

None.

U_inMarca

integer

None.

U_InLineaInt

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Code": 1,
    "Name": "sample string 2",
    "U_inLinea": 3,
    "U_nvDescripcion": "sample string 4",
    "U_inMarca": 5,
    "U_InLineaInt": 6
  },
  {
    "Code": 1,
    "Name": "sample string 2",
    "U_inLinea": 3,
    "U_nvDescripcion": "sample string 4",
    "U_inMarca": 5,
    "U_InLineaInt": 6
  }
]

application/xml, text/xml

Sample:
<ArrayOfRS_LINEAS_CORIAT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSG_SDK_10">
  <RS_LINEAS_CORIAT>
    <Code>1</Code>
    <Name>sample string 2</Name>
    <U_InLineaInt>6</U_InLineaInt>
    <U_inLinea>3</U_inLinea>
    <U_inMarca>5</U_inMarca>
    <U_nvDescripcion>sample string 4</U_nvDescripcion>
  </RS_LINEAS_CORIAT>
  <RS_LINEAS_CORIAT>
    <Code>1</Code>
    <Name>sample string 2</Name>
    <U_InLineaInt>6</U_InLineaInt>
    <U_inLinea>3</U_inLinea>
    <U_inMarca>5</U_inMarca>
    <U_nvDescripcion>sample string 4</U_nvDescripcion>
  </RS_LINEAS_CORIAT>
</ArrayOfRS_LINEAS_CORIAT>