parentBinder Data Type

Information about the parent binder of an object.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
path string element 0/1 The full path of the parent binder.
Properties inherited from longIdLinkPair
href string element 0/1 The path to the resource. This is relative to the root of the REST API (https://serveraddress/rest).
id long element 0/1 The ID of the resource.

Example

<parent_binder>
  <path>...</path>
  <id>...</id>
  <href>...</href>
</parent_binder>