SaveLSRFile
Use this action to update a LSR file.
Required parameters
Parameter Key | Value Type | Parameter Description |
---|---|---|
fileName | Alphanumeric string |
The file name of the LSR file. Minimum length for strings is 1. |
folder | Alphanumeric string |
The name of folder where the LSR file is located. Minimum length for strings is 1. |
productLine | Alphanumeric string |
The current product line. Minimum length for strings is 1. |
LSRFILE-ENCODED-CONTENTS | String(Base64 encoded) |
Contents of the LSR file encoded to Base64. Minimum length for strings is 1. |
Optional parameter
Parameter Key | Value Type | Parameter Description |
---|---|---|
overwrite | Boolean |
This parameter indicates if current file, if existing, will be overwritten. Reserved value is False. |
XML Request Format
Format of the request XML payload for POST method calls. Note that these must always be wrapped by <ACTION> nodes.
<ACTION>
<LSRFILE folder="XXXX" fileName="XXXX" overwrite="XXXX" productLine="XXXX">
<LSRFILE-ENCODED-CONTENTS>
PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iSVNPLTg4NTktMSI/Pg0KPFZpcGVyVGVzdD4N
CjwvVmlwZXJUZXN0Pg==
</LSRFILE-ENCODED-CONTENTS>
</LSRFILE>
</ACTION>