NADSWebserviceVersion
From
(Difference between revisions)
(→Description) |
(→Constants) |
||
(2 intermediate revisions by one user not shown) | |||
Line 13: | Line 13: | ||
|VERSION_2 | |VERSION_2 | ||
|String | |String | ||
− | | | + | |Old version, representing the second version of the interface, usable only by java client platforms. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|VERSION_3 | |VERSION_3 | ||
|String | |String | ||
− | | | + | |Old version, representing the third version of the interface, usable by any client platform. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|NADS_VERSION_2_1 | |NADS_VERSION_2_1 | ||
|String | |String | ||
− | | | + | |Old version (Don't use this) |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|NADS_VERSION_3_1 | |NADS_VERSION_3_1 | ||
|String | |String | ||
− | | | + | |Old version (For '''EService''' webservice applications using NADS3 interface) |
+ | |---- bgcolor=#EDEDFF | ||
+ | |NADS_VERSION_4 | ||
+ | |String | ||
+ | |Use this for new '''EService''' webservice applications (using NADS5 interface) | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|TIMECARD_VERSION_1 | |TIMECARD_VERSION_1 | ||
|String | |String | ||
− | | | + | |Use this for new '''Timecard''' webservice applicaitons. |
|} | |} |
Latest revision as of 23:04, 26 November 2014
[edit] Description
A list of possible interfaces that can be used to comunicate with EService or Timecard.
[edit] Constants
The data fields of this object.
Name | Type | Description |
---|---|---|
VERSION_2 | String | Old version, representing the second version of the interface, usable only by java client platforms. |
VERSION_3 | String | Old version, representing the third version of the interface, usable by any client platform. |
NADS_VERSION_2_1 | String | Old version (Don't use this) |
NADS_VERSION_3_1 | String | Old version (For EService webservice applications using NADS3 interface) |
NADS_VERSION_4 | String | Use this for new EService webservice applications (using NADS5 interface) |
TIMECARD_VERSION_1 | String | Use this for new Timecard webservice applicaitons. |