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

Contents

Overview

Members

Name Type Description

companyId

beeId<expertiseCompany>[]

countLimit

int

relationshipSpec

relationshipSpec

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:companyRelationshipParameters xsi:type="obh:companyRelationshipParameters" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:companyId>your_beeId_0</obh:companyId>
        <obh:companyId>your_beeId_1</obh:companyId>
        <obh:companyId>your_beeId_2</obh:companyId>
        <obh:countLimit>your_int_0</obh:countLimit>
        <obh:relationshipSpec>your_relationshipSpec_0</obh:relationshipSpec>
</obh:companyRelationshipParameters>

JSON Example

(show inherited members)

{
    "beeType":"companyRelationshipParameters",
        "companyId":[
            { your_{http://www.oracle.com/beehive}companyId_as_beeId0 },
            { your_{http://www.oracle.com/beehive}companyId_as_beeId1 },
            { your_{http://www.oracle.com/beehive}companyId_as_beeId2 }
        ],
        "countLimit":your_{http://www.oracle.com/beehive}countLimit_as_int0,
        "relationshipSpec":{ your_{http://www.oracle.com/beehive}relationshipSpec_as_relationshipSpec0 }
}

XML Schema


<xs:complexType name="companyRelationshipParameters">
    <xs:complexContent>
        <xs:extension base="tns:relationshipListParameters">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="companyId" type="tns:beeId"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to companyRelationshipParameters

Referenced By Resources

Usage Resource Method
Request Expertise Management List Contacts To Companies
Request Expertise Management List Targets at Companies

Referenced By Representaions

Not Referenced Directly by Representations