Reassign features to record

Description

Reassigns the specified parcel features to the specified record.

Request parameters

Parameter

Details

gdbVersion

Parameter specifying the name of the geodatabase version (the default is the DEFAULT version).

Syntax

gdbVersion=<version>
sessionId

Parameter representing the token (guid) used to lock the version. If the calling client is editing a named version, the session ID is required. If the specified version is currently locked by any other session, the request will fail if the session ID is not provided or does not match the session ID that holds the exclusive lock. If the client is editing the default version, the session ID is not required.

Syntax

sessionId=<guid>
sourceRecord

(Required)

The original source record of the selected parcel features.

Syntax

sourceRecord=<guid>
targetRecord

(Required)

The record to which the selected parcel features will be reassigned.

Syntax

targetRecord=<guid>

deleteSourceRecord

Specify whether to delete the original record

Syntax

deleteSourceRecord=<boolean>