Skip to main content

Input fields

accountNumber : String! required

A code that uniquely identifies the account.

agreementId : ID! required

A code that uniquely identifies the agreement.

reason : String

The reason for the change.

validFrom : Date! required

The start date of the agreement.

validTo : Date

The end date of the agreement (exclusive). The agreement will end on midnight of this date, such that the previous day is the last day covered by this agreement.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "accountNumber": "A-494D8208", "agreementId": "96178316", "reason": "accept-build-few-thought-section", "validFrom": "2024-12-05", "validTo": "2000-09-22" }