Create Group (ivnCreateGroup)

§

 This web service is invoked to create a group in Intelliview NXT for a given company

§

 User requires “Admin” privilege (User parameter in ivnInitialize) for the execution of this API.

 Web Service Request:

public string ivnCreateGroup(string SessionToken, int CompanyID, string GroupName, string GroupDescription, string[] UserNameList)

Web Service Request Parameters:

 

Parameters

Data Type

Description

Remarks

 

 

SessionToken

String

The unique Identification assigned to the
Intelliview NXT Session

 

 

 

CompanyID

Integer

The unique Identification assigned to the
Company in Intelliview NXT.

 

 

 

GroupName

String

Group Name

 

 

 

GroupDescription

String

Group Description

 

 

 

UserNameList

String[]

One or more User Names passed in a
string array

 

 

Web Service Response (Success):

 

 

 

 

<ResponseMessage>
<Message ID='SYN_REP_INFO_7564'/>
<Response Message=
'Group creation is successful'/>
<Group ID='12'/>
<Company ID='23'/>
<Version No='1.3.1.1'/>
</ResponseMessage>

Web Service Response (Error):

<ResponseMessage>

<Message ID='SYN_REP_ERROR_7560'/>

<Response Message= 'Group name is not valid'/>

<Company ID='23'/>

<Version No='1.3.1.1'/>

</ResponseMessage>

Web Service Return Parameters:


Parameters

Data Type

Description

Remarks

Message ID

String

The unique identification assigned to the
response message in Intelliview NXT.

 

Response Message

String

The Response Message is received from
Intelliview NXT.

 

Group ID

Integer

Group ID

Returned on
success;

Company ID

Integer

The unique Identification assigned to the
Company by Intelliview NXT.

 

Version No

String

The last digit after the third decimal point
indicates the web service version

 

Response Messages:

Srl.No.

Message ID

Message

1

SYN_REP_ERROR_5035

Exception has occurred. Contact your Administrator

2

SYN_REP_ERROR_5049

Group name already exists

3

SYN_REP_ERROR_5048

Unable to create Group

4

SYN_DAS_INFO_5110

Group Creation Failed. Maximum number of licensed
Users exceeded

5

SYN_REP_ERROR_7501

Intelliview NXT session is expired or not initialized or
not valid

6

SYN_REP_ERROR_7511

Company ID is not valid

7

SYN_REP_ERROR_7523

User name is not valid

8

SYN_REP_ERROR_7560

Group name is not valid

9

SYN_REP_INFO_7564

User creation is successful

 

 

top.jpg

 

<< Get User Details (ivnGetUserDetails) | Update Group Details (ivnUpdateGroup) >>