# Start Seed Updates Generate Job Start a Seed Updates Generate Job for the given storage. Endpoint: POST /v5/storages/{storageId}/seedupdates/generate Version: 5 Security: apiKey ## Path parameters: - `storageId` (string, required) Unique identifier of the Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" ## Request fields (application/json): - `referenceDataSource` (string, required) Technical key of the data source. Example: "BR_RF" - `dataSourceIds` (array) List of data source IDs to be processed. Example: ["5e2874fb8d2a7400011acee1"] - `externalIds` (array) List of business partner external IDs to be processed. Example: ["The ID managed in the customer's SAP systems."] - `businessPartnerIds` (array) List of business partner IDs to be processed. Example: ["63e635235c06b7396330fe40"] - `countryShortName` (string) Country code (ISO 3166-1 alpha-2). Example: "CH" ## Response 200 fields (application/json): - `id` (string) Unique identifier of a job. Example: "35f23c03-1c22-45fe-9484-3ffe769325de" - `name` (string) Name of a Job. Example: "Process vendor data." - `description` (string) Detailed description of a Job. Example: "I started this job to improve quality of our data." - `progress` (integer) Progress (%) of the job. Example: "77" - `status` (string) Job execution status. Example: "RUNNING" - `statusMessage` (string) Additional information to explain the status. Example: "The job failed because storage is empty." - `createdBy` (string) Creator of a resource. Example: "76248934691294444" - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-09-10T10:12:36Z" - `modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-09-10T10:12:36Z" - `referenceDataSource` (string) Technical key of the data source. Example: "BR_RF" - `dataSourceIds` (array) List of data source IDs to be processed. Example: ["5e2874fb8d2a7400011acee1"] - `externalIds` (array) List of business partner external IDs to be processed. Example: ["The ID managed in the customer's SAP systems."] - `businessPartnerIds` (array) List of business partner IDs to be processed. Example: ["63e635235c06b7396330fe40"] - `countryShortName` (string) Country code (ISO 3166-1 alpha-2). Example: "CH"