# Copy GroupContractTier information Take an existing configuration of GroupContractTier and copy that to any number of destination Divisions with the same Contract. Endpoint: POST /copy-tier-config-to-division Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Request fields (application/json): - `group_ID` (string,null) The Group ID of the Contract holding the source records for this copy - `division_ID` (string,null) The Division ID of the Contract holding the source records for this copy - `coverage_Start` (string) The Contract Start of the Contract holding the source records for this copy - `apply_Division_ID` (array,null) List of Division IDs to have the source records copied to. The desintation Division ID MUST have a matching contract to the source contract - `user_ID` (string,null) The user ID that will be reflected on the newly created (copied) records. ## Response 202 fields ## Response 401 fields