SSIS Components for PayPal

Build 24.0.9060

DeleteInvoice

Deletes a draft or scheduled invoice, by ID.

Stored Procedure Specific Information

The DeleteInvoice Stored Procedure requires InvoiceId to delete an invoice.

EXEC DeleteInvoice @InvoiceId = 'INV2-VSCV-SAZK-CMHP-AHGB'

Input

Name Type Required Description
InvoiceId String True The ID of the draft invoice to delete.

Result Set Columns

Name Type Description
Success Boolean Indicates whether the operation was successful or not.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060