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

GrupoGoogleDriveInsertModel
NameDescriptionTypeAdditional information
CdGrupo

integer

None.

NrCNPJ

string

String length: inclusive between 0 and 14

DsEmail

string

Data type: EmailAddress

String length: inclusive between 0 and 50

DriveId

string

String length: inclusive between 0 and 50

NmArquivo

string

String length: inclusive between 0 and 50

DsExtensao

string

String length: inclusive between 0 and 10

FlAtivo

boolean

None.

FlArquivoCompactado

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CdGrupo": 1,
  "NrCNPJ": "sample string 2",
  "DsEmail": "sample string 3",
  "DriveId": "sample string 4",
  "NmArquivo": "sample string 5",
  "DsExtensao": "sample string 6",
  "FlAtivo": true,
  "FlArquivoCompactado": true
}

application/xml, text/xml

Sample:
<GrupoGoogleDriveInsertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models">
  <CdGrupo>1</CdGrupo>
  <DriveId>sample string 4</DriveId>
  <DsEmail>sample string 3</DsEmail>
  <DsExtensao>sample string 6</DsExtensao>
  <FlArquivoCompactado>true</FlArquivoCompactado>
  <FlAtivo>true</FlAtivo>
  <NmArquivo>sample string 5</NmArquivo>
  <NrCNPJ>sample string 2</NrCNPJ>
</GrupoGoogleDriveInsertModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GrupoGoogleDrive
NameDescriptionTypeAdditional information
IdGrupoGoogleDrive

integer

None.

CdGrupo

integer

None.

DsNome

string

String length: inclusive between 0 and 255

NrCNPJ

string

String length: inclusive between 0 and 14

DsFantasia

string

String length: inclusive between 0 and 255

DsEmail

string

Data type: EmailAddress

String length: inclusive between 0 and 50

DriveId

string

String length: inclusive between 0 and 50

NmArquivo

string

String length: inclusive between 0 and 50

DsExtensao

string

String length: inclusive between 0 and 10

FlAtivo

boolean

None.

FlArquivoCompactado

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "IdGrupoGoogleDrive": 1,
  "CdGrupo": 2,
  "DsNome": "sample string 3",
  "NrCNPJ": "sample string 4",
  "DsFantasia": "sample string 5",
  "DsEmail": "sample string 6",
  "DriveId": "sample string 7",
  "NmArquivo": "sample string 8",
  "DsExtensao": "sample string 9",
  "FlAtivo": true,
  "FlArquivoCompactado": true
}

application/xml, text/xml

Sample:
<GrupoGoogleDrive xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models">
  <CdGrupo>2</CdGrupo>
  <DriveId>sample string 7</DriveId>
  <DsEmail>sample string 6</DsEmail>
  <DsExtensao>sample string 9</DsExtensao>
  <DsFantasia>sample string 5</DsFantasia>
  <DsNome>sample string 3</DsNome>
  <FlArquivoCompactado>true</FlArquivoCompactado>
  <FlAtivo>true</FlAtivo>
  <IdGrupoGoogleDrive>1</IdGrupoGoogleDrive>
  <NmArquivo>sample string 8</NmArquivo>
  <NrCNPJ>sample string 4</NrCNPJ>
</GrupoGoogleDrive>