# Update Collections Module Configuration Update Collections Module Configuration Endpoint: PUT /rest/2.0/CS_MODULE_CONFIGURATION Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.PostAccountExit` (string, required) When Account Exit Collections - `brmObjects.AccountExitRule` (string, required) Account Exit Collections - `brmObjects.WhenUnpausingAction` (string, required) When Unpausing Actions: Determines how the system treats past due actions paused by a PTP once the last Open PTP of the account changes its status to Void, Broken, or Held. If the account has more than one Open PTP, only a change to Broken will trigger these effects.Execute oldest action only: Execute oldest past due action and delay future onesExecute all past due actions: Execute all past due actions without modifying Due Date of future ones. - `brmObjects.Id` (string, required) Id: Primary key ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.PostAccountExit` (string) When Account Exit Collections - `retrieveResponse.AccountExitRule` (string) Account Exit Collections - `retrieveResponse.WhenUnpausingAction` (string) When Unpausing Actions: Determines how the system treats past due actions paused by a PTP once the last Open PTP of the account changes its status to Void, Broken, or Held. If the account has more than one Open PTP, only a change to Broken will trigger these effects.Execute oldest action only: Execute oldest past due action and delay future onesExecute all past due actions: Execute all past due actions without modifying Due Date of future ones. - `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