complexType UpdateBusinessServiceRequest
diagram wp_diagrams/wp_p3032.png
namespace http://base.api.bs.n2.tibco.com
type extension of Channel
properties
base Channel
children payloadModel BusinessServiceTemplate
attributes
Name  Type  Use  Default  Fixed  Annotation
channelId  xs:string        
channelType  ChannelType  required      
activityId  xs:string        
documentation
ID of the page activity
privilege  Privilege        
processId  xs:string        
documentation
The Process Id of the Business Service instance to to updated.
source <xsd:complexType name="UpdateBusinessServiceRequest">
 
<xsd:complexContent>
   
<xsd:extension base="Channel">
     
<xsd:sequence>
       
<xsd:element name="payloadModel" type="df:dataPayload"/>
       
<xsd:element name="BusinessServiceTemplate" type="BusinessServiceTemplate"/>
     
</xsd:sequence>
     
<xsd:attribute name="activityId" type="xs:string">
       
<xsd:annotation>
         
<xsd:documentation>ID of the page activity</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="privilege" type="Privilege"/>
     
<xsd:attribute name="processId" type="xs:string">
       
<xsd:annotation>
         
<xsd:documentation>The Process Id of the Business Service instance to to updated.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute UpdateBusinessServiceRequest/@activityId
type xs:string
annotation
documentation
ID of the page activity
source <xsd:attribute name="activityId" type="xs:string">
 
<xsd:annotation>
   
<xsd:documentation>ID of the page activity</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute UpdateBusinessServiceRequest/@privilege
type Privilege
source <xsd:attribute name="privilege" type="Privilege"/>

attribute UpdateBusinessServiceRequest/@processId
type xs:string
annotation
documentation
The Process Id of the Business Service instance to to updated.
source <xsd:attribute name="processId" type="xs:string">
 
<xsd:annotation>
   
<xsd:documentation>The Process Id of the Business Service instance to to updated.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element UpdateBusinessServiceRequest/payloadModel
diagram wp_diagrams/wp_p3033.png
namespace http://base.api.bs.n2.tibco.com
type dataPayload
properties
content complex
children serializedPayload XmlPayload
attributes
Name  Type  Use  Default  Fixed  Annotation
payloadMode  payloadModeType    JSON    
documentation
Enumerated value defining the format of the data payload (JSON or XML).

If not specified, the default value is JSON.

(RSS is currently not supported.)
source <xsd:element name="payloadModel" type="df:dataPayload"/>

element UpdateBusinessServiceRequest/BusinessServiceTemplate
diagram wp_diagrams/wp_p3034.png
namespace http://base.api.bs.n2.tibco.com
type BusinessServiceTemplate
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
moduleName  xs:string  required      
processName  xs:string  required      
version  xs:string  required      
source <xsd:element name="BusinessServiceTemplate" type="BusinessServiceTemplate"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy