GetJobTypeNames
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetJobTypeNamesResult]] getJobTypeNames([[UserIDBean]] userID) | |
== Description == | == Description == | ||
− | + | Gets a list from the server of all the valid job types for the organisation to which the user is attached. | |
== Parameters == | == Parameters == | ||
Line 15: | Line 14: | ||
|userID | |userID | ||
|The admin username and password. | |The admin username and password. | ||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[GetJobTypeNamesResult]] |
Latest revision as of 01:17, 3 June 2005
Contents |
[edit] Method
GetJobTypeNamesResult getJobTypeNames(UserIDBean userID)
[edit] Description
Gets a list from the server of all the valid job types for the organisation to which the user is attached.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |