# Save Bulk Response Save Bulk Response Endpoint: POST /rest/2.0/BULK_RESPONSE Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.ProcessLog` (string) Process Log: Request description and execution log - `brmObjects.Updated` (string) System controlled field: Date and time the record was last updated - `brmObjects.Created` (string) System controlled field: Date and time the record was created - `brmObjects.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `brmObjects.RecordsProcessed` (string) Records Processed: Number of records processed in this batch - `brmObjects.ResponseRecordsTo` (string) End Position: End position/record in this batch for the Job Request. - `brmObjects.ResponseRecordsFrom` (string) Start Position: Start position/record in this batch for the Job Request. - `brmObjects.Ended` (string) End Date/Time: End time - `brmObjects.ResponseStatus` (string) Batch Processing Status: Current Processing Status for this batch of records - `brmObjects.CreatedUserId` (string) System controlled field: Id of the user that created the record - `brmObjects.Started` (string) Start Date/Time: Processing start date - `brmObjects.LastErrorMessage` (string) LastErrorMessage - `brmObjects.MdlFileId` (string) MdlFileId - `brmObjects.LastErrorTimestamp` (string) LastErrorTimestamp - `brmObjects.RequestId` (integer) Request - `brmObjects.Id` (string, required) Id: Response Id ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.ProcessLog` (string) Process Log: Request description and execution log - `retrieveResponse.Updated` (string) System controlled field: Date and time the record was last updated - `retrieveResponse.Created` (string) System controlled field: Date and time the record was created - `retrieveResponse.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `retrieveResponse.RecordsProcessed` (string) Records Processed: Number of records processed in this batch - `retrieveResponse.ResponseRecordsTo` (string) End Position: End position/record in this batch for the Job Request. - `retrieveResponse.ResponseRecordsFrom` (string) Start Position: Start position/record in this batch for the Job Request. - `retrieveResponse.Ended` (string) End Date/Time: End time - `retrieveResponse.ResponseStatus` (string) Batch Processing Status: Current Processing Status for this batch of records - `retrieveResponse.CreatedUserId` (string) System controlled field: Id of the user that created the record - `retrieveResponse.Started` (string) Start Date/Time: Processing start date - `retrieveResponse.LastErrorMessage` (string) LastErrorMessage - `retrieveResponse.MdlFileId` (string) MdlFileId - `retrieveResponse.LastErrorTimestamp` (string) LastErrorTimestamp - `retrieveResponse.RequestId` (integer) Request - `retrieveResponse.Id` (string) Id: Response Id ## 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