POST api/iGespEmbalagem

Request Information

URI Parameters

None.

Body Parameters

GBP_EMBALAGEM
NameDescriptionTypeAdditional information
GBPEMBL_CD

integer

None.

GBPEMBL_NM

string

None.

Request Formats

application/json, text/json

Sample:
{
  "GBPEMBL_CD": 1,
  "GBPEMBL_NM": "sample string 2"
}

application/xml, text/xml

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

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.