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

Contents

Overview

Creates a new fax message.

Members

Name Type Description

fh

beeId<heterogeneousFolder>

The folder in which the fax is to be created.

u

faxMessageUpdater

The updater for the content of the new message.

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:faxMessageCreator xsi:type="obh:faxMessageCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:fh>your_beeId_0</obh:fh>
        <obh:u>your_faxMessageUpdater_0</obh:u>
</obh:faxMessageCreator>

JSON Example

(show inherited members)

{
    "beeType":"faxMessageCreator",
        "fh":{ your_{http://www.oracle.com/beehive}fh_as_beeId0 },
        "u":{ your_{http://www.oracle.com/beehive}u_as_faxMessageUpdater0 }
}

XML Schema


<xs:complexType name="faxMessageCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="fh" type="tns:beeId"/>
                <xs:element minOccurs="0" name="u" type="tns:faxMessageUpdater"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to faxMessageCreator

Referenced By Resources

Usage Resource Method
Request Fax Message Create

Referenced By Representaions

Not Referenced Directly by Representations