-
Notifications
You must be signed in to change notification settings - Fork 2
GetDepartmentList
Leandro Rowies edited this page Jul 8, 2022
·
4 revisions
The GetDepartmentList function retrieves the list of all available departments (whether active or inactive).
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[]> GetDepartmentList(String token)| Parameter | Type | Description |
|---|---|---|
| token | String | The session token retrieved during authentication. |