Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

This type represents a person contact creator.

Members

Name Type Description

addressBook

beeId<addressBook>

Address book to which the contact belongs.

bookmark

beeId

Bookmark of Person who this contact represents.

updater

personContactUpdater

Updater of the Person contact.

Hierarchy

Inherits From

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:personContactCreator xsi:type="obh:personContactCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:addressBook>your_beeId_0</obh:addressBook>
        <obh:bookmark>your_beeId_0</obh:bookmark>
        <obh:updater>your_personContactUpdater_0</obh:updater>
</obh:personContactCreator>

JSON Example

(show inherited members)

{
    "beeType":"personContactCreator",
        "addressBook":{ your_{http://www.oracle.com/beehive}addressBook_as_beeId0 },
        "bookmark":{ your_{http://www.oracle.com/beehive}bookmark_as_beeId0 },
        "updater":{ your_{http://www.oracle.com/beehive}updater_as_personContactUpdater0 }
}

XML Schema


<xs:complexType name="personContactCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="addressBook" type="tns:beeId"/>
                <xs:element minOccurs="0" name="bookmark" type="tns:beeId"/>
                <xs:element minOccurs="0" name="updater" type="tns:personContactUpdater"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to personContactCreator

Referenced By Resources

Usage Resource Method
Request PersonContact Create

Referenced By Representaions

Not Referenced Directly by Representations