Administration
This section presents the SOAP Web Service interfaces available for SoftExpert Administration. To insert each of these items, it will be necessary to follow the standard documented in the upcoming sections.
WSDL URL:
https://<domain>/se/ws/adm_ws.php?wsdl
Web Service URL:
https://<domain>/apigateway/se/ws/adm_ws.php
Available web services:
Method | Description |
---|---|
addAttribProfileValue | Edits the values of the employee profile attributes. |
addAttribute | Adds an attribute. |
addAttributeValue | Adds values to attributes. |
addCompany | Adds companies (customers, manufacturers, suppliers). |
addCompContact | Adds company contacts. |
addDepartmentPosition | Adds a relationship between department and position. |
addMeasUnity | Adds and edits measurement units. |
addUserAbsence | Adds the absence period and the task leader while the user is absent. |
addUserDepartment | Adds relationship between user, department, and position. |
addUserToAccessGroup | Adds a user to an access group. |
changeOrganizationalUnitStatus | Edits the status of an organizational unit. |
changePositionStatus | Enables/Disables a position. |
changeUserStatus | Activates/deactivates a system user. |
compAtribAssoc | Associates attribute values with companies. |
deleteAttributeRelationship | Removes attribute relationships. |
deleteCompany | Deletes companies. |
deleteCompContact | Deletes company contacts. |
deleteDepartment | Deletes a department. |
deleteMeasUnity | Deletes measurement units. |
deleteUser | Deletes a user. |
deleteUserAccessGroup | Deletes relationship between user and access group. |
deleteUserDepartment | Deletes relationship between user, department, and position. |
deleteUserLeader | Deletes the leader associated with a user. |
disableUser | Disables/enables a user. |
editDepartment | Edits data from a department or business unit. |
editOrganizationalUnit | Edits an organizational unit. |
editUser | Edits the data of a user. |
editUserDepartment | Edits the relationship between user, department, and position. |
editPosition | Edits positions. |
getAttribData | Searches for the data of an attribute. |
getDepartment | Returns the data of a department |
getUserData | Returns user data, including departments, positions and teams. |
importUser | Adds a new user with all profile information. If the record exists already, its information will be edited. |
importUserV2 | Adds a new user with all profile information, as well as their department and position. If the record exists already, its information will be edited. |
inactiveExternalUser | Inactivates an external user. |
newDepartment | Adds data for a department or business unit. |
newAttributeRelationship | Adds attribute relationships. |
newExternalUser | Import external users. |
newPosition | Adds a position. |
newUser | Adds or edits the user's registration information and allows to relate the department, position and access group. |
updateEmployeeProfile | Edits the employee profile data. |