Skip to content
forked from lwhitelock/Pax8API

This is a powershell module used to access the Pax8 API

License

Notifications You must be signed in to change notification settings

Jcblmao/Pax8API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpha

This module is still in development, get methods are implemented so far.

Release Notes

0.3 Minor Bug Fixes and Formatting

0.1 Base Release Get Requests Implemented.

Notes

This is an unofficial powershell module to allow access to the Pax8 API. I am not associated with Pax8 other than as a customer.

Installation

Install-Module Pax8API

Implemented Commands

Connect-Pax8

Get-Pax8Companies

Get-Pax8Products

Get-Pax8ProductProvisioning

Get-Pax8ProductDependencies

Get-Pax8ProductPricing

Get-Pax8Orders

Get-Pax8Subscriptions

Get-Pax8SubscriptionHistory

Get-Pax8Contacts

Get-Pax8Invoices

Get-Pax8InvoiceItems

Get-Pax8UsageSummaries

Get-UsageSummaryLines

Usage

Connect-Pax8 -ClientID -ClientSecret

Get-Pax8Companies -sort -city -country -stateOrProvince -postalCode -selfServiceAllowed -billOnBehalfOfEnabled -orderApprovalRequired -status -id

Get-Pax8Products -sort -vendorName -id

Get-Pax8ProductProvisioning -id

Get-Pax8ProductDependencies -id

Get-Pax8ProductPricing -id

Get-Pax8Orders -companyId -orderId

Get-Pax8Subscriptions -sort -status -billingTerm -companyId -productId -subscriptionId

Get-Pax8SubscriptionHistory -id

Get-Pax8Contacts -id -contactId

Get-Pax8Invoices -sort -status -invoiceDate -invoiceDateRangeStart -invoiceDateRangeEnd -dueDate -total -balance -carriedBalance -id

Get-Pax8InvoiceItems -id

Get-Pax8UsageSummaries -sort -resourceGroup -companyId -subscriptionId -id

Get-UsageSummaryLines -id -usageDate -productId

About

This is a powershell module used to access the Pax8 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%