< Back

Import-FitekVatCode

Mon Jan 13, 2020 7:25 pm

NAME Import-FitekVatCode



SYNOPSIS

VatCodesImport.v2





SYNTAX

Import-FitekVatCode [-Data] <Object> [-AuthToken] <String> [-PropagateToChild] [-DeleteUnused] [<CommonParameters>]





DESCRIPTION

Imports VAT codes to particular company based on provided AuthToken





PARAMETERS

-Data <Object>

Array of objects with VAT information:

Code : Code

Name : Description

EndDate : 2019-11-02

StartDate : 2019-11-02

AuthToken : AuthToken

IsDefault : false/true

VatRate : 14.0



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-AuthToken <String>



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PropagateToChild [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-DeleteUnused [<SwitchParameter>]



Required? false

Position? named

Default value False

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



OUTPUTS





RELATED LINKS