Skip to main content

Upsert Fund properties.

scienceThis endpoint is experimental

/api/funds/{scope}/{code}/properties/$upsert

UpsertFundProperties

Update or insert one or more properties onto a single Fund. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'Fund'.

Upserting a property that exists for an Fund, 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.