PUT {folder}/JoeVendaSacado/{token}/{colecao}/{campo}/{orderBy}/{pageSize}/{pageNumber}?100={100}&101={101}&102={102}&103={103}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
100

integer

Required

101

string

Required

102

string

Required

103

string

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

JoeVendaSacadoUpdateModel
NameDescriptionTypeAdditional information
CdGrupo

integer

None.

NrCNPJ

string

String length: inclusive between 14 and 14

CdSacadoERP

string

String length: inclusive between 0 and 50

CdSacadoAdq

string

String length: inclusive between 0 and 50

Request Formats

application/json, text/json

Sample:
{
  "CdGrupo": 1,
  "NrCNPJ": "sample string 1",
  "CdSacadoERP": "sample string 2",
  "CdSacadoAdq": "sample string 3"
}

application/xml, text/xml

Sample:
<JoeVendaSacadoUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models">
  <CdGrupo>1</CdGrupo>
  <CdSacadoAdq>sample string 3</CdSacadoAdq>
  <CdSacadoERP>sample string 2</CdSacadoERP>
  <NrCNPJ>sample string 1</NrCNPJ>
</JoeVendaSacadoUpdateModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JoeVendaSacado
NameDescriptionTypeAdditional information
CdGrupo

integer

None.

DsNome

string

String length: inclusive between 0 and 255

NrCNPJ

string

Required

String length: inclusive between 0 and 14

DsFantasia

string

String length: inclusive between 0 and 255

CdSacadoERP

string

String length: inclusive between 0 and 50

CdSacadoAdq

string

String length: inclusive between 0 and 50

DtInsert

date

None.

IdUserInsert

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "CdGrupo": 1,
  "DsNome": "sample string 2",
  "NrCNPJ": "sample string 3",
  "DsFantasia": "sample string 4",
  "CdSacadoERP": "sample string 5",
  "CdSacadoAdq": "sample string 6",
  "DtInsert": "2025-12-16T01:51:01.5849648-03:00",
  "IdUserInsert": 8
}

application/xml, text/xml

Sample:
<JoeVendaSacado xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models">
  <CdGrupo>1</CdGrupo>
  <CdSacadoAdq>sample string 6</CdSacadoAdq>
  <CdSacadoERP>sample string 5</CdSacadoERP>
  <DsFantasia>sample string 4</DsFantasia>
  <DsNome>sample string 2</DsNome>
  <DtInsert>2025-12-16T01:51:01.5849648-03:00</DtInsert>
  <IdUserInsert>8</IdUserInsert>
  <NrCNPJ>sample string 3</NrCNPJ>
</JoeVendaSacado>