< Back

Get-PartnerInvoiceTaxReceiptStatement

Sat Jan 18, 2020 6:31 pm

NAME Get-PartnerInvoiceTaxReceiptStatement



SYNOPSIS

Gets the tax receipt statement for the specified invoice.





SYNTAX

Get-PartnerInvoiceTaxReceiptStatement -InvoiceId <String> [-OutputPath <String>] [-Overwrite] -TaxReceiptId

<String> [<CommonParameters>]





DESCRIPTION

Gets the tax receipt statement for the specified invoice.





PARAMETERS

-InvoiceId <String>

The identifier of the invoice.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-OutputPath <String>

The output path of the PDF statement file.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Overwrite [<SwitchParameter>]

A flag indicating whether or not to overwrite the file if it exists.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-TaxReceiptId <String>

The identifier of the tax receipt.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Get-PartnerInvoiceStatement -InvoiceId G000024135 -OutputPath 'C:\\Invoices\\' -TaxReceiptId 00123



Gets the tax receipt statement for the specified invoice.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... tStatement