GET api/iGespUnidades
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GBP_UNIDADES| Name | Description | Type | Additional information |
|---|---|---|---|
| MATSRV_CD | integer |
None. |
|
| UNIDFORNEC_CD | integer |
None. |
|
| UNIDFORNEC_NM | string |
None. |
|
| MATSRVGR_TP | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MATSRV_CD": 1,
"UNIDFORNEC_CD": 2,
"UNIDFORNEC_NM": "sample string 3",
"MATSRVGR_TP": "sample string 4"
},
{
"MATSRV_CD": 1,
"UNIDFORNEC_CD": 2,
"UNIDFORNEC_NM": "sample string 3",
"MATSRVGR_TP": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfGBP_UNIDADES xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIPortal.Models">
<GBP_UNIDADES>
<MATSRVGR_TP>sample string 4</MATSRVGR_TP>
<MATSRV_CD>1</MATSRV_CD>
<UNIDFORNEC_CD>2</UNIDFORNEC_CD>
<UNIDFORNEC_NM>sample string 3</UNIDFORNEC_NM>
</GBP_UNIDADES>
<GBP_UNIDADES>
<MATSRVGR_TP>sample string 4</MATSRVGR_TP>
<MATSRV_CD>1</MATSRV_CD>
<UNIDFORNEC_CD>2</UNIDFORNEC_CD>
<UNIDFORNEC_NM>sample string 3</UNIDFORNEC_NM>
</GBP_UNIDADES>
</ArrayOfGBP_UNIDADES>