Example #1
0
 /// <summary>
 /// Get bcgov_postalcode_BulkDeleteFailures from bcgov_postalcodes
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='bcgovPostalcodeid'>
 /// key: bcgov_postalcodeid of bcgov_postalcode
 /// </param>
 /// <param name='bulkdeletefailureid'>
 /// key: bulkdeletefailureid of bulkdeletefailure
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMbulkdeletefailure BulkDeleteFailuresByKey(this IPostalcodebulkdeletefailures operations, string bcgovPostalcodeid, string bulkdeletefailureid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.BulkDeleteFailuresByKeyAsync(bcgovPostalcodeid, bulkdeletefailureid, select, expand).GetAwaiter().GetResult());
 }