# Copy a Claim in Batch Take an existing Claim in Batch and copy it (or mulitiple copies in the case of Disability) into an existing Batch. Endpoint: POST /claimbatch-copy Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Request fields (application/json): - `batch_Number` (integer) - `batch_Claim` (integer) - `max_Batch_Claim` (integer) - `plan_ID` (string,null) - `planType_LTD` (boolean) - `payment_Interval` (integer,null) - `payment_Days` (integer,null) - `paid_Days` (integer,null) - `max_Disability_Days` (integer,null) - `max_Disability_Date` (string,null) - `return_To_Work` (string,null) - `exhaust_Date` (string,null) - `next_Service_Date` (string,null) - `next_Service_Thru` (string,null) - `max_Payment_Date` (string,null) - `copies` (integer,null) - `copy_Details` (boolean) - `exceed_Return_To_Work` (boolean) - `exceed_Exhaust_Date` (boolean) - `exceed_Max_Disability_Date` (boolean) - `user_ID` (string,null) ## Response 202 fields ## Response 401 fields