iSheets API
iSheets API version 2 - Common objects - iSheet template parameter common object

iSheets API version 2 - Common objects - iSheet template parameter common object

OVERVIEW

The iSheet template parameter common object consists of the following elements

 

<templateparametergroups>
    <templateparametergroup templateruleid="{either id or -1}">
        <templateparameter>
            <id>{template parameter id}</id>
            <name><![CDATA[]]></name>
            <data><![CDATA[{This tag will be used while importing iSheet template or editing imported iSheet template}]]></data>
        </templateparameter>
        <templateparameter>
            <id>{template parameter id}</id>
            <name><![CDATA[]]></name>
            <data><![CDATA[{This tag will be used while importing iSheet template or editing imported iSheet template}]]></data>
        </templateparameter>
    </templateparametergroup>
    <templateparametergroup templateruleid="{either id or -1}">
    .
    .
    </templateparametergroup>
</templateparametergroups>

 

Note: If templateruleid="-1", it will create a new template parameters value. To update the existing value, you will need to provide templateruleid.

Comments


0 Comments

Last Updated: Jun 09,2023