Setvalue.php
Table of Contents
Functions
- civicrm_api3_generic_setValue() : array<string|int, mixed>
- Set a single value using the api.
Functions
civicrm_api3_generic_setValue()
Set a single value using the api.
civicrm_api3_generic_setValue(array<string|int, mixed> $apiRequest) : array<string|int, mixed>
This function is called when no specific setvalue api exists. Params must contain at least id=xx & {one of the fields from getfields}=value
Parameters
- $apiRequest : array<string|int, mixed>