GET api/iGespUnidadeMedida

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GBP_UNIDADE_MEDIDA
NameDescriptionTypeAdditional information
GBPUMED_CD

integer

None.

GBPUMED_NM

string

None.

GBPUMED_TX_ABREVIACAO

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GBPUMED_CD": 1,
    "GBPUMED_NM": "sample string 2",
    "GBPUMED_TX_ABREVIACAO": "sample string 3"
  },
  {
    "GBPUMED_CD": 1,
    "GBPUMED_NM": "sample string 2",
    "GBPUMED_TX_ABREVIACAO": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGBP_UNIDADE_MEDIDA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIPortal.Models">
  <GBP_UNIDADE_MEDIDA>
    <GBPUMED_CD>1</GBPUMED_CD>
    <GBPUMED_NM>sample string 2</GBPUMED_NM>
    <GBPUMED_TX_ABREVIACAO>sample string 3</GBPUMED_TX_ABREVIACAO>
  </GBP_UNIDADE_MEDIDA>
  <GBP_UNIDADE_MEDIDA>
    <GBPUMED_CD>1</GBPUMED_CD>
    <GBPUMED_NM>sample string 2</GBPUMED_NM>
    <GBPUMED_TX_ABREVIACAO>sample string 3</GBPUMED_TX_ABREVIACAO>
  </GBP_UNIDADE_MEDIDA>
</ArrayOfGBP_UNIDADE_MEDIDA>