Skip to main content

Input fields

accountNumber : NonEmptyString! required

The account number of the subject account to update.

effectiveFrom : Date! required

The start date of the account's subject membership. Must be strictly after today when different from the existing date.

effectiveTo : Date

The new end date of the account's subject membership. Omit to keep the existing end date (or default to the contract's end date). Must be strictly after today when provided.

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-1B4C2117", "effectiveFrom": "1989-07-24", "effectiveTo": "2008-04-19" }