Can4
Explorer
Member since ‎2024 Jul 31

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi,I am using sap bo rest services. Before calling the services I must get the logon token. So I am using /logon/long endpoint to get token but I am getting new token in every request so this is a problem. I want to get one token and use that token u...
Hi,I have an application in c#. User enter de document parameters value then I add this values to opendocument url and redirect application to this open document url. Before redirection, open document url like below;http://meyserver:80/BOE/OpenDocume...
I am using SAP BO rest services and getting document parameters with below code; public string GetDocumentParameters(string documentId) { return _client.GetStringAsync($"{ServiceParameters.BaseUrl}/raylight/v1/documents/{documentId}/parameters").GetA...