Yooz Mark Files As Downloaded XML
This XML format represents export files that should be marked as downloaded within Yooz.
Tasks
Minimal XML Sample
The XML below represents the minimum information that needs to be provided to mark a file as downloaded in Yooz.
<?xml version="1.0"?>
<ExportFiles>
<ExportFile>
<Name>20230818152133307.csv</Name>
</ExportFile>
</ExportFiles>
ExportFile
The following information can be provided at the ExportFile
level:
XML Field | Example | Field Type | Input | Description |
---|---|---|---|---|
ExternalId | 201322 | string | Optional | Used in conjunction with the Prevent Reprocessing setting. Max 255 chars |
Id | 3 | int | Dependant | Used to specify the ID of file to mark as downloaded. Required if Name is not specified. |
Name | 20230818152133307.csv | string | Dependant | Used to specify the name of file to mark as downloaded. Required if Id is not specified. |