GET api/UDT/MetodoObtenerMarca
MetodoObtenerMarca
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RS_MARCA_CORIAT| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Name | string |
None. |
|
| U_inMarca | integer |
None. |
|
| U_nvDescripcion | string |
None. |
|
| U_InMarcaInt | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": 1,
"Name": "sample string 2",
"U_inMarca": 3,
"U_nvDescripcion": "sample string 4",
"U_InMarcaInt": 5
},
{
"Code": 1,
"Name": "sample string 2",
"U_inMarca": 3,
"U_nvDescripcion": "sample string 4",
"U_InMarcaInt": 5
}
]
application/xml, text/xml
Sample:
<ArrayOfRS_MARCA_CORIAT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSG_SDK_10">
<RS_MARCA_CORIAT>
<Code>1</Code>
<Name>sample string 2</Name>
<U_InMarcaInt>5</U_InMarcaInt>
<U_inMarca>3</U_inMarca>
<U_nvDescripcion>sample string 4</U_nvDescripcion>
</RS_MARCA_CORIAT>
<RS_MARCA_CORIAT>
<Code>1</Code>
<Name>sample string 2</Name>
<U_InMarcaInt>5</U_InMarcaInt>
<U_inMarca>3</U_inMarca>
<U_nvDescripcion>sample string 4</U_nvDescripcion>
</RS_MARCA_CORIAT>
</ArrayOfRS_MARCA_CORIAT>