SubjectUpdateInput
An update to an existing account's membership period in the contract's subject group.
Input fields
The account number of the subject account to update.
The start date of the account's subject membership. Must be strictly after today when different from the existing 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"
}