POST {folder}/JoePadraoConciliacao/{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

JoePadraoConciliacaoInsertModel
NameDescriptionTypeAdditional information
NmJoePadraoConciliacao

string

Required

String length: inclusive between 0 and 50

CdJoeAtividade

byte

None.

DtInsert

date

None.

IdUserInsert

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "NmJoePadraoConciliacao": "sample string 1",
  "CdJoeAtividade": 64,
  "DtInsert": "2025-12-16T01:48:47.755572-03:00",
  "IdUserInsert": 4
}

application/xml, text/xml

Sample:
<JoePadraoConciliacaoInsertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models">
  <CdJoeAtividade>64</CdJoeAtividade>
  <DtInsert>2025-12-16T01:48:47.755572-03:00</DtInsert>
  <IdUserInsert>4</IdUserInsert>
  <NmJoePadraoConciliacao>sample string 1</NmJoePadraoConciliacao>
</JoePadraoConciliacaoInsertModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JoePadraoConciliacao
NameDescriptionTypeAdditional information
CdJoePadraoConciliacao

byte

None.

NmJoePadraoConciliacao

string

Required

String length: inclusive between 0 and 50

CdJoeAtividade

byte

None.

NmAtividade

string

String length: inclusive between 0 and 20

DtInsert

date

None.

IdUserInsert

integer

None.

NmPessoa

string

String length: inclusive between 0 and 120

Response Formats

application/json, text/json

Sample:
{
  "CdJoePadraoConciliacao": 64,
  "NmJoePadraoConciliacao": "sample string 2",
  "CdJoeAtividade": 64,
  "NmAtividade": "sample string 4",
  "DtInsert": "2025-12-16T01:48:47.7585733-03:00",
  "IdUserInsert": 6,
  "NmPessoa": "sample string 7"
}

application/xml, text/xml

Sample:
<JoePadraoConciliacao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models">
  <CdJoeAtividade>64</CdJoeAtividade>
  <CdJoePadraoConciliacao>64</CdJoePadraoConciliacao>
  <DtInsert>2025-12-16T01:48:47.7585733-03:00</DtInsert>
  <IdUserInsert>6</IdUserInsert>
  <NmAtividade>sample string 4</NmAtividade>
  <NmJoePadraoConciliacao>sample string 2</NmJoePadraoConciliacao>
  <NmPessoa>sample string 7</NmPessoa>
</JoePadraoConciliacao>