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

Contents

Overview

Represents the bom MultiWeekBusinessHours type.

Members

Name Type Required Description

alternatingWeekBusinessHours

weekBusinessHours[]

alternatingWeekBusinessHouse

weekBusinessHours[]

start

dateTime

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:multiWeekBusinessHours xsi:type="obh:multiWeekBusinessHours" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:alternatingWeekBusinessHours>your_weekBusinessHours_0</obh:alternatingWeekBusinessHours>
        <obh:alternatingWeekBusinessHours>your_weekBusinessHours_1</obh:alternatingWeekBusinessHours>
        <obh:alternatingWeekBusinessHours>your_weekBusinessHours_2</obh:alternatingWeekBusinessHours>
        <obh:alternatingWeekBusinessHouse>your_weekBusinessHours_0</obh:alternatingWeekBusinessHouse>
        <obh:alternatingWeekBusinessHouse>your_weekBusinessHours_1</obh:alternatingWeekBusinessHouse>
        <obh:alternatingWeekBusinessHouse>your_weekBusinessHours_2</obh:alternatingWeekBusinessHouse>
        <obh:start>your_dateTime_0</obh:start>
</obh:multiWeekBusinessHours>

JSON Example

(show inherited members)

{
    "beeType":"multiWeekBusinessHours",
        "alternatingWeekBusinessHours":[
            { your_{http://www.oracle.com/beehive}alternatingWeekBusinessHours_as_weekBusinessHours0 },
            { your_{http://www.oracle.com/beehive}alternatingWeekBusinessHours_as_weekBusinessHours1 },
            { your_{http://www.oracle.com/beehive}alternatingWeekBusinessHours_as_weekBusinessHours2 }
        ],
        "alternatingWeekBusinessHouse":[
            { your_{http://www.oracle.com/beehive}alternatingWeekBusinessHouse_as_weekBusinessHours0 },
            { your_{http://www.oracle.com/beehive}alternatingWeekBusinessHouse_as_weekBusinessHours1 },
            { your_{http://www.oracle.com/beehive}alternatingWeekBusinessHouse_as_weekBusinessHours2 }
        ],
        "start":{ your_{http://www.oracle.com/beehive}start_as_dateTime0 }
}

XML Schema


<xs:complexType final="extension restriction" name="multiWeekBusinessHours">
    <xs:complexContent>
        <xs:extension base="tns:businessHours">
            <xs:sequence>
                <xs:element maxOccurs="unbounded"
                    name="alternatingWeekBusinessHours" type="tns:weekBusinessHours"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="alternatingWeekBusinessHouse" type="tns:weekBusinessHours"/>
                <xs:element name="start" type="tns:dateTime"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to multiWeekBusinessHours

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations