Overview

ExternalContact updater type.

Members

Show inherited members

Name Type Description

addresses

entityAddress[]

Addresses to add to external contact.

eid

string

Eid of the external contact.

name

string

Name of the ExternalContact.

Hierarchy

Inherits From

Examples

Below are examples in 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:externalContactUpdater xsi:type="obh:externalContactUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <addresses>your_entityAddress_0</addresses>
        <addresses>your_entityAddress_1</addresses>
        <addresses>your_entityAddress_2</addresses>
        <eid>your_string_0</eid>
        <name>your_string_0</name>
</obh:externalContactUpdater>

Referenced By Representaions