Releases: MC2IT/Agicap.ps1
Releases · MC2IT/Agicap.ps1
Release list
Agicap for PowerShell 0.6.0
- Chart of accounts: added the
New-AccountingAccount,Remove-AccountingAccount,Submit-AccountingAccount,New-ThirdParty,Remove-ThirdPartyandSubmit-ThirdPartycmdlets. - Organizations: removed the
-Allparameter from theSelect-EntityandSelect-Organizationcmdlets. - Payments: removed the
-Waitparameter from theSync-Beneficiarycmdlet.
Agicap for PowerShell 0.5.1
- Payments: allows empty strings for mandatory parameters of the
New-PostalAddresscmdlet.
Agicap for PowerShell 0.5.0
- Payments: added the
Get-BeneficiarySynchronization,New-SynchronizedBeneficiaryandSync-Beneficiarycmdlets.
Agicap for PowerShell 0.4.0
- Added the
-Scopeparameter to theNew-AgicapClientcmdlet. - Payments: added the
Remove-AgicapBeneficiary,Select-AgicapBeneficiary,Submit-AgicapBeneficiaryandUpdate-AgicapBeneficiarycmdlets.
Agicap for PowerShell 0.3.0
- Added the
New-AgicapClientcmdlet. - Removed the
Get-AgicapApiUrlcmdlet. - Organizations: added the
Select-AgicapEntityandSelect-AgicapOrganizationcmdlets. - Payments: added the
New-AgicapBankAccount,New-AgicapBeneficiaryandNew-AgicapPostalAddresscmdlets.
Agicap for PowerShell 0.2.0
- Added the
uriKindparameter to theConvert.ToUri()method. - Changed the type of
InstanceandTypeproperties from theProblemDetailsclass toUri.
Agicap for PowerShell 0.1.1
- Fixed the explicit conversion from a
PSObjectfor thePurchaseJournal.PurchaseJournalandTreasuryBankJournal.Counterpartclasses.
Agicap for PowerShell 0.1.0
- Initial release: provides the
Get-AgicapApiUrlandRequest-AgicapAccessTokencmdlets.