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