Update Company Details (ivnUpdateCompany)

§

This web service is invoked to update the details and/or activate the company in Intelliview NXT.

§

The session user (UserName used in creating the Intelliview NXT Session using ivnInitializeSession()) should have the “Super Admin” privilege for invoking this API.

 Web Service Request:

public string ivnUpdateCompany(string SessionToken, int CompanyID, string CompanyDescription, Boolean CompanyActiveStatus, string ExtraParam)

Web Service Request Parameters:

Parameters

Data Type

Description

Remarks

SessionToken

String

The unique Identification assigned
for the Intelliview NXT Session

Input Parameter

CompanyID

Integer

The unique Identification assigned to
the Company by Intelliview NXT.

Input Parameter

CompanyDescription

String

Company Description to be updated
(Maximum Length = 500)

Value to be updated

CompanyActiveStatus

Boolean

Status of the Company

Set the Status to
'True' = To activate
'False' = To deactivate

ExtraParam

String

Additional Parameter for future use

 

Note:

§ When the Company Status is activated, the licensing check will be performed.

Web Service Response (Success):

<ResponseMessage>

<Message ID='SYN_REP_INFO_7506'/>

<Response Message= 'Company details update is successful'/>

<Company ID='23'/>

<Version No='1.3.1.1'/>

</ResponseMessage>

Web Service Response (Error):

<ResponseMessage>

<Message ID='SYN_REP_ERROR_7511'/>

<Response Message= 'Company ID is not valid'/>

<Company ID='23'/>

<Version No='1.3.1.1'/>

</ResponseMessage>

Parameters

Data Type

Description

Remarks

Message ID

String

 The unique identification assigned to
response message in Intelliview NXT.

 

Response Message

String

the

Company ID

Integer

The Response Message is received from
Intelliview NXT.

Only English language is
supported in the current
version.

Version No

String

The unique Identification assigned to the
Company by Intelliview NXT.

 

 

 

The last digit after the third decimal point
is assigned to indicate the version of the
web services API.

 

Response Messages:

Srl.No.

Message ID

Message

1

SYN_REP_ERROR_5035

Exception has occurred. Contact your Administrator

2

SYN_REP_ERROR_7501

Intelliview NXT session is expired or not initialized or
not valid

3

SYN_REP_INFO_7506

Company details update is successful

4

SYN_REP_ERROR_7508

User does not have super admin privileges

5

SYN_REP_ERROR_7511

Company ID is not valid

6

SYN_REP_ERROR_7557

Company license check is not successful

7

SYN_REP_ERROR_7558

Admin user does not exist for this company

8

SYN_REP_ERROR_7579

Unable to update company details

 

 

top.jpg

 

<< Create Company (ivnCreateCompany) | Get Company Details (ivnGetCompanyDetails)  >>