Beispiel #1
0
 /// <summary>
 /// Add reference to adoxio_workers
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='accountId'>
 /// key: adoxio_workerid
 /// </param>
 /// <param name='fieldname'>
 /// key: fieldname
 /// </param>
 /// <param name='odataid'>
 /// reference value
 /// </param>
 public static void AddReference(this IAccounts operations, string accountId, string fieldname, Odataid odataid = default)
 {
     operations.AddReferenceAsync(accountId, fieldname, odataid).GetAwaiter().GetResult();
 }