# Upsert Bulk Data Loader Upsert Bulk Data Loader Endpoint: PATCH /rest/2.0/BULK_DATA_LOADER Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.Created` (string) System controlled field: Date and time the record was created - `brmObjects.Updated` (string) System controlled field: Date and time the record was last updated - `brmObjects.AfterProcessDirectory` (string) After Process Directory - `brmObjects.FileStorageId` (string) File Storage Id: Id of File Storage - `brmObjects.BulkDataLoaderLabel` (string) Data Loader Label - `brmObjects.SkipRowsLast` (string) Last Rows to Skip: Specify number of bottom rows to skip processing - `brmObjects.Username` (string) FTP Host Username - `brmObjects.FtpDataSource` (integer) FTP Data Source - `brmObjects.StartDate` (string) StartDate - `brmObjects.RunTime` (string) RunTime - `brmObjects.FieldIncludedChar` (string) Text Qualifier - `brmObjects.RunIntervalMin` (string) Schedule Interval - `brmObjects.ColumnIdentifier` (string) Column Identifier: Column Identifier. - `brmObjects.LoadOrder` (string) LoadOrder - `brmObjects.Delimiter` (string) Delimiter - `brmObjects.FtpFilePattern` (string) FTP File Pattern - `brmObjects.CreateAfterProcessDirectoryFlag` (integer) Create After Process Directory if It Does Not Exist - `brmObjects.AfterProcessFilePattern` (string) After Process File Pattern - `brmObjects.HostName` (string) FTP Host URL - `brmObjects.HostPort` (string) Host Port - `brmObjects.TimeZoneId` (integer) Time Zone - `brmObjects.SkipRows` (string) First Rows to Skip: Specify number of top rows to skip processing - `brmObjects.CreatedUserId` (string) System controlled field: Id of the user that created the record - `brmObjects.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `brmObjects.BulkDataLoaderName` (string, required) BulkDataLoaderName - `brmObjects.ObjectName` (string) ObjectName - `brmObjects.Operation` (string, required) Operation - `brmObjects.Status` (string, required) Status - `brmObjects.FtpDirectory` (string) FtpDirectory - `brmObjects.EntityId` (integer, required) EntityId - `brmObjects.Id` (string, required) Id: Primary key - `externalIDFieldName` (string) Enum: "BulkDataLoaderName" ## Response 200 fields (application/json): - `upsertResponse` (array) - `upsertResponse.Id` (integer) - `upsertResponse.success` (boolean) - `upsertResponse.ErrorText` (string) - `upsertResponse.ErrorElementField` (string) - `upsertResponse.created` (boolean)