View source: R/generated_client.R
| enhancements_put_geocode_archive | R Documentation | 
Update the archive status of this object
enhancements_put_geocode_archive(id, status)
| id | integer required. The ID of the object. | 
| status | boolean required. The desired archived status of the object. | 
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: 
 | 
| 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". | 
| remoteHostId | integer, The ID of the remote host. | 
| credentialId | integer, The ID of the remote host credential. | 
| sourceSchemaAndTable | string, The source database schema and table. | 
| multipartKey | array, The source table primary key. | 
| limitingSQL | string, The limiting SQL for the source table. "WHERE" should be omitted (e.g. state='IL'). | 
| targetSchema | string, The output table schema. | 
| targetTable | string, The output table name. | 
| country | string, The country of the addresses to be geocoded; either 'us' or 'ca'. | 
| provider | string, The geocoding provider; one of postgis and geocoder_ca. | 
| outputAddress | boolean, Whether to output the parsed address. Only guaranteed for the 'postgis' provider. | 
| archived | string, The archival status of the requested item(s). | 
| parentId | integer, Parent ID that triggers this enhancement. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.