Navigation:  Integration via SOAP web services > Published web services > Administration >

newDepartment

Previous  Top  Next

This method enables to edit the data of a department or business unit (if FGDEPTTYPE = 2). For this addition, it is necessary to follow the standard documented below.

 

Java class

Request

web\wwwroot\ws\java\admin\NewDepartmentRequestType.java

Return

web\wwwroot\ws\java\admin\NewDepartmentResponseType.java

 

Request

ID #

Required

Description

ID

X

Department ID #

DESC

X

Department description

IDPOS

 

ID # of the default position to be defined in the department

IDUPPER

 

Upper level department ID #

IDCOMPANY

 

ID # of the company where the department is defined

FGDEPTTYPE

 

Department type:

1 – Department;

2 - Business unit.

 

Return

ID #

Description

Return

SUCCESS:  Primary key of the department (CDDEPARTMENT)

FAILURE: -1

Status

SUCCESS: SUCCESS

FAILURE: FAILURE

Detail

SUCCESS: Record(s) added.

FAILURE: Message regarding the error that occurred.

Code

SUCCESS: 1

FAILURE: Code regarding the error that occurred:

16 - Inexistent position.

43 - The ID # has no value.

45 - The record already exists.

53 - Inexistent upper level organizational unit.

63 - The DESC field cannot be empty.

64 - Inexistent upper level department.