Skip to main content

Input fields

accountNumber : NonEmptyString! required

The account number of the account to add as a subject.

effectiveFrom : Date! required

The date from which the account becomes a subject. Must be strictly after today.

effectiveTo : Date

The date on which the account's subject membership ends. Defaults to the contract's end date when omitted.

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-2E3216BA", "effectiveFrom": "2002-03-19", "effectiveTo": "1970-10-01" }