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

Request Information

URI Parameters

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

SistemaERPInsertModel
NameDescriptionTypeAdditional information
NmSistema

string

Required

String length: inclusive between 0 and 50

Request Formats

application/json, text/json

Sample:
{
  "NmSistema": "sample string 1"
}

application/xml, text/xml

Sample:
<SistemaERPInsertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models">
  <NmSistema>sample string 1</NmSistema>
</SistemaERPInsertModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SistemaERP
NameDescriptionTypeAdditional information
IdSistemaERP

integer

None.

NmSistema

string

Required

String length: inclusive between 0 and 50

Response Formats

application/json, text/json

Sample:
{
  "IdSistemaERP": 1,
  "NmSistema": "sample string 2"
}

application/xml, text/xml

Sample:
<SistemaERP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models">
  <IdSistemaERP>1</IdSistemaERP>
  <NmSistema>sample string 2</NmSistema>
</SistemaERP>