# Update Bulk Data Loader Update Bulk Data Loader Endpoint: PUT /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 ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.Created` (string) System controlled field: Date and time the record was created - `retrieveResponse.Updated` (string) System controlled field: Date and time the record was last updated - `retrieveResponse.AfterProcessDirectory` (string) After Process Directory - `retrieveResponse.FileStorageId` (string) File Storage Id: Id of File Storage - `retrieveResponse.BulkDataLoaderLabel` (string) Data Loader Label - `retrieveResponse.SkipRowsLast` (string) Last Rows to Skip: Specify number of bottom rows to skip processing - `retrieveResponse.Username` (string) FTP Host Username - `retrieveResponse.FtpDataSource` (integer) FTP Data Source - `retrieveResponse.StartDate` (string) StartDate - `retrieveResponse.RunTime` (string) RunTime - `retrieveResponse.FieldIncludedChar` (string) Text Qualifier - `retrieveResponse.RunIntervalMin` (string) Schedule Interval - `retrieveResponse.ColumnIdentifier` (string) Column Identifier: Column Identifier. - `retrieveResponse.LoadOrder` (string) LoadOrder - `retrieveResponse.Delimiter` (string) Delimiter - `retrieveResponse.FtpFilePattern` (string) FTP File Pattern - `retrieveResponse.CreateAfterProcessDirectoryFlag` (integer) Create After Process Directory if It Does Not Exist - `retrieveResponse.AfterProcessFilePattern` (string) After Process File Pattern - `retrieveResponse.HostName` (string) FTP Host URL - `retrieveResponse.HostPort` (string) Host Port - `retrieveResponse.TimeZoneId` (integer) Time Zone - `retrieveResponse.SkipRows` (string) First Rows to Skip: Specify number of top rows to skip processing - `retrieveResponse.CreatedUserId` (string) System controlled field: Id of the user that created the record - `retrieveResponse.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `retrieveResponse.BulkDataLoaderName` (string) BulkDataLoaderName - `retrieveResponse.ObjectName` (string) ObjectName - `retrieveResponse.Operation` (string) Operation - `retrieveResponse.Status` (string) Status - `retrieveResponse.FtpDirectory` (string) FtpDirectory - `retrieveResponse.EntityId` (integer) EntityId - `retrieveResponse.Id` (string) Id: Primary key ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error