Junction Networks

Junction Networks Web Services API

OrganizationAdd

Create a new organization in the specified account.

Authentication

This action requires an Authenticated Session.

Authorization

This action requires Account Update permission.

Parameters

AccountId
Required
A positive integer which references a unique Account.
Name
Required
The contact name.
Company
Optional
The contact company or organization name.
Address
Required
The contact address.
City
Required
The contact city.
State
Required
The contact state - the two letter state code.
Zipcode
Required
The contact zipcode.
CountryId
Required
A positive integer which references a unique Country.
Phone
Required
The contact phone number.
Email
Required
The contact email address.
Username
Required
An authentication username which references a unique User.
Password
Required
A user's login password (the password used to login to the web portal).
PasswordConfirm
Required
A confirmation copy of the user's login password (the password used to login to the web portal)
PbxType
Optional
The type of PBX to create for an organization; 'hosted' or 'trunk' (defaults to 'trunk')

Result RELAX NG Schema Modules

Main module: OrganizationAdd.rng

Supporting modules:  Organization.rng  Contact.rng

Result Element Example

Not available.