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