Transform

Overview

The Transform schema presents the structure for providing the transaction .XML, stylesheet name and version, and Request ID.

{
transactionXml	string
nullable: true
Base64 encoded xml structure to be transformed.

stylesheetName	string
nullable: true
Name of the Stylesheet to be used for the transformation.

stylesheetVersion	string
nullable: true
Version of the stylesheet to be used for the transformation.

requestId	string
nullable: true
Unique request id for logging purposes.

}