GET Server POS Version
Retrieves the POS version of the TakeOut Server that uses Aloha 7.0+ version.
URI template
v1/Stores/{storeIdentifier}/Server/POS/Version?timeout={timeout}Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
storeIdentifier | integer |
Required |
The id of the store to check |
timeout | integer |
Default value is 30000 |
The timeout for this command |
Body Parameters
None.
Response Information
Resource Description
GetSiteAgentPosVersion, an IApiResult for the command and a Site Agent version
GetServerPosVersionResponseName | Type | Additional information | Description |
---|---|---|---|
ServerPosVersion | string |
None. |
The server pos version |
ApiResult | StoreApiResponse |
None. |
The result returned by the Api |
Response Formats
application/xml, text/xml
Sample:
<GetServerPosVersionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Responses.ResponseObjects.StoreResponses"> <ApiResult xmlns:d2p1="http://schemas.datacontract.org/2004/07/StoreConnect.Responses" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.Responses.ResponseObjects"> <d2p1:ResultCode>2</d2p1:ResultCode> <d2p1:ResultMessage>sample string 3</d2p1:ResultMessage> <d2p1:TransactionId>ef2503d9-5aa0-4e57-804f-694fecccb99a</d2p1:TransactionId> </ApiResult> <ServerPosVersion>sample string 1</ServerPosVersion> </GetServerPosVersionResponse>