# Save Usage Data Save Usage Data Endpoint: POST /rest/2.0/COLLECTOR_FIELDS Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.BillingIdentifier` (string) BillingIdentifier: VENDOR_USER_ID - `brmObjects.Started` (string) Started - `brmObjects.Ended` (string) Ended - `brmObjects.Quantity` (string) Quantity - `brmObjects.DESTINATION_COUNTRY_CODE` (string) DESTINATION_COUNTRY_CODE - `brmObjects.OVERRIDE_BUY_COST` (string) OVERRIDE_BUY_COST - `brmObjects.Id` (string, required) Transaction ID: COLLECTOR_STAGE_ID - `brmObjects.ACTIVITY_COLLECTOR_HISTORY_ID` (string) ACTIVITY_COLLECTOR_HISTORY_ID - `brmObjects.Created` (string) System controlled field: Date and time the record was created - `brmObjects.ACTIVITY_DATE` (string) Activity Date - `brmObjects.ACTIVITY_COLLECTOR_ID` (integer, required) ACTIVITY_COLLECTOR_ID: Activity Collector Id - `brmObjects.Updated` (string) System controlled field: Date and time the record was last updated - `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.OVERRIDE_RATE` (string) OVERRIDE_RATE - `brmObjects.OVERRIDE_COST` (string) OVERRIDE_COST - `brmObjects.StartedDate` (string) StartedDate - `brmObjects.EndedDate` (string) EndedDate - `brmObjects.RecordNumber` (string) RecordNumber: Rownum - `brmObjects.PROCESS_DESCRIPTION` (string) PROCESS_DESCRIPTION - `brmObjects.ProcessStatus` (string) ProcessStatus - `brmObjects.Reprocess_Status` (string) Reprocess_Status: ReprocessStatus - `brmObjects.Reprocess_Date` (string) Reprocess_Date: ReprocessDate - `brmObjects.ChargeType` (string) ChargeType - `brmObjects.ParentCollectorFieldId` (integer) ParentCollectorFieldId - `brmObjects.CreditActivityOption` (string) CreditActivityOption - `brmObjects.MappingCount` (string) MappingCount - `brmObjects.MappingDate` (string) MappingDate - `brmObjects.ConsolidationExempt` (string) ConsolidationExempt - `brmObjects.MDLStatus` (string) MDL Status - `brmObjects.MDLErrorMessage` (string) MDL Error Message: At the disposal of calling process to store error messages - `brmObjects.ORIGINATION_COUNTRY_CODE` (string) ORIGINATION_COUNTRY_CODE - `brmObjects.PROCESS_STATUS` (string) PROCESS_STATUS: Process Status - `brmObjects.ActivityDateTS` (string) ActivityDateTS: Activity Date Timestamp ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.BillingIdentifier` (string) BillingIdentifier: VENDOR_USER_ID - `retrieveResponse.Started` (string) Started - `retrieveResponse.Ended` (string) Ended - `retrieveResponse.Quantity` (string) Quantity - `retrieveResponse.DESTINATION_COUNTRY_CODE` (string) DESTINATION_COUNTRY_CODE - `retrieveResponse.OVERRIDE_BUY_COST` (string) OVERRIDE_BUY_COST - `retrieveResponse.Id` (string) Transaction ID: COLLECTOR_STAGE_ID - `retrieveResponse.ACTIVITY_COLLECTOR_HISTORY_ID` (string) ACTIVITY_COLLECTOR_HISTORY_ID - `retrieveResponse.Created` (string) System controlled field: Date and time the record was created - `retrieveResponse.ACTIVITY_DATE` (string) Activity Date - `retrieveResponse.ACTIVITY_COLLECTOR_ID` (integer) ACTIVITY_COLLECTOR_ID: Activity Collector Id - `retrieveResponse.Updated` (string) System controlled field: Date and time the record was last updated - `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.OVERRIDE_RATE` (string) OVERRIDE_RATE - `retrieveResponse.OVERRIDE_COST` (string) OVERRIDE_COST - `retrieveResponse.StartedDate` (string) StartedDate - `retrieveResponse.EndedDate` (string) EndedDate - `retrieveResponse.RecordNumber` (string) RecordNumber: Rownum - `retrieveResponse.PROCESS_DESCRIPTION` (string) PROCESS_DESCRIPTION - `retrieveResponse.ProcessStatus` (string) ProcessStatus - `retrieveResponse.Reprocess_Status` (string) Reprocess_Status: ReprocessStatus - `retrieveResponse.Reprocess_Date` (string) Reprocess_Date: ReprocessDate - `retrieveResponse.ChargeType` (string) ChargeType - `retrieveResponse.ParentCollectorFieldId` (integer) ParentCollectorFieldId - `retrieveResponse.CreditActivityOption` (string) CreditActivityOption - `retrieveResponse.MappingCount` (string) MappingCount - `retrieveResponse.MappingDate` (string) MappingDate - `retrieveResponse.ConsolidationExempt` (string) ConsolidationExempt - `retrieveResponse.MDLStatus` (string) MDL Status - `retrieveResponse.MDLErrorMessage` (string) MDL Error Message: At the disposal of calling process to store error messages - `retrieveResponse.ORIGINATION_COUNTRY_CODE` (string) ORIGINATION_COUNTRY_CODE - `retrieveResponse.PROCESS_STATUS` (string) PROCESS_STATUS: Process Status - `retrieveResponse.ActivityDateTS` (string) ActivityDateTS: Activity Date Timestamp ## 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