User.Refresh1(App, Session, TabId)

#

Nortec Backend Request Builder


Server:
Function:
App:
Session:
TabId:
Format:

Refresh


Query string:
  • App String - Application name
  • Session String - Session string from previous call
  • TabId
Returns:
  • TabId Byte
    • = 1 (Home)
    • = 2 (Statement)
    • = 3 (Live)
    • = 20 (Calendar)
    • = 56 (SettingsOpen)
    • = 57 (SettingsPrice)
    • = 58 (SettingsAll)
  • CRC String
    • Rate Integet
      • Return Byte
        • = 100 (OK)
        • = 224 (AppDenied) - Illegal application name
        • = 206 (ServerError) - Unhandled server error
        • = 208 (SessionError) - Session string corrupt
        • = 207 (SessionExpired) - Session string expired
      • ReturnTime Integer - Time in milliseconds, the server has used on the request/response
      • Session String - Session to be included in the next request
      • ServerId Byte - Server to be used for the next request

      Example


      Json - 84 bytes.
      {
      	"TabId": 0,
      	"Rate": 0,
      	"Tick": "1703096297554",
      	"ReturnTime": 0,
      	"ServerId": 1,
      	"Return": 207
      }

      XML - 180 bytes.
      <?xml version="1.0" encoding="UTF-8" ?>
      <Nortec>
      	<TabId>0</TabId>
      	<Rate>0</Rate>
      	<Tick>1703096297554</Tick>
      	<ReturnTime>0</ReturnTime>
      	<ServerId>1</ServerId>
      	<Return>207</Return>
      </Nortec>