POST api/iGespUnidadeFornecimento
Request Information
URI Parameters
None.
Body Parameters
GBP_UNIDADE_FORNECIMENTO| Name | Description | Type | Additional information |
|---|---|---|---|
| UNIDFORNEC_CD | integer |
None. |
|
| GBPUMED_CD | string |
None. |
|
| GBPEMBL_CD | string |
None. |
|
| GBPUTEMPO_CD | string |
None. |
|
| UNIDFORNEC_QT_CAPACIDADE | string |
None. |
|
| UNIDFORNEC_TP | string |
None. |
|
| UNIDFORNEC_IN_EXC_LOGICA | string |
None. |
|
| UNIDFORNEC_IN_ATIVO_INATIVO | string |
None. |
|
| UNIDFORNEC_MOTIVO_INATIVACAO | string |
None. |
|
| SNCTRS_DH_ULT_ALTR | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UNIDFORNEC_CD": 1,
"GBPUMED_CD": "sample string 2",
"GBPEMBL_CD": "sample string 3",
"GBPUTEMPO_CD": "sample string 4",
"UNIDFORNEC_QT_CAPACIDADE": "sample string 5",
"UNIDFORNEC_TP": "sample string 6",
"UNIDFORNEC_IN_EXC_LOGICA": "sample string 7",
"UNIDFORNEC_IN_ATIVO_INATIVO": "sample string 8",
"UNIDFORNEC_MOTIVO_INATIVACAO": "sample string 9",
"SNCTRS_DH_ULT_ALTR": "sample string 10"
}
application/xml, text/xml
Sample:
<GBP_UNIDADE_FORNECIMENTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIPortal.Models"> <GBPEMBL_CD>sample string 3</GBPEMBL_CD> <GBPUMED_CD>sample string 2</GBPUMED_CD> <GBPUTEMPO_CD>sample string 4</GBPUTEMPO_CD> <SNCTRS_DH_ULT_ALTR>sample string 10</SNCTRS_DH_ULT_ALTR> <UNIDFORNEC_CD>1</UNIDFORNEC_CD> <UNIDFORNEC_IN_ATIVO_INATIVO>sample string 8</UNIDFORNEC_IN_ATIVO_INATIVO> <UNIDFORNEC_IN_EXC_LOGICA>sample string 7</UNIDFORNEC_IN_EXC_LOGICA> <UNIDFORNEC_MOTIVO_INATIVACAO>sample string 9</UNIDFORNEC_MOTIVO_INATIVACAO> <UNIDFORNEC_QT_CAPACIDADE>sample string 5</UNIDFORNEC_QT_CAPACIDADE> <UNIDFORNEC_TP>sample string 6</UNIDFORNEC_TP> </GBP_UNIDADE_FORNECIMENTO>
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.