PUT api/iGespUnidadeMedida
Request Information
URI Parameters
None.
Body Parameters
GBP_UNIDADE_MEDIDAName | Description | Type | Additional information |
---|---|---|---|
GBPUMED_CD | integer |
None. |
|
GBPUMED_NM | string |
None. |
|
GBPUMED_TX_ABREVIACAO | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "GBPUMED_CD": 1, "GBPUMED_NM": "sample string 2", "GBPUMED_TX_ABREVIACAO": "sample string 3" }
application/xml, text/xml
Sample:
<GBP_UNIDADE_MEDIDA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIPortal.Models"> <GBPUMED_CD>1</GBPUMED_CD> <GBPUMED_NM>sample string 2</GBPUMED_NM> <GBPUMED_TX_ABREVIACAO>sample string 3</GBPUMED_TX_ABREVIACAO> </GBP_UNIDADE_MEDIDA>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.