enhancements_put_cass_ncoa_archive {civis} | R Documentation |
Update the archive status of this object
Description
Update the archive status of this object
Usage
enhancements_put_cass_ncoa_archive(id, status)
Arguments
id |
integer required. The ID of the object. |
status |
boolean required. The desired archived status of the object. |
Value
A list containing the following elements:
id |
integer, The ID for the enhancement. |
name |
string, The name of the enhancement job. |
type |
string, The type of the enhancement (e.g CASS-NCOA) |
createdAt |
string, The time this enhancement was created. |
updatedAt |
string, The time the enhancement was last updated. |
author |
list, A list containing the following elements:
|
state |
string, The status of the enhancement's last run |
schedule |
list, A list containing the following elements:
|
parentId |
integer, Parent ID that triggers this enhancement. |
notifications |
list, A list containing the following elements:
|
runningAs |
list, A list containing the following elements:
|
myPermissionLevel |
string, Your permission level on the object. One of "read", "write", or "manage". |
source |
list, A list containing the following elements:
|
destination |
list, A list containing the following elements:
|
columnMapping |
list, A list containing the following elements:
|
useDefaultColumnMapping |
boolean, Defaults to true, where the existing column mapping on the input table will be used. If false, a custom column mapping must be provided. |
performNcoa |
boolean, Whether to update addresses for records matching the National Change of Address (NCOA) database. |
ncoaCredentialId |
integer, Credential to use when performing NCOA updates. Required if 'performNcoa' is true. |
outputLevel |
string, The set of fields persisted by a CASS or NCOA enhancement.For CASS enhancements, one of 'cass' or 'all.'For NCOA enhancements, one of 'cass', 'ncoa' , 'coalesced' or 'all'.By default, all fields will be returned. |
limitingSQL |
string, The limiting SQL for the source table. "WHERE" should be omitted (e.g. state='IL'). |
batchSize |
integer, The maximum number of records processed at a time. Note that this parameter is not available to all users. |
archived |
string, The archival status of the requested item(s). |