FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: createAcctRequest

Description

A createAcctRequest message contains an element of createAcctRequestType.

Derived By

Type createAcctRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
account  accountDataType  1..*  See accountDataType.
opType  CreateOrUpdateOperationType  0..1 

Specifies how FlexNet Operations behaves when creating accounts. For details, see CreateOrUpdateOperationType.

If no opType is set, FlexNet Operations creates the specified account unless the account already exists. When the account already exists, the operation fails.

Referenced By
Name  Type 
createAccount  Method 
XML Example

The following XML fragment illustrates a createAcctRequest message:

<createAcctRequest>
     <account>
          <name>ACME-ENG</name>
          <id>ACME Engineering</id>
          <description>ACME Engineering Acccount</description>
           <address>
               <address1>1234 Main Street</address1>
               <address2>Suite B</address2>
               <city>New York</city>
               <state>NY</state>
               <zipcode>12345</zipcode>
               <country>US</country>
               <region>North America</region>
          </address>
     </account>
</createAcctRequest>