GET api/QuickResponse/Conceptos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of gbcon| Name | Description | Type | Additional information |
|---|---|---|---|
| gbconpfij | integer |
None. |
|
| gbconcorr | integer |
None. |
|
| gbcondesc | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"gbconpfij": 1,
"gbconcorr": 2,
"gbcondesc": "sample string 3"
},
{
"gbconpfij": 1,
"gbconcorr": 2,
"gbcondesc": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfgbcon xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApiQR">
<gbcon>
<gbconcorr>2</gbconcorr>
<gbcondesc>sample string 3</gbcondesc>
<gbconpfij>1</gbconpfij>
</gbcon>
<gbcon>
<gbconcorr>2</gbconcorr>
<gbcondesc>sample string 3</gbcondesc>
<gbconpfij>1</gbconpfij>
</gbcon>
</ArrayOfgbcon>