contracts

Reopen Contract Term Decision

Take back an actioning: the term owes its paperwork again.

Leaves the decision recorded — this undoes the claim it was carried out, not the call itself, and DELETE .../decision becomes available again once it has run. A renewal's successor is removed, so 409 once that term has been worked on (its own decision, its own successor, or a sent reminder).

delete/contracts/{contract_id}/terms/{term_id}/decision/action

Path parameters

contract_idstring uuid required
term_idstring uuid required

Response

Successful Response

contract_idstring uuid required
company_idstring uuid required
vendor_idstring uuid nullable
titlestring required
status'draft' | 'active' | 'expired' | 'terminated' required

DRAFT and TERMINATED are human judgments; the derivation in recompute_contract_status overwrites neither.

effective_datestring date nullable
expiration_datestring date nullable
auto_renewsboolean nullable
obligationsstring[]
latest_extraction_run_idstring uuid nullable
latest_summary_run_idstring uuid nullable
summary_run_status'pending' | 'running' | 'completed' | 'failed'
base_file_idstring uuid nullable
base_filenamestring nullable
base_upload_idstring uuid nullable
createdstring date-time nullable
modifiedstring date-time nullable

Changes

No recorded changes to this endpoint across all 2 revisions of this API.