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.
| Method | URL | Description |
|---|---|---|
| POST | /api/v1/account/{accountId}/transform | The POST method submits the accountId as part of the Transform call |
| 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"
}| Code | Description |
|---|---|
| 200 | Successful
response Example: |
| 400 | Bad request |
| 401 | Not Authorized |
| 403 | Forbidden |
| 500 | Server error |