POST api/iGespMaterialServicoItem

Request Information

URI Parameters

None.

Body Parameters

GBP_MATERIAL_SERVICO_ITEM
NameDescriptionTypeAdditional information
MATSRV_CD

string

None.

MATSRVITEM_CD

string

None.

MATSRVITEM_SQ

string

None.

MATSRVITEM_NM

string

None.

MATSRVGR_TP

string

None.

MATSRVITEM_CD_SQ

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MATSRV_CD": "sample string 1",
  "MATSRVITEM_CD": "sample string 2",
  "MATSRVITEM_SQ": "sample string 3",
  "MATSRVITEM_NM": "sample string 4",
  "MATSRVGR_TP": "sample string 5",
  "MATSRVITEM_CD_SQ": "sample string 6"
}

application/xml, text/xml

Sample:
<GBP_MATERIAL_SERVICO_ITEM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIPortal.Models">
  <MATSRVGR_TP>sample string 5</MATSRVGR_TP>
  <MATSRVITEM_CD>sample string 2</MATSRVITEM_CD>
  <MATSRVITEM_CD_SQ>sample string 6</MATSRVITEM_CD_SQ>
  <MATSRVITEM_NM>sample string 4</MATSRVITEM_NM>
  <MATSRVITEM_SQ>sample string 3</MATSRVITEM_SQ>
  <MATSRV_CD>sample string 1</MATSRV_CD>
</GBP_MATERIAL_SERVICO_ITEM>

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.