Gets a list of Staff Types assigned to the given Client
Possible staff types can be obtained by calling the GetStaffTypes function.
A token is passed for authentication. If the authentication fails, or other errors occur, no staff members are returned. The result of the authentication is represented by a TAuthenticate object.
This function has security level "Protected", and can only be accessed by users that have explicitly been granted permission to the API.
[WebMethod(Description = "Gets a list of staff types of a particular client")] public TAuthStaffTypeList GetClientStaffTypes(string token, string clientCode);
Parameters |
Description |
string token |
String containing a token. |
string clientCode |
String containing the code of the client to get Staff Types for. |
TAuthStaffTypeList : an Authenticated list of all Staff Types for the client.
Copyright (c) VETtrak 2022. All rights reserved.
|