/// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='command'> /// </param> /// <param name='apiVersion'> /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task <CreateInsertionResult> CreateInsertionByCustomerNumberAsync(this ISkpAPIv10 operations, CreateInsertionTransactionByCustomerNumber command = default(CreateInsertionTransactionByCustomerNumber), string apiVersion = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.CreateInsertionByCustomerNumberWithHttpMessagesAsync(command, apiVersion, null, cancellationToken).ConfigureAwait(false)) { return(_result.Body); } }