Set Author Permission (ivnSetAuthorPermission)

§

This webservice is invoked to set user permission with the privilege with Author privileges in Intelliview NXT system.

§

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

 Web Service Request:

public string ivnSetAuthorPermission (string SessionToken, int Company ID, int GroupID, int UserID)

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.

 

GroupID

Integer

The unique Identification assigned to
the Group in Intelliview NXT.

 

UserID

Integer

The unique Identification assigned to
the User in Intelliview NXT.

 

Web Service Response (Success):

<ResponseMessage>

<Message ID='SYN_REP_INFO_7547'/>

<Response Message= 'Author permission is set successfully'/>

<UserID='7'/>

<Company ID='23'/>

<Version No='1.3.1.1'/>

</ResponseMessage>

Web Service Response (Error):

<ResponseMessage>

<Message ID='SYN_REP_ERROR_7528'/>

<Response Message= 'Group ID 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.

 

User ID

Integer

The unique Identification assigned to the User
in Intelliview NXT.

Returned on Success

Company ID

Integer

The unique Identification assigned to the
Company in 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_INFO_5001

User is not mapped to any group

2

SYN_REP_ERROR_5035

Exception has occurred. Contact your Administrator

3

SYN_REP_ERROR_7501

Intelliview NXT session is expired or not initialized or
not valid

4

SYN_REP_ERROR_7511

Company ID is not valid

5

SYN_REP_ERROR_7528

Group ID is not valid

6

SYN_REP_ERROR_7529

User ID is not valid

7

SYN_REP_INFO_7547

Author permission is set successfully

8

SYN_REP_ERROR_7572

Unable to set author permission

 

 

top.jpg

 

Set Resource Permission (ivnSetResourcePermission) >>