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