Transform

Overview

This method is used to transform XML data using a specified stylesheet and version in the database and returns a new transform XML.

Table 1. Method
Method URL Description
POST /api/v1/account/{accountId}/transform The POST method submits the accountId as part of the Transform call
Table 2. Parameters
Name Type Constraints Description
accountId integer required The account used to associate to the request.
Sample Request:
{
  "transactionXml": "<base64 encoded data>",
  "stylesheetName": "SQAEzTransformStylesheetSelGen",
  "stylesheetVersion": "1",
  "requestId": "12313"
}
Table 3. Responses
Code Description
200 Successful response
Example:
string
400 Bad request
401 Not Authorized
403 Forbidden
500 Server error