Termination adaptionCopy Pagepost https://api.instellix.io/v2/contracts/{contractIdent}/actions/termination-adaptationThis endpoint allows you to adjust the termination date of a terminated contract. Currently, it supports shorteningPath ParamscontractIdentstringrequiredlength between 1 and 100The ident of the contract to terminateBody ParamsThis contract termination request contains information about the termination. If neither termination date nor notice date is set, it is considered to be an extraordinary termination to today.noticeDatedate-time | nullThe effective notice date which serves as the starting point for calculating the contract endDate taking the notice period into account.reasonstring | nullReason for the Termination. Size must be between 0 and 255.terminationDatedate-time | nullTermination date, if not set the termination date will be end of todayResponses 200Standard response for successful HTTP requests. 4XXerror response for all http error codes in range 4XX 5XXerror response for all http error codes in range 5XXUpdated 23 days ago