Skip to main content

Deprecation: date and time fields in contracts API

Action Required
April 27, 2026, 2:41 p.m.

Deprecation

We’re deprecating the date and time fields in favor of new date fields in the contract API for the mutations createContract, actualizeContract, terminateContract and varyContractTerms.

Please update your implementation to use the new API.

createContract mutation

Use valid_from_date, valid_to_date and signed_at_date.

actualizeContract mutation

Use valid_from_date.

terminateContract mutation

Use valid_to_date.

varyContractTerms mutation

Use applicable_at_date.

Removal Date

The removal date of the deprecated fields is June 27th, 2026.