PUT api/iGespMaterialServicoGrupo

Request Information

URI Parameters

None.

Body Parameters

GBP_MATERIAL_SERVICO_GRUPO
NameDescriptionTypeAdditional information
MATSRVGR_CD

string

None.

MATSRVGR_NM

string

None.

MATSRVGR_TP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MATSRVGR_CD": "sample string 1",
  "MATSRVGR_NM": "sample string 2",
  "MATSRVGR_TP": "sample string 3"
}

application/xml, text/xml

Sample:
<GBP_MATERIAL_SERVICO_GRUPO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIPortal.Models">
  <MATSRVGR_CD>sample string 1</MATSRVGR_CD>
  <MATSRVGR_NM>sample string 2</MATSRVGR_NM>
  <MATSRVGR_TP>sample string 3</MATSRVGR_TP>
</GBP_MATERIAL_SERVICO_GRUPO>

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.