POST {folder}/NomeParametrosSistemaERP/{token}/{colecao}/{campo}/{orderBy}/{pageSize}/{pageNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

None.

colecao

integer

None.

campo

integer

None.

orderBy

integer

None.

pageSize

integer

None.

pageNumber

integer

None.

folder

string

None.

Body Parameters

NomeParametrosSistemaERPInsertModel
NameDescriptionTypeAdditional 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.

Request Formats

application/json, text/json

Sample:
{
  "IdNomeParametrosSistemaErp": 1,
  "NmParametro": "sample string 2",
  "TpDados": "sample string 3",
  "IdSistemaERP": 4
}

application/xml, text/xml

Sample:
<NomeParametrosSistemaERPInsertModel 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>
  <TpDados>sample string 3</TpDados>
</NomeParametrosSistemaERPInsertModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NomeParametrosSistemaERP
NameDescriptionTypeAdditional 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>