Previous Topic: addAssetLogNext Topic: List/Query Methods


createAssetParentChildRelationship

The following parameters apply to the createAssetParentChildRelationship method:

Parameter

Type

Description

SID

Integer

Identifies the session retrieved from logging in.

parentHandle

String

Identifies the asset handle for the parent.

childHandle

String

Identifies the asset handle for the child.

Description

Makes assetParent a parent of assetHandle. Web Services creates a separate object (the hier object, which is the Assignment table) for parent-child relationships between assets. These are stored in related lists, child_hier and parent_hier, in the Asset (nr) object.

Returns

Handle of the new hier (Assignment) object.