GET api/UDT/MetodoObtenerFamilia?U_inLineaFK={U_inLineaFK}&U_InLineaInt={U_InLineaInt}&DocEntry={DocEntry}&FlagSelected={FlagSelected}
MetodoObtenerFamilia
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| U_inLineaFK | string |
Required |
|
| U_InLineaInt | string |
Required |
|
| DocEntry | integer |
Required |
|
| FlagSelected | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RS_FAMILIAS_CORIAT| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Name | string |
None. |
|
| U_inFamilia | integer |
None. |
|
| U_nvDescripcion | string |
None. |
|
| U_InFamiliaInt | integer |
None. |
|
| U_inLinea | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": 1,
"Name": "sample string 2",
"U_inFamilia": 3,
"U_nvDescripcion": "sample string 4",
"U_InFamiliaInt": 5,
"U_inLinea": 6
},
{
"Code": 1,
"Name": "sample string 2",
"U_inFamilia": 3,
"U_nvDescripcion": "sample string 4",
"U_InFamiliaInt": 5,
"U_inLinea": 6
}
]
application/xml, text/xml
Sample:
<ArrayOfRS_FAMILIAS_CORIAT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSG_SDK_10">
<RS_FAMILIAS_CORIAT>
<Code>1</Code>
<Name>sample string 2</Name>
<U_InFamiliaInt>5</U_InFamiliaInt>
<U_inFamilia>3</U_inFamilia>
<U_inLinea>6</U_inLinea>
<U_nvDescripcion>sample string 4</U_nvDescripcion>
</RS_FAMILIAS_CORIAT>
<RS_FAMILIAS_CORIAT>
<Code>1</Code>
<Name>sample string 2</Name>
<U_InFamiliaInt>5</U_InFamiliaInt>
<U_inFamilia>3</U_inFamilia>
<U_inLinea>6</U_inLinea>
<U_nvDescripcion>sample string 4</U_nvDescripcion>
</RS_FAMILIAS_CORIAT>
</ArrayOfRS_FAMILIAS_CORIAT>