Upsert FundConfiguration properties
scienceThis endpoint is experimental
/api/fundconfigurations/{scope}/{code}/properties/$upsert
UpsertFundConfigurationProperties
Update or insert one or more properties onto a single FundConfiguration. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'FundConfiguration'.
Upserting a property that exists for an FundConfiguration, with a null value, will delete the instance of the property for that group.
Properties have an effectiveFrom datetime for which the property is valid, and an effectiveUntil datetime until which the property is valid. Not supplying an effectiveUntil datetime results in the property being valid indefinitely, or until the next effectiveFrom datetime of the property.