GetApplicationVersions
Updated on
Returns information regarding the version of the zanox ERP Web Services.
Input
None
Output
<GetApplicationVersionsResponse xmlns="http://services.zanox.com/erp"> <versions> <client> <minimum major="1" minor="0" build="230"/> <newest major="1" minor="1" build="230"/> </client> <service major="1" minor="0" build="230"/> </versions> </GetApplicationVersionsResponse>
Element Description
<versions>
Object | Data type | Description |
---|---|---|
<versions> |
Contains one child element <client> andone child element <service> | |
<client> | ||
<minimum> | ||
major | int | Main version number of the zanox ERP Client, deemed as a minimum requirement |
minor | int | Ancillary version number of the zanox ERP Client, deemed as a minimum requirement |
build | int | Build version number of the zanox ERP Client, deemed as a minimum requirement |
<newest> | ||
major | int | Main version number of the latest zanox ERP Client |
minor | int | Ancillary version number of the latest zanox ERP Client |
build | int | Build version number of the latest zanox ERP Client |
<service> | ||
major | int | Main version number of the latest zanox ERP Web Services |
minor | int | Ancillary version number of the latest zanox ERP Web Services |
build | int | Build version number of the latest zanox ERP Web Services |
Resource Information
Rate Limited? | No |
Requests per rate limit window | N/A |
Authentication | Requires Authentication |
Response Formats | xml |
Resource family | versions |
Response Object | client, service |
API Version | 3.0.1.1 |