XMLEnrichment

The XMLEnrichment type is used hold information about a XML and the enriched version of it that can be passed between the UX and APIs.

Below are the properties and their purpose.

  • Guid UserGUID
    • Default Value: Empty Guid.
    • Intended Value: The guid of the current user.
  • Guid SessionGUID
    • Default Value: Empty Guid.
    • Intended Value: The guid of the users active session.
  • Guid InstanceGUID
    • Default Value: Empty Guid.
    • Intended Value: The guid of the instance that will have its XML enriched.
  • string CommandName
    • Default Value: Empty string.
    • Intended Value: The command to be executed in the enrichment API.
  • string B64Origninal
    • Default Value: Empty string.
    • Intended Value: The original base64 version of the XML.
  • string B64Enriched
    • Default Value: Empty string.
    • Intended Value: The enriched base64 version of the XML.
  • string ErrorMessage
    • Default Value: Empty string.
    • Intended Value: Contains an error message if something failed during the enrichment process.
Updated on January 24, 2023

Was this article helpful?

Related Articles

Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Contact Support

Leave a Comment