GetTransformationResultFile
Overview
Retrieves an Invoice Transformation Result File from the system based on a unique identifier. This response will contain actual buffered file content of an invoice transformation result, and can be used in conjunction with GetInvoiceTransformationResulltsForInvoices and GetInvoiceTransformationResulltsForCustomers, methods that return information about the invoice transformations, but not the actual file content.
Returns
Buffered Invoice Transformation Result file content that match the specified criteria.
Request
| Name | Type | Description |
|---|---|---|
transformationResultId | String | Return buffered invoice transformation result file content for the matching item. |
Response
| Name | Type | Description |
|---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | TransformationResultFile | Operation result. |