BusinessObject
The BusinessObject data structure defines business objects.
Definition
<complexType name="BusinessObject">
<choice>
<element name="contract" type="tns:BOContract" />
<element name="contractLine" type="tns:BOContractLine" />
<element name="offering" type="tns:BOOffering" />
<element name="organization" type="tns:BOOrganization" />
<element name="person" type="tns:BOPerson" />
<element name="service" type="tns:BOService" />
<element name="serviceLevelTarget"
type="tns:BOServiceLevelTarget" />
</choice>
</complexType>
The structure consists of the following elements:
contract | See BOContract. |
contractLine | See BOContractLine. |
offering | |
organization | |
person | See BOPerson. |
service | See BOService. |
serviceLevelTarget | See BOServiceLevelTarget. |
Was this page helpful? Yes No
Submitting...
Thank you
Comments