-
Notifications
You must be signed in to change notification settings - Fork 2
GetDepartmentById
Leandro Rowies edited this page Oct 20, 2021
·
8 revisions
The GetDepartmentById
function retrieves a specific Department based on the provided Id.
Note
:
The Departments can be renamed in the system and may be called Tracking Codes, Projects or anything else. This method is still the only one to call and does not change name.
public WSResult2<Department> GetDepartmentById(String token, string departmentId)
Parameter | Type | Description |
---|---|---|
token | String | The session token retrieved during authentication. |
departmentId | String | The department ID to be retrieved. |