PUT {folder}/GrupoGoogleDrive/{token}/{colecao}/{campo}/{orderBy}/{pageSize}/{pageNumber}?100={100}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| 100 | integer |
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
GrupoGoogleDriveUpdateModel| Name | Description | Type | Additional 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 1",
"DsEmail": "sample string 2",
"DriveId": "sample string 3",
"NmArquivo": "sample string 4",
"DsExtensao": "sample string 5",
"FlAtivo": true,
"FlArquivoCompactado": true
}
application/xml, text/xml
Sample:
<GrupoGoogleDriveUpdateModel 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 3</DriveId> <DsEmail>sample string 2</DsEmail> <DsExtensao>sample string 5</DsExtensao> <FlArquivoCompactado>true</FlArquivoCompactado> <FlAtivo>true</FlAtivo> <NmArquivo>sample string 4</NmArquivo> <NrCNPJ>sample string 1</NrCNPJ> </GrupoGoogleDriveUpdateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GrupoGoogleDrive| Name | Description | Type | Additional 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>