/
† template_import ( session )

† template_import ( session )

Deprecated in API Version 2.7.24

template_import ( session )

Is a function to load an XML file containing a template

Input

parameters:

session: a token obtained by calling session_init ()


Output

parameters:

ErrorMsg: any fault in the call, either in the validation of input parameters, errors in the connection to the database or any other error, this parameter returns the error message produced

Request

sample:

template_import (“LCAAAAAAAAAAAA”)

Response

sample:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<ErrorMsg></ErrorMsg>

Notes:


Related content