dmf_export_package
Trigger a bulk export through the Data Management package REST API and return the download URL when complete. NOTE: the DMF EXPORT project (definitionGroupId) must already exist in FO with its entities + mapping configured -- create it with dmf_create_data_project if needed. For ad-hoc exports without a project, use odata_export_entity instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reExecute | No | Re-execute the project (true) or reuse last staging (false). Default true. | |
| legalEntity | Yes | Legal entity / company id to export from, e.g. 'USMF'. | |
| packageName | No | Optional package name. Default derived from the project id. | |
| definitionGroupId | Yes | Existing DMF export project (definitionGroupId) in FO. | |
| pollTimeoutSeconds | No | Max seconds to poll for completion. Default 300. |