PUT {folder}/NomeParametrosSistemaERP/{token}/{colecao}/{campo}/{orderBy}/{pageSize}/{pageNumber}?100={100}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| 100 | integer |
Required |
|
| token | string |
Default value is auth |
|
| colecao | integer |
None. |
|
| campo | integer |
None. |
|
| orderBy | integer |
None. |
|
| pageSize | integer |
None. |
|
| pageNumber | integer |
None. |
|
| folder | string |
None. |
Body Parameters
NomeParametrosSistemaERPUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NmParametro | string |
String length: inclusive between 0 and 50 |
|
| TpDados | string |
String length: inclusive between 0 and 50 |
|
| IdSistemaERP | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"NmParametro": "sample string 1",
"TpDados": "sample string 2",
"IdSistemaERP": 1
}
application/xml, text/xml
Sample:
<NomeParametrosSistemaERPUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models"> <IdSistemaERP>1</IdSistemaERP> <NmParametro>sample string 1</NmParametro> <TpDados>sample string 2</TpDados> </NomeParametrosSistemaERPUpdateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NomeParametrosSistemaERP| Name | Description | Type | Additional information |
|---|---|---|---|
| IdNomeParametrosSistemaERP | integer |
None. |
|
| NmParametro | string |
String length: inclusive between 0 and 50 |
|
| TpDados | string |
String length: inclusive between 0 and 50 |
|
| IdSistemaErp | integer |
None. |
|
| NmSistema | string |
Required String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
Sample:
{
"IdNomeParametrosSistemaERP": 1,
"NmParametro": "sample string 2",
"TpDados": "sample string 3",
"IdSistemaErp": 4,
"NmSistema": "sample string 5"
}
application/xml, text/xml
Sample:
<NomeParametrosSistemaERP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models"> <IdNomeParametrosSistemaERP>1</IdNomeParametrosSistemaERP> <IdSistemaErp>4</IdSistemaErp> <NmParametro>sample string 2</NmParametro> <NmSistema>sample string 5</NmSistema> <TpDados>sample string 3</TpDados> </NomeParametrosSistemaERP>