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

Contents

Overview

A fax message participant with delivering instructions. Delivery instructions are optional.

Members

Name Type Required Description

address

inetMailAddress

Get the address of the participant

directives

faxDeliveryDirective[]

The delivery directives

internet

boolean

Whether the participant is an internet address or and internal address.

participant

anyType

(constrained to Addressable)

The participant as a snapshot, used by to retrieve loaded user data.

participantHandle

beeId

The participant as a handle, used by to retrieve user date.

phone

string

The phone number of the participant.

status

faxDeliveryStatus

The delivery status of the recipient.

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:faxMessageRecipient xsi:type="obh:faxMessageRecipient" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:address>your_inetMailAddress_0</obh:address>
        <obh:directives>your_faxDeliveryDirective_0</obh:directives>
        <obh:directives>your_faxDeliveryDirective_1</obh:directives>
        <obh:directives>your_faxDeliveryDirective_2</obh:directives>
        <obh:internet>your_boolean_0</obh:internet>
        <obh:participant>your_anyType_0</obh:participant>
        <obh:participantHandle>your_beeId_0</obh:participantHandle>
        <obh:phone>your_string_0</obh:phone>
        <obh:status>your_faxDeliveryStatus_0</obh:status>
</obh:faxMessageRecipient>

JSON Example

(show inherited members)

{
    "beeType":"faxMessageRecipient",
        "address":{ your_{http://www.oracle.com/beehive}address_as_inetMailAddress0 },
        "directives":[
            { your_{http://www.oracle.com/beehive}directives_as_faxDeliveryDirective0 },
            { your_{http://www.oracle.com/beehive}directives_as_faxDeliveryDirective1 },
            { your_{http://www.oracle.com/beehive}directives_as_faxDeliveryDirective2 }
        ],
        "internet":your_{http://www.oracle.com/beehive}internet_as_boolean0,
        "participant":"your_{http://www.oracle.com/beehive}participant_as_anyType0",
        "participantHandle":{ your_{http://www.oracle.com/beehive}participantHandle_as_beeId0 },
        "phone":"your_{http://www.oracle.com/beehive}phone_as_string0",
        "status":{ your_{http://www.oracle.com/beehive}status_as_faxDeliveryStatus0 }
}

XML Schema


<xs:complexType final="extension restriction" name="faxMessageRecipient">
    <xs:complexContent>
        <xs:extension base="tns:faxMessageParticipant">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="directives" nillable="true" type="tns:faxDeliveryDirective"/>
                <xs:element minOccurs="0" name="status" type="tns:faxDeliveryStatus"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to faxMessageRecipient

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions