PUT api/iGespMaterialServicoUnidForn

Request Information

URI Parameters

None.

Body Parameters

GBP_MATERIAL_SERVICO_UNID_FORN
NameDescriptionTypeAdditional information
MATSRV_CD

string

None.

UNIDFORNEC_CD

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MATSRV_CD": "sample string 1",
  "UNIDFORNEC_CD": 2
}

application/xml, text/xml

Sample:
<GBP_MATERIAL_SERVICO_UNID_FORN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIPortal.Models">
  <MATSRV_CD>sample string 1</MATSRV_CD>
  <UNIDFORNEC_CD>2</UNIDFORNEC_CD>
</GBP_MATERIAL_SERVICO_UNID_FORN>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.