You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -4646,9 +4646,10 @@ public interface IAccountingApiAsync : IApiAccessor
4646
4646
/// <param name="page">e.g. page=1 – Up to 100 prepayments will be returned in a single API call with line items shown for each overpayment (optional)</param>
4647
4647
/// <param name="unitdp">e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)</param>
4648
4648
/// <param name="pageSize">Number of records to retrieve per page (optional)</param>
4649
+
/// <param name="invoiceNumbers">Filter by a comma-separated list of InvoiceNumbers (optional)</param>
4649
4650
/// <param name="cancellationToken">Cancellation token enables cancellation between threads. Defaults to CancellationToken.None</param>
@@ -4665,9 +4666,10 @@ public interface IAccountingApiAsync : IApiAccessor
4665
4666
/// <param name="page">e.g. page=1 – Up to 100 prepayments will be returned in a single API call with line items shown for each overpayment (optional)</param>
4666
4667
/// <param name="unitdp">e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)</param>
4667
4668
/// <param name="pageSize">Number of records to retrieve per page (optional)</param>
4669
+
/// <param name="invoiceNumbers">Filter by a comma-separated list of InvoiceNumbers (optional)</param>
4668
4670
/// <param name="cancellationToken">Cancellation token enables cancellation between threads. Defaults to CancellationToken.None</param>
4669
4671
/// <returns>Task of ApiResponse (Prepayments)</returns>
/// Retrieves a specific purchase order using a unique purchase order Id
4673
4675
/// </summary>
@@ -21404,11 +21406,12 @@ public async System.Threading.Tasks.Task<HistoryRecords> GetPrepaymentHistoryAsy
21404
21406
/// <param name="page">e.g. page=1 – Up to 100 prepayments will be returned in a single API call with line items shown for each overpayment (optional)</param>
21405
21407
/// <param name="unitdp">e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)</param>
21406
21408
/// <param name="pageSize">Number of records to retrieve per page (optional)</param>
21409
+
/// <param name="invoiceNumbers">Filter by a comma-separated list of InvoiceNumbers (optional)</param>
21407
21410
/// <param name="cancellationToken">Cancellation token enables cancellation between threads. Defaults to CancellationToken.None</param>
@@ -21425,9 +21428,10 @@ public async System.Threading.Tasks.Task<Prepayments> GetPrepaymentsAsync (strin
21425
21428
/// <param name="page">e.g. page=1 – Up to 100 prepayments will be returned in a single API call with line items shown for each overpayment (optional)</param>
21426
21429
/// <param name="unitdp">e.g. unitdp=4 – (Unit Decimal Places) You can opt in to use four decimal places for unit amounts (optional)</param>
21427
21430
/// <param name="pageSize">Number of records to retrieve per page (optional)</param>
21431
+
/// <param name="invoiceNumbers">Filter by a comma-separated list of InvoiceNumbers (optional)</param>
21428
21432
/// <param name="cancellationToken">Cancellation token enables cancellation between threads. Defaults to CancellationToken.None</param>
21429
21433
/// <returns>Task of ApiResponse (Prepayments)</returns>
0 commit comments